Show / Hide Table of Contents

Class GoogleCloudPolicysimulatorV1OrgPolicyOverlayPolicyOverlay

A change to an OrgPolicy.

Inheritance
object
GoogleCloudPolicysimulatorV1OrgPolicyOverlayPolicyOverlay
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 GoogleCloudPolicysimulatorV1OrgPolicyOverlayPolicyOverlay : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX