mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
1.4 KiB
1.4 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-form-definition-file-upload-response | FormDefinitionFileUploadResponse | FormDefinitionFileUploadResponse | FormDefinitionFileUploadResponse | powershellsdk |
|
/tools/sdk/powershell/v2024/models/form-definition-file-upload-response |
|
FormDefinitionFileUploadResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Created | String | Created is the date the file was uploaded | [optional] |
| FileId | String | fileId is a unique ULID that serves as an identifier for the form definition file | [optional] |
| FormDefinitionId | String | FormDefinitionID is a unique guid identifying this form definition | [optional] |
Examples
- Prepare the resource
$FormDefinitionFileUploadResponse = Initialize-V2024FormDefinitionFileUploadResponse -Created 2023-07-12T20:14:57.74486Z `
-FileId 01FHZXHK8PTP9FVK99Z66GXQTX.png `
-FormDefinitionId 00000000-0000-0000-0000-000000000000
- Convert the resource to JSON
$FormDefinitionFileUploadResponse | ConvertTo-JSON