
    Vh                     2    d dl mZmZmZ eZ G d de      Zy)    )absolute_importdivisionprint_functionc                       e Zd ZdZy)ModuleDocFragmenta  
options:
  owner_key:
    description:
    - User-defined string for the ownerKey attribute of an ACI object.
    - This attribute represents a key for enabling clients to own their data for entity correlation.
    - If the value is not specified in the task, the value of environment variable C(ACI_OWNER_KEY) will be used instead.
    type: str
  owner_tag:
    description:
    - User-defined string for the ownerTag attribute of an ACI object.
    - This attribute represents a tag for enabling clients to add their own data.
    - For example, to indicate who created this object.
    - If the value is not specified in the task, the value of environment variable C(ACI_OWNER_TAG) will be used instead.
    type: str
N)__name__
__module____qualname__DOCUMENTATION     i/home/dcms/DCMS/lib/python3.12/site-packages/ansible_collections/cisco/aci/plugins/doc_fragments/owner.pyr   r   
   s	    Mr   r   N)
__future__r   r   r   type__metaclass__objectr   r   r   r   <module>r      s   
 A @ r   