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