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

98 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"
],
"title": "TenantSecurityCertificate - Data API",
"description": "Stores metric details related to public key certificate information. The certificate binds the public key to the identity of an entity. This object is available in API version 63.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"Action": {
"type": "String",
"properties": "Filter, Group, idLookup, Nillable, Sort",
"description": "The action taken on this certificate. Possible values are: Added Removed Updated"
},
"ActionBy": {
"type": "String",
"properties": "Filter, Group, idLookup, Nillable, Sort",
"description": "The user who made this change."
},
"ActionDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "The date this action was taken."
},
"CertCreatedDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "When this certificate was created."
},
"DetailIdentifier": {
"type": "string",
"properties": "Filter, Group, idLookup, Nillable, Sort",
"description": "The ID of the individual detail record. This field is unique within your organization."
},
"ExpirationDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "When this certificate expires."
},
"IsActive": {
"type": "boolean",
"properties": "Filter, Group, Sort",
"description": "Indicates whether this certificate is active."
},
"IsCaSigned": {
"type": "boolean",
"properties": "Filter, Group, Sort",
"description": "Indicates whether this certificate is signed by the issuer (true) or not (false)."
},
"IsPlatformEncrypted": {
"type": "boolean",
"properties": "Filter, Group, Sort",
"description": "Whether this certificate is encrypted with Platform Encryption."
},
"IsPrivateKeyExportable": {
"type": "boolean",
"properties": "Filter, Group, Sort",
"description": "Indicates whether this certificates private key is exportable."
},
"KeySize": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The length of the public key."
},
"MetricIdentfier": {
"type": "string",
"properties": "Filter, Group, Nillable, 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, Sort",
"description": "The type of data being collected."
},
"Name": {
"type": "string",
"properties": "Filter, Group, idLookup, Sort",
"description": "A user-friendly name for the certificate."
},
"Tenant": {
"type": "string",
"properties": "Filter, Group, idLookup, Sort",
"description": "The ID of the tenant with this certificate."
},
"TenantName": {
"type": "string",
"properties": "Filter, Group, idLookup, Sort",
"description": "The name of the tenant with this certificate."
}
},
"special_access_rules": "This object is read only."
}