Show / Hide Table of Contents

Class GoogleCloudOrgpolicyV2ConstraintBooleanConstraint

A constraint type is enforced or not enforced, which is configured in the PolicyRule. If customConstraintDefinition is defined, this constraint is a managed constraint.

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

Properties

CustomConstraintDefinition

Custom constraint definition. Defines this as a managed constraint.

Declaration
[JsonProperty("customConstraintDefinition")]
public virtual GoogleCloudOrgpolicyV2ConstraintCustomConstraintDefinition CustomConstraintDefinition { get; set; }
Property Value
Type Description
GoogleCloudOrgpolicyV2ConstraintCustomConstraintDefinition

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX