mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
Automated commit by github action: 5611213690
This commit is contained in:
@@ -5,20 +5,22 @@ properties:
|
|||||||
description: The name of the workflow
|
description: The name of the workflow
|
||||||
example: "Send Email"
|
example: "Send Email"
|
||||||
owner:
|
owner:
|
||||||
allOf:
|
|
||||||
- $ref: '../../v3/schemas/BaseReferenceDto.yaml'
|
|
||||||
description: The identity that owns the workflow. The owner's permissions in IDN will determine what actions the workflow is allowed to perform. Ownership can be changed by updating the owner in a PUT or PATCH request.
|
description: The identity that owns the workflow. The owner's permissions in IDN will determine what actions the workflow is allowed to perform. Ownership can be changed by updating the owner in a PUT or PATCH request.
|
||||||
properties:
|
properties:
|
||||||
type:
|
type:
|
||||||
|
type: string
|
||||||
enum:
|
enum:
|
||||||
- "IDENTITY"
|
- "IDENTITY"
|
||||||
example: "IDENTITY"
|
example: "IDENTITY"
|
||||||
description: The type of object that is referenced
|
description: The type of object that is referenced
|
||||||
example: {
|
id:
|
||||||
"type": "IDENTITY",
|
type: string
|
||||||
"id": "2c91808568c529c60168cca6f90c1313",
|
description: The unique ID of the object
|
||||||
"name": "William Wilson"
|
example: "2c91808568c529c60168cca6f90c1313"
|
||||||
}
|
name:
|
||||||
|
type: string
|
||||||
|
description: The name of the object
|
||||||
|
example: "William Wilson"
|
||||||
description:
|
description:
|
||||||
type: string
|
type: string
|
||||||
description: Description of what the workflow accomplishes
|
description: Description of what the workflow accomplishes
|
||||||
|
|||||||
Reference in New Issue
Block a user