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

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

WorkflowBodyOwner

Properties

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

Examples

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

[Back to top]