Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/ApprovalStatusDtoCurrentOwner.md
2025-04-01 09:23:12 -04:00

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
v2025-approval-status-dto-current-owner ApprovalStatusDtoCurrentOwner ApprovalStatusDtoCurrentOwner ApprovalStatusDtoCurrentOwner powershellsdk
powershell
PowerShell
sdk
ApprovalStatusDtoCurrentOwner
V2025ApprovalStatusDtoCurrentOwner
/tools/sdk/powershell/v2025/models/approval-status-dto-current-owner
SDK
Software Development Kit
ApprovalStatusDtoCurrentOwner
V2025ApprovalStatusDtoCurrentOwner

ApprovalStatusDtoCurrentOwner

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
$ApprovalStatusDtoCurrentOwner = Initialize-PSSailpoint.V2025ApprovalStatusDtoCurrentOwner  -Type IDENTITY `
 -Id 2c3780a46faadee4016fb4e018c20652 `
 -Name Allen Albertson
  • Convert the resource to JSON
$ApprovalStatusDtoCurrentOwner | ConvertTo-JSON

[Back to top]