class ISE::Models::Internal::User

Included Modules

Defined in:

ise/models/internal/user.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def attributes : Hash(String, String) | Nil #

[View source]
def attributes=(attributes : Hash(String, String) | Nil) #

[View source]
def change_password : Bool #

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

[View source]
def days_for_password_expiration : Int32 | Nil #

[View source]
def days_for_password_expiration=(days_for_password_expiration : Int32 | Nil) #

[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 enable_password : String | Nil #

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

[View source]
def enabled : Bool #

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

[View source]
def expiry_date : String | Nil #

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

[View source]
def expiry_date_enabled : Bool | Nil #

[View source]
def expiry_date_enabled=(expiry_date_enabled : Bool | Nil) #

[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_group : String | Nil #

[View source]
def identity_group=(identity_group : 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 name_alias : String | Nil #

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

[View source]
def password : String | Nil #

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

[View source]
def password_never_expires : Bool | Nil #

[View source]
def password_never_expires=(password_never_expires : Bool | Nil) #

[View source]
def password_storage : String #

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

[View source]