cisco.dnac.credential_to_site – Manage CredentialToSite objects of NetworkSettings¶
Note
This plugin is part of the cisco.dnac collection (version 2.0.7).
To install it use: ansible-galaxy collection install cisco.dnac
.
To use it in a playbook, specify: cisco.dnac.credential_to_site
.
New in version 1.0.0: of cisco.dnac
Parameters¶
See Also¶
See also
- cisco.dnac.plugins.module_utils.definitions.credential_to_site
The official documentation on the cisco.dnac.plugins.module_utils.definitions.credential_to_site module.
- CredentialToSite reference
Complete reference of the CredentialToSite object model.
- CredentialToSite reference
SDK reference.
Examples¶
- name: assign_credential_to_site
cisco.dnac.credential_to_site:
state: create # required
site_id: SomeValue # string, required
cliId: SomeValue # string
httpRead: SomeValue # string
httpWrite: SomeValue # string
snmpV2ReadId: SomeValue # string
snmpV2WriteId: SomeValue # string
snmpV3Id: SomeValue # string
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Rafael Campos (@racampos)