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

Link to this section Summary

Link to this section Types

Specs

project_name_query() :: Zitadel.Project.V1.GrantProjectNameQuery.t() | nil

Specs

query() ::
  {:project_name_query, project_name_query()}
  | {:role_key_query, role_key_query()}
  | nil

Specs

role_key_query() :: Zitadel.Project.V1.GrantRoleKeyQuery.t() | nil

Specs

t() :: %Zitadel.Project.V1.ProjectGrantQuery{query: query()}

Link to this section Functions