Zitadel.Project.V1.GrantedProject (zitadel_api v1.0.0-rc.9) 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
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
state() :: Zitadel.Project.V1.ProjectGrantState.t()
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
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.