mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-07 00:02:34 +08:00
73 lines
2.5 KiB
JSON
73 lines
2.5 KiB
JSON
|
|
{
|
||
|
|
"sections": [
|
||
|
|
"title",
|
||
|
|
"description",
|
||
|
|
"fields",
|
||
|
|
"special_access_rules"
|
||
|
|
],
|
||
|
|
"title": "TenantSecurityEncryptionPolicy - Data API",
|
||
|
|
"description": "Stores tenant encryption policy status. This object is available in API version 58.0 and later.",
|
||
|
|
"fields_columns": [
|
||
|
|
"type",
|
||
|
|
"properties",
|
||
|
|
"description"
|
||
|
|
],
|
||
|
|
"fields": {
|
||
|
|
"Action": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Filter, Group, idLookup, Nillable, Sort",
|
||
|
|
"description": "The action taken on the encryption policy within a tenant. Possible values are: Added Removed Updated"
|
||
|
|
},
|
||
|
|
"ActionBy": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Filter, Group, idLookup, Nillable, Sort",
|
||
|
|
"description": "This field is reserved for future use."
|
||
|
|
},
|
||
|
|
"ActionDate": {
|
||
|
|
"type": "dateTime",
|
||
|
|
"properties": "Filter, Nillable, Sort",
|
||
|
|
"description": "When the change to the tenant encryption policy status was made."
|
||
|
|
},
|
||
|
|
"DetailIdentifier": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Filter, Group, idLookup, Sort",
|
||
|
|
"description": "Unique identifier for this detail record."
|
||
|
|
},
|
||
|
|
"MetricIdentifier": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Filter, Group, Sort",
|
||
|
|
"description": "The ID of the type of metric that was counted. This field is unique within your organization."
|
||
|
|
},
|
||
|
|
"MetricsType": {
|
||
|
|
"type": "picklist",
|
||
|
|
"properties": "Filter, Group, Restricted picklist, Sort",
|
||
|
|
"description": "The type of encryption policy collected by this metric."
|
||
|
|
},
|
||
|
|
"Name": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Filter, Group, idLookup, Sort",
|
||
|
|
"description": "The name of the metric for the data collected."
|
||
|
|
},
|
||
|
|
"PolicyName": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Filter, Group, idLookup, Nillable, Sort",
|
||
|
|
"description": "The name of the policy."
|
||
|
|
},
|
||
|
|
"PolicyStatus": {
|
||
|
|
"type": "int",
|
||
|
|
"properties": "Filter, Group, idLookup, Nillable, Sort",
|
||
|
|
"description": "Status of the policy. Possible values are: -1—No license. 0—Not Enabled. -1—Enabled"
|
||
|
|
},
|
||
|
|
"Tenant": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Filter, Group, idLookup, Sort",
|
||
|
|
"description": "The ID of the tenant with Shield Encryption."
|
||
|
|
},
|
||
|
|
"TenantName": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Filter, Group, idLookup, Nillable, Sort",
|
||
|
|
"description": "The name of the tenant that this record is for."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"special_access_rules": "This object is read-only."
|
||
|
|
}
|