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

Link to this section Summary

Link to this section Types

@type t() :: %Zitadel.Member.V1.Member{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  avatar_url: String.t(),
  details: Zitadel.V1.ObjectDetails.t() | nil,
  display_name: String.t(),
  email: String.t(),
  first_name: String.t(),
  last_name: String.t(),
  preferred_login_name: String.t(),
  roles: [String.t()],
  user_id: String.t()
}

Link to this section Functions