public sealed class Violation.Types.Remediation : IMessage<Violation.Types.Remediation>, IEquatable<Violation.Types.Remediation>, IDeepCloneable<Violation.Types.Remediation>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Controls Partner v1beta API class Violation.Types.Remediation.
Represents remediation guidance to resolve compliance violation for AssuredWorkload
Implements
IMessageViolationTypesRemediation, IEquatableViolationTypesRemediation, IDeepCloneableViolationTypesRemediation, IBufferMessage, IMessageNamespace
Google.Cloud.CloudControlsPartner.V1BetaAssembly
Google.Cloud.CloudControlsPartner.V1Beta.dll
Constructors
Remediation()
public Remediation()
Remediation(Remediation)
public Remediation(Violation.Types.Remediation other)
Parameter | |
---|---|
Name | Description |
other |
ViolationTypesRemediation |
Properties
CompliantValues
public RepeatedField<string> CompliantValues { get; }
Values that can resolve the violation For example: for list org policy violations, this will either be the list of allowed or denied values
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Instructions
public Violation.Types.Remediation.Types.Instructions Instructions { get; set; }
Required. Remediation instructions to resolve violations
Property Value | |
---|---|
Type | Description |
ViolationTypesRemediationTypesInstructions |
RemediationType
public Violation.Types.Remediation.Types.RemediationType RemediationType { get; set; }
Output only. Remediation type based on the type of org policy values violated
Property Value | |
---|---|
Type | Description |
ViolationTypesRemediationTypesRemediationType |