Flow Policies
The flow policies endpoint identifies the DaVinci flow policy resources defined in the specified environment. It provides operations to list all flow policies in the environment or get one flow policy specified by its flow policy ID in the request URL.
Flow policies are associated with DaVinci applications. A flow policy can have one or more DaVinci-defined flows associated with it.
Flow policies data model
| Property | Type | Required? | Mutable? | Description |
|---|---|---|---|---|
|
Object |
Required |
Read only |
An object that specifies the application information associated with the flow policy resource. |
|
String |
Required |
Read only |
The unique identifier of the application resource associated with the flow policy. |
|
String |
Required |
Read only |
The name of the application resource associated with the flow policy. |
|
Boolean |
Required |
Read only |
A boolean that specifies whether the flow policy is enabled. |
|
String |
Required |
Read only |
The environment resource’s unique identifier associated with the flow policy. |
|
String |
Required |
Read only |
The flow policy resource’s unique identifier. |
|
String |
Required |
Read only |
The flow policy resource name. |
|
Object |
Optional |
Mutable |
An object that specifies the predefined trigger that can initiate the flow. |
|
String |
Required |
Mutable |
A string that specifies the trigger type. This property is required if the |