Show / Hide Table of Contents

Class Remediation

Represents remediation guidance to resolve compliance violation for AssuredWorkload

Inheritance
object
Remediation
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.CloudControlsPartnerService.v1beta.Data
Assembly: Google.Apis.CloudControlsPartnerService.v1beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX