Skip to main content

FormInstanceCreatedBy

Properties

NameTypeDescriptionNotes
IdStringID is a unique identifier[optional]
TypeEnum [ "WORKFLOW_EXECUTION", "SOURCE" ]Type is a form instance created by type enum value WORKFLOW_EXECUTION FormInstanceCreatedByTypeWorkflowExecution SOURCE FormInstanceCreatedByTypeSource[optional]

Examples

  • Prepare the resource
$FormInstanceCreatedBy = Initialize-PSSailpoint.V2024FormInstanceCreatedBy  -Id 00000000-0000-0000-0000-000000000000 `
-Type WORKFLOW_EXECUTION
  • Convert the resource to JSON
$FormInstanceCreatedBy | ConvertTo-JSON

[Back to top]