List conditions for scope

get/api/policy/v1/enterprises/{enterpriseId}/scopes/{scopeId}/conditions

Lists all conditions for a given scope.

Path Parameters

  • enterpriseIdstringRequired
    Your Enterprise Id.
  • scopeIdstringRequired
    The id of the scope.

200 Response

conditionsrequired
Wallet-type condition for the all-wallets scope.
name string required
The name of the condition.
Allowed value: wallet.type
Example: wallet.type
label string required
A label for the condition which can be shown to an end user.
Example: Wallet Type
description string required
A description for the condition which can be shown to an end user.
Example: Allows creating a condition based on the Wallet Type
status string required
Status of the condition. Indicates if the condition is usable "ACTIVE" or not "INACTIVE". * "ACTIVE" - The condition is available for use. * "INACTIVE" - The condition is NOT available for use.
Allowed values: ACTIVE INACTIVE
Example: ACTIVE
parameters array[object] required
A list of Parameters to control how the condition behaves.

401 Response

code string
message string
status integer

403 Response

code string
message string
status integer

404 Response

code string
message string
status integer

500 Response

code string
message string
status integer