Show / Hide Table of Contents

Class OrgPolicyViolationInfo

Represents OrgPolicy Violation information.

Inheritance
object
OrgPolicyViolationInfo
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.ServiceControl.v2.Data
Assembly: Google.Apis.ServiceControl.v2.dll
Syntax
public class OrgPolicyViolationInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Payload

Optional. Deprecated. Resource payload that is currently in scope and is subjected to orgpolicy conditions. This payload may be the subset of the actual Resource that may come in the request.

Declaration
[JsonProperty("payload")]
public virtual IDictionary<string, object> Payload { get; set; }
Property Value
Type Description
IDictionary<string, object>

ResourceTags

Optional. Deprecated. Tags referenced on the resource at the time of evaluation.

Declaration
[JsonProperty("resourceTags")]
public virtual IDictionary<string, string> ResourceTags { get; set; }
Property Value
Type Description
IDictionary<string, string>

ResourceType

Optional. Resource type that the orgpolicy is checked against. Example: compute.googleapis.com/Instance, store.googleapis.com/bucket

Declaration
[JsonProperty("resourceType")]
public virtual string ResourceType { get; set; }
Property Value
Type Description
string

ViolationInfo

Optional. Policy violations

Declaration
[JsonProperty("violationInfo")]
public virtual IList<ViolationInfo> ViolationInfo { get; set; }
Property Value
Type Description
IList<ViolationInfo>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX