Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/WorkflowBodyOwner.md
2025-01-28 13:29:29 -05:00

1.1 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
workflow-body-owner WorkflowBodyOwner WorkflowBodyOwner WorkflowBodyOwner powershellsdk
powershell
PowerShell
sdk
WorkflowBodyOwner
WorkflowBodyOwner
/tools/sdk/powershell/v3/models/workflow-body-owner
SDK
Software Development Kit
WorkflowBodyOwner
WorkflowBodyOwner

WorkflowBodyOwner

Properties

Name Type Description Notes
Type Pointer to Enum [ "IDENTITY" ] The type of object that is referenced [optional]
Id Pointer to String The unique ID of the object [optional]
Name Pointer to String The name of the object [optional]

Examples

  • Prepare the resource
$WorkflowBodyOwner = Initialize-PSSailpoint.V3WorkflowBodyOwner  -Type IDENTITY `
 -Id 2c91808568c529c60168cca6f90c1313 `
 -Name William Wilson
  • Convert the resource to JSON
$WorkflowBodyOwner | ConvertTo-JSON

[Back to top]