Show / Hide Table of Contents

Class GoogleCloudAssuredworkloadsV1beta1ViolationRemediation

Represents remediation guidance to resolve compliance violation for AssuredWorkload

Inheritance
object
GoogleCloudAssuredworkloadsV1beta1ViolationRemediation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX