Project
class Project extends OperatorResource implements Creatable, Retrievable, Listable, Updateable, Deletable
Traits
Properties
$domainId | string | |
$parentId | string | |
$enabled | bool | |
$description | string | |
$id | 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.
listUserRoles
(array $options = array())
: Generator
No description
grantUserRole
(array $options)
No description
checkUserRole
(array $options)
: bool
No description
revokeUserRole
(array $options)
No description
listGroupRoles
(array $options = array())
: Generator
No description
grantGroupRole
(array $options)
No description
checkGroupRole
(array $options)
: bool
No description
revokeGroupRole
(array $options)
No description