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

55 lines
2.5 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": "TenantSecurityPolicyDeployment - Data API",
"description": "Stores the status of deployments of a Security Center policy on a tenant. For more information, see Define and Deploy Security Policies. This object is available to Security Center subscribers in API version 54.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"DeploymentDate": {
"type": "dateTime",
"properties": "Create, Filter, Sort, Update",
"description": "The date the deployment was triggered."
},
"DeploymentStatus": {
"type": "string",
"properties": "Create, Filter, Group, idLookup, Sort, Update",
"description": "The status of the deployment. For example, Not Deployed, Processing, Deployed, or Failed."
},
"Description": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The description of the deployment status."
},
"Name": {
"type": "string",
"properties": "Create, Filter, Group, idLookup, Sort, Update",
"description": "The name of the deployment."
},
"PolicyIdentifier": {
"type": "string",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The ID of the TenantSecurityPolicy entity."
},
"StatusDate": {
"type": "dateTime",
"properties": "Create, Filter, Sort, Update",
"description": "The date that the status of the deployment was provided."
},
"Tenant": {
"type": "string",
"properties": "Create, Filter, Group, idLookup, Sort, Update",
"description": "The ID of the tenant for which the policy was deployed."
}
},
"special_access_rules": "This object is read/write.",
"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- **TenantSecurityPolicyDeploymentChangeEvent**: Change events are available for the object.\n- **TenantSecurityPolicyDeploymentFeed**: Feed tracking is available for the object.\n- **TenantSecurityPolicyDeploymentHistory**: History is available for tracked fields of the object.\n- **TenantSecurityPolicyDeploymentOwnerSharingRule**: Sharing rules are available for the object.\n- **TenantSecurityPolicyDeploymentShare**: Sharing is available for the object."
}