User Identity Group
Up to five levels of nested user identity groups are supported.
Location in GUI: Administration
» Identity Management
» Groups
» User Identity Groups
Diagram
Section titled “Diagram”Classes
Section titled “Classes”identity_management (ise)
Section titled “identity_management (ise)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
user_identity_groups | List | [user_identity_groups] | No |
user_identity_groups (ise.identity_management)
Section titled “user_identity_groups (ise.identity_management)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[\w\d_\-\. ]+$ | Yes | |
description | String | No | ||
parent_group | String | No | NAC Group:NAC:IdentityGroups:User Identity Groups | |
children | List | [children] | No |
children (ise.identity_management.user_identity_groups)
Section titled “children (ise.identity_management.user_identity_groups)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[\w\d_\-\. ]+$ | Yes | |
description | String | No | ||
children | List | [children] | No |
children (ise.identity_management.user_identity_groups.children)
Section titled “children (ise.identity_management.user_identity_groups.children)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[\w\d_\-\. ]+$ | Yes | |
description | String | No | ||
children | List | [children] | No |
children (ise.identity_management.user_identity_groups.children.children)
Section titled “children (ise.identity_management.user_identity_groups.children.children)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[\w\d_\-\. ]+$ | Yes | |
description | String | No | ||
children | List | [children] | No |
children (ise.identity_management.user_identity_groups.children.children.children)
Section titled “children (ise.identity_management.user_identity_groups.children.children.children)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[\w\d_\-\. ]+$ | Yes | |
description | String | No | ||
children | List | [children] | No |
children (ise.identity_management.user_identity_groups.children.children.children.children)
Section titled “children (ise.identity_management.user_identity_groups.children.children.children.children)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[\w\d_\-\. ]+$ | Yes | |
description | String | No |
Examples
Section titled “Examples”ise: identity_management: user_identity_groups: - name: EAP-USERS description: My EAP users children: - name: EAP_USERS_CHILDREN description: My Children EAP users