Show / Hide Table of Contents

Class GoogleCloudPolicysimulatorV1OrgPolicyOverlay

The proposed changes to OrgPolicy.

Inheritance
object
GoogleCloudPolicysimulatorV1OrgPolicyOverlay
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.PolicySimulator.v1.Data
Assembly: Google.Apis.PolicySimulator.v1.dll
Syntax
public class GoogleCloudPolicysimulatorV1OrgPolicyOverlay : 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<GoogleCloudPolicysimulatorV1OrgPolicyOverlayCustomConstraintOverlay> CustomConstraints { get; set; }
Property Value
Type Description
IList<GoogleCloudPolicysimulatorV1OrgPolicyOverlayCustomConstraintOverlay>

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<GoogleCloudPolicysimulatorV1OrgPolicyOverlayPolicyOverlay> Policies { get; set; }
Property Value
Type Description
IList<GoogleCloudPolicysimulatorV1OrgPolicyOverlayPolicyOverlay>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX