Struct google_iam1::Permission[][src]

pub struct Permission {
    pub api_disabled: Option<bool>,
    pub description: Option<String>,
    pub name: Option<String>,
    pub title: Option<String>,
    pub only_in_predefined_roles: Option<bool>,
    pub custom_roles_support_level: Option<String>,
    pub stage: Option<String>,
}

A permission which can be included by a role.

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

The service API associated with the permission is not enabled.

A brief description of what this Permission is used for.

The name of this Permission.

The title of this Permission.

This permission can ONLY be used in predefined roles.

The current custom role support level.

The current launch stage of the permission.

Trait Implementations

impl Default for Permission
[src]

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

impl Clone for Permission
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Permission
[src]

Formats the value using the given formatter. Read more

impl Resource for Permission
[src]

Auto Trait Implementations

impl Send for Permission

impl Sync for Permission