Get Supported Security Capabilities action
The Get Supported Capabilities flow action retrieves the name and number of integrations that are active and support the requested capability.
The Get Supported Capabilities action can be used with any flow to determine which capabilities are supported.
Results
Possible results for this action are:
| Result | Description |
|---|---|
| Success | Integration that supports the capability found. |
| Failure | An error occurred while attempting to find an active integration that supports the capability. More error information is available in the action output error. |
Input variables
Input variables determine the initial behavior of the action.
| Variable | Description |
|---|---|
| capabilityName | Name of the capability. |
| taskId | System identifier for any task associated with the flow. |
| domainId | System identifier for any domain associated with the flow. |
Output variables
The output variables contain data that can be used in subsequent actions.
| Variable | Description |
|---|---|
| supportedCapabilities | List of integrations that support the capability. |
| capabilityCount | Number of integrations that support the capability. |