class ISE::API::InternalUser

Defined in:

ise/api/internal_user.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(session : Session) #

[View source]

Instance Method Detail

def create(id : String | Nil = nil, first_name : String | Nil = nil, last_name : String | Nil = nil, email : String | Nil = nil, password : String = "Abcdef123456!", description : String | Nil = nil, attributes : Hash(String, String) | Nil = nil, identity_group : String | Nil = nil, name : String = ["internalUser", (UUID.random.to_s.split("-")).last].join("-"), name_alias : String | Nil = nil, change_password : Bool = false, password_never_expires : Bool | Nil = nil, enable_password : String | Nil = nil, days_for_password_expiration : Int32 | Nil = nil, password_storage : String = "Internal Users", expiry_date_enabled : Bool | Nil = nil, expiry_date : String | Nil = nil, enabled : Bool = true) : Models::Internal::User #

[View source]
def get(id : String) : Models::Internal::User #

[View source]
def get_by_name(name : String) : Models::Internal::User #

[View source]
def list(size : UInt32 = 20, page : UInt32 = 1) : Array(String) #

[View source]