CreateSecurityPolicyInput
The input for creating a security policy.
Fields
| Field | Type | Description |
|---|---|---|
| automationRules | [AutomationRuleInput!] | The automation rules for the policy. |
| description | String! | Description of the security policy. |
| filter | FilterGroupConfigInput! | Filter configuration for the policy. |
| frameworks | [String!] | The frameworks associated with the policy. |
| isAutomationEnabled | Boolean | Whether the automation is enabled for the policy. |
| policyCategory | Category | Category of the policy. |
| policyName | String! | Name of the policy. |
| policySeverity | Severity | Severity of the policy. |
| policyType | PolicyType! | Type of the policy. |
| policyTypeInfo | PolicyTypeInfoInput | Specific info for the policy type. Required for Identity Event policies to specify providers. |
| thresholdFilter | FilterGroupConfigInput | Threshold filter for the policy. |