mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-08 00:10:29 +08:00
100 lines
4.2 KiB
JSON
100 lines
4.2 KiB
JSON
{
|
||
"sections": [
|
||
"title",
|
||
"description",
|
||
"fields",
|
||
"special_access_rules",
|
||
"associated_objects"
|
||
],
|
||
"title": "TenantSecurityConnectedApp - Data API",
|
||
"description": "Stores the details for a connected app that was added to or removed from a Security Center tenant. This object is available to Security Center subscribers in API version 53.0 and later.",
|
||
"fields_columns": [
|
||
"type",
|
||
"properties",
|
||
"description"
|
||
],
|
||
"fields": {
|
||
"Action": {
|
||
"type": "string",
|
||
"properties": "Filter, Group, idLookup, Nillable, Sort",
|
||
"description": "The action taken on the connected app within a tenant. Possible values are: ADDED REMOVED UPDATED"
|
||
},
|
||
"ActionBy": {
|
||
"type": "string",
|
||
"properties": "Filter, Group, Nillable, Sort",
|
||
"description": "The user who performed the action on the connected app."
|
||
},
|
||
"ActionDate": {
|
||
"type": "dateTime",
|
||
"properties": "Filter, Nillable, Sort",
|
||
"description": "The date that the action was taken."
|
||
},
|
||
"AppName": {
|
||
"type": "string",
|
||
"properties": "Filter, Group, idLookup, Nillable, Sort",
|
||
"description": "The name of the connected app."
|
||
},
|
||
"AuthorizedBy": {
|
||
"type": "string",
|
||
"properties": "Filter, Group, idLookup, Nillable, Sort",
|
||
"description": "The user who authorized the connected app to be installed."
|
||
},
|
||
"AuthorizedDate": {
|
||
"type": "dateTime",
|
||
"properties": "Filter, Nillable, Sort",
|
||
"description": "The date that the connected app was authorized for installation."
|
||
},
|
||
"DetailIdentifier": {
|
||
"type": "string",
|
||
"properties": "Filter, Group, idLookup, Sort",
|
||
"description": "The ID of the individual detail record. This field is unique within your org."
|
||
},
|
||
"LastUsedDate": {
|
||
"type": "dateTime",
|
||
"properties": "Filter, Nillable, Sort",
|
||
"description": "The last date that the connected app was used for authentication."
|
||
},
|
||
"MetricIdentifier": {
|
||
"type": "string",
|
||
"properties": "Filter, Group, Sort",
|
||
"description": "The ID of the type of metric that was counted."
|
||
},
|
||
"MetricsType": {
|
||
"type": "picklist",
|
||
"properties": "Filter, Group, Restricted picklist, Sort",
|
||
"description": "The type of data being collected."
|
||
},
|
||
"Name": {
|
||
"type": "string",
|
||
"properties": "Filter, Group, idLookup, Sort",
|
||
"description": "The name of the metric for which data is being collected."
|
||
},
|
||
"Publisher": {
|
||
"type": "string",
|
||
"properties": "Filter, Group, Nillable, Sort",
|
||
"description": "Represents if the relevant tenant is the original publisher of the connected app for all connected tenants in the org."
|
||
},
|
||
"Scope": {
|
||
"type": "string",
|
||
"properties": "Filter, Group, idLookup, Nillable, Sort",
|
||
"description": "The scope or scopes assigned to the connected app. A scope defines the type of protected resource that the connected app can access."
|
||
},
|
||
"Tenant": {
|
||
"type": "string",
|
||
"properties": "Filter, Group, idLookup, Sort",
|
||
"description": "The ID of the relevant tenant."
|
||
},
|
||
"TenantName": {
|
||
"type": "string",
|
||
"properties": "Filter, Group, idLookup, Nillable, Sort",
|
||
"description": "The name of the tenant that the connected app is connected to."
|
||
},
|
||
"Version": {
|
||
"type": "string",
|
||
"properties": "Filter, Group, idLookup, Nillable, Sort",
|
||
"description": "The current version of the connected app."
|
||
}
|
||
},
|
||
"special_access_rules": "This object can only be read and queried.",
|
||
"associated_objects": "This object has these associated objects. If the API version isn’t specified, it’s available in the same API versions as this object. Otherwise, it’s available in the specified API version and later.\n\n- **TenantSecurityConnectedAppChangeEvent**: Change events are available for the object.\n- **TenantSecurityConnectedAppFeed**: Feed tracking is available for the object.\n- **TenantSecurityConnectedAppHistory**: History is available for tracked fields of the object.\n- **TenantSecurityConnectedAppOwnerSharingRule**: Sharing rules are available for the object.\n- **TenantSecurityConnectedAppShare**: Sharing is available for the object."
|
||
} |