Class GoogleCloudAssetV1Constraint
The definition of a constraint.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1.Data
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class GoogleCloudAssetV1Constraint : IDirectResponseSchema
Properties
BooleanConstraint
Defines this constraint as being a BooleanConstraint.
Declaration
[JsonProperty("booleanConstraint")]
public virtual GoogleCloudAssetV1BooleanConstraint BooleanConstraint { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAssetV1BooleanConstraint |
ConstraintDefault
The evaluation behavior of this constraint in the absence of 'Policy'.
Declaration
[JsonProperty("constraintDefault")]
public virtual string ConstraintDefault { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Detailed description of what this Constraint
controls as well as how and where it is enforced.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
The human readable name of the constraint.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ListConstraint
Defines this constraint as being a ListConstraint.
Declaration
[JsonProperty("listConstraint")]
public virtual GoogleCloudAssetV1ListConstraint ListConstraint { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAssetV1ListConstraint |
Name
The unique name of the constraint. Format of the name should be * constraints/{constraint_name}
For
example, constraints/compute.disableSerialPortAccess
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |