mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.4 KiB
1.4 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-common-access-item-response | CommonAccessItemResponse | CommonAccessItemResponse | CommonAccessItemResponse | powershellsdk |
|
/tools/sdk/powershell/v2024/models/common-access-item-response |
|
CommonAccessItemResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | Common Access Item ID | [optional] |
| Access | CommonAccessItemAccess | [optional] | |
| Status | CommonAccessItemState | [optional] | |
| LastUpdated | String | [optional] | |
| ReviewedByUser | Boolean | [optional] | |
| LastReviewed | String | [optional] | |
| CreatedByUser | String | [optional] |
Examples
- Prepare the resource
$CommonAccessItemResponse = Initialize-V2024CommonAccessItemResponse -Id null `
-Access null `
-Status null `
-LastUpdated null `
-ReviewedByUser null `
-LastReviewed null `
-CreatedByUser null
- Convert the resource to JSON
$CommonAccessItemResponse | ConvertTo-JSON