Show / Hide Table of Contents

Class AnalyzerOrgPolicyConstraint

The organization policy constraint definition.

Inheritance
object
AnalyzerOrgPolicyConstraint
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.CloudAsset.v1.Data
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class AnalyzerOrgPolicyConstraint : IDirectResponseSchema

Properties

CustomConstraint

The definition of the custom constraint.

Declaration
[JsonProperty("customConstraint")]
public virtual GoogleCloudAssetV1CustomConstraint CustomConstraint { get; set; }
Property Value
Type Description
GoogleCloudAssetV1CustomConstraint

ETag

The ETag of the item.

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

GoogleDefinedConstraint

The definition of the canned constraint defined by Google.

Declaration
[JsonProperty("googleDefinedConstraint")]
public virtual GoogleCloudAssetV1Constraint GoogleDefinedConstraint { get; set; }
Property Value
Type Description
GoogleCloudAssetV1Constraint

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX