mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.2 KiB
1.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-reviewed-by | AccessItemReviewedBy | AccessItemReviewedBy | AccessItemReviewedBy | powershellsdk |
|
/tools/sdk/powershell/v2024/models/access-item-reviewed-by |
|
AccessItemReviewedBy
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "IDENTITY" ] | DTO type of identity who reviewed the access item request. | [optional] |
| Id | String | ID of identity who reviewed the access item request. | [optional] |
| Name | String | Human-readable display name of identity who reviewed the access item request. | [optional] |
Examples
- Prepare the resource
$AccessItemReviewedBy = Initialize-PSSailpoint.V2024AccessItemReviewedBy -Type IDENTITY `
-Id 2c3780a46faadee4016fb4e018c20652 `
-Name Allen Albertson
- Convert the resource to JSON
$AccessItemReviewedBy | ConvertTo-JSON