class Rancher::LocalAuthConfig

Included Modules

Defined in:

rancher/types/generated/local_auth_config.cr

Constructors

Instance Method Summary

Instance methods inherited from class Rancher::Object

client : Client client, client=(client : Client) client=, client? : Client | Nil client?, id : String id, id=(id : String) id=, id? : String | Nil id?, with_client(client : Client) with_client

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def access_mode : String #

def access_mode=(access_mode : String) #

[View source]
def access_mode? : String | Nil #

def enabled : Bool #

def enabled=(enabled : Bool) #

[View source]
def enabled? : Bool | Nil #

def name : String #

def name=(name : String) #

[View source]
def name? : String | Nil #

def password : Password #

def password=(password : Password) #

[View source]
def password? : Password | Nil #

def username : String #

def username=(username : String) #

[View source]
def username? : String | Nil #