View Source GoogleApi.AIPlatform.V1.Model.GoogleIamV1SetIamPolicyRequest (google_api_ai_platform v0.13.0)

Request message for SetIamPolicy method.

Attributes

  • policy (type: GoogleApi.AIPlatform.V1.Model.GoogleIamV1Policy.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 a valid policy but certain Google Cloud services (such as Projects) might reject them.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleIamV1SetIamPolicyRequest{
  policy: GoogleApi.AIPlatform.V1.Model.GoogleIamV1Policy.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.