View Source Zitadel.User.V1.User (zitadel_api v1.0.0)

Link to this section Summary

Link to this section Types

@type t() :: %Zitadel.User.V1.User{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  details: Zitadel.V1.ObjectDetails.t() | nil,
  id: String.t(),
  login_names: [String.t()],
  preferred_login_name: String.t(),
  state: Zitadel.User.V1.UserState.t(),
  type:
    {:human, Zitadel.User.V1.Human.t() | nil}
    | {:machine, Zitadel.User.V1.Machine.t() | nil}
    | nil,
  user_name: String.t()
}

Link to this section Functions