$baseURL
$baseURL : null|array
Base API URL
Base API URL comprised of environment variables passed to the ORM constructor.
ORM Alias Account Client
Communicates with an ORM API to preform alias account operations.
$orm : null|\OpenResourceManager\ORM
ORM Connection
The current ORM connection.
__construct(\OpenResourceManager\ORM $orm)
Client Constructor
Constructs a client.
\OpenResourceManager\ORM | $orm |
getORM() : \OpenResourceManager\ORM
Get ORM Connection
Returns the current ORM object
store(string $username, boolean $should_propagate_password = null, string $password = null, integer $account_id = null, string $account_identifier = null, string $account_username = null, \DateTime $expires_at = null, boolean $disabled = null) : \Unirest\Response
Store Alias Account
Create or update an alias account, by it's username.
string | $username | |
boolean | $should_propagate_password | |
string | $password | |
integer | $account_id | |
string | $account_identifier | |
string | $account_username | |
\DateTime | $expires_at | |
boolean | $disabled |