Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/ApprovalInfoResponse.md
2025-01-28 13:29:29 -05: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
beta-approval-info-response ApprovalInfoResponse ApprovalInfoResponse ApprovalInfoResponse powershellsdk
powershell
PowerShell
sdk
ApprovalInfoResponse
BetaApprovalInfoResponse
/tools/sdk/powershell/beta/models/approval-info-response
SDK
Software Development Kit
ApprovalInfoResponse
BetaApprovalInfoResponse

ApprovalInfoResponse

Properties

Name Type Description Notes
Id Pointer to String the id of approver [optional]
Name Pointer to String the name of approver [optional]
Status Pointer to String the status of the approval request [optional]

Examples

  • Prepare the resource
$ApprovalInfoResponse = Initialize-PSSailpoint.BetaApprovalInfoResponse  -Id 8a80828f643d484f01643e14202e2000 `
 -Name John Snow `
 -Status Approved
  • Convert the resource to JSON
$ApprovalInfoResponse | ConvertTo-JSON

[Back to top]