TACACS Profile
Location in GUI: Work Centers » Device Administration » Policy Elements » Results » TACACS Profiles
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policy_elements (ise.device_administration)
Section titled “policy_elements (ise.device_administration)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| tacacs_profiles | List | [tacacs_profiles] | No |
tacacs_profiles (ise.device_administration.policy_elements)
Section titled “tacacs_profiles (ise.device_administration.policy_elements)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[\w\d_ ]+$ | Yes | |
| description | String | No | ||
| session_attributes | List | [session_attributes] | No |
session_attributes (ise.device_administration.policy_elements.tacacs_profiles)
Section titled “session_attributes (ise.device_administration.policy_elements.tacacs_profiles)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| type | Choice | MANDATORY, OPTIONAL | No | MANDATORY |
| name | String | Yes | ||
| value | String | Yes |
Examples
Section titled “Examples”ise: device_administration: policy_elements: tacacs_profiles: - name: Priv15 description: Privilege level 15 session_attributes: - type: MANDATORY name: priv-lvl value: "15"