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-PSSailpoint.V2024FormInstanceCreatedBy -Id 00000000-0000-0000-0000-000000000000 `
-Type WORKFLOW_EXECUTION
- Convert the resource to JSON
$FormInstanceCreatedBy | ConvertTo-JSON