Skip to main content

FormOwner

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY" ]FormOwnerType value. IDENTITY FormOwnerTypeIdentity[optional]
IdStringUnique identifier of the form's owner.[optional]
NameStringName of the form's owner.[optional]

Examples

  • Prepare the resource
$FormOwner = Initialize-PSSailpoint.BetaFormOwner  -Type IDENTITY `
-Id 2c9180867624cbd7017642d8c8c81f67 `
-Name Grant Smith
  • Convert the resource to JSON
$FormOwner | ConvertTo-JSON

[Back to top]