Skip to main content

FormSubmittedSubmittedBy

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY" ]DTO type of the identity who submitted the form.[required]
IdStringUnique identifier of the identity who submitted the form.[required]
NameStringName of the identity who submitted the form.[required]

Examples

  • Prepare the resource
$FormSubmittedSubmittedBy = Initialize-FormSubmittedSubmittedBy -Type IDENTITY `
-Id 2c9180845d1edece015d27a9717c3e19 `
-Name Rob.Robertson
  • Convert the resource to JSON
$FormSubmittedSubmittedBy | ConvertTo-JSON

[Back to top]