mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1.3 KiB
1.3 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-definition-file-upload-response | FormDefinitionFileUploadResponse | FormDefinitionFileUploadResponse | FormDefinitionFileUploadResponse | pythonsdk |
|
/tools/sdk/python/v2025/models/form-definition-file-upload-response |
|
FormDefinitionFileUploadResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| created | str | Created is the date the file was uploaded | [optional] |
| file_id | str | fileId is a unique ULID that serves as an identifier for the form definition file | [optional] |
| form_definition_id | str | FormDefinitionID is a unique guid identifying this form definition | [optional] |
| } |
Example
from sailpoint.v2025.models.form_definition_file_upload_response import FormDefinitionFileUploadResponse
form_definition_file_upload_response = FormDefinitionFileUploadResponse(
created='2023-07-12T20:14:57.74486Z',
file_id='01FHZXHK8PTP9FVK99Z66GXQTX.png',
form_definition_id='00000000-0000-0000-0000-000000000000'
)