class

PlaceOS::Client::APIWrapper::Ldap

Inherits PlaceOS::Client::APIWrapper::AuthBase < PlaceOS::Client::APIWrapper::Endpoint::Destroy < PlaceOS::Client::APIWrapper::Endpoint::Fetch < PlaceOS::Client::APIWrapper::Endpoint < Reference < Object

Constructors

new(client : APIWrapper)
Source

Instance methods

base

The base route for the endpoint

Source
create(name : String, authority_id : String, host : String, base : String, port : Int32 | Nil = nil, auth_method : String | Nil = nil, uid : String | Nil = nil, bind_dn : String | Nil = nil, password : String | Nil = nil, filter : String | Nil = nil)
Source
update(id : String, name : String | Nil = nil, authority_id : String | Nil = nil, port : Int32 | Nil = nil, auth_method : String | Nil = nil, uid : String | Nil = nil, host : String | Nil = nil, base : String | Nil = nil, bind_dn : String | Nil = nil, password : String | Nil = nil, filter : String | Nil = nil)
Source