Zitadel.Change.V1.Change (zitadel_api v1.0.0-rc.6) View Source

Link to this section Summary

Link to this section Types

Specs

change_date() :: Google.Protobuf.Timestamp.t() | nil

Specs

editor_avatar_url() :: String.t()

Specs

editor_display_name() :: String.t()

Specs

editor_id() :: String.t()
Link to this type

editor_preferred_login_name()

View Source

Specs

editor_preferred_login_name() :: String.t()

Specs

event_type() :: Zitadel.V1.LocalizedMessage.t() | nil

Specs

resource_owner_id() :: String.t()

Specs

sequence() :: non_neg_integer()

Specs

t() :: %Zitadel.Change.V1.Change{
  change_date: change_date(),
  editor_avatar_url: editor_avatar_url(),
  editor_display_name: editor_display_name(),
  editor_id: editor_id(),
  editor_preferred_login_name: editor_preferred_login_name(),
  event_type: event_type(),
  resource_owner_id: resource_owner_id(),
  sequence: sequence()
}

Link to this section Functions