Struct google_accesscontextmanager1_beta::AccessLevel[][src]

pub struct AccessLevel {
    pub update_time: Option<String>,
    pub name: Option<String>,
    pub title: Option<String>,
    pub basic: Option<BasicLevel>,
    pub create_time: Option<String>,
    pub description: Option<String>,
}

An AccessLevel is a label that can be applied to requests to GCP services, along with a list of requirements necessary for the label to be applied. AccessLevels can be referenced in AccessZones and in the Cloud Org Policy API.

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

Output only. Time the AccessLevel was updated in UTC.

Required. Resource name for the Access Level. The short_name component must begin with a letter and only include alphanumeric and '_'. Format: accessPolicies/{policy_id}/accessLevels/{short_name}

Human readable title. Must be unique within the Policy.

A BasicLevel composed of Conditions.

Output only. Time the AccessLevel was created in UTC.

Description of the AccessLevel and its use. Does not affect behavior.

Trait Implementations

impl Default for AccessLevel
[src]

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

impl Clone for AccessLevel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccessLevel
[src]

Formats the value using the given formatter. Read more

impl RequestValue for AccessLevel
[src]

impl ResponseResult for AccessLevel
[src]

Auto Trait Implementations

impl Send for AccessLevel

impl Sync for AccessLevel