google_api_machine_learning v0.8.0 GoogleApi.MachineLearning.V1.Model.GoogleIamV1SetIamPolicyRequest View Source
Request message for `SetIamPolicy` method.
Attributes
- policy (GoogleIamV1Policy): 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 Cloud Platform services (such as Projects) might reject them. Defaults to:
null
. - updateMask (String.t): 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" This field is only used by Cloud IAM. Defaults to:
null
.
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 Source
t()
View Source
t() :: %GoogleApi.MachineLearning.V1.Model.GoogleIamV1SetIamPolicyRequest{
policy: GoogleApi.MachineLearning.V1.Model.GoogleIamV1Policy.t(),
updateMask: any()
}
t() :: %GoogleApi.MachineLearning.V1.Model.GoogleIamV1SetIamPolicyRequest{ policy: GoogleApi.MachineLearning.V1.Model.GoogleIamV1Policy.t(), updateMask: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.