Zitadel.Project.V1.Project (zitadel_api v1.0.0-rc.4) View Source

Link to this section Summary

Types

describes if roles of user should be added in token

ZITADEL checks if the user has at least one on this project

t()

Link to this section Types

Specs

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

Specs

id() :: String.t()

Specs

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

project_role_assertion()

View Source

Specs

project_role_assertion() :: boolean()

describes if roles of user should be added in token

Specs

project_role_check() :: boolean()

ZITADEL checks if the user has at least one on this project

Specs

state() :: Zitadel.Project.V1.ProjectState.t()

Specs

t() :: %Zitadel.Project.V1.Project{
  details: details(),
  id: id(),
  name: name(),
  project_role_assertion: project_role_assertion(),
  project_role_check: project_role_check(),
  state: state()
}

Link to this section Functions