Struct google_iap1_beta1::SetIamPolicyRequest[][src]

pub struct SetIamPolicyRequest {
    pub policy: Option<Policy>,
    pub update_mask: Option<String>,
}

Request message for SetIamPolicy method.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

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.

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.

Trait Implementations

impl Default for SetIamPolicyRequest
[src]

Returns the "default value" for a type. Read more

impl Clone for SetIamPolicyRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SetIamPolicyRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for SetIamPolicyRequest
[src]

Auto Trait Implementations