Struct google_accesscontextmanager1_beta::BasicLevel[][src]

pub struct BasicLevel {
    pub combining_function: Option<String>,
    pub conditions: Option<Vec<Condition>>,
}

BasicLevel is an AccessLevel using a set of recommended features.

This type is not used in any activity, and only used as part of another schema.

Fields

How the conditions list should be combined to determine if a request is granted this AccessLevel. If AND is used, each Condition in conditions must be satisfied for the AccessLevel to be applied. If OR is used, at least one Condition in conditions must be satisfied for the AccessLevel to be applied. Default behavior is AND.

Required. A list of requirements for the AccessLevel to be granted.

Trait Implementations

impl Default for BasicLevel
[src]

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

impl Clone for BasicLevel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BasicLevel
[src]

Formats the value using the given formatter. Read more

impl Part for BasicLevel
[src]

Auto Trait Implementations

impl Send for BasicLevel

impl Sync for BasicLevel