google_api_cloud_iot v0.7.0 GoogleApi.CloudIot.V1.Model.SetIamPolicyRequest View Source
Request message for SetIamPolicy
method.
Attributes
- policy (GoogleApi.CloudIot.V1.Model.Policy.t): 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 tonil
.
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.CloudIot.V1.Model.SetIamPolicyRequest{
policy: GoogleApi.CloudIot.V1.Model.Policy.t()
}
t() :: %GoogleApi.CloudIot.V1.Model.SetIamPolicyRequest{ policy: GoogleApi.CloudIot.V1.Model.Policy.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.