Identity Source Sequence
Location in GUI: Administration
» Identity Management
» Identity Source Sequences
Diagram
Section titled “Diagram”Classes
Section titled “Classes”identity_management (ise)
Section titled “identity_management (ise)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
identity_source_sequences | List | [identity_source_sequences] | No |
identity_source_sequences (ise.identity_management)
Section titled “identity_source_sequences (ise.identity_management)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[\w\d_\.]+$ | Yes | |
description | String | No | ||
certificate_authentication_profile | String | Yes | ||
break_on_store_fail | Boolean | true , false | Yes | |
identity_sources | List | String | Yes |
Examples
Section titled “Examples”ise: identity_management: identity_source_sequences: - name: Sequence1 description: My identity source sequence certificate_authentication_profile: Preloaded_Certificate_Profile break_on_store_fail: true identity_sources: - Internal Users - Guest Users