> SUB_DOMAINS

        Handle resource of type sub_domains

OPTIONS (= is mandatory):

- applicationSlices
        Set of application slices this sub-domain is in
        [Default: (null)]
        type: list

- assignable
        Whether the sub-domain can be re-assigned
        [Default: (null)]
        type: bool

- decomposable
        Whether the sub-domain can be decomposped
        [Default: (null)]
        type: bool

- description
        Description of the sub-domain
        [Default: (null)]
        type: str

- domainId
        Optional query to limit subdomains by domain ID
        [Default: (null)]
        type: str

- extendedApplicationSlices
        Set of application slices for which this sub-domain acts as an
        extended sub-domain
        [Default: (null)]
        type: list

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

- name
        Name of the sub-domain
        [Default: (null)]
        type: str

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

- 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

- parentId
        The ID of the container sub-domain, if applicable
        [Default: (null)]
        type: str

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

- scope
        Scope of the sub-domain
        [Default: (null)]
        type: str

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


REQUIREMENTS:  python >= 3.6
