Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/FormInstanceCreatedBy.md
2025-05-07 14:37:48 +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
v2025-form-instance-created-by FormInstanceCreatedBy FormInstanceCreatedBy FormInstanceCreatedBy powershellsdk
powershell
PowerShell
sdk
FormInstanceCreatedBy
V2025FormInstanceCreatedBy
/tools/sdk/powershell/v2025/models/form-instance-created-by
SDK
Software Development Kit
FormInstanceCreatedBy
V2025FormInstanceCreatedBy

FormInstanceCreatedBy

Properties

Name Type Description Notes
Id String ID is a unique identifier [optional]
Type Enum [ "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-V2025FormInstanceCreatedBy  -Id 00000000-0000-0000-0000-000000000000 `
 -Type WORKFLOW_EXECUTION
  • Convert the resource to JSON
$FormInstanceCreatedBy | ConvertTo-JSON

[Back to top]