mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.1 KiB
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 |
|
/tools/sdk/powershell/v2025/models/form-instance-created-by |
|
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