remediationType property

String? remediationType
getter/setter pair

Reemediation type based on the type of org policy values violated

Output only. Possible string values are:

  • "REMEDIATION_TYPE_UNSPECIFIED" : Unspecified remediation type
  • "REMEDIATION_BOOLEAN_ORG_POLICY_VIOLATION" : Remediation type for boolean org policy
  • "REMEDIATION_LIST_ALLOWED_VALUES_ORG_POLICY_VIOLATION" : Remediation type for list org policy which have allowed values in the monitoring rule
  • "REMEDIATION_LIST_DENIED_VALUES_ORG_POLICY_VIOLATION" : Remediation type for list org policy which have denied values in the monitoring rule
  • "REMEDIATION_RESTRICT_CMEK_CRYPTO_KEY_PROJECTS_ORG_POLICY_VIOLATION" : Remediation type for gcp.restrictCmekCryptoKeyProjects
  • "REMEDIATION_RESOURCE_VIOLATION" : Remediation type for resource violation.

Implementation

core.String? remediationType;