Class GoogleCloudOrgpolicyV2ConstraintBooleanConstraint
A constraint that is either enforced or not. For example, a constraint
constraints/compute.disableSerialPortAccess
. If it is enforced on a VM instance, serial port connections will
not be opened to that instance.
Implements
Inherited Members
Namespace: Google.Apis.OrgPolicyAPI.v2.Data
Assembly: Google.Apis.OrgPolicyAPI.v2.dll
Syntax
public class GoogleCloudOrgpolicyV2ConstraintBooleanConstraint : IDirectResponseSchema
Properties
CustomConstraintDefinition
Custom constraint definition. This is set only for Managed Constraints
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 |