Class GoogleCloudPolicysimulatorV1betaOrgPolicyOverlayCustomConstraintOverlay
A change to an OrgPolicy custom constraint.
Implements
Inherited Members
Namespace: Google.Apis.PolicySimulator.v1.Data
Assembly: Google.Apis.PolicySimulator.v1.dll
Syntax
public class GoogleCloudPolicysimulatorV1betaOrgPolicyOverlayCustomConstraintOverlay : IDirectResponseSchema
Properties
CustomConstraint
Optional. The new or updated custom constraint.
Declaration
[JsonProperty("customConstraint")]
public virtual GoogleCloudOrgpolicyV2CustomConstraint CustomConstraint { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudOrgpolicyV2CustomConstraint |
CustomConstraintParent
Optional. Resource the constraint is attached to. Example: "organization/987654"
Declaration
[JsonProperty("customConstraintParent")]
public virtual string CustomConstraintParent { 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 |