container
v1
|
#include <legacy_abac.h>
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 LegacyAbac * | New () |
Configuration for the legacy Attribute Based Access Control authorization mode.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'enabled
' attribute.
|
inline |
Get the value of the 'enabled
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'enabled
' attribute was set.
enabled
' attribute was set.
|
static |
Creates a new default instance.
|
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.
[in] | value | The new value. |