View Source Zitadel.Action.V1.Action (zitadel_api v2.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Zitadel.Action.V1.Action{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  allowed_to_fail: boolean(),
  details: Zitadel.V1.ObjectDetails.t() | nil,
  id: String.t(),
  name: String.t(),
  script: String.t(),
  state: Zitadel.Action.V1.ActionState.t(),
  timeout: Google.Protobuf.Duration.t() | nil
}

Link to this section Functions