cisco.ise.network_access_authorization_exception_rules – Resource module for Network Access Authorization Exception Rules¶
Note
This plugin is part of the cisco.ise collection (version 0.0.9).
To install it use: ansible-galaxy collection install cisco.ise
.
To use it in a playbook, specify: cisco.ise.network_access_authorization_exception_rules
.
New in version 1.0.0: of cisco.ise
Synopsis¶
Manage operations create, update and delete of the resource Network Access Authorization Exception Rules.
Note
This module has a corresponding action plugin.
Parameters¶
See Also¶
See also
- cisco.ise.plugins.module_utils.definitions.network_access_authorization_exception_rules
The official documentation on the cisco.ise.plugins.module_utils.definitions.network_access_authorization_exception_rules module.
- Network Access Authorization Exception Rules reference
Complete reference of the Network Access Authorization Exception Rules object model.
Examples¶
- name: Create
cisco.ise.network_access_authorization_exception_rules:
ise_hostname: "{{ise_hostname}}"
ise_username: "{{ise_username}}"
ise_password: "{{ise_password}}"
ise_verify: "{{ise_verify}}"
state: present
profile:
- string
rule:
condition:
attributeId: string
attributeName: string
attributeValue: string
children:
- conditionType: string
isNegate: true
conditionType: string
datesRange:
endDate: string
startDate: string
datesRangeException:
endDate: string
startDate: string
description: string
dictionaryName: string
dictionaryValue: string
hoursRange:
endTime: string
startTime: string
hoursRangeException:
endTime: string
startTime: string
id: string
isNegate: true
name: string
operator: string
weekDays:
- string
weekDaysException:
- string
default: true
description: string
hitCounts: 0
id: string
name: string
rank: 0
state: string
securityGroup: string
- name: Update by id
cisco.ise.network_access_authorization_exception_rules:
ise_hostname: "{{ise_hostname}}"
ise_username: "{{ise_username}}"
ise_password: "{{ise_password}}"
ise_verify: "{{ise_verify}}"
state: present
id: string
policyId: string
profile:
- string
rule:
condition:
attributeId: string
attributeName: string
attributeValue: string
children:
- conditionType: string
isNegate: true
conditionType: string
datesRange:
endDate: string
startDate: string
datesRangeException:
endDate: string
startDate: string
description: string
dictionaryName: string
dictionaryValue: string
hoursRange:
endTime: string
startTime: string
hoursRangeException:
endTime: string
startTime: string
id: string
isNegate: true
name: string
operator: string
weekDays:
- string
weekDaysException:
- string
default: true
description: string
hitCounts: 0
id: string
name: string
rank: 0
state: string
securityGroup: string
- name: Delete by id
cisco.ise.network_access_authorization_exception_rules:
ise_hostname: "{{ise_hostname}}"
ise_username: "{{ise_username}}"
ise_password: "{{ise_password}}"
ise_verify: "{{ise_verify}}"
state: absent
id: string
policyId: string
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Rafael Campos (@racampos)