Class GoogleCloudPolicysimulatorV1betaOrgPolicyOverlay
The proposed changes to OrgPolicy.
Implements
Inherited Members
Namespace: Google.Apis.PolicySimulator.v1.Data
Assembly: Google.Apis.PolicySimulator.v1.dll
Syntax
public class GoogleCloudPolicysimulatorV1betaOrgPolicyOverlay : IDirectResponseSchema
Properties
CustomConstraints
Optional. The OrgPolicy CustomConstraint changes to preview violations for. Any existing CustomConstraints
with the same name will be overridden in the simulation. That is, violations will be determined as if all
custom constraints in the overlay were instantiated. Only a single custom_constraint is supported in the
overlay at a time. For evaluating multiple constraints, multiple GenerateOrgPolicyViolationsPreview
requests are made, where each request evaluates a single constraint.
Declaration
[JsonProperty("customConstraints")]
public virtual IList<GoogleCloudPolicysimulatorV1betaOrgPolicyOverlayCustomConstraintOverlay> CustomConstraints { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudPolicysimulatorV1betaOrgPolicyOverlayCustomConstraintOverlay> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Policies
Optional. The OrgPolicy changes to preview violations for. Any existing OrgPolicies with the same name will be overridden in the simulation. That is, violations will be determined as if all policies in the overlay were created or updated.
Declaration
[JsonProperty("policies")]
public virtual IList<GoogleCloudPolicysimulatorV1betaOrgPolicyOverlayPolicyOverlay> Policies { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudPolicysimulatorV1betaOrgPolicyOverlayPolicyOverlay> |