> SHARING_PERMISSIONS_BY_SHARINGPERMISSIONID

        Handle resource of type
        sharing_permissions_by_sharingpermissionid

OPTIONS (= is mandatory):

- deletableBySubTenants
        Whether subject is deletable by subtenants if shared
        Used by `state=['patch', 'put']'
        [Default: (null)]
        type: bool

- description
        Description of the permission
        Used by `state=['patch', 'put']'
        [Default: (null)]
        type: str

- id
        Unique id of the permission
        Used by `state=['patch', 'put']'
        [Default: (null)]
        type: str

- isBuiltIn
        Whether this is a built-in permission
        Used by `state=['patch', 'put']'
        [Default: (null)]
        type: bool

- label
        Label of the permission
        Used by `state=['patch', 'put']'
        [Default: (null)]
        type: str

- sharingPermissionId
        Identifier of the sharing permission to update
        Required with `state=['delete', 'get', 'head', 'patch',
        'put']'
        Used by `state=['delete', 'get', 'head', 'patch', 'put']'
        [Default: (null)]
        type: str

- state
        (Choices: delete, get, head, patch, put)[Default: (null)]
        type: str

- updatableBySubTenants
        Whether subject is updatable by subtenants if shared
        Used by `state=['patch', 'put']'
        [Default: (null)]
        type: bool

- visibleToSubTenants
        Whether subject is visible to subtenants if shared
        Used by `state=['patch', 'put']'
        [Default: (null)]
        type: bool


REQUIREMENTS:  python >= 3.6
