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

Link to this section Summary

Link to this section Types

Specs

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

Specs

grant_id() :: String.t()

Specs

granted_org_id() :: String.t()

Specs

granted_org_name() :: String.t()

Specs

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

Specs

project_id() :: String.t()

Specs

project_name() :: String.t()

Specs

project_owner_id() :: String.t()

Specs

project_owner_name() :: String.t()

Specs

Specs

t() :: %Zitadel.Project.V1.GrantedProject{
  details: details(),
  grant_id: grant_id(),
  granted_org_id: granted_org_id(),
  granted_org_name: granted_org_name(),
  granted_role_keys: granted_role_keys(),
  project_id: project_id(),
  project_name: project_name(),
  project_owner_id: project_owner_id(),
  project_owner_name: project_owner_name(),
  state: state()
}

Link to this section Functions