Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/ApprovalStatusDtoOriginalOwner.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
v2024-approval-status-dto-original-owner ApprovalStatusDtoOriginalOwner ApprovalStatusDtoOriginalOwner ApprovalStatusDtoOriginalOwner powershellsdk
powershell
PowerShell
sdk
ApprovalStatusDtoOriginalOwner
V2024ApprovalStatusDtoOriginalOwner
/tools/sdk/powershell/v2024/models/approval-status-dto-original-owner
SDK
Software Development Kit
ApprovalStatusDtoOriginalOwner
V2024ApprovalStatusDtoOriginalOwner

ApprovalStatusDtoOriginalOwner

Properties

Name Type Description Notes
Type Enum [ "GOVERNANCE_GROUP", "IDENTITY" ] DTO type of original approval owner's identity. [optional]
Id String ID of original approval owner's identity. [optional]
Name String Display name of original approval owner. [optional]

Examples

  • Prepare the resource
$ApprovalStatusDtoOriginalOwner = Initialize-PSSailpoint.V2024ApprovalStatusDtoOriginalOwner  -Type IDENTITY `
 -Id 2c7180a46faadee4016fb4e018c20642 `
 -Name Michael Michaels
  • Convert the resource to JSON
$ApprovalStatusDtoOriginalOwner | ConvertTo-JSON

[Back to top]