mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
---
|
||||
id: beta-form-instance-created-by
|
||||
title: FormInstanceCreatedBy
|
||||
pagination_label: FormInstanceCreatedBy
|
||||
sidebar_label: FormInstanceCreatedBy
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'FormInstanceCreatedBy', 'BetaFormInstanceCreatedBy']
|
||||
slug: /tools/sdk/powershell/beta/models/form-instance-created-by
|
||||
tags: ['SDK', 'Software Development Kit', 'FormInstanceCreatedBy', 'BetaFormInstanceCreatedBy']
|
||||
---
|
||||
|
||||
|
||||
# FormInstanceCreatedBy
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **String** | ID is a unique identifier | [optional]
|
||||
**Type** | Pointer to **Enum** [ "WORKFLOW_EXECUTION", "SOURCE" ] | Type is a form instance created by type enum value WORKFLOW_EXECUTION FormInstanceCreatedByTypeWorkflowExecution SOURCE FormInstanceCreatedByTypeSource | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$FormInstanceCreatedBy = Initialize-PSSailpoint.BetaFormInstanceCreatedBy -Id 00000000-0000-0000-0000-000000000000 `
|
||||
-Type WORKFLOW_EXECUTION
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$FormInstanceCreatedBy | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user