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