Show / Hide Table of Contents

Class GoogleCloudOrgpolicyV2AlternatePolicySpec

Similar to PolicySpec but with an extra 'launch' field for launch reference. The PolicySpec here is specific for dry-run.

Inheritance
object
GoogleCloudOrgpolicyV2AlternatePolicySpec
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.OrgPolicyAPI.v2.Data
Assembly: Google.Apis.OrgPolicyAPI.v2.dll
Syntax
public class GoogleCloudOrgpolicyV2AlternatePolicySpec : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Launch

Reference to the launch that will be used while audit logging and to control the launch. Should be set only in the alternate policy.

Declaration
[JsonProperty("launch")]
public virtual string Launch { get; set; }
Property Value
Type Description
string

Spec

Specify constraint for configurations of Google Cloud resources.

Declaration
[JsonProperty("spec")]
public virtual GoogleCloudOrgpolicyV2PolicySpec Spec { get; set; }
Property Value
Type Description
GoogleCloudOrgpolicyV2PolicySpec

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX