class Cisco::Ise::Guests

Defined in:

cisco/ise/guest_users.cr

Constant Summary

TIME_FORMAT = "%m/%d/%Y %H:%M"
TYPE_HEADER = "application/vnd.com.cisco.ise.identity.guestuser.2.0+xml"

Class Method Summary

Instance Method Summary

Class Method Detail

def self.driver_interface : String #

Instance Method Detail

def create_guest(event_start : Int64, attendee_email : String, attendee_name : String, company_name : String | Nil = nil, phone_number : String = "0123456789", sms_service_provider : String | Nil = nil, guest_type : String | Nil = nil, portal_id : String | Nil = nil) #

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

[View source]
def on_load #

[View source]
def on_update #

[View source]
def test2 #

[View source]
def test_json(json : String) #

[View source]
def test_xml(xml_string : String) #

[View source]