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-Formusedby  -Type WORKFLOW `
-Id 61940a92-5484-42bc-bc10-b9982b218cdf `
-Name Access Request Form
  • Convert the resource to JSON
$Formusedby | ConvertTo-JSON

[Back to top]