Class Remediation
Represents remediation guidance to resolve compliance violation for AssuredWorkload
Implements
Inherited Members
Namespace: Google.Apis.CloudControlsPartnerService.v1.Data
Assembly: Google.Apis.CloudControlsPartnerService.v1.dll
Syntax
public class Remediation : IDirectResponseSchema
Properties
CompliantValues
Values that can resolve the violation For example: for list org policy violations, this will either be the list of allowed or denied values
Declaration
[JsonProperty("compliantValues")]
public virtual IList<string> CompliantValues { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Instructions
Required. Remediation instructions to resolve violations
Declaration
[JsonProperty("instructions")]
public virtual Instructions Instructions { get; set; }
Property Value
Type | Description |
---|---|
Instructions |
RemediationType
Output only. Remediation type based on the type of org policy values violated
Declaration
[JsonProperty("remediationType")]
public virtual string RemediationType { get; set; }
Property Value
Type | Description |
---|---|
string |