class Cisco::Ise::NetworkAccess

Defined in:

cisco/ise/network_access.cr

Constant Summary

TIME_FORMAT = "%m/%d/%Y %H:%M"
TYPE_HEADER = "application/json"

Class Method Summary

Instance Method Summary

Class Method Detail

def self.driver_interface : String #

Instance Method Detail

def create_internal_user(email : String, name : String | Nil = nil, first_name : String | Nil = nil, last_name : String | Nil = nil, description : String | Nil = nil, password : String | Nil = nil, identity_groups : Array(String) = [] of String) #

[View source]
def get_internal_user_by_email(email : String) #

[View source]
def get_internal_user_by_id(id : String) #

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

[View source]
def on_load #

[View source]
def on_update #

[View source]
def update_internal_user_identity_groups_by_email(email : String, identity_groups : Array(String)) #

[View source]
def update_internal_user_identity_groups_by_id(id : String, identity_groups : Array(String)) #

[View source]
def update_internal_user_identity_groups_by_name(name : String, identity_groups : Array(String)) #

[View source]
def update_internal_user_password_by_email(email : String, password : String | Nil = nil) #

[View source]
def update_internal_user_password_by_id(id : String, password : String | Nil = nil) #

[View source]
def update_internal_user_password_by_name(name : String, password : String | Nil = nil) #

[View source]