ciena.mcp.sharing_permissions_by_sharingpermissionid (1.0.4) — module

Handle resource of type sharing_permissions_by_sharingpermissionid

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

Authors: unknown

Install collection

Install with ansible-galaxy collection install ciena.mcp:==1.0.4


Add to requirements.yml

  collections:
    - name: ciena.mcp
      version: 1.0.4

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 sharing permission to update
    - 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