Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/WorkflowModifiedBy.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
v2025-workflow-modified-by WorkflowModifiedBy WorkflowModifiedBy WorkflowModifiedBy powershellsdk
powershell
PowerShell
sdk
WorkflowModifiedBy
V2025WorkflowModifiedBy
/tools/sdk/powershell/v2025/models/workflow-modified-by
SDK
Software Development Kit
WorkflowModifiedBy
V2025WorkflowModifiedBy

WorkflowModifiedBy

Properties

Name Type Description Notes
Type Enum [ "IDENTITY" ] [optional]
Id String Identity ID [optional]
Name String Human-readable display name of identity. [optional]

Examples

  • Prepare the resource
$WorkflowModifiedBy = Initialize-V2025WorkflowModifiedBy  -Type IDENTITY `
 -Id 2c9180a46faadee4016fb4e018c20639 `
 -Name Thomas Edison
  • Convert the resource to JSON
$WorkflowModifiedBy | ConvertTo-JSON

[Back to top]