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

95 lines
4.0 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": "TenantSecurityUserPerm - Data API",
"description": "Stores information on permissions assigned to a user. Use this object to see which tenants a user is assigned to. 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 regarding the users permission. The options are: Added Removed"
},
"ActionBy": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "This field is reserved for future use."
},
"ActionDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "The date that the permission action was taken."
},
"Context": {
"type": "string",
"properties": "Filter, Group, idLookup, Nillable, Sort",
"description": "The name of the profile or permission set assigned to the user."
},
"ContextType": {
"type": "string",
"properties": "Filter, Group, idLookup, Nillable, Sort",
"description": "Indicates the method through which the permission was granted. The options are: Permission Set Profile"
},
"DataSpaceName": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The name of the data space where the tenant security user permission is tracked."
},
"DetailIdentifier": {
"type": "string",
"properties": "Filter, Group, idLookup, Sort",
"description": "The ID of the individual detail record. This field is unique within your org."
},
"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 metric that the assigned permission represents."
},
"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 where the user permission was applied."
},
"TenantName": {
"type": "string",
"properties": "Filter, Group, idLookup, Nillable, Sort",
"description": "The name of the connected tenant where the user permission was applied."
},
"UserEmail": {
"type": "string",
"properties": "Filter, Group, idLookup, Nillable, Sort",
"description": "The users email address."
},
"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- **TenantSecurityUserPermChangeEvent**: Change events are available for the object.\n- **TenantSecurityUserPermFeed**: Feed tracking is available for the object.\n- **TenantSecurityUserPermHistory**: History is available for tracked fields of the object.\n- **TenantSecurityUserPermOwnerSharingRule**: Sharing rules are available for the object.\n- **TenantSecurityUserPermShare**: Sharing is available for the object."
}