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

70 lines
2.8 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": "TenantSecurityTenantInfo - Data API",
"description": "Stores information on changes related to the tenant history. This object is available in API version 56.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"DetailIdentifier": {
"type": "string",
"properties": "Filter, Group, idLookup, Sort",
"description": "The unique identifier for this record."
},
"Instance": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The instance that the tenant is being hosted on."
},
"MyDomainName": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The name of the domain for this tenant."
},
"Name": {
"type": "string",
"properties": "Filter, Group, idLookup, Sort",
"description": "The name of the metric for which the data is being collected."
},
"SandboxAlias": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The alias specified by the user when the user creates a Sandbox."
},
"SandboxType": {
"type": "string",
"properties": "Filter, Group, idLookup, Nillable, Sort",
"description": "The type specified by the user when the user creates a Sandbox."
},
"Status": {
"type": "string",
"properties": "Filter, Group, idLookup, Nillable, Sort",
"description": "The status of the tenant. For example, active or inactive."
},
"Tenant": {
"type": "string",
"properties": "Filter, Group, idLookup, Sort",
"description": "The ID of the tenant."
},
"TenantName": {
"type": "string",
"properties": "Filter, Group, idLookup, Sort",
"description": "The name of the tenant (org) that this record is for."
},
"TenantType": {
"type": "string",
"properties": "Filter, Group, idLookup, Sort",
"description": "The type of tenant in this org."
}
},
"special_access_rules": "This object is read only.",
"associated_objects": "This object has the following associated objects. If the API version isnt specified, theyre available in the same API versions as this object. Otherwise, theyre available in the specified API version and later.\n\n- **TenantSecurityTenantInfoChangeEvent**: Change events are available for the object.\n- **TenantSecurityTenantInfoFeed**: Feed tracking is available for the object.\n- **TenantSecurityTenantInfoHistory**: History is available for tracked fields of the object.\n- **TenantSecurityTenantInfoOwnerSharingRule**: Sharing rules are available for the object.\n- **TenantSecurityTenantInfoShare**: Sharing is available for the object."
}