mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.5 KiB
1.5 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-identity-account-selections | IdentityAccountSelections | IdentityAccountSelections | IdentityAccountSelections | powershellsdk |
|
/tools/sdk/powershell/v2024/models/identity-account-selections |
|
IdentityAccountSelections
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| RequestedItems | []RequestedItemAccountSelections | Available account selections for the identity, per requested item | [optional] |
| AccountsSelectionRequired | Boolean | A boolean indicating whether any account selections will be required for the user to raise an access request | [optional] [default to $false] |
| Type | DtoType | [optional] | |
| Id | String | The identity id for the user | [optional] |
| Name | String | The name of the identity | [optional] |
Examples
- Prepare the resource
$IdentityAccountSelections = Initialize-PSSailpoint.V2024IdentityAccountSelections -RequestedItems null `
-AccountsSelectionRequired false `
-Type null `
-Id 70016590f2df4b879bdb1313a9e4e19e `
-Name User name
- Convert the resource to JSON
$IdentityAccountSelections | ConvertTo-JSON