This document reflects the state from API 1.0 (available from 20.04.2021)
Messages
Action
Field | Type | Description | Validation |
---|
id | string | - | |
details | zitadel.v1.ObjectDetails | - | |
state | ActionState | - | |
name | string | - | |
script | string | - | |
timeout | google.protobuf.Duration | - | |
allowed_to_fail | bool | - | |
ActionIDQuery
Field | Type | Description | Validation |
---|
id | string | - | string.max_len: 200
|
ActionNameQuery
Field | Type | Description | Validation |
---|
name | string | - | string.max_len: 200
|
method | zitadel.v1.TextQueryMethod | - | enum.defined_only: true
|
ActionStateQuery
ActionStateQuery is always equals
Field | Type | Description | Validation |
---|
state | ActionState | - | enum.defined_only: true
|
Flow
Field | Type | Description | Validation |
---|
type | FlowType | id of the flow type | |
details | zitadel.v1.ObjectDetails | - | |
state | FlowState | - | |
trigger_actions | repeated TriggerAction | - | |
FlowType
Field | Type | Description | Validation |
---|
id | string | identifier of the type | |
name | zitadel.v1.LocalizedMessage | key and name of the type | |
TriggerAction
Field | Type | Description | Validation |
---|
trigger_type | TriggerType | id of the trigger type | |
actions | repeated Action | - | |
TriggerType
Field | Type | Description | Validation |
---|
id | string | identifier of the type | |
name | zitadel.v1.LocalizedMessage | key and name of the type | |
Enums
ActionFieldName
Name | Number | Description |
---|
ACTION_FIELD_NAME_UNSPECIFIED | 0 | - |
ACTION_FIELD_NAME_NAME | 1 | - |
ACTION_FIELD_NAME_ID | 2 | - |
ACTION_FIELD_NAME_STATE | 3 | - |
ActionState
Name | Number | Description |
---|
ACTION_STATE_UNSPECIFIED | 0 | - |
ACTION_STATE_INACTIVE | 1 | - |
ACTION_STATE_ACTIVE | 2 | - |
FlowState
Name | Number | Description |
---|
FLOW_STATE_UNSPECIFIED | 0 | - |
FLOW_STATE_INACTIVE | 1 | - |
FLOW_STATE_ACTIVE | 2 | - |