Posture Policy Set Policy Args
data class PosturePolicySetPolicyArgs(val complianceStandards: Output<List<PosturePolicySetPolicyComplianceStandardArgs>>? = null, val constraint: Output<PosturePolicySetPolicyConstraintArgs>, val description: Output<String>? = null, val policyId: Output<String>) : ConvertibleToJava<PosturePolicySetPolicyArgs>
Constructors
Link copied to clipboard
constructor(complianceStandards: Output<List<PosturePolicySetPolicyComplianceStandardArgs>>? = null, constraint: Output<PosturePolicySetPolicyConstraintArgs>, description: Output<String>? = null, policyId: Output<String>)
Properties
Link copied to clipboard
Mapping for policy to security standards and controls. Structure is documented below.
Link copied to clipboard
Policy constraint definition.It can have the definition of one of following constraints: orgPolicyConstraint orgPolicyConstraintCustom securityHealthAnalyticsModule securityHealthAnalyticsCustomModule Structure is documented below.
Link copied to clipboard
Description of the policy.