mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.3 KiB
1.3 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-access-item-app-response | AccessItemAppResponse | AccessItemAppResponse | AccessItemAppResponse | powershellsdk |
|
/tools/sdk/powershell/beta/models/access-item-app-response |
|
AccessItemAppResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AccessType | String | the access item type. entitlement in this case | [optional] |
| Id | String | the access item id | [optional] |
| DisplayName | String | the access item display name | [optional] |
| SourceName | String | the associated source name if it exists | [optional] |
| AppRoleId | String | the app role id | [optional] |
Examples
- Prepare the resource
$AccessItemAppResponse = Initialize-BetaAccessItemAppResponse -AccessType app `
-Id 2c918087763e69d901763e72e97f006f `
-DisplayName Display Name `
-SourceName appName `
-AppRoleId 2c918087763e69d901763e72e97f006f
- Convert the resource to JSON
$AccessItemAppResponse | ConvertTo-JSON