Struct google_container1::LegacyAbac [] [src]

pub struct LegacyAbac {
    pub enabled: Option<bool>,
}

Configuration for the legacy Attribute Based Access Control authorization mode.

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

Fields

Whether the ABAC authorizer is enabled for this cluster. When enabled, identities in the system, including service accounts, nodes, and controllers, will have statically granted permissions beyond those provided by the RBAC configuration or IAM.

Trait Implementations

impl Default for LegacyAbac
[src]

[src]

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

impl Clone for LegacyAbac
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for LegacyAbac
[src]

[src]

Formats the value using the given formatter.

impl Part for LegacyAbac
[src]