mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-approval-status-dto-current-owner | ApprovalStatusDtoCurrentOwner | ApprovalStatusDtoCurrentOwner | ApprovalStatusDtoCurrentOwner | powershellsdk |
|
/tools/sdk/powershell/v2024/models/approval-status-dto-current-owner |
|
ApprovalStatusDtoCurrentOwner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Pointer to Enum [ "IDENTITY" ] | DTO type of identity who reviewed the access item request. | [optional] |
| Id | Pointer to String | ID of identity who reviewed the access item request. | [optional] |
| Name | Pointer to String | Human-readable display name of identity who reviewed the access item request. | [optional] |
Examples
- Prepare the resource
$ApprovalStatusDtoCurrentOwner = Initialize-PSSailpoint.V2024ApprovalStatusDtoCurrentOwner -Type IDENTITY `
-Id 2c3780a46faadee4016fb4e018c20652 `
-Name Allen Albertson
- Convert the resource to JSON
$ApprovalStatusDtoCurrentOwner | ConvertTo-JSON