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

Link to this section Summary

Types

ZITADEL checks if the org of the user has permission to this project

Defines from where the private labeling should be triggered

describes if roles of user should be added in token

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

t()

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

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

Specs

has_project_check() :: boolean()

ZITADEL checks if the org of the user has permission to this project

Specs

id() :: String.t()

Specs

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

private_labeling_setting()

View Source

Specs

private_labeling_setting() :: Zitadel.Project.V1.PrivateLabelingSetting.t()

Defines from where the private labeling should be triggered

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

Specs

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

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.