Zitadel.User.V1.UserGrant (zitadel_api v1.0.0-rc.8) View Source

Link to this section Summary

Functions

Callback implementation for Protobuf.decode/1.

Callback implementation for Protobuf.encode/1.

Callback implementation for Protobuf.new/0.

Callback implementation for Protobuf.new/1.

Callback implementation for Protobuf.new!/1.

Callback implementation for Protobuf.transform_module/0.

Link to this section Types

Specs

avatar_url() :: String.t()

Specs

details() :: Zitadel.V1.ObjectDetails.t() | nil

Specs

display_name() :: String.t()

Specs

email() :: String.t()

Specs

first_name() :: String.t()

Specs

id() :: String.t()

Specs

last_name() :: String.t()

Specs

org_domain() :: String.t()

Specs

org_id() :: String.t()

Specs

org_name() :: String.t()

Specs

project_grant_id() :: String.t()

Specs

project_id() :: String.t()

Specs

project_name() :: String.t()

Specs

role_keys() :: [String.t()]

Specs

Specs

t() :: %Zitadel.User.V1.UserGrant{
  avatar_url: avatar_url(),
  details: details(),
  display_name: display_name(),
  email: email(),
  first_name: first_name(),
  id: id(),
  last_name: last_name(),
  org_domain: org_domain(),
  org_id: org_id(),
  org_name: org_name(),
  project_grant_id: project_grant_id(),
  project_id: project_id(),
  project_name: project_name(),
  role_keys: role_keys(),
  state: state(),
  user_id: user_id(),
  user_name: user_name()
}

Specs

user_id() :: String.t()

Specs

user_name() :: String.t()

Link to this section Functions

Callback implementation for Protobuf.decode/1.

Callback implementation for Protobuf.encode/1.

Callback implementation for Protobuf.new/0.

Callback implementation for Protobuf.new/1.

Callback implementation for Protobuf.new!/1.

Callback implementation for Protobuf.transform_module/0.