.. Document meta :orphan: .. |antsibull-internal-nbsp| unicode:: 0xA0 :trim: .. role:: ansible-attribute-support-label .. role:: ansible-attribute-support-property .. role:: ansible-attribute-support-full .. role:: ansible-attribute-support-partial .. role:: ansible-attribute-support-none .. role:: ansible-attribute-support-na .. role:: ansible-option-type .. role:: ansible-option-elements .. role:: ansible-option-required .. role:: ansible-option-versionadded .. role:: ansible-option-aliases .. role:: ansible-option-choices .. role:: ansible-option-choices-default-mark .. role:: ansible-option-default-bold .. role:: ansible-option-configuration .. role:: ansible-option-returned-bold .. role:: ansible-option-sample-bold .. Anchors .. _ansible_collections.cisco.ise.allowed_protocols_module: .. Anchors: short name for ansible.builtin .. Anchors: aliases .. Title cisco.ise.allowed_protocols module -- Resource module for Allowed Protocols +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .. Collection note .. note:: This module is part of the `cisco.ise collection `_ (version 2.10.0). To install it, use: :code:`ansible-galaxy collection install cisco.ise`. You need further requirements to be able to use this module, see :ref:`Requirements ` for details. To use it in a playbook, specify: :code:`cisco.ise.allowed_protocols`. .. version_added .. rst-class:: ansible-version-added New in cisco.ise 1.0.0 .. contents:: :local: :depth: 1 .. Deprecated Synopsis -------- .. Description - Manage operations create, update and delete of the resource Allowed Protocols. - This API creates an allowed protocol. - This API deletes an allowed protocol. - This API allows the client to update an allowed protocol. .. note:: This module has a corresponding :ref:`action plugin `. .. Aliases .. Requirements .. _ansible_collections.cisco.ise.allowed_protocols_module_requirements: Requirements ------------ The below requirements are needed on the host that executes this module. - ciscoisesdk \>= 2.2.3 - python \>= 3.5 .. Options Parameters ---------- .. rst-class:: ansible-option-table .. list-table:: :width: 100% :widths: auto :header-rows: 1 * - Parameter - Comments * - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-allowchap: .. rst-class:: ansible-option-title **allowChap** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
AllowChap flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-alloweapfast: .. rst-class:: ansible-option-title **allowEapFast** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
AllowEapFast flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-alloweapmd5: .. rst-class:: ansible-option-title **allowEapMd5** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
AllowEapMd5 flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-alloweaptls: .. rst-class:: ansible-option-title **allowEapTls** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
AllowEapTls flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-alloweapttls: .. rst-class:: ansible-option-title **allowEapTtls** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
AllowEapTtls flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-allowleap: .. rst-class:: ansible-option-title **allowLeap** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
AllowLeap flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-allowmschapv1: .. rst-class:: ansible-option-title **allowMsChapV1** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
AllowMsChapV1 flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-allowmschapv2: .. rst-class:: ansible-option-title **allowMsChapV2** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
AllowMsChapV2 flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-allowpapascii: .. rst-class:: ansible-option-title **allowPapAscii** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
AllowPapAscii flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-allowpeap: .. rst-class:: ansible-option-title **allowPeap** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
AllowPeap flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-allowpreferredeapprotocol: .. rst-class:: ansible-option-title **allowPreferredEapProtocol** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
AllowPreferredEapProtocol flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-allowteap: .. rst-class:: ansible-option-title **allowTeap** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
AllowTeap flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-allowweakciphersforeap: .. rst-class:: ansible-option-title **allowWeakCiphersForEap** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
AllowWeakCiphersForEap flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-description: .. rst-class:: ansible-option-title **description** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Allowed Protocols's description. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapfast: .. rst-class:: ansible-option-title **eapFast** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
The eapFast is required only if allowEapFast is true, otherwise it must be ignored. The object eapFast contains the settings for EAP FAST protocol. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapfast/alloweapfasteapgtc: .. rst-class:: ansible-option-title **allowEapFastEapGtc** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
AllowEapFastEapGtc flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapfast/alloweapfasteapgtcpwdchange: .. rst-class:: ansible-option-title **allowEapFastEapGtcPwdChange** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
The allowEapFastEapGtcPwdChange is required only if allowEapFastEapGtc is true, otherwise it must be ignored. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapfast/alloweapfasteapgtcpwdchangeretries: .. rst-class:: ansible-option-title **allowEapFastEapGtcPwdChangeRetries** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
The allowEapFastEapGtcPwdChangeRetries is required only if allowEapFastEapGtc is true, otherwise it must be ignored. Valid range is 0-3. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapfast/alloweapfasteapmschapv2: .. rst-class:: ansible-option-title **allowEapFastEapMsChapV2** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
AllowEapFastEapMsChapV2 flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapfast/alloweapfasteapmschapv2pwdchange: .. rst-class:: ansible-option-title **allowEapFastEapMsChapV2PwdChange** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
The allowEapFastEapMsChapV2PwdChange is required only if allowEapFastEapMsChapV2 is true, otherwise it must be ignored. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapfast/alloweapfasteapmschapv2pwdchangeretries: .. rst-class:: ansible-option-title **allowEapFastEapMsChapV2PwdChangeRetries** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
The allowEapFastEapMsChapV2PwdChangeRetries is required only if eapTtlsEapMsChapV2 is true, otherwise it must be ignored. Valid range is 0-3. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapfast/alloweapfasteaptls: .. rst-class:: ansible-option-title **allowEapFastEapTls** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
AllowEapFastEapTls flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapfast/alloweapfasteaptlsauthofexpiredcerts: .. rst-class:: ansible-option-title **allowEapFastEapTlsAuthOfExpiredCerts** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
The allowEapFastEapTlsAuthOfExpiredCerts is required only if allowEapFastEapTls is true, otherwise it must be ignored. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapfast/eapfastdontusepacsacceptclientcert: .. rst-class:: ansible-option-title **eapFastDontUsePacsAcceptClientCert** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
The eapFastDontUsePacsAcceptClientCert is required only if eapFastUsePacs is FALSE, otherwise it must be ignored. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapfast/eapfastdontusepacsallowmachineauthentication: .. rst-class:: ansible-option-title **eapFastDontUsePacsAllowMachineAuthentication** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
The eapFastDontUsePacsAllowMachineAuthentication is required only if eapFastUsePacs is FALSE, otherwise it must be ignored. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapfast/eapfastenableeapchaining: .. rst-class:: ansible-option-title **eapFastEnableEAPChaining** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
EapFastEnableEAPChaining flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapfast/eapfastusepacs: .. rst-class:: ansible-option-title **eapFastUsePacs** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
EapFastUsePacs flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapfast/eapfastusepacsacceptclientcert: .. rst-class:: ansible-option-title **eapFastUsePacsAcceptClientCert** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
The eapFastUsePacsAcceptClientCert is required only if eapFastUsePacsAllowAuthenProvisioning is true, otherwise it must be ignored. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapfast/eapfastusepacsallowanonymprovisioning: .. rst-class:: ansible-option-title **eapFastUsePacsAllowAnonymProvisioning** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
The eapFastUsePacsAllowAnonymProvisioning is required only if eapFastUsePacs is true, otherwise it must be ignored. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapfast/eapfastusepacsallowauthenprovisioning: .. rst-class:: ansible-option-title **eapFastUsePacsAllowAuthenProvisioning** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
The eapFastUsePacsAllowAuthenProvisioning is required only if eapFastUsePacs is true, otherwise it must be ignored. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapfast/eapfastusepacsallowmachineauthentication: .. rst-class:: ansible-option-title **eapFastUsePacsAllowMachineAuthentication** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
EapFastUsePacsAllowMachineAuthentication flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapfast/eapfastusepacsauthorizationpacttl: .. rst-class:: ansible-option-title **eapFastUsePacsAuthorizationPacTtl** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
The eapFastUsePacsAuthorizationPacTtl is required only if eapFastUsePacsStatelessSessionResume is true, otherwise it must be ignored. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapfast/eapfastusepacsauthorizationpacttlunits: .. rst-class:: ansible-option-title **eapFastUsePacsAuthorizationPacTtlUnits** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
The eapFastUsePacsAuthorizationPacTtlUnits is required only if eapFastUsePacsStatelessSessionResume is true, otherwise it must be ignored. Allowed Values - SECONDS, - MINUTES, - HOURS, - DAYS, - WEEKS. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapfast/eapfastusepacsmachinepacttl: .. rst-class:: ansible-option-title **eapFastUsePacsMachinePacTtl** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
The eapFastUsePacsMachinePacTtl is required only if eapFastUsePacsAllowMachineAuthentication is true, otherwise it must be ignored. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapfast/eapfastusepacsmachinepacttlunits: .. rst-class:: ansible-option-title **eapFastUsePacsMachinePacTtlUnits** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
The eapFastUsePacsMachinePacTtlUnits is required only if eapFastUsePacsAllowMachineAuthentication is true, otherwise it must be ignored. Allowed Values - SECONDS, - MINUTES, - HOURS, - DAYS, - WEEKS. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapfast/eapfastusepacsreturnaccessacceptafterauthenticatedprovisioning: .. rst-class:: ansible-option-title **eapFastUsePacsReturnAccessAcceptAfterAuthenticatedProvisioning** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
The eapFastUsePacsReturnAccessAcceptAfterAuthenticatedProvisioning is required only if eapFastUsePacsAllowAuthenProvisioning is true, otherwise it must be ignored. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapfast/eapfastusepacsstatelesssessionresume: .. rst-class:: ansible-option-title **eapFastUsePacsStatelessSessionResume** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
The eapFastUsePacsStatelessSessionResume is required only if eapFastUsePacs is true, otherwise it must be ignored. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapfast/eapfastusepacstunnelpacttl: .. rst-class:: ansible-option-title **eapFastUsePacsTunnelPacTtl** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
The eapFastUsePacsTunnelPacTtl is required only if eapFastUsePacs is true, otherwise it must be ignored. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapfast/eapfastusepacstunnelpacttlunits: .. rst-class:: ansible-option-title **eapFastUsePacsTunnelPacTtlUnits** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
The eapFastUsePacsTunnelPacTtlUnits is required only if eapFastUsePacs is true, otherwise it must be ignored. Allowed Values - SECONDS, - MINUTES, - HOURS, - DAYS, - WEEKS. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapfast/eapfastusepacsuseproactivepacupdateprecentage: .. rst-class:: ansible-option-title **eapFastUsePacsUseProactivePacUpdatePrecentage** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
The eapFastUsePacsUseProactivePacUpdatePrecentage is required only if eapFastUsePacs is true, otherwise it must be ignored. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eaptls: .. rst-class:: ansible-option-title **eapTls** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
The eapTls is required only if allowEapTls is true, otherwise it must be ignored. The object eapTls contains the settings for EAP TLS protocol. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eaptls/alloweaptlsauthofexpiredcerts: .. rst-class:: ansible-option-title **allowEapTlsAuthOfExpiredCerts** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
AllowEapTlsAuthOfExpiredCerts flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eaptls/eaptlsenablestatelesssessionresume: .. rst-class:: ansible-option-title **eapTlsEnableStatelessSessionResume** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
EapTlsEnableStatelessSessionResume flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eaptls/eaptlssessionticketprecentage: .. rst-class:: ansible-option-title **eapTlsSessionTicketPrecentage** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
The eapTlsSessionTicketPrecentage is required only if eapTlsEnableStatelessSessionResume is true, otherwise it must be ignored. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eaptls/eaptlssessionticketttl: .. rst-class:: ansible-option-title **eapTlsSessionTicketTtl** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Time to live. The eapTlsSessionTicketTtl is required only if eapTlsEnableStatelessSessionResume is true, otherwise it must be ignored. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eaptls/eaptlssessionticketttlunits: .. rst-class:: ansible-option-title **eapTlsSessionTicketTtlUnits** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Time to live time units. The eapTlsSessionTicketTtlUnits is required only if eapTlsEnableStatelessSessionResume is true, otherwise it must be ignored. Allowed Values - SECONDS, - MINUTES, - HOURS, - DAYS, - WEEKS. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eaptlslbit: .. rst-class:: ansible-option-title **eapTlsLBit** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
EapTlsLBit flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapttls: .. rst-class:: ansible-option-title **eapTtls** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
The eapTtls is required only if allowEapTtls is true, otherwise it must be ignored. The object eapTtls contains the settings for EAP TTLS protocol. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapttls/eapttlschap: .. rst-class:: ansible-option-title **eapTtlsChap** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
EapTtlsChap flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapttls/eapttlseapmd5: .. rst-class:: ansible-option-title **eapTtlsEapMd5** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
EapTtlsEapMd5 flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapttls/eapttlseapmschapv2: .. rst-class:: ansible-option-title **eapTtlsEapMsChapV2** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
EapTtlsEapMsChapV2 flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapttls/eapttlseapmschapv2pwdchange: .. rst-class:: ansible-option-title **eapTtlsEapMsChapV2PwdChange** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
The eapTtlsEapMsChapV2PwdChange is required only if eapTtlsEapMsChapV2 is true, otherwise it must be ignored. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapttls/eapttlseapmschapv2pwdchangeretries: .. rst-class:: ansible-option-title **eapTtlsEapMsChapV2PwdChangeRetries** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
The eapTtlsEapMsChapV2PwdChangeRetries is required only if eapTtlsEapMsChapV2 is true, otherwise it must be ignored. Valid range is 0-3. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapttls/eapttlsmschapv1: .. rst-class:: ansible-option-title **eapTtlsMsChapV1** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
EapTtlsMsChapV1 flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapttls/eapttlsmschapv2: .. rst-class:: ansible-option-title **eapTtlsMsChapV2** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
EapTtlsMsChapV2 flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-eapttls/eapttlspapascii: .. rst-class:: ansible-option-title **eapTtlsPapAscii** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
EapTtlsPapAscii flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-id: .. rst-class:: ansible-option-title **id** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Resource UUID, Mandatory for update. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-ise_debug: .. rst-class:: ansible-option-title **ise_debug** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Flag for Identity Services Engine SDK to enable debugging. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry-default:`false` :ansible-option-choices-default-mark:`← (default)` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-ise_hostname: .. rst-class:: ansible-option-title **ise_hostname** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
The Identity Services Engine hostname. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-ise_password: .. rst-class:: ansible-option-title **ise_password** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
The Identity Services Engine password to authenticate. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-ise_single_request_timeout: .. rst-class:: ansible-option-title **ise_single_request_timeout** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` :ansible-option-versionadded:`added in cisco.ise 3.0.0` .. raw:: html
- .. raw:: html
Timeout (in seconds) for RESTful HTTP requests. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`60` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-ise_username: .. rst-class:: ansible-option-title **ise_username** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
The Identity Services Engine username to authenticate. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-ise_uses_api_gateway: .. rst-class:: ansible-option-title **ise_uses_api_gateway** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` :ansible-option-versionadded:`added in cisco.ise 1.1.0` .. raw:: html
- .. raw:: html
Flag that informs the SDK whether to use the Identity Services Engine's API Gateway to send requests. If it is true, it uses the ISE's API Gateway and sends requests to https://{{ise\_hostname}}. If it is false, it sends the requests to https://{{ise\_hostname}}:{{port}}, where the port value depends on the Service used (ERS, Mnt, UI, PxGrid). .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry-default:`true` :ansible-option-choices-default-mark:`← (default)` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-ise_uses_csrf_token: .. rst-class:: ansible-option-title **ise_uses_csrf_token** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` :ansible-option-versionadded:`added in cisco.ise 3.0.0` .. raw:: html
- .. raw:: html
Flag that informs the SDK whether we send the CSRF token to ISE's ERS APIs. If it is True, the SDK assumes that your ISE CSRF Check is enabled. If it is True, it assumes you need the SDK to manage the CSRF token automatically for you. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry-default:`false` :ansible-option-choices-default-mark:`← (default)` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-ise_verify: .. rst-class:: ansible-option-title **ise_verify** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Flag to enable or disable SSL certificate verification. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry-default:`true` :ansible-option-choices-default-mark:`← (default)` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-ise_version: .. rst-class:: ansible-option-title **ise_version** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Informs the SDK which version of Identity Services Engine to use. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"3.1\_Patch\_1"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-ise_wait_on_rate_limit: .. rst-class:: ansible-option-title **ise_wait_on_rate_limit** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Flag for Identity Services Engine SDK to enable automatic rate-limit handling. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry-default:`true` :ansible-option-choices-default-mark:`← (default)` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-name: .. rst-class:: ansible-option-title **name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Resource Name. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-peap: .. rst-class:: ansible-option-title **peap** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Allowed Protocols's peap. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-peap/allowpeapeapgtc: .. rst-class:: ansible-option-title **allowPeapEapGtc** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
AllowPeapEapGtc flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-peap/allowpeapeapgtcpwdchange: .. rst-class:: ansible-option-title **allowPeapEapGtcPwdChange** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
The allowPeapEapGtcPwdChange is required only if allowPeapEapGtc is true, otherwise it must be ignored. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-peap/allowpeapeapgtcpwdchangeretries: .. rst-class:: ansible-option-title **allowPeapEapGtcPwdChangeRetries** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
The allowPeapEapGtcPwdChangeRetries is required only if allowPeapEapGtc is true, otherwise it must be ignored. Valid range is 0-3. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-peap/allowpeapeapmschapv2: .. rst-class:: ansible-option-title **allowPeapEapMsChapV2** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
AllowPeapEapMsChapV2 flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-peap/allowpeapeapmschapv2pwdchange: .. rst-class:: ansible-option-title **allowPeapEapMsChapV2PwdChange** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
The allowPeapEapMsChapV2PwdChange is required only if allowPeapEapMsChapV2 is true, otherwise it must be ignored. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-peap/allowpeapeapmschapv2pwdchangeretries: .. rst-class:: ansible-option-title **allowPeapEapMsChapV2PwdChangeRetries** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
The allowPeapEapMsChapV2PwdChangeRetries is required only if allowPeapEapMsChapV2 is true, otherwise it must be ignored. Valid range is 0-3. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-peap/allowpeapeaptls: .. rst-class:: ansible-option-title **allowPeapEapTls** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
AllowPeapEapTls flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-peap/allowpeapeaptlsauthofexpiredcerts: .. rst-class:: ansible-option-title **allowPeapEapTlsAuthOfExpiredCerts** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
The allowPeapEapTlsAuthOfExpiredCerts is required only if allowPeapEapTls is true, otherwise it must be ignored. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-peap/allowpeapv0: .. rst-class:: ansible-option-title **allowPeapV0** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
AllowPeapV0 flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-peap/requirecryptobinding: .. rst-class:: ansible-option-title **requireCryptobinding** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
RequireCryptobinding flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-preferredeapprotocol: .. rst-class:: ansible-option-title **preferredEapProtocol** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
The preferredEapProtocol is required only if allowPreferredEapProtocol is true, otherwise it must be ignored. Allowed Values - EAP\_FAST, - PEAP, - LEAP, - EAP\_MD5, - EAP\_TLS, - EAP\_TTLS, - TEAP. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-processhostlookup: .. rst-class:: ansible-option-title **processHostLookup** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
ProcessHostLookup flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-requiremessageauth: .. rst-class:: ansible-option-title **requireMessageAuth** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
RequireMessageAuth flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-teap: .. rst-class:: ansible-option-title **teap** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
The teap is required only if allowTeap is true, otherwise it must be ignored. The object teap contains the settings for TEAP protocol. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-teap/acceptclientcertduringtunnelest: .. rst-class:: ansible-option-title **acceptClientCertDuringTunnelEst** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
AcceptClientCertDuringTunnelEst flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-teap/allowdowngrademsk: .. rst-class:: ansible-option-title **allowDowngradeMsk** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
AllowDowngradeMsk flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-teap/allowteapeapmschapv2: .. rst-class:: ansible-option-title **allowTeapEapMsChapV2** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
AllowTeapEapMsChapV2 flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-teap/allowteapeapmschapv2pwdchange: .. rst-class:: ansible-option-title **allowTeapEapMsChapV2PwdChange** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
The allowTeapEapMsChapV2PwdChange is required only if allowTeapEapMsChapV2 is true, otherwise it must be ignored. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-teap/allowteapeapmschapv2pwdchangeretries: .. rst-class:: ansible-option-title **allowTeapEapMsChapV2PwdChangeRetries** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
The allowTeapEapMsChapV2PwdChangeRetries is required only if allowTeapEapMsChapV2 is true, otherwise it must be ignored. Valid range is 0-3. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-teap/allowteapeaptls: .. rst-class:: ansible-option-title **allowTeapEapTls** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
AllowTeapEapTls flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-teap/allowteapeaptlsauthofexpiredcerts: .. rst-class:: ansible-option-title **allowTeapEapTlsAuthOfExpiredCerts** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
The allowTeapEapTlsAuthOfExpiredCerts is required only if allowTeapEapTls is true, otherwise it must be ignored. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__parameter-teap/enableeapchaining: .. rst-class:: ansible-option-title **enableEapChaining** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
EnableEapChaining flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
.. Attributes .. Notes Notes ----- .. note:: - SDK Method used are allowed\_protocols.AllowedProtocols.create\_allowed\_protocol, allowed\_protocols.AllowedProtocols.delete\_allowed\_protocol\_by\_id, allowed\_protocols.AllowedProtocols.update\_allowed\_protocol\_by\_id, - Paths used are post /ers/config/allowedprotocols, delete /ers/config/allowedprotocols/{id}, put /ers/config/allowedprotocols/{id}, - Does not support \ :literal:`check\_mode`\ - The plugin runs on the control node and does not use any ansible connection plugins, but instead the embedded connection manager from Cisco ISE SDK - The parameters starting with ise\_ are used by the Cisco ISE Python SDK to establish the connection .. Seealso .. Examples Examples -------- .. code-block:: yaml+jinja - name: Update by id cisco.ise.allowed_protocols: ise_hostname: "{{ise_hostname}}" ise_username: "{{ise_username}}" ise_password: "{{ise_password}}" ise_verify: "{{ise_verify}}" state: present allowChap: true allowEapFast: true allowEapMd5: true allowEapTls: true allowEapTtls: true allowLeap: true allowMsChapV1: true allowMsChapV2: true allowPapAscii: true allowPeap: true allowPreferredEapProtocol: true allowTeap: true allowWeakCiphersForEap: true description: string eapFast: allowEapFastEapGtc: true allowEapFastEapGtcPwdChange: true allowEapFastEapGtcPwdChangeRetries: 0 allowEapFastEapMsChapV2: true allowEapFastEapMsChapV2PwdChange: true allowEapFastEapMsChapV2PwdChangeRetries: 0 allowEapFastEapTls: true allowEapFastEapTlsAuthOfExpiredCerts: true eapFastDontUsePacsAcceptClientCert: true eapFastDontUsePacsAllowMachineAuthentication: true eapFastEnableEAPChaining: true eapFastUsePacs: true eapFastUsePacsAcceptClientCert: true eapFastUsePacsAllowAnonymProvisioning: true eapFastUsePacsAllowAuthenProvisioning: true eapFastUsePacsAllowMachineAuthentication: true eapFastUsePacsAuthorizationPacTtl: 0 eapFastUsePacsAuthorizationPacTtlUnits: string eapFastUsePacsMachinePacTtl: 0 eapFastUsePacsMachinePacTtlUnits: string eapFastUsePacsReturnAccessAcceptAfterAuthenticatedProvisioning: true eapFastUsePacsStatelessSessionResume: true eapFastUsePacsTunnelPacTtl: 0 eapFastUsePacsTunnelPacTtlUnits: string eapFastUsePacsUseProactivePacUpdatePrecentage: 0 eapTls: allowEapTlsAuthOfExpiredCerts: true eapTlsEnableStatelessSessionResume: true eapTlsSessionTicketPrecentage: 0 eapTlsSessionTicketTtl: 0 eapTlsSessionTicketTtlUnits: string eapTlsLBit: true eapTtls: eapTtlsChap: true eapTtlsEapMd5: true eapTtlsEapMsChapV2: true eapTtlsEapMsChapV2PwdChange: true eapTtlsEapMsChapV2PwdChangeRetries: 0 eapTtlsMsChapV1: true eapTtlsMsChapV2: true eapTtlsPapAscii: true id: string name: string peap: allowPeapEapGtc: true allowPeapEapGtcPwdChange: true allowPeapEapGtcPwdChangeRetries: 0 allowPeapEapMsChapV2: true allowPeapEapMsChapV2PwdChange: true allowPeapEapMsChapV2PwdChangeRetries: 0 allowPeapEapTls: true allowPeapEapTlsAuthOfExpiredCerts: true allowPeapV0: true requireCryptobinding: true preferredEapProtocol: string processHostLookup: true requireMessageAuth: true teap: acceptClientCertDuringTunnelEst: true allowDowngradeMsk: true allowTeapEapMsChapV2: true allowTeapEapMsChapV2PwdChange: true allowTeapEapMsChapV2PwdChangeRetries: 0 allowTeapEapTls: true allowTeapEapTlsAuthOfExpiredCerts: true enableEapChaining: true - name: Delete by id cisco.ise.allowed_protocols: ise_hostname: "{{ise_hostname}}" ise_username: "{{ise_username}}" ise_password: "{{ise_password}}" ise_verify: "{{ise_verify}}" state: absent id: string - name: Create cisco.ise.allowed_protocols: ise_hostname: "{{ise_hostname}}" ise_username: "{{ise_username}}" ise_password: "{{ise_password}}" ise_verify: "{{ise_verify}}" state: present allowChap: true allowEapFast: true allowEapMd5: true allowEapTls: true allowEapTtls: true allowLeap: true allowMsChapV1: true allowMsChapV2: true allowPapAscii: true allowPeap: true allowPreferredEapProtocol: true allowTeap: true allowWeakCiphersForEap: true description: string eapFast: allowEapFastEapGtc: true allowEapFastEapGtcPwdChange: true allowEapFastEapGtcPwdChangeRetries: 0 allowEapFastEapMsChapV2: true allowEapFastEapMsChapV2PwdChange: true allowEapFastEapMsChapV2PwdChangeRetries: 0 allowEapFastEapTls: true allowEapFastEapTlsAuthOfExpiredCerts: true eapFastDontUsePacsAcceptClientCert: true eapFastDontUsePacsAllowMachineAuthentication: true eapFastEnableEAPChaining: true eapFastUsePacs: true eapFastUsePacsAcceptClientCert: true eapFastUsePacsAllowAnonymProvisioning: true eapFastUsePacsAllowAuthenProvisioning: true eapFastUsePacsAllowMachineAuthentication: true eapFastUsePacsAuthorizationPacTtl: 0 eapFastUsePacsAuthorizationPacTtlUnits: string eapFastUsePacsMachinePacTtl: 0 eapFastUsePacsMachinePacTtlUnits: string eapFastUsePacsReturnAccessAcceptAfterAuthenticatedProvisioning: true eapFastUsePacsStatelessSessionResume: true eapFastUsePacsTunnelPacTtl: 0 eapFastUsePacsTunnelPacTtlUnits: string eapFastUsePacsUseProactivePacUpdatePrecentage: 0 eapTls: allowEapTlsAuthOfExpiredCerts: true eapTlsEnableStatelessSessionResume: true eapTlsSessionTicketPrecentage: 0 eapTlsSessionTicketTtl: 0 eapTlsSessionTicketTtlUnits: string eapTlsLBit: true eapTtls: eapTtlsChap: true eapTtlsEapMd5: true eapTtlsEapMsChapV2: true eapTtlsEapMsChapV2PwdChange: true eapTtlsEapMsChapV2PwdChangeRetries: 0 eapTtlsMsChapV1: true eapTtlsMsChapV2: true eapTtlsPapAscii: true name: string peap: allowPeapEapGtc: true allowPeapEapGtcPwdChange: true allowPeapEapGtcPwdChangeRetries: 0 allowPeapEapMsChapV2: true allowPeapEapMsChapV2PwdChange: true allowPeapEapMsChapV2PwdChangeRetries: 0 allowPeapEapTls: true allowPeapEapTlsAuthOfExpiredCerts: true allowPeapV0: true requireCryptobinding: true preferredEapProtocol: string processHostLookup: true requireMessageAuth: true teap: acceptClientCertDuringTunnelEst: true allowDowngradeMsk: true allowTeapEapMsChapV2: true allowTeapEapMsChapV2PwdChange: true allowTeapEapMsChapV2PwdChangeRetries: 0 allowTeapEapTls: true allowTeapEapTlsAuthOfExpiredCerts: true enableEapChaining: true .. Facts .. Return values Return Values ------------- Common return values are documented :ref:`here `, the following are the fields unique to this module: .. rst-class:: ansible-option-table .. list-table:: :width: 100% :widths: auto :header-rows: 1 * - Key - Description * - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__return-ise_response: .. rst-class:: ansible-option-title **ise_response** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
A dictionary or list with the response returned by the Cisco ISE Python SDK .. rst-class:: ansible-option-line :ansible-option-returned-bold:`Returned:` always .. rst-class:: ansible-option-line .. rst-class:: ansible-option-sample :ansible-option-sample-bold:`Sample:` :ansible-rv-sample-value:`{"allowChap": true, "allowEapFast": true, "allowEapMd5": true, "allowEapTls": true, "allowEapTtls": true, "allowLeap": true, "allowMsChapV1": true, "allowMsChapV2": true, "allowPapAscii": true, "allowPeap": true, "allowPreferredEapProtocol": true, "allowTeap": true, "allowWeakCiphersForEap": true, "description": "string", "eapFast": {"allowEapFastEapGtc": true, "allowEapFastEapGtcPwdChange": true, "allowEapFastEapGtcPwdChangeRetries": 0, "allowEapFastEapMsChapV2": true, "allowEapFastEapMsChapV2PwdChange": true, "allowEapFastEapMsChapV2PwdChangeRetries": 0, "allowEapFastEapTls": true, "allowEapFastEapTlsAuthOfExpiredCerts": true, "eapFastDontUsePacsAcceptClientCert": true, "eapFastDontUsePacsAllowMachineAuthentication": true, "eapFastEnableEAPChaining": true, "eapFastUsePacs": true, "eapFastUsePacsAcceptClientCert": true, "eapFastUsePacsAllowAnonymProvisioning": true, "eapFastUsePacsAllowAuthenProvisioning": true, "eapFastUsePacsAllowMachineAuthentication": true, "eapFastUsePacsAuthorizationPacTtl": 0, "eapFastUsePacsAuthorizationPacTtlUnits": "string", "eapFastUsePacsMachinePacTtl": 0, "eapFastUsePacsMachinePacTtlUnits": "string", "eapFastUsePacsReturnAccessAcceptAfterAuthenticatedProvisioning": true, "eapFastUsePacsStatelessSessionResume": true, "eapFastUsePacsTunnelPacTtl": 0, "eapFastUsePacsTunnelPacTtlUnits": "string", "eapFastUsePacsUseProactivePacUpdatePrecentage": 0}, "eapTls": {"allowEapTlsAuthOfExpiredCerts": true, "eapTlsEnableStatelessSessionResume": true, "eapTlsSessionTicketPrecentage": 0, "eapTlsSessionTicketTtl": 0, "eapTlsSessionTicketTtlUnits": "string"}, "eapTlsLBit": true, "eapTtls": {"eapTtlsChap": true, "eapTtlsEapMd5": true, "eapTtlsEapMsChapV2": true, "eapTtlsEapMsChapV2PwdChange": true, "eapTtlsEapMsChapV2PwdChangeRetries": 0, "eapTtlsMsChapV1": true, "eapTtlsMsChapV2": true, "eapTtlsPapAscii": true}, "id": "string", "link": {"href": "string", "rel": "string", "type": "string"}, "name": "string", "peap": {"allowPeapEapGtc": true, "allowPeapEapGtcPwdChange": true, "allowPeapEapGtcPwdChangeRetries": 0, "allowPeapEapMsChapV2": true, "allowPeapEapMsChapV2PwdChange": true, "allowPeapEapMsChapV2PwdChangeRetries": 0, "allowPeapEapTls": true, "allowPeapEapTlsAuthOfExpiredCerts": true, "allowPeapV0": true, "requireCryptobinding": true}, "preferredEapProtocol": "string", "processHostLookup": true, "requireMessageAuth": true, "teap": {"acceptClientCertDuringTunnelEst": true, "allowDowngradeMsk": true, "allowTeapEapMsChapV2": true, "allowTeapEapMsChapV2PwdChange": true, "allowTeapEapMsChapV2PwdChangeRetries": 0, "allowTeapEapTls": true, "allowTeapEapTlsAuthOfExpiredCerts": true, "enableEapChaining": true}}` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.ise.allowed_protocols_module__return-ise_update_response: .. rst-class:: ansible-option-title **ise_update_response** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` :ansible-option-versionadded:`added in cisco.ise 1.1.0` .. raw:: html
- .. raw:: html
A dictionary or list with the response returned by the Cisco ISE Python SDK .. rst-class:: ansible-option-line :ansible-option-returned-bold:`Returned:` always .. rst-class:: ansible-option-line .. rst-class:: ansible-option-sample :ansible-option-sample-bold:`Sample:` :ansible-rv-sample-value:`{"UpdatedFieldsList": {"field": "string", "newValue": "string", "oldValue": "string", "updatedField": [{"field": "string", "newValue": "string", "oldValue": "string"}]}}` .. raw:: html
.. Status (Presently only deprecated) .. Authors Authors ~~~~~~~ - Rafael Campos (@racampos) .. Extra links Collection links ~~~~~~~~~~~~~~~~ .. raw:: html .. Parsing errors