ciena.mdso.sharing_permissions (1.1.6) — module

Handle resource of type sharing_permissions

| "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


Requirements

Inputs

    
q:
    description:
    - Optional query parameter to define a query filter using property:value syntax
    - Used by I(state=['get', 'head'])
    type: str

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

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

limit:
    description:
    - The maximum number of elements to return in a single paged request
    - Used by I(state=['get', 'head'])
    type: int

state:
    choices:
    - get
    - head
    - post
    description: []
    type: str

offset:
    description:
    - Requested offset within the total result set to be the first element in the paged
      response
    - Used by I(state=['get', 'head'])
    type: int

pageToken:
    description:
    - 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
    - Used by I(state=['get', 'head'])
    type: str

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

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

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

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