Class GoogleCloudPolicysimulatorV1betaOrgPolicyOverlayPolicyOverlay
A change to an OrgPolicy.
Implements
Inherited Members
Namespace: Google.Apis.PolicySimulator.v1.Data
Assembly: Google.Apis.PolicySimulator.v1.dll
Syntax
public class GoogleCloudPolicysimulatorV1betaOrgPolicyOverlayPolicyOverlay : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Policy
Optional. The new or updated OrgPolicy.
Declaration
[JsonProperty("policy")]
public virtual GoogleCloudOrgpolicyV2Policy Policy { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudOrgpolicyV2Policy |
PolicyParent
Optional. The parent of the policy we are attaching to. Example: "projects/123456"
Declaration
[JsonProperty("policyParent")]
public virtual string PolicyParent { get; set; }
Property Value
Type | Description |
---|---|
string |