Class GoogleCloudAssuredworkloadsV1beta1ViolationRemediation
Represents remediation guidance to resolve compliance violation for AssuredWorkload
Implements
Inherited Members
Namespace: Google.Apis.Assuredworkloads.v1beta1.Data
Assembly: Google.Apis.Assuredworkloads.v1beta1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1beta1ViolationRemediation : 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 GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructions Instructions { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructions |
RemediationType
Output only. Reemediation type based on the type of org policy values violated
Declaration
[JsonProperty("remediationType")]
public virtual string RemediationType { get; set; }
Property Value
Type | Description |
---|---|
string |