mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
2.2 KiB
2.2 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-access-profile-response | AccessItemAccessProfileResponse | AccessItemAccessProfileResponse | AccessItemAccessProfileResponse | powershellsdk |
|
/tools/sdk/powershell/v2024/models/access-item-access-profile-response |
|
AccessItemAccessProfileResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AccessType | String | the access item type. accessProfile in this case | [optional] |
| Id | String | the access item id | [optional] |
| Name | String | the access profile name | [optional] |
| SourceName | String | the name of the source | [optional] |
| SourceId | String | the id of the source | [optional] |
| Description | String | the description for the access profile | [optional] |
| DisplayName | String | the display name of the identity | [optional] |
| EntitlementCount | String | the number of entitlements the access profile will create | [optional] |
| AppDisplayName | String | the name of | [optional] |
| RemoveDate | String | the date the access profile is no longer assigned to the specified identity | [optional] |
| Standalone | Boolean | indicates whether the access profile is standalone | [required] |
| Revocable | Boolean | indicates whether the access profile is | [required] |
Examples
- Prepare the resource
$AccessItemAccessProfileResponse = Initialize-V2024AccessItemAccessProfileResponse -AccessType accessProfile `
-Id 2c918087763e69d901763e72e97f006f `
-Name sample `
-SourceName DataScienceDataset `
-SourceId 2793o32dwd `
-Description AccessProfile - Workday/Citizenship access `
-DisplayName Dr. Arden Rogahn MD `
-EntitlementCount 12 `
-AppDisplayName AppName `
-RemoveDate 2024-07-01T06:00:00.00Z `
-Standalone false `
-Revocable true
- Convert the resource to JSON
$AccessItemAccessProfileResponse | ConvertTo-JSON