DSPMPolicy
Policy definition.
Fields
| Field | Type | Description |
|---|---|---|
| automationRules | [AutomationRule!]! | The automation rules associated with the policy. |
| containsAccessFilters | Boolean | Specifies if the policy contains access filters or exposure filters. |
| createdAt | DateTime | The time when the policy was created. |
| createdBy | String! | The ID of the user who created this policy. |
| description | String! | A description of the policy. |
| filter | PolicyFilter | The root filter of the policy. |
| frameworks | [String!]! | The frameworks which are associated with the policy. |
| isAutomationEnabled | Boolean! | Indicates if the policy is enabled for automation. |
| isDeleted | Boolean! | Indicates if the policy is deleted. |
| isEnabled | Boolean! | Indicates if the policy is enabled. |
| isPredefined | Boolean! | Indicates if the policy is predefined. |
| labels | [FilterTypeLabelEntry!]! | The labels for the filter values. |
| latestPolicyVersion | Int! | The latest version of the policy. |
| manualRemediationProcess | String | An explanation of how to remediate the policy manually. |
| name | String! | The name of the policy. |
| policyCategory | Category! | The category of the policy. |
| policyId | UUID! | DSPM policy ID. |
| policySeverity | Severity! | The severity of the policy. |
| policyType | PolicyType! | The type of the policy. |
| policyTypeInfo | PolicyTypeInfo | Policy-type-specific configuration (e.g., event providers for identity event policies). |
| probabilityOfCompromise | String | The probability of compromise for this policy. |
| thresholdFilter | PolicyFilter | Threshold filter for the policy that is applied on top of the root filter and requires special handling by the UI. |
| updatedAt | DateTime | The time when the policy was updated. |
Used By
Referenced by