class Rancher::Identity

Included Modules

Defined in:

rancher/types/generated/identity.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 all : String #

def all=(all : String) #

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

def external_id : String #

def external_id=(external_id : String) #

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

def external_id_type : String #

def external_id_type=(external_id_type : String) #

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

def login : String #

def login=(login : String) #

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

def name : String #

def name=(name : String) #

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

def profile_picture : String #

def profile_picture=(profile_picture : String) #

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

def profile_url : String #

def profile_url=(profile_url : String) #

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

def role : String #

def role=(role : String) #

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

def user : Bool #

def user=(user : Bool) #

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