Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/ApprovalStatusDtoCurrentOwner.md
2025-01-28 13:29:29 -05: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
v2024-approval-status-dto-current-owner ApprovalStatusDtoCurrentOwner ApprovalStatusDtoCurrentOwner ApprovalStatusDtoCurrentOwner powershellsdk
powershell
PowerShell
sdk
ApprovalStatusDtoCurrentOwner
V2024ApprovalStatusDtoCurrentOwner
/tools/sdk/powershell/v2024/models/approval-status-dto-current-owner
SDK
Software Development Kit
ApprovalStatusDtoCurrentOwner
V2024ApprovalStatusDtoCurrentOwner

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

[Back to top]