google_api_deployment_manager v0.7.0 GoogleApi.DeploymentManager.V2.Model.GlobalSetPolicyRequest View Source
Attributes
bindings(type:list(GoogleApi.DeploymentManager.V2.Model.Binding.t), default:nil) - Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify bindings.etag(type:String.t, default:nil) - Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag.policy(type:GoogleApi.DeploymentManager.V2.Model.Policy.t, default:nil) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.DeploymentManager.V2.Model.GlobalSetPolicyRequest{
bindings: [GoogleApi.DeploymentManager.V2.Model.Binding.t()],
etag: String.t(),
policy: GoogleApi.DeploymentManager.V2.Model.Policy.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.