ciena.mdso.sharing_permissions_by_sharingpermissionid (1.1.6) — module

Handle resource of type sharing_permissions_by_sharingpermissionid

| "added in version" 1.0.0 of ciena.mdso"

Authors: unknown

Install collection

Install with ansible-galaxy collection install ciena.mdso:==1.1.6


Add to requirements.yml

  collections:
    - name: ciena.mdso
      version: 1.1.6

Description

Handle resource of type sharing_permissions_by_sharingpermissionid


Requirements

Inputs

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

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

state:
    choices:
    - delete
    - get
    - head
    - patch
    - put
    description: []
    type: str

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

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

sharingPermissionId:
    description:
    - Identifier of the requested sharing permission
    - Required with I(state=['delete', 'get', 'head', 'patch', 'put'])
    - Used by I(state=['delete', 'get', 'head', 'patch', 'put'])
    type: str

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

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

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