public sealed class OrgPolicyOverlay.Types.CustomConstraintOverlay : IMessage<OrgPolicyOverlay.Types.CustomConstraintOverlay>, IEquatable<OrgPolicyOverlay.Types.CustomConstraintOverlay>, IDeepCloneable<OrgPolicyOverlay.Types.CustomConstraintOverlay>, IBufferMessage, IMessage
Reference documentation and code samples for the Policy Simulator v1 API class OrgPolicyOverlay.Types.CustomConstraintOverlay.
A change to an OrgPolicy custom constraint.
Implements
IMessageOrgPolicyOverlayTypesCustomConstraintOverlay, IEquatableOrgPolicyOverlayTypesCustomConstraintOverlay, IDeepCloneableOrgPolicyOverlayTypesCustomConstraintOverlay, IBufferMessage, IMessageNamespace
Google.Cloud.PolicySimulator.V1Assembly
Google.Cloud.PolicySimulator.V1.dll
Constructors
CustomConstraintOverlay()
public CustomConstraintOverlay()
CustomConstraintOverlay(CustomConstraintOverlay)
public CustomConstraintOverlay(OrgPolicyOverlay.Types.CustomConstraintOverlay other)
Parameter | |
---|---|
Name | Description |
other |
OrgPolicyOverlayTypesCustomConstraintOverlay |
Properties
CustomConstraint
public CustomConstraint CustomConstraint { get; set; }
Optional. The new or updated custom constraint.
Property Value | |
---|---|
Type | Description |
CustomConstraint |
CustomConstraintParent
public string CustomConstraintParent { get; set; }
Optional. Resource the constraint is attached to. Example: "organization/987654"
Property Value | |
---|---|
Type | Description |
string |