View Source GoogleApi.APIGateway.V1alpha2.Model.ApigatewaySetIamPolicyRequest (google_api_api_gateway v0.10.0)
Request message for SetIamPolicy method.
Attributes
-
policy(type:GoogleApi.APIGateway.V1alpha2.Model.ApigatewayPolicy.t, default:nil) - REQUIRED: The complete policy to be applied to theresource. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Cloud Platform services (such as Projects) might reject them. -
updateMask(type:String.t, default:nil) - OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used:paths: "bindings, etag"
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.APIGateway.V1alpha2.Model.ApigatewaySetIamPolicyRequest{ policy: GoogleApi.APIGateway.V1alpha2.Model.ApigatewayPolicy.t(), updateMask: String.t() }