cisco.ise.device_administration_conditions – Resource module for Device Administration Conditions¶
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.device_administration_conditions
.
New in version 1.0.0: of cisco.ise
Synopsis¶
Manage operations create, update and delete of the resource Device Administration Conditions.
Note
This module has a corresponding action plugin.
Parameters¶
See Also¶
See also
- cisco.ise.plugins.module_utils.definitions.device_administration_conditions
The official documentation on the cisco.ise.plugins.module_utils.definitions.device_administration_conditions module.
- Device Administration Conditions reference
Complete reference of the Device Administration Conditions object model.
Examples¶
- name: Create
cisco.ise.device_administration_conditions:
ise_hostname: "{{ise_hostname}}"
ise_username: "{{ise_username}}"
ise_password: "{{ise_password}}"
ise_verify: "{{ise_verify}}"
state: present
- name: Update by id
cisco.ise.device_administration_conditions:
ise_hostname: "{{ise_hostname}}"
ise_username: "{{ise_username}}"
ise_password: "{{ise_password}}"
ise_verify: "{{ise_verify}}"
state: present
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
- name: Delete by id
cisco.ise.device_administration_conditions:
ise_hostname: "{{ise_hostname}}"
ise_username: "{{ise_username}}"
ise_password: "{{ise_password}}"
ise_verify: "{{ise_verify}}"
state: absent
id: string
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Rafael Campos (@racampos)