
    Vh                          G d  de       Zy)c                       e Zd ZdZy)ModuleDocFragmenta  
options:
  api_private_key:
    description:
    - 'Filename (absolute path) or string of PEM formatted private key data to be used for Intersight API authentication.'
    - If a string is used, Ansible vault should be used to encrypt string data.
    - "Ex. ansible-vault encrypt_string --vault-id tme@/Users/dsoper/Documents/vault_password_file '-----BEGIN EC PRIVATE KEY-----"
    - "    <your private key data>"
    - "    -----END EC PRIVATE KEY-----'"
    - If not set, the value of the INTERSIGHT_API_PRIVATE_KEY environment variable is used.
    type: path
    required: yes
  api_uri:
    description:
    - URI used to access the Intersight API.
    - If not set, the value of the INTERSIGHT_API_URI environment variable is used.
    type: str
    default: https://intersight.com/api/v1
  api_key_id:
    description:
    - Public API Key ID associated with the private key.
    - If not set, the value of the INTERSIGHT_API_KEY_ID environment variable is used.
    type: str
    required: yes
  validate_certs:
    description:
    - Boolean control for verifying the api_uri TLS certificate
    type: bool
    default: yes
  use_proxy:
    description:
    - If C(no), it will not use a proxy, even if one is defined in an environment variable on the target hosts.
    type: bool
    default: yes
N)__name__
__module____qualname__DOCUMENTATION     u/home/dcms/DCMS/lib/python3.12/site-packages/ansible_collections/cisco/intersight/plugins/doc_fragments/intersight.pyr   r      s	    "Mr	   r   N)objectr   r   r	   r
   <module>r      s    $ $r	   