Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/FormOwner.md
2025-05-07 14:37:48 +00:00

977 B

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-owner FormOwner FormOwner FormOwner powershellsdk
powershell
PowerShell
sdk
FormOwner
V2024FormOwner
/tools/sdk/powershell/v2024/models/form-owner
SDK
Software Development Kit
FormOwner
V2024FormOwner

FormOwner

Properties

Name Type Description Notes
Type Enum [ "IDENTITY" ] FormOwnerType value. IDENTITY FormOwnerTypeIdentity [optional]
Id String Unique identifier of the form's owner. [optional]
Name String Name of the form's owner. [optional]

Examples

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

[Back to top]