Skip to main content

FormDefinitionFileUploadResponse

Properties

NameTypeDescriptionNotes
CreatedStringCreated is the date the file was uploaded[optional]
FileIdStringfileId is a unique ULID that serves as an identifier for the form definition file[optional]
FormDefinitionIdStringFormDefinitionID is a unique guid identifying this form definition[optional]

Examples

  • Prepare the resource
$FormDefinitionFileUploadResponse = Initialize-PSSailpoint.BetaFormDefinitionFileUploadResponse  -Created 2023-07-12T20:14:57.74486Z `
-FileId 01FHZXHK8PTP9FVK99Z66GXQTX.png `
-FormDefinitionId 00000000-0000-0000-0000-000000000000
  • Convert the resource to JSON
$FormDefinitionFileUploadResponse | ConvertTo-JSON

[Back to top]