defmodule Zitadel.Project.V1.ProjectState do
use Protobuf, enum: true, protoc_gen_elixir_version: "0.10.0", syntax: :proto3
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.EnumDescriptorProto{
__unknown_fields__: [],
name: "ProjectState",
options: nil,
reserved_name: [],
reserved_range: [],
value: [
%Google.Protobuf.EnumValueDescriptorProto{
__unknown_fields__: [],
name: "PROJECT_STATE_UNSPECIFIED",
number: 0,
options: nil
},
%Google.Protobuf.EnumValueDescriptorProto{
__unknown_fields__: [],
name: "PROJECT_STATE_ACTIVE",
number: 1,
options: nil
},
%Google.Protobuf.EnumValueDescriptorProto{
__unknown_fields__: [],
name: "PROJECT_STATE_INACTIVE",
number: 2,
options: nil
}
]
}
end
field(:PROJECT_STATE_UNSPECIFIED, 0)
field(:PROJECT_STATE_ACTIVE, 1)
field(:PROJECT_STATE_INACTIVE, 2)
end
defmodule Zitadel.Project.V1.PrivateLabelingSetting do
use Protobuf, enum: true, protoc_gen_elixir_version: "0.10.0", syntax: :proto3
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.EnumDescriptorProto{
__unknown_fields__: [],
name: "PrivateLabelingSetting",
options: nil,
reserved_name: [],
reserved_range: [],
value: [
%Google.Protobuf.EnumValueDescriptorProto{
__unknown_fields__: [],
name: "PRIVATE_LABELING_SETTING_UNSPECIFIED",
number: 0,
options: nil
},
%Google.Protobuf.EnumValueDescriptorProto{
__unknown_fields__: [],
name: "PRIVATE_LABELING_SETTING_ENFORCE_PROJECT_RESOURCE_OWNER_POLICY",
number: 1,
options: nil
},
%Google.Protobuf.EnumValueDescriptorProto{
__unknown_fields__: [],
name: "PRIVATE_LABELING_SETTING_ALLOW_LOGIN_USER_RESOURCE_OWNER_POLICY",
number: 2,
options: nil
}
]
}
end
field(:PRIVATE_LABELING_SETTING_UNSPECIFIED, 0)
field(:PRIVATE_LABELING_SETTING_ENFORCE_PROJECT_RESOURCE_OWNER_POLICY, 1)
field(:PRIVATE_LABELING_SETTING_ALLOW_LOGIN_USER_RESOURCE_OWNER_POLICY, 2)
end
defmodule Zitadel.Project.V1.ProjectGrantState do
use Protobuf, enum: true, protoc_gen_elixir_version: "0.10.0", syntax: :proto3
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.EnumDescriptorProto{
__unknown_fields__: [],
name: "ProjectGrantState",
options: nil,
reserved_name: [],
reserved_range: [],
value: [
%Google.Protobuf.EnumValueDescriptorProto{
__unknown_fields__: [],
name: "PROJECT_GRANT_STATE_UNSPECIFIED",
number: 0,
options: nil
},
%Google.Protobuf.EnumValueDescriptorProto{
__unknown_fields__: [],
name: "PROJECT_GRANT_STATE_ACTIVE",
number: 1,
options: nil
},
%Google.Protobuf.EnumValueDescriptorProto{
__unknown_fields__: [],
name: "PROJECT_GRANT_STATE_INACTIVE",
number: 2,
options: nil
}
]
}
end
field(:PROJECT_GRANT_STATE_UNSPECIFIED, 0)
field(:PROJECT_GRANT_STATE_ACTIVE, 1)
field(:PROJECT_GRANT_STATE_INACTIVE, 2)
end
defmodule Zitadel.Project.V1.Project do
use Protobuf, protoc_gen_elixir_version: "0.10.0", syntax: :proto3
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "id",
label: :LABEL_OPTIONAL,
name: "id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
<<74, 19, 34, 54, 57, 54, 50, 57, 48, 50, 51, 57, 48, 54, 52, 56, 56, 51, 51, 52,
34>>}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "name",
label: :LABEL_OPTIONAL,
name: "name",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1042, 2, "J\t\"ZITADEL\""}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "state",
label: :LABEL_OPTIONAL,
name: "state",
number: 4,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
<<50, 28, 99, 117, 114, 114, 101, 110, 116, 32, 115, 116, 97, 116, 101, 32, 111,
102, 32, 116, 104, 101, 32, 112, 114, 111, 106, 101, 99, 116>>}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.project.v1.ProjectState"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "projectRoleAssertion",
label: :LABEL_OPTIONAL,
name: "project_role_assertion",
number: 5,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "projectRoleCheck",
label: :LABEL_OPTIONAL,
name: "project_role_check",
number: 6,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "hasProjectCheck",
label: :LABEL_OPTIONAL,
name: "has_project_check",
number: 7,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "privateLabelingSetting",
label: :LABEL_OPTIONAL,
name: "private_labeling_setting",
number: 8,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.project.v1.PrivateLabelingSetting"
}
],
name: "Project",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:id, 1, type: :string, deprecated: false)
field(:details, 2, type: Zitadel.V1.ObjectDetails)
field(:name, 3, type: :string, deprecated: false)
field(:state, 4, type: Zitadel.Project.V1.ProjectState, enum: true, deprecated: false)
field(:project_role_assertion, 5, type: :bool, json_name: "projectRoleAssertion")
field(:project_role_check, 6, type: :bool, json_name: "projectRoleCheck")
field(:has_project_check, 7, type: :bool, json_name: "hasProjectCheck")
field(:private_labeling_setting, 8,
type: Zitadel.Project.V1.PrivateLabelingSetting,
json_name: "privateLabelingSetting",
enum: true
)
end
defmodule Zitadel.Project.V1.GrantedProject do
use Protobuf, protoc_gen_elixir_version: "0.10.0", syntax: :proto3
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "grantId",
label: :LABEL_OPTIONAL,
name: "grant_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
<<74, 19, 34, 54, 57, 54, 50, 57, 48, 50, 51, 57, 48, 54, 52, 56, 56, 51, 51, 52,
34>>}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "grantedOrgId",
label: :LABEL_OPTIONAL,
name: "granted_org_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
<<74, 19, 34, 54, 57, 54, 50, 57, 48, 50, 51, 57, 48, 54, 52, 56, 56, 51, 51, 52,
34>>}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "grantedOrgName",
label: :LABEL_OPTIONAL,
name: "granted_org_name",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
<<74, 19, 34, 83, 111, 109, 101, 32, 79, 114, 103, 97, 110, 105, 115, 97, 116, 105,
111, 110, 34>>}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "grantedRoleKeys",
label: :LABEL_REPEATED,
name: "granted_role_keys",
number: 4,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
<<74, 18, 91, 34, 114, 111, 108, 101, 46, 115, 117, 112, 101, 114, 46, 109, 97,
110, 34, 93>>}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "state",
label: :LABEL_OPTIONAL,
name: "state",
number: 5,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1042, 2, "2\"current state of the project grant"}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.project.v1.ProjectGrantState"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "projectId",
label: :LABEL_OPTIONAL,
name: "project_id",
number: 6,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
<<74, 19, 34, 54, 57, 54, 50, 57, 48, 50, 51, 57, 48, 54, 52, 56, 56, 51, 51, 52,
34>>}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "projectName",
label: :LABEL_OPTIONAL,
name: "project_name",
number: 7,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1042, 2, "J\t\"ZITADEL\""}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "projectOwnerId",
label: :LABEL_OPTIONAL,
name: "project_owner_id",
number: 8,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
<<74, 19, 34, 54, 57, 54, 50, 57, 48, 50, 51, 57, 48, 54, 52, 56, 56, 51, 51, 52,
34>>}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "projectOwnerName",
label: :LABEL_OPTIONAL,
name: "project_owner_name",
number: 9,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1042, 2, "J\t\"CAOS AG\""}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 10,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "GrantedProject",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:grant_id, 1, type: :string, json_name: "grantId", deprecated: false)
field(:granted_org_id, 2, type: :string, json_name: "grantedOrgId", deprecated: false)
field(:granted_org_name, 3, type: :string, json_name: "grantedOrgName", deprecated: false)
field(:granted_role_keys, 4,
repeated: true,
type: :string,
json_name: "grantedRoleKeys",
deprecated: false
)
field(:state, 5, type: Zitadel.Project.V1.ProjectGrantState, enum: true, deprecated: false)
field(:project_id, 6, type: :string, json_name: "projectId", deprecated: false)
field(:project_name, 7, type: :string, json_name: "projectName", deprecated: false)
field(:project_owner_id, 8, type: :string, json_name: "projectOwnerId", deprecated: false)
field(:project_owner_name, 9, type: :string, json_name: "projectOwnerName", deprecated: false)
field(:details, 10, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Project.V1.ProjectQuery do
use Protobuf, protoc_gen_elixir_version: "0.10.0", syntax: :proto3
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "nameQuery",
label: :LABEL_OPTIONAL,
name: "name_query",
number: 1,
oneof_index: 0,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.project.v1.ProjectNameQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "projectResourceOwnerQuery",
label: :LABEL_OPTIONAL,
name: "project_resource_owner_query",
number: 2,
oneof_index: 0,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.project.v1.ProjectResourceOwnerQuery"
}
],
name: "ProjectQuery",
nested_type: [],
oneof_decl: [
%Google.Protobuf.OneofDescriptorProto{
__unknown_fields__: [],
name: "query",
options: %Google.Protobuf.OneofOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 0, 1}],
uninterpreted_option: []
}
}
],
options: nil,
reserved_name: [],
reserved_range: []
}
end
oneof(:query, 0)
field(:name_query, 1,
type: Zitadel.Project.V1.ProjectNameQuery,
json_name: "nameQuery",
oneof: 0
)
field(:project_resource_owner_query, 2,
type: Zitadel.Project.V1.ProjectResourceOwnerQuery,
json_name: "projectResourceOwnerQuery",
oneof: 0
)
end
defmodule Zitadel.Project.V1.ProjectNameQuery do
use Protobuf, protoc_gen_elixir_version: "0.10.0", syntax: :proto3
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "name",
label: :LABEL_OPTIONAL,
name: "name",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}, {1042, 2, "J\t\"ZITADEL\""}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "method",
label: :LABEL_OPTIONAL,
name: "method",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<130, 1, 2, 16, 1>>},
{1042, 2, "2*defines which text equality method is used"}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.v1.TextQueryMethod"
}
],
name: "ProjectNameQuery",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:name, 1, type: :string, deprecated: false)
field(:method, 2, type: Zitadel.V1.TextQueryMethod, enum: true, deprecated: false)
end
defmodule Zitadel.Project.V1.ProjectResourceOwnerQuery do
use Protobuf, protoc_gen_elixir_version: "0.10.0", syntax: :proto3
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "resourceOwner",
label: :LABEL_OPTIONAL,
name: "resource_owner",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 3, 24, 200, 1>>},
{1042, 2,
<<74, 19, 34, 54, 57, 54, 50, 57, 48, 50, 51, 57, 48, 54, 52, 56, 56, 51, 51, 52,
34>>}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "ProjectResourceOwnerQuery",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:resource_owner, 1, type: :string, json_name: "resourceOwner", deprecated: false)
end
defmodule Zitadel.Project.V1.Role do
use Protobuf, protoc_gen_elixir_version: "0.10.0", syntax: :proto3
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "key",
label: :LABEL_OPTIONAL,
name: "key",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
<<74, 16, 34, 114, 111, 108, 101, 46, 115, 117, 112, 101, 114, 46, 109, 97, 110,
34>>}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "displayName",
label: :LABEL_OPTIONAL,
name: "display_name",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1042, 2, "J\v\"Super man\""}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "group",
label: :LABEL_OPTIONAL,
name: "group",
number: 4,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1042, 2, "J\b\"people\""}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "Role",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:key, 1, type: :string, deprecated: false)
field(:details, 2, type: Zitadel.V1.ObjectDetails)
field(:display_name, 3, type: :string, json_name: "displayName", deprecated: false)
field(:group, 4, type: :string, deprecated: false)
end
defmodule Zitadel.Project.V1.RoleQuery do
use Protobuf, protoc_gen_elixir_version: "0.10.0", syntax: :proto3
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "keyQuery",
label: :LABEL_OPTIONAL,
name: "key_query",
number: 1,
oneof_index: 0,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.project.v1.RoleKeyQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "displayNameQuery",
label: :LABEL_OPTIONAL,
name: "display_name_query",
number: 2,
oneof_index: 0,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.project.v1.RoleDisplayNameQuery"
}
],
name: "RoleQuery",
nested_type: [],
oneof_decl: [
%Google.Protobuf.OneofDescriptorProto{
__unknown_fields__: [],
name: "query",
options: %Google.Protobuf.OneofOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 0, 1}],
uninterpreted_option: []
}
}
],
options: nil,
reserved_name: [],
reserved_range: []
}
end
oneof(:query, 0)
field(:key_query, 1, type: Zitadel.Project.V1.RoleKeyQuery, json_name: "keyQuery", oneof: 0)
field(:display_name_query, 2,
type: Zitadel.Project.V1.RoleDisplayNameQuery,
json_name: "displayNameQuery",
oneof: 0
)
end
defmodule Zitadel.Project.V1.RoleKeyQuery do
use Protobuf, protoc_gen_elixir_version: "0.10.0", syntax: :proto3
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "key",
label: :LABEL_OPTIONAL,
name: "key",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 3, 24, 200, 1>>},
{1042, 2,
<<74, 16, 34, 114, 111, 108, 101, 46, 115, 117, 112, 101, 114, 46, 109, 97, 110,
34>>}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "method",
label: :LABEL_OPTIONAL,
name: "method",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<130, 1, 2, 16, 1>>},
{1042, 2, "2*defines which text equality method is used"}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.v1.TextQueryMethod"
}
],
name: "RoleKeyQuery",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:key, 1, type: :string, deprecated: false)
field(:method, 2, type: Zitadel.V1.TextQueryMethod, enum: true, deprecated: false)
end
defmodule Zitadel.Project.V1.RoleDisplayNameQuery do
use Protobuf, protoc_gen_elixir_version: "0.10.0", syntax: :proto3
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "displayName",
label: :LABEL_OPTIONAL,
name: "display_name",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}, {1042, 2, "J\a\"SUPER\""}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "method",
label: :LABEL_OPTIONAL,
name: "method",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<130, 1, 2, 16, 1>>},
{1042, 2, "2*defines which text equality method is used"}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.v1.TextQueryMethod"
}
],
name: "RoleDisplayNameQuery",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:display_name, 1, type: :string, json_name: "displayName", deprecated: false)
field(:method, 2, type: Zitadel.V1.TextQueryMethod, enum: true, deprecated: false)
end
defmodule Zitadel.Project.V1.ProjectGrantQuery do
use Protobuf, protoc_gen_elixir_version: "0.10.0", syntax: :proto3
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "projectNameQuery",
label: :LABEL_OPTIONAL,
name: "project_name_query",
number: 1,
oneof_index: 0,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.project.v1.GrantProjectNameQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "roleKeyQuery",
label: :LABEL_OPTIONAL,
name: "role_key_query",
number: 2,
oneof_index: 0,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.project.v1.GrantRoleKeyQuery"
}
],
name: "ProjectGrantQuery",
nested_type: [],
oneof_decl: [
%Google.Protobuf.OneofDescriptorProto{
__unknown_fields__: [],
name: "query",
options: %Google.Protobuf.OneofOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 0, 1}],
uninterpreted_option: []
}
}
],
options: nil,
reserved_name: [],
reserved_range: []
}
end
oneof(:query, 0)
field(:project_name_query, 1,
type: Zitadel.Project.V1.GrantProjectNameQuery,
json_name: "projectNameQuery",
oneof: 0
)
field(:role_key_query, 2,
type: Zitadel.Project.V1.GrantRoleKeyQuery,
json_name: "roleKeyQuery",
oneof: 0
)
end
defmodule Zitadel.Project.V1.AllProjectGrantQuery do
use Protobuf, protoc_gen_elixir_version: "0.10.0", syntax: :proto3
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "projectNameQuery",
label: :LABEL_OPTIONAL,
name: "project_name_query",
number: 1,
oneof_index: 0,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.project.v1.GrantProjectNameQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "roleKeyQuery",
label: :LABEL_OPTIONAL,
name: "role_key_query",
number: 2,
oneof_index: 0,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.project.v1.GrantRoleKeyQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "projectIdQuery",
label: :LABEL_OPTIONAL,
name: "project_id_query",
number: 3,
oneof_index: 0,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.project.v1.ProjectIDQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "grantedOrgIdQuery",
label: :LABEL_OPTIONAL,
name: "granted_org_id_query",
number: 4,
oneof_index: 0,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.project.v1.GrantedOrgIDQuery"
}
],
name: "AllProjectGrantQuery",
nested_type: [],
oneof_decl: [
%Google.Protobuf.OneofDescriptorProto{
__unknown_fields__: [],
name: "query",
options: %Google.Protobuf.OneofOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 0, 1}],
uninterpreted_option: []
}
}
],
options: nil,
reserved_name: [],
reserved_range: []
}
end
oneof(:query, 0)
field(:project_name_query, 1,
type: Zitadel.Project.V1.GrantProjectNameQuery,
json_name: "projectNameQuery",
oneof: 0
)
field(:role_key_query, 2,
type: Zitadel.Project.V1.GrantRoleKeyQuery,
json_name: "roleKeyQuery",
oneof: 0
)
field(:project_id_query, 3,
type: Zitadel.Project.V1.ProjectIDQuery,
json_name: "projectIdQuery",
oneof: 0
)
field(:granted_org_id_query, 4,
type: Zitadel.Project.V1.GrantedOrgIDQuery,
json_name: "grantedOrgIdQuery",
oneof: 0
)
end
defmodule Zitadel.Project.V1.GrantProjectNameQuery do
use Protobuf, protoc_gen_elixir_version: "0.10.0", syntax: :proto3
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "name",
label: :LABEL_OPTIONAL,
name: "name",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}, {1042, 2, "J\t\"ZITADEL\""}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "method",
label: :LABEL_OPTIONAL,
name: "method",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<130, 1, 2, 16, 1>>},
{1042, 2, "2*defines which text equality method is used"}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.v1.TextQueryMethod"
}
],
name: "GrantProjectNameQuery",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:name, 1, type: :string, deprecated: false)
field(:method, 2, type: Zitadel.V1.TextQueryMethod, enum: true, deprecated: false)
end
defmodule Zitadel.Project.V1.GrantRoleKeyQuery do
use Protobuf, protoc_gen_elixir_version: "0.10.0", syntax: :proto3
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "roleKey",
label: :LABEL_OPTIONAL,
name: "role_key",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 3, 24, 200, 1>>},
{1042, 2,
<<74, 16, 34, 114, 111, 108, 101, 46, 115, 117, 112, 101, 114, 46, 109, 97, 110,
34>>}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "method",
label: :LABEL_OPTIONAL,
name: "method",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<130, 1, 2, 16, 1>>},
{1042, 2, "2*defines which text equality method is used"}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.v1.TextQueryMethod"
}
],
name: "GrantRoleKeyQuery",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:role_key, 1, type: :string, json_name: "roleKey", deprecated: false)
field(:method, 2, type: Zitadel.V1.TextQueryMethod, enum: true, deprecated: false)
end
defmodule Zitadel.Project.V1.ProjectIDQuery do
use Protobuf, protoc_gen_elixir_version: "0.10.0", syntax: :proto3
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "projectId",
label: :LABEL_OPTIONAL,
name: "project_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 3, 24, 200, 1>>},
{1042, 2,
<<74, 19, 34, 54, 57, 54, 50, 57, 48, 50, 51, 57, 48, 54, 52, 56, 56, 51, 51, 52,
34>>}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "ProjectIDQuery",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
end
defmodule Zitadel.Project.V1.GrantedOrgIDQuery do
use Protobuf, protoc_gen_elixir_version: "0.10.0", syntax: :proto3
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "grantedOrgId",
label: :LABEL_OPTIONAL,
name: "granted_org_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 3, 24, 200, 1>>},
{1042, 2,
<<74, 19, 34, 54, 57, 54, 50, 57, 48, 50, 51, 57, 48, 54, 52, 56, 56, 51, 51, 52,
34>>}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "GrantedOrgIDQuery",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:granted_org_id, 1, type: :string, json_name: "grantedOrgId", deprecated: false)
end