Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/FormInstanceRecipient.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
beta-form-instance-recipient FormInstanceRecipient FormInstanceRecipient FormInstanceRecipient powershellsdk
powershell
PowerShell
sdk
FormInstanceRecipient
BetaFormInstanceRecipient
/tools/sdk/powershell/beta/models/form-instance-recipient
SDK
Software Development Kit
FormInstanceRecipient
BetaFormInstanceRecipient

FormInstanceRecipient

Properties

Name Type Description Notes
Id String ID is a unique identifier [optional]
Type Enum [ "IDENTITY" ] Type is a FormInstanceRecipientType value IDENTITY FormInstanceRecipientIdentity [optional]

Examples

  • Prepare the resource
$FormInstanceRecipient = Initialize-PSSailpoint.BetaFormInstanceRecipient  -Id 00000000-0000-0000-0000-000000000000 `
 -Type IDENTITY
  • Convert the resource to JSON
$FormInstanceRecipient | ConvertTo-JSON

[Back to top]