Class AnalyzerOrgPolicyConstraint
The organization policy constraint definition.
Implements
Inherited Members
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 |