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

#include <legacy_abac.h>

Inheritance diagram for google_container_api::LegacyAbac:

Public Member Functions

 LegacyAbac (const Json::Value &storage)
 
 LegacyAbac (Json::Value *storage)
 
virtual ~LegacyAbac ()
 
const StringPiece GetTypeName () const
 
bool has_enabled () const
 
void clear_enabled ()
 
bool get_enabled () const
 
void set_enabled (bool value)
 

Static Public Member Functions

static LegacyAbacNew ()
 

Detailed Description

Configuration for the legacy Attribute Based Access Control authorization mode.

Constructor & Destructor Documentation

◆ LegacyAbac() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ LegacyAbac() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~LegacyAbac()

google_container_api::LegacyAbac::~LegacyAbac ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_enabled()

void google_container_api::LegacyAbac::clear_enabled ( )
inline

Clears the 'enabled' attribute.

◆ get_enabled()

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

Get the value of the 'enabled' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_container_api::LegacyAbac

◆ has_enabled()

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

Determine if the 'enabled' attribute was set.

Returns
true if the 'enabled' attribute was set.

◆ New()

LegacyAbac * google_container_api::LegacyAbac::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_enabled()

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

Change the 'enabled' attribute.

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.

Parameters
[in]valueThe new value.

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