Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/ApprovalReference.md
2025-01-28 13:29:29 -05:00

1008 B

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-reference ApprovalReference ApprovalReference ApprovalReference powershellsdk
powershell
PowerShell
sdk
ApprovalReference
BetaApprovalReference
/tools/sdk/powershell/beta/models/approval-reference
SDK
Software Development Kit
ApprovalReference
BetaApprovalReference

ApprovalReference

Properties

Name Type Description Notes
Id Pointer to String Id of the reference object [optional]
Type Pointer to String What reference object does this ID correspond to [optional]

Examples

  • Prepare the resource
$ApprovalReference = Initialize-PSSailpoint.BetaApprovalReference  -Id 64012350-8fd9-4f6c-a170-1fe123683899 `
 -Type AccessRequestId
  • Convert the resource to JSON
$ApprovalReference | ConvertTo-JSON

[Back to top]