afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/TenantSecurityUserActivity.json

75 lines
3.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sections": [
"title",
"description",
"fields",
"special_access_rules",
"associated_objects"
],
"title": "TenantSecurityUserActivity - Data API",
"description": "Stores details related to how a user interacts with a tenant. Use this object to determine whether to reevaluate a users access to your org for security purposes. You can check whether a user has never logged in, hasnt been active for 90 days, has a frozen account, or isnt using multi-factor authentication. This object is available to Security Center subscribers in API version 53.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"DetailIdentifier": {
"type": "string",
"properties": "Filter, Group, idLookup, Sort",
"description": "The ID of the individual detail record. This field is unique within your org."
},
"LastLoginDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "The last time the user logged in."
},
"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."
},
"Tenant": {
"type": "string",
"properties": "Filter, Group, idLookup, Sort",
"description": "The ID of the tenant."
},
"TenantName": {
"type": "string",
"properties": "Filter, Group, idLookup, Nillable, Sort",
"description": "The name of the tenant where the user activity happened."
},
"UserCreatedDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "The date that the user was created."
},
"UserEmail": {
"type": "string",
"properties": "Filter, Group, idLookup, Nillable, Sort",
"description": "The email address of the user."
},
"UserLicense": {
"type": "string",
"properties": "Filter, Group, idLookup, Nillable, Sort",
"description": "The license assigned to the user."
},
"Username": {
"type": "string",
"properties": "Filter, Group, idLookup, Nillable, Sort",
"description": "The users org username."
}
},
"special_access_rules": "This object can only be read and queried.",
"associated_objects": "This object has these associated objects. If the API version isnt specified, its available in the same API versions as this object. Otherwise, its available in the specified API version and later.\n\n- **TenantSecurityUserActivityChangeEvent**: Change events are available for the object.\n- **TenantSecurityUserActivityFeed**: Feed tracking is available for the object.\n- **TenantSecurityUserActivityHistory**: History is available for tracked fields of the object.\n- **TenantSecurityUserActivityOwnerSharingRule**: Sharing rules are available for the object.\n- **TenantSecurityUserActivityShare**: Sharing is available for the object."
}