container  v1
Public Member Functions | Static Public Member Functions | List of all members
google_container_api::AuthenticatorGroupsConfig Class Reference

#include <authenticator_groups_config.h>

Inheritance diagram for google_container_api::AuthenticatorGroupsConfig:

Public Member Functions

 AuthenticatorGroupsConfig (const Json::Value &storage)
 
 AuthenticatorGroupsConfig (Json::Value *storage)
 
virtual ~AuthenticatorGroupsConfig ()
 
const StringPiece GetTypeName () const
 
bool has_enabled () const
 
void clear_enabled ()
 
bool get_enabled () const
 
void set_enabled (bool value)
 
bool has_security_group () const
 
void clear_security_group ()
 
const StringPiece get_security_group () const
 
void set_security_group (const StringPiece &value)
 

Static Public Member Functions

static AuthenticatorGroupsConfigNew ()
 

Detailed Description

Configuration for returning group information from authenticators.

Constructor & Destructor Documentation

◆ AuthenticatorGroupsConfig() [1/2]

google_container_api::AuthenticatorGroupsConfig::AuthenticatorGroupsConfig ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ AuthenticatorGroupsConfig() [2/2]

google_container_api::AuthenticatorGroupsConfig::AuthenticatorGroupsConfig ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~AuthenticatorGroupsConfig()

google_container_api::AuthenticatorGroupsConfig::~AuthenticatorGroupsConfig ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_enabled()

void google_container_api::AuthenticatorGroupsConfig::clear_enabled ( )
inline

Clears the 'enabled' attribute.

◆ clear_security_group()

void google_container_api::AuthenticatorGroupsConfig::clear_security_group ( )
inline

Clears the 'securityGroup' attribute.

◆ get_enabled()

bool google_container_api::AuthenticatorGroupsConfig::get_enabled ( ) const
inline

Get the value of the 'enabled' attribute.

◆ get_security_group()

const StringPiece google_container_api::AuthenticatorGroupsConfig::get_security_group ( ) const
inline

Get the value of the 'securityGroup' attribute.

◆ GetTypeName()

const StringPiece google_container_api::AuthenticatorGroupsConfig::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_container_api::AuthenticatorGroupsConfig

◆ has_enabled()

bool google_container_api::AuthenticatorGroupsConfig::has_enabled ( ) const
inline

Determine if the 'enabled' attribute was set.

Returns
true if the 'enabled' attribute was set.

◆ has_security_group()

bool google_container_api::AuthenticatorGroupsConfig::has_security_group ( ) const
inline

Determine if the 'securityGroup' attribute was set.

Returns
true if the 'securityGroup' attribute was set.

◆ New()

AuthenticatorGroupsConfig * google_container_api::AuthenticatorGroupsConfig::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_enabled()

void google_container_api::AuthenticatorGroupsConfig::set_enabled ( bool  value)
inline

Change the 'enabled' attribute.

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

Parameters
[in]valueThe new value.

◆ set_security_group()

void google_container_api::AuthenticatorGroupsConfig::set_security_group ( const StringPiece &  value)
inline

Change the 'securityGroup' attribute.

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

Parameters
[in]valueThe new value.

The documentation for this class was generated from the following files: