Class GlobalSetPolicyRequest
Inheritance
GlobalSetPolicyRequest
Assembly: Google.Apis.DeploymentManager.v2beta.dll
Syntax
public class GlobalSetPolicyRequest : 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
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
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
UpdateMask
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Implements