Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/ApprovalReference.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

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

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]