$baseURL
$baseURL : null|array
Base API URL
Base API URL comprised of environment variables passed to the ORM constructor.
ORM Service Account Client
Communicates with an ORM API to preform service 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 $identifier, string $username, string $name_first, string $name_last, boolean $should_propagate_password = null, string $password = null, integer $account_id = null, string $account_identifier = null, string $account_username = null, \OpenResourceManager\Client\DateTime $expires_at = null, boolean $disabled = null) : \Unirest\Response
Store Service Account
Create or update a service account, by either it's username, identifier.
string | $identifier | |
string | $username | |
string | $name_first | |
string | $name_last | |
boolean | $should_propagate_password | |
string | $password | |
integer | $account_id | |
string | $account_identifier | |
string | $account_username | |
\OpenResourceManager\Client\DateTime | $expires_at | |
boolean | $disabled |