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
Section titled “Diagram”Classes
Section titled “Classes”identity_management (ise)
Section titled “identity_management (ise)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
endpoint_identity_groups | List | [endpoint_identity_groups] | No |
endpoint_identity_groups (ise.identity_management)
Section titled “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)
Section titled “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)
Section titled “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)
Section titled “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)
Section titled “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)
Section titled “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
Section titled “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