User
class User extends OperatorResource implements Creatable, Listable, Retrievable, Updateable, Deletable
Traits
Properties
$domainId | string | |
$defaultProjectId | string | |
$id | string | |
string | ||
$enabled | bool | |
$description | string | |
$links | array | |
$name | string |
Methods
retrieve
()
: void
Retrieve details of the current resource from the remote API.
update
()
: void
Update the current resource with the configuration set out in the user options.
delete
()
: void
Permanently delete this resource.
listGroups
()
: Generator
No description
listProjects
()
: Generator
No description