class Cisco::Ise::Models::InternalUser

Included Modules

Extended Modules

Defined in:

cisco/ise/models/internal_user.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def change_password : Bool #

[View source]
def change_password=(change_password : Bool) #

[View source]
def custom_attributes : Hash(String, String) #

[View source]
def custom_attributes=(custom_attributes : Hash(String, String)) #

[View source]
def description : String | Nil #

[View source]
def description=(description : String | Nil) #

[View source]
def email : String | Nil #

[View source]
def email=(email : String | Nil) #

[View source]
def enabled : Bool #

[View source]
def enabled=(enabled : Bool) #

[View source]
def first_name : String | Nil #

[View source]
def first_name=(first_name : String | Nil) #

[View source]
def id : String | Nil #

[View source]
def id=(id : String | Nil) #

[View source]
def identity_groups : String | Nil #

[View source]
def identity_groups=(identity_groups : String | Nil) #

[View source]
def last_name : String | Nil #

[View source]
def last_name=(last_name : String | Nil) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def password : String | Nil #

[View source]
def password=(password : String | Nil) #

[View source]
def password_store : String #

[View source]
def password_store=(password_store : String) #

[View source]