Module: Google::Cloud::AssuredWorkloads::V1::Violation::Remediation::RemediationType

Defined in:
proto_docs/google/cloud/assuredworkloads/v1/assuredworkloads.rb

Overview

Classifying remediation into various types based on the kind of violation. For example, violations caused due to changes in boolean org policy requires different remediation instructions compared to violation caused due to changes in allowed values of list org policy.

Constant Summary collapse

REMEDIATION_TYPE_UNSPECIFIED =

Unspecified remediation type

0
REMEDIATION_BOOLEAN_ORG_POLICY_VIOLATION =

Remediation type for boolean org policy

1
REMEDIATION_LIST_ALLOWED_VALUES_ORG_POLICY_VIOLATION =

Remediation type for list org policy which have allowed values in the monitoring rule

2
REMEDIATION_LIST_DENIED_VALUES_ORG_POLICY_VIOLATION =

Remediation type for list org policy which have denied values in the monitoring rule

3
REMEDIATION_RESTRICT_CMEK_CRYPTO_KEY_PROJECTS_ORG_POLICY_VIOLATION =

Remediation type for gcp.restrictCmekCryptoKeyProjects

4