Remediation(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents remediation guidance to resolve compliance violation for AssuredWorkload
Attributes |
|
---|---|
Name | Description |
instructions |
google.cloud.cloudcontrolspartner_v1.types.Violation.Remediation.Instructions
Required. Remediation instructions to resolve violations |
compliant_values |
MutableSequence[str]
Values that can resolve the violation For example: for list org policy violations, this will either be the list of allowed or denied values |
remediation_type |
google.cloud.cloudcontrolspartner_v1.types.Violation.Remediation.RemediationType
Output only. Remediation type based on the type of org policy values violated |
Classes
Instructions
Instructions(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Instructions to remediate violation
RemediationType
RemediationType(value)
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.