mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.1 KiB
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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-workflow-modified-by | WorkflowModifiedBy | WorkflowModifiedBy | WorkflowModifiedBy | powershellsdk |
|
/tools/sdk/powershell/beta/models/workflow-modified-by |
|
WorkflowModifiedBy
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Pointer to Enum [ "IDENTITY" ] | [optional] | |
| Id | Pointer to String | Identity ID | [optional] |
| Name | Pointer to String | Human-readable display name of identity. | [optional] |
Examples
- Prepare the resource
$WorkflowModifiedBy = Initialize-PSSailpoint.BetaWorkflowModifiedBy -Type IDENTITY `
-Id 2c9180a46faadee4016fb4e018c20639 `
-Name Thomas Edison
- Convert the resource to JSON
$WorkflowModifiedBy | ConvertTo-JSON