Show / Hide Table of Contents

Class GlobalOrganizationSetPolicyRequest

Inheritance
System.Object
GlobalOrganizationSetPolicyRequest
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class GlobalOrganizationSetPolicyRequest : IDirectResponseSchema

Properties

Bindings

Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify bindings.

Declaration
[JsonProperty("bindings")]
public virtual IList<Binding> Bindings { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Binding>

ETag

Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag.

Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Policy

REQUIRED: The complete policy to be applied to the 'resource'. The size of the policy is limited to a few 10s of KB. An empty policy is in general a valid policy but certain services (like Projects) might reject them.

Declaration
[JsonProperty("policy")]
public virtual Policy Policy { get; set; }
Property Value
Type Description
Policy

Implements

IDirectResponseSchema
In This Article
Back to top