Optional
ariaARIA label for identifying the list.
Optional
autocompleteOptional
filterThe filtering options used when the available identities are retrieved from the identities microservice. (default: false)
Optional
idOptional
identitiesThe available users and groups to select from. If not provided, the identities are retrieved from the identities microservice.
Optional
inlineDetermines if the current user button is displayed above or to the left/right of the identity-select control. (default: false)
Optional
inputOptional
inputOptional
isOptional
limitOnly members of the given group will be valid and selectable. If inclusive if true, the group itself is treated as a valid selection.
Accepts the group id as a string, or as part of configuration object.
Optional
modelOptional
modelOptional
placeholderOptional
readOptional
selectionDoes the input allow the selection of only a user, users, a group, groups, or both? (default: SelectionMode.UsersAndGroups)
Optional
selfDetermines whether the select current user button is displayed. (default: false)
Optional
titleOptional title that can be used to override the default dialog title.
Properties for SVICustomElement.IdentitySelect.
Example: HTML Example #1 - Provide a custom set of User/Group identities to display in dialog
Example: HTML Example #2 - Retrieve a list of users from the identities service in dialog
Example: Create element via document.createElement: