Endpoint Identity Group
Up to five levels of nested endpoint identity groups are supported.
Location in GUI:
Administration
» Identity Management
» Groups
» Endpoint Identity Groups
Diagram
Classes
identity_management (ise)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
endpoint_identity_groups | List | [endpoint_identity_groups] | No |
endpoint_identity_groups (ise.identity_management)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[\w\d_\-\.]+$ | Yes | |
description | String | No | ||
parent_group | String | No | ||
children | List | [children] | No |
children (ise.identity_management.endpoint_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.endpoint_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.endpoint_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.endpoint_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.endpoint_identity_groups.children.children.children.children)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[\w\d_\-\. ]+$ | Yes | |
description | String | No |
Examples
ise:
identity_management:
endpoint_identity_groups:
- name: Group1
description: My group 1
parent_group: Blocked List
children:
- name: Nested_Group1
description: My Nested group 1