Class GoogleCloudOrgpolicyV2AlternatePolicySpec
Similar to PolicySpec but with an extra 'launch' field for launch reference. The PolicySpec here is specific for dry-run/darklaunch.
Implements
Inherited Members
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 |