Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/ApprovalStatusDtoCurrentOwner.md
2025-02-03 22:09:17 +00: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
approval-status-dto-current-owner ApprovalStatusDtoCurrentOwner ApprovalStatusDtoCurrentOwner ApprovalStatusDtoCurrentOwner powershellsdk
powershell
PowerShell
sdk
ApprovalStatusDtoCurrentOwner
ApprovalStatusDtoCurrentOwner
/tools/sdk/powershell/v3/models/approval-status-dto-current-owner
SDK
Software Development Kit
ApprovalStatusDtoCurrentOwner
ApprovalStatusDtoCurrentOwner

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

[Back to top]