mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.6 KiB
1.6 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-access-item-account-response | AccessItemAccountResponse | AccessItemAccountResponse | AccessItemAccountResponse | powershellsdk |
|
/tools/sdk/powershell/v2024/models/access-item-account-response |
|
AccessItemAccountResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AccessType | String | the access item type. account in this case | [optional] |
| Id | String | the access item id | [optional] |
| NativeIdentity | String | the native identifier used to uniquely identify an acccount | [optional] |
| SourceName | String | the name of the source | [optional] |
| SourceId | String | the id of the source | [optional] |
| EntitlementCount | String | the number of entitlements the account will create | [optional] |
| DisplayName | String | the display name of the identity | [optional] |
Examples
- Prepare the resource
$AccessItemAccountResponse = Initialize-PSSailpoint.V2024AccessItemAccountResponse -AccessType account `
-Id 2c918087763e69d901763e72e97f006f `
-NativeIdentity dr.arden.ogahn.d `
-SourceName DataScienceDataset `
-SourceId 2793o32dwd `
-EntitlementCount 12 `
-DisplayName Dr. Arden Rogahn MD
- Convert the resource to JSON
$AccessItemAccountResponse | ConvertTo-JSON