Show / Hide Table of Contents

Class GoogleCloudAssuredworkloadsV1ViolationRemediation

Represents remediation guidance to resolve compliance violation for AssuredWorkload

Inheritance
object
GoogleCloudAssuredworkloadsV1ViolationRemediation
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.v1.Data
Assembly: Google.Apis.Assuredworkloads.v1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1ViolationRemediation : 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 GoogleCloudAssuredworkloadsV1ViolationRemediationInstructions Instructions { get; set; }
Property Value
Type Description
GoogleCloudAssuredworkloadsV1ViolationRemediationInstructions

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