Struct gapi_grpc::google::container::v1::AuthenticatorGroupsConfig[][src]

pub struct AuthenticatorGroupsConfig {
    pub enabled: bool,
    pub security_group: String,
}

Configuration for returning group information from authenticators.

Fields

enabled: bool

Whether this cluster should return group membership lookups during authentication using a group of security groups.

security_group: String

The name of the security group-of-groups to be used. Only relevant if enabled = true.

Trait Implementations

impl Clone for AuthenticatorGroupsConfig[src]

impl Debug for AuthenticatorGroupsConfig[src]

impl Default for AuthenticatorGroupsConfig[src]

impl Message for AuthenticatorGroupsConfig[src]

impl PartialEq<AuthenticatorGroupsConfig> for AuthenticatorGroupsConfig[src]

impl StructuralPartialEq for AuthenticatorGroupsConfig[src]

Auto Trait Implementations

impl RefUnwindSafe for AuthenticatorGroupsConfig

impl Send for AuthenticatorGroupsConfig

impl Sync for AuthenticatorGroupsConfig

impl Unpin for AuthenticatorGroupsConfig

impl UnwindSafe for AuthenticatorGroupsConfig

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]