> DOMAINS

        Handle resource of type domains

OPTIONS (= is mandatory):

- accessUrl
        Access URL to the domain
        [Default: (null)]
        type: str

- address
        Address of the domain
        Validate attributes are:
         - `city' (str): City
         - `country' (str): Country
         - `latitude' (number): Latitude
         - `longitude' (number): Longitude
         - `state' (str): State/province
         - `street' (str): Street
         - `zip' (str): Postal/zip code
        [Default: (null)]
        type: dict

- description
        Detailed description
        [Default: (null)]
        type: str

- limit
        The maximum number of elements to return in a single paged
        request
        [Default: (null)]
        type: int

- obfuscate
        If true, schema obfuscated values will be replaced with a
        fixed string in the response.
        [Default: (null)]
        type: bool

- offset
        Requested offset within the total result set to be the first
        element in the paged response
        [Default: (null)]
        type: int

- onlyEnableTypes
        When non-empty, only enable these resource types in the domain
        [Default: (null)]
        type: list

- operationMode
        Operation mode of this domain
        [Default: (null)]
        type: str

- p
        Optional query parameter to define a partial string match
        filter using property:value syntax
        [Default: (null)]
        type: str

- pageToken
        String pagination token returned from a previous query that
        encodes query information in order to optimize a
        subsequent request for a page of results. The token includes
        the limit and offset parameters for the next page, but one or
        both can be included to override the encoded values
        [Default: (null)]
        type: str

- properties
        Properties the domain
        Validate attributes are:
         - `obj' (list):
        [Default: (null)]
        type: dict

- q
        Optional query parameter to define a query filter using
        property:value syntax
        [Default: (null)]
        type: str

- rpId
        Resource provider managing this domain
        [Default: (null)]
        type: str

- state
        (Choices: get, head, post)[Default: (null)]
        type: str

- tenantId
        Orchestrator tenant ID for the domain owner (if unspecified
        defaults to requester)
        [Default: (null)]
        type: str

- title
        Descriptive name/title of domain
        [Default: (null)]
        type: str

- validate
        Whether to use a custom validator
        [Default: (null)]
        type: bool


REQUIREMENTS:  python >= 3.6
