Struct google_binaryauthorization1_beta1::SetIamPolicyRequest[][src]

pub struct SetIamPolicyRequest {
    pub policy: Option<IamPolicy>,
}

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.

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