Skip to main content

FormUsedBy

Properties

NameTypeDescriptionNotes
TypeEnum [ "WORKFLOW", "SOURCE", "MySailPoint" ]FormUsedByType value. WORKFLOW FormUsedByTypeWorkflow SOURCE FormUsedByTypeSource MySailPoint FormUsedByType[optional]
IdStringUnique identifier of the system using the form.[optional]
NameStringName of the system using the form.[optional]

Examples

  • Prepare the resource
$FormUsedBy = Initialize-PSSailpoint.V2024FormUsedBy  -Type WORKFLOW `
-Id 61940a92-5484-42bc-bc10-b9982b218cdf `
-Name Access Request Form
  • Convert the resource to JSON
$FormUsedBy | ConvertTo-JSON

[Back to top]