Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/PendingApprovalOwner.md
2025-02-03 22:09:17 +00:00

1.1 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
pending-approval-owner PendingApprovalOwner PendingApprovalOwner PendingApprovalOwner powershellsdk
powershell
PowerShell
sdk
PendingApprovalOwner
PendingApprovalOwner
/tools/sdk/powershell/v3/models/pending-approval-owner
SDK
Software Development Kit
PendingApprovalOwner
PendingApprovalOwner

PendingApprovalOwner

Properties

Name Type Description Notes
Type Enum [ "IDENTITY" ] Access item owner's DTO type. [optional]
Id String Access item owner's identity ID. [optional]
Name String Access item owner's human-readable display name. [optional]

Examples

  • Prepare the resource
$PendingApprovalOwner = Initialize-PSSailpoint.V3PendingApprovalOwner  -Type IDENTITY `
 -Id 2c9180a46faadee4016fb4e018c20639 `
 -Name Support
  • Convert the resource to JSON
$PendingApprovalOwner | ConvertTo-JSON

[Back to top]