defmodule Zitadel.Management.V1.SendHumanResetPasswordNotificationRequest.Type 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: "Type",
options: nil,
reserved_name: [],
reserved_range: [],
value: [
%Google.Protobuf.EnumValueDescriptorProto{
__unknown_fields__: [],
name: "TYPE_EMAIL",
number: 0,
options: nil
},
%Google.Protobuf.EnumValueDescriptorProto{
__unknown_fields__: [],
name: "TYPE_SMS",
number: 1,
options: nil
}
]
}
end
field(:TYPE_EMAIL, 0)
field(:TYPE_SMS, 1)
end
defmodule Zitadel.Management.V1.HealthzRequest 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: [],
name: "HealthzRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.HealthzResponse 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: [],
name: "HealthzResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.GetOIDCInformationRequest 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: [],
name: "GetOIDCInformationRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.GetOIDCInformationResponse 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: "issuer",
label: :LABEL_OPTIONAL,
name: "issuer",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "discoveryEndpoint",
label: :LABEL_OPTIONAL,
name: "discovery_endpoint",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "GetOIDCInformationResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:issuer, 1, type: :string)
field(:discovery_endpoint, 2, type: :string, json_name: "discoveryEndpoint")
end
defmodule Zitadel.Management.V1.GetIAMRequest 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: [],
name: "GetIAMRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.GetIAMResponse 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: "globalOrgId",
label: :LABEL_OPTIONAL,
name: "global_org_id",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "iamProjectId",
label: :LABEL_OPTIONAL,
name: "iam_project_id",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "defaultOrgId",
label: :LABEL_OPTIONAL,
name: "default_org_id",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "GetIAMResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:global_org_id, 1, type: :string, json_name: "globalOrgId")
field(:iam_project_id, 2, type: :string, json_name: "iamProjectId")
field(:default_org_id, 3, type: :string, json_name: "defaultOrgId")
end
defmodule Zitadel.Management.V1.GetSupportedLanguagesRequest 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: [],
name: "GetSupportedLanguagesRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.GetSupportedLanguagesResponse 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: "languages",
label: :LABEL_REPEATED,
name: "languages",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "GetSupportedLanguagesResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:languages, 1, repeated: true, type: :string)
end
defmodule Zitadel.Management.V1.GetUserByIDRequest 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__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "GetUserByIDRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:id, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.GetUserByIDResponse 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: "user",
label: :LABEL_OPTIONAL,
name: "user",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.user.v1.User"
}
],
name: "GetUserByIDResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user, 1, type: Zitadel.User.V1.User)
end
defmodule Zitadel.Management.V1.GetUserByLoginNameGlobalRequest 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: "loginName",
label: :LABEL_OPTIONAL,
name: "login_name",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "GetUserByLoginNameGlobalRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:login_name, 1, type: :string, json_name: "loginName", deprecated: false)
end
defmodule Zitadel.Management.V1.GetUserByLoginNameGlobalResponse 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: "user",
label: :LABEL_OPTIONAL,
name: "user",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.user.v1.User"
}
],
name: "GetUserByLoginNameGlobalResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user, 1, type: Zitadel.User.V1.User)
end
defmodule Zitadel.Management.V1.ListUsersRequest 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: "query",
label: :LABEL_OPTIONAL,
name: "query",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "sortingColumn",
label: :LABEL_OPTIONAL,
name: "sorting_column",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.user.v1.UserFieldName"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "queries",
label: :LABEL_REPEATED,
name: "queries",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.user.v1.SearchQuery"
}
],
name: "ListUsersRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:query, 1, type: Zitadel.V1.ListQuery)
field(:sorting_column, 2,
type: Zitadel.User.V1.UserFieldName,
json_name: "sortingColumn",
enum: true
)
field(:queries, 3, repeated: true, type: Zitadel.User.V1.SearchQuery)
end
defmodule Zitadel.Management.V1.ListUsersResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "sortingColumn",
label: :LABEL_OPTIONAL,
name: "sorting_column",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.user.v1.UserFieldName"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "result",
label: :LABEL_REPEATED,
name: "result",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.user.v1.User"
}
],
name: "ListUsersResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ListDetails)
field(:sorting_column, 2,
type: Zitadel.User.V1.UserFieldName,
json_name: "sortingColumn",
enum: true
)
field(:result, 3, repeated: true, type: Zitadel.User.V1.User)
end
defmodule Zitadel.Management.V1.ListUserChangesRequest 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: "query",
label: :LABEL_OPTIONAL,
name: "query",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.change.v1.ChangeQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "ListUserChangesRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:query, 1, type: Zitadel.Change.V1.ChangeQuery)
field(:user_id, 2, type: :string, json_name: "userId", deprecated: false)
end
defmodule Zitadel.Management.V1.ListUserChangesResponse 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: "result",
label: :LABEL_REPEATED,
name: "result",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.change.v1.Change"
}
],
name: "ListUserChangesResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: ["details"],
reserved_range: [
%Google.Protobuf.DescriptorProto.ReservedRange{__unknown_fields__: [], end: 2, start: 1}
]
}
end
field(:result, 2, repeated: true, type: Zitadel.Change.V1.Change)
end
defmodule Zitadel.Management.V1.IsUserUniqueRequest 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: "userName",
label: :LABEL_OPTIONAL,
name: "user_name",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "email",
label: :LABEL_OPTIONAL,
name: "email",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "IsUserUniqueRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_name, 1, type: :string, json_name: "userName", deprecated: false)
field(:email, 2, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.IsUserUniqueResponse 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: "isUnique",
label: :LABEL_OPTIONAL,
name: "is_unique",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "IsUserUniqueResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:is_unique, 1, type: :bool, json_name: "isUnique")
end
defmodule Zitadel.Management.V1.AddHumanUserRequest.Profile 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: "firstName",
label: :LABEL_OPTIONAL,
name: "first_name",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "lastName",
label: :LABEL_OPTIONAL,
name: "last_name",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "nickName",
label: :LABEL_OPTIONAL,
name: "nick_name",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "displayName",
label: :LABEL_OPTIONAL,
name: "display_name",
number: 4,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "preferredLanguage",
label: :LABEL_OPTIONAL,
name: "preferred_language",
number: 5,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 2, 24, 10>>}],
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: "gender",
label: :LABEL_OPTIONAL,
name: "gender",
number: 6,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.user.v1.Gender"
}
],
name: "Profile",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:first_name, 1, type: :string, json_name: "firstName", deprecated: false)
field(:last_name, 2, type: :string, json_name: "lastName", deprecated: false)
field(:nick_name, 3, type: :string, json_name: "nickName", deprecated: false)
field(:display_name, 4, type: :string, json_name: "displayName", deprecated: false)
field(:preferred_language, 5, type: :string, json_name: "preferredLanguage", deprecated: false)
field(:gender, 6, type: Zitadel.User.V1.Gender, enum: true)
end
defmodule Zitadel.Management.V1.AddHumanUserRequest.Email 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: "email",
label: :LABEL_OPTIONAL,
name: "email",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 2, 96, 1>>}],
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: "isEmailVerified",
label: :LABEL_OPTIONAL,
name: "is_email_verified",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "Email",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:email, 1, type: :string, deprecated: false)
field(:is_email_verified, 2, type: :bool, json_name: "isEmailVerified")
end
defmodule Zitadel.Management.V1.AddHumanUserRequest.Phone 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: "phone",
label: :LABEL_OPTIONAL,
name: "phone",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 7, 16, 1, 24, 50, 58, 1, 43>>}],
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: "isPhoneVerified",
label: :LABEL_OPTIONAL,
name: "is_phone_verified",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "Phone",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:phone, 1, type: :string, deprecated: false)
field(:is_phone_verified, 2, type: :bool, json_name: "isPhoneVerified")
end
defmodule Zitadel.Management.V1.AddHumanUserRequest 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: "userName",
label: :LABEL_OPTIONAL,
name: "user_name",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "profile",
label: :LABEL_OPTIONAL,
name: "profile",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<138, 1, 2, 16, 1>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.management.v1.AddHumanUserRequest.Profile"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "email",
label: :LABEL_OPTIONAL,
name: "email",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<138, 1, 2, 16, 1>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.management.v1.AddHumanUserRequest.Email"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "phone",
label: :LABEL_OPTIONAL,
name: "phone",
number: 4,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.management.v1.AddHumanUserRequest.Phone"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "initialPassword",
label: :LABEL_OPTIONAL,
name: "initial_password",
number: 5,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "AddHumanUserRequest",
nested_type: [
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "firstName",
label: :LABEL_OPTIONAL,
name: "first_name",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "lastName",
label: :LABEL_OPTIONAL,
name: "last_name",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "nickName",
label: :LABEL_OPTIONAL,
name: "nick_name",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "displayName",
label: :LABEL_OPTIONAL,
name: "display_name",
number: 4,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "preferredLanguage",
label: :LABEL_OPTIONAL,
name: "preferred_language",
number: 5,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 2, 24, 10>>}],
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: "gender",
label: :LABEL_OPTIONAL,
name: "gender",
number: 6,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.user.v1.Gender"
}
],
name: "Profile",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
},
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "email",
label: :LABEL_OPTIONAL,
name: "email",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 2, 96, 1>>}],
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: "isEmailVerified",
label: :LABEL_OPTIONAL,
name: "is_email_verified",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "Email",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
},
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "phone",
label: :LABEL_OPTIONAL,
name: "phone",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 7, 16, 1, 24, 50, 58, 1, 43>>}],
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: "isPhoneVerified",
label: :LABEL_OPTIONAL,
name: "is_phone_verified",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "Phone",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_name, 1, type: :string, json_name: "userName", deprecated: false)
field(:profile, 2, type: Zitadel.Management.V1.AddHumanUserRequest.Profile, deprecated: false)
field(:email, 3, type: Zitadel.Management.V1.AddHumanUserRequest.Email, deprecated: false)
field(:phone, 4, type: Zitadel.Management.V1.AddHumanUserRequest.Phone)
field(:initial_password, 5, type: :string, json_name: "initialPassword")
end
defmodule Zitadel.Management.V1.AddHumanUserResponse 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: nil,
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"
}
],
name: "AddHumanUserResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId")
field(:details, 2, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ImportHumanUserRequest.Profile 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: "firstName",
label: :LABEL_OPTIONAL,
name: "first_name",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "lastName",
label: :LABEL_OPTIONAL,
name: "last_name",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "nickName",
label: :LABEL_OPTIONAL,
name: "nick_name",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "displayName",
label: :LABEL_OPTIONAL,
name: "display_name",
number: 4,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "preferredLanguage",
label: :LABEL_OPTIONAL,
name: "preferred_language",
number: 5,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 2, 24, 10>>}],
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: "gender",
label: :LABEL_OPTIONAL,
name: "gender",
number: 6,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.user.v1.Gender"
}
],
name: "Profile",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:first_name, 1, type: :string, json_name: "firstName", deprecated: false)
field(:last_name, 2, type: :string, json_name: "lastName", deprecated: false)
field(:nick_name, 3, type: :string, json_name: "nickName", deprecated: false)
field(:display_name, 4, type: :string, json_name: "displayName", deprecated: false)
field(:preferred_language, 5, type: :string, json_name: "preferredLanguage", deprecated: false)
field(:gender, 6, type: Zitadel.User.V1.Gender, enum: true)
end
defmodule Zitadel.Management.V1.ImportHumanUserRequest.Email 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: "email",
label: :LABEL_OPTIONAL,
name: "email",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 2, 96, 1>>}],
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: "isEmailVerified",
label: :LABEL_OPTIONAL,
name: "is_email_verified",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "Email",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:email, 1, type: :string, deprecated: false)
field(:is_email_verified, 2, type: :bool, json_name: "isEmailVerified")
end
defmodule Zitadel.Management.V1.ImportHumanUserRequest.Phone 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: "phone",
label: :LABEL_OPTIONAL,
name: "phone",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 7, 16, 1, 24, 50, 58, 1, 43>>}],
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: "isPhoneVerified",
label: :LABEL_OPTIONAL,
name: "is_phone_verified",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "Phone",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:phone, 1, type: :string, deprecated: false)
field(:is_phone_verified, 2, type: :bool, json_name: "isPhoneVerified")
end
defmodule Zitadel.Management.V1.ImportHumanUserRequest.HashedPassword 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: "value",
label: :LABEL_OPTIONAL,
name: "value",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "algorithm",
label: :LABEL_OPTIONAL,
name: "algorithm",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "HashedPassword",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:value, 1, type: :string)
field(:algorithm, 2, type: :string)
end
defmodule Zitadel.Management.V1.ImportHumanUserRequest.IDP 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: "configId",
label: :LABEL_OPTIONAL,
name: "config_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "externalUserId",
label: :LABEL_OPTIONAL,
name: "external_user_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "displayName",
label: :LABEL_OPTIONAL,
name: "display_name",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "IDP",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:config_id, 1, type: :string, json_name: "configId", deprecated: false)
field(:external_user_id, 2, type: :string, json_name: "externalUserId", deprecated: false)
field(:display_name, 3, type: :string, json_name: "displayName", deprecated: false)
end
defmodule Zitadel.Management.V1.ImportHumanUserRequest 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: "userName",
label: :LABEL_OPTIONAL,
name: "user_name",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "profile",
label: :LABEL_OPTIONAL,
name: "profile",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<138, 1, 2, 16, 1>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.management.v1.ImportHumanUserRequest.Profile"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "email",
label: :LABEL_OPTIONAL,
name: "email",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<138, 1, 2, 16, 1>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.management.v1.ImportHumanUserRequest.Email"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "phone",
label: :LABEL_OPTIONAL,
name: "phone",
number: 4,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.management.v1.ImportHumanUserRequest.Phone"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "password",
label: :LABEL_OPTIONAL,
name: "password",
number: 5,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "hashedPassword",
label: :LABEL_OPTIONAL,
name: "hashed_password",
number: 6,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.management.v1.ImportHumanUserRequest.HashedPassword"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "passwordChangeRequired",
label: :LABEL_OPTIONAL,
name: "password_change_required",
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: "requestPasswordlessRegistration",
label: :LABEL_OPTIONAL,
name: "request_passwordless_registration",
number: 8,
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: "otpCode",
label: :LABEL_OPTIONAL,
name: "otp_code",
number: 9,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "idps",
label: :LABEL_REPEATED,
name: "idps",
number: 10,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.management.v1.ImportHumanUserRequest.IDP"
}
],
name: "ImportHumanUserRequest",
nested_type: [
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "firstName",
label: :LABEL_OPTIONAL,
name: "first_name",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "lastName",
label: :LABEL_OPTIONAL,
name: "last_name",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "nickName",
label: :LABEL_OPTIONAL,
name: "nick_name",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "displayName",
label: :LABEL_OPTIONAL,
name: "display_name",
number: 4,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "preferredLanguage",
label: :LABEL_OPTIONAL,
name: "preferred_language",
number: 5,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 2, 24, 10>>}],
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: "gender",
label: :LABEL_OPTIONAL,
name: "gender",
number: 6,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.user.v1.Gender"
}
],
name: "Profile",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
},
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "email",
label: :LABEL_OPTIONAL,
name: "email",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 2, 96, 1>>}],
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: "isEmailVerified",
label: :LABEL_OPTIONAL,
name: "is_email_verified",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "Email",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
},
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "phone",
label: :LABEL_OPTIONAL,
name: "phone",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 7, 16, 1, 24, 50, 58, 1, 43>>}],
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: "isPhoneVerified",
label: :LABEL_OPTIONAL,
name: "is_phone_verified",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "Phone",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
},
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "value",
label: :LABEL_OPTIONAL,
name: "value",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "algorithm",
label: :LABEL_OPTIONAL,
name: "algorithm",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "HashedPassword",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
},
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "configId",
label: :LABEL_OPTIONAL,
name: "config_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "externalUserId",
label: :LABEL_OPTIONAL,
name: "external_user_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "displayName",
label: :LABEL_OPTIONAL,
name: "display_name",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "IDP",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_name, 1, type: :string, json_name: "userName", deprecated: false)
field(:profile, 2, type: Zitadel.Management.V1.ImportHumanUserRequest.Profile, deprecated: false)
field(:email, 3, type: Zitadel.Management.V1.ImportHumanUserRequest.Email, deprecated: false)
field(:phone, 4, type: Zitadel.Management.V1.ImportHumanUserRequest.Phone)
field(:password, 5, type: :string)
field(:hashed_password, 6,
type: Zitadel.Management.V1.ImportHumanUserRequest.HashedPassword,
json_name: "hashedPassword"
)
field(:password_change_required, 7, type: :bool, json_name: "passwordChangeRequired")
field(:request_passwordless_registration, 8,
type: :bool,
json_name: "requestPasswordlessRegistration"
)
field(:otp_code, 9, type: :string, json_name: "otpCode")
field(:idps, 10, repeated: true, type: Zitadel.Management.V1.ImportHumanUserRequest.IDP)
end
defmodule Zitadel.Management.V1.ImportHumanUserResponse.PasswordlessRegistration 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: "link",
label: :LABEL_OPTIONAL,
name: "link",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "lifetime",
label: :LABEL_OPTIONAL,
name: "lifetime",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".google.protobuf.Duration"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "expiration",
label: :LABEL_OPTIONAL,
name: "expiration",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".google.protobuf.Duration"
}
],
name: "PasswordlessRegistration",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:link, 1, type: :string)
field(:lifetime, 2, type: Google.Protobuf.Duration)
field(:expiration, 3, type: Google.Protobuf.Duration)
end
defmodule Zitadel.Management.V1.ImportHumanUserResponse 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: nil,
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: "passwordlessRegistration",
label: :LABEL_OPTIONAL,
name: "passwordless_registration",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.management.v1.ImportHumanUserResponse.PasswordlessRegistration"
}
],
name: "ImportHumanUserResponse",
nested_type: [
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "link",
label: :LABEL_OPTIONAL,
name: "link",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "lifetime",
label: :LABEL_OPTIONAL,
name: "lifetime",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".google.protobuf.Duration"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "expiration",
label: :LABEL_OPTIONAL,
name: "expiration",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".google.protobuf.Duration"
}
],
name: "PasswordlessRegistration",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId")
field(:details, 2, type: Zitadel.V1.ObjectDetails)
field(:passwordless_registration, 3,
type: Zitadel.Management.V1.ImportHumanUserResponse.PasswordlessRegistration,
json_name: "passwordlessRegistration"
)
end
defmodule Zitadel.Management.V1.AddMachineUserRequest 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: "userName",
label: :LABEL_OPTIONAL,
name: "user_name",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "name",
label: :LABEL_OPTIONAL,
name: "name",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "description",
label: :LABEL_OPTIONAL,
name: "description",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 244, 3>>}],
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: "AddMachineUserRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_name, 1, type: :string, json_name: "userName", deprecated: false)
field(:name, 2, type: :string, deprecated: false)
field(:description, 3, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.AddMachineUserResponse 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: nil,
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"
}
],
name: "AddMachineUserResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId")
field(:details, 2, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.DeactivateUserRequest 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__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "DeactivateUserRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:id, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.DeactivateUserResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "DeactivateUserResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ReactivateUserRequest 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__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "ReactivateUserRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:id, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.ReactivateUserResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "ReactivateUserResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.LockUserRequest 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__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "LockUserRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:id, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.LockUserResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "LockUserResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.UnlockUserRequest 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__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "UnlockUserRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:id, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.UnlockUserResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "UnlockUserResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.RemoveUserRequest 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__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "RemoveUserRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:id, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.RemoveUserResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "RemoveUserResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.UpdateUserNameRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "userName",
label: :LABEL_OPTIONAL,
name: "user_name",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "UpdateUserNameRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
field(:user_name, 2, type: :string, json_name: "userName", deprecated: false)
end
defmodule Zitadel.Management.V1.UpdateUserNameResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "UpdateUserNameResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ListUserMetadataRequest 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__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "query",
label: :LABEL_OPTIONAL,
name: "query",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "queries",
label: :LABEL_REPEATED,
name: "queries",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.metadata.v1.MetadataQuery"
}
],
name: "ListUserMetadataRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:id, 1, type: :string, deprecated: false)
field(:query, 2, type: Zitadel.V1.ListQuery)
field(:queries, 3, repeated: true, type: Zitadel.Metadata.V1.MetadataQuery)
end
defmodule Zitadel.Management.V1.ListUserMetadataResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "result",
label: :LABEL_REPEATED,
name: "result",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.metadata.v1.Metadata"
}
],
name: "ListUserMetadataResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ListDetails)
field(:result, 2, repeated: true, type: Zitadel.Metadata.V1.Metadata)
end
defmodule Zitadel.Management.V1.GetUserMetadataRequest 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__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "key",
label: :LABEL_OPTIONAL,
name: "key",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "GetUserMetadataRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:id, 1, type: :string, deprecated: false)
field(:key, 2, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.GetUserMetadataResponse 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: "metadata",
label: :LABEL_OPTIONAL,
name: "metadata",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.metadata.v1.Metadata"
}
],
name: "GetUserMetadataResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:metadata, 1, type: Zitadel.Metadata.V1.Metadata)
end
defmodule Zitadel.Management.V1.SetUserMetadataRequest 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__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "key",
label: :LABEL_OPTIONAL,
name: "key",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "value",
label: :LABEL_OPTIONAL,
name: "value",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<122, 6, 16, 1, 24, 160, 194, 30>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_BYTES,
type_name: nil
}
],
name: "SetUserMetadataRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:id, 1, type: :string, deprecated: false)
field(:key, 2, type: :string, deprecated: false)
field(:value, 3, type: :bytes, deprecated: false)
end
defmodule Zitadel.Management.V1.SetUserMetadataResponse 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: nil,
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"
}
],
name: "SetUserMetadataResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:id, 1, type: :string)
field(:details, 2, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.BulkSetUserMetadataRequest.Metadata 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, 5, 16, 1, 24, 200, 1>>}],
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: "value",
label: :LABEL_OPTIONAL,
name: "value",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<122, 6, 16, 1, 24, 160, 194, 30>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_BYTES,
type_name: nil
}
],
name: "Metadata",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:key, 1, type: :string, deprecated: false)
field(:value, 2, type: :bytes, deprecated: false)
end
defmodule Zitadel.Management.V1.BulkSetUserMetadataRequest 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__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "metadata",
label: :LABEL_REPEATED,
name: "metadata",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.management.v1.BulkSetUserMetadataRequest.Metadata"
}
],
name: "BulkSetUserMetadataRequest",
nested_type: [
%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, 5, 16, 1, 24, 200, 1>>}],
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: "value",
label: :LABEL_OPTIONAL,
name: "value",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<122, 6, 16, 1, 24, 160, 194, 30>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_BYTES,
type_name: nil
}
],
name: "Metadata",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:id, 1, type: :string, deprecated: false)
field(:metadata, 2,
repeated: true,
type: Zitadel.Management.V1.BulkSetUserMetadataRequest.Metadata
)
end
defmodule Zitadel.Management.V1.BulkSetUserMetadataResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "BulkSetUserMetadataResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.RemoveUserMetadataRequest 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__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "key",
label: :LABEL_OPTIONAL,
name: "key",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "RemoveUserMetadataRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:id, 1, type: :string, deprecated: false)
field(:key, 2, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.RemoveUserMetadataResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "RemoveUserMetadataResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.BulkRemoveUserMetadataRequest 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__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "keys",
label: :LABEL_REPEATED,
name: "keys",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<146, 1, 9, 34, 7, 114, 5, 16, 1, 24, 200, 1>>}],
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: "BulkRemoveUserMetadataRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:id, 1, type: :string, deprecated: false)
field(:keys, 2, repeated: true, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.BulkRemoveUserMetadataResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "BulkRemoveUserMetadataResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.GetHumanProfileRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "GetHumanProfileRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
end
defmodule Zitadel.Management.V1.GetHumanProfileResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
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: "profile",
label: :LABEL_OPTIONAL,
name: "profile",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.user.v1.Profile"
}
],
name: "GetHumanProfileResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
field(:profile, 2, type: Zitadel.User.V1.Profile)
end
defmodule Zitadel.Management.V1.UpdateHumanProfileRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "firstName",
label: :LABEL_OPTIONAL,
name: "first_name",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "lastName",
label: :LABEL_OPTIONAL,
name: "last_name",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "nickName",
label: :LABEL_OPTIONAL,
name: "nick_name",
number: 4,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "displayName",
label: :LABEL_OPTIONAL,
name: "display_name",
number: 5,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "preferredLanguage",
label: :LABEL_OPTIONAL,
name: "preferred_language",
number: 6,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 2, 24, 10>>}],
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: "gender",
label: :LABEL_OPTIONAL,
name: "gender",
number: 7,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.user.v1.Gender"
}
],
name: "UpdateHumanProfileRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
field(:first_name, 2, type: :string, json_name: "firstName", deprecated: false)
field(:last_name, 3, type: :string, json_name: "lastName", deprecated: false)
field(:nick_name, 4, type: :string, json_name: "nickName", deprecated: false)
field(:display_name, 5, type: :string, json_name: "displayName", deprecated: false)
field(:preferred_language, 6, type: :string, json_name: "preferredLanguage", deprecated: false)
field(:gender, 7, type: Zitadel.User.V1.Gender, enum: true)
end
defmodule Zitadel.Management.V1.UpdateHumanProfileResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "UpdateHumanProfileResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.GetHumanEmailRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "GetHumanEmailRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
end
defmodule Zitadel.Management.V1.GetHumanEmailResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
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: "email",
label: :LABEL_OPTIONAL,
name: "email",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.user.v1.Email"
}
],
name: "GetHumanEmailResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
field(:email, 2, type: Zitadel.User.V1.Email)
end
defmodule Zitadel.Management.V1.UpdateHumanEmailRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "email",
label: :LABEL_OPTIONAL,
name: "email",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 2, 96, 1>>}],
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: "isEmailVerified",
label: :LABEL_OPTIONAL,
name: "is_email_verified",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "UpdateHumanEmailRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
field(:email, 2, type: :string, deprecated: false)
field(:is_email_verified, 3, type: :bool, json_name: "isEmailVerified")
end
defmodule Zitadel.Management.V1.UpdateHumanEmailResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "UpdateHumanEmailResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ResendHumanInitializationRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "email",
label: :LABEL_OPTIONAL,
name: "email",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 96, 1, 208, 1, 1>>}],
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: "ResendHumanInitializationRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
field(:email, 2, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.ResendHumanInitializationResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "ResendHumanInitializationResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ResendHumanEmailVerificationRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "ResendHumanEmailVerificationRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
end
defmodule Zitadel.Management.V1.ResendHumanEmailVerificationResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "ResendHumanEmailVerificationResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.GetHumanPhoneRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "GetHumanPhoneRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
end
defmodule Zitadel.Management.V1.GetHumanPhoneResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
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: "phone",
label: :LABEL_OPTIONAL,
name: "phone",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.user.v1.Phone"
}
],
name: "GetHumanPhoneResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
field(:phone, 2, type: Zitadel.User.V1.Phone)
end
defmodule Zitadel.Management.V1.UpdateHumanPhoneRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "phone",
label: :LABEL_OPTIONAL,
name: "phone",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 7, 16, 1, 24, 50, 58, 1, 43>>}],
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: "isPhoneVerified",
label: :LABEL_OPTIONAL,
name: "is_phone_verified",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "UpdateHumanPhoneRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
field(:phone, 2, type: :string, deprecated: false)
field(:is_phone_verified, 3, type: :bool, json_name: "isPhoneVerified")
end
defmodule Zitadel.Management.V1.UpdateHumanPhoneResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "UpdateHumanPhoneResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.RemoveHumanPhoneRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "RemoveHumanPhoneRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
end
defmodule Zitadel.Management.V1.RemoveHumanPhoneResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "RemoveHumanPhoneResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ResendHumanPhoneVerificationRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "ResendHumanPhoneVerificationRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
end
defmodule Zitadel.Management.V1.ResendHumanPhoneVerificationResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "ResendHumanPhoneVerificationResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.RemoveHumanAvatarRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "RemoveHumanAvatarRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
end
defmodule Zitadel.Management.V1.RemoveHumanAvatarResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "RemoveHumanAvatarResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.SetHumanInitialPasswordRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 2, 16, 1>>}],
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: "password",
label: :LABEL_OPTIONAL,
name: "password",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 4, 16, 1, 24, 72>>}],
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: "SetHumanInitialPasswordRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
field(:password, 2, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.SetHumanInitialPasswordResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "SetHumanInitialPasswordResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.SetHumanPasswordRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 2, 16, 1>>}],
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: "password",
label: :LABEL_OPTIONAL,
name: "password",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 4, 16, 1, 24, 72>>}],
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: "noChangeRequired",
label: :LABEL_OPTIONAL,
name: "no_change_required",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "SetHumanPasswordRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
field(:password, 2, type: :string, deprecated: false)
field(:no_change_required, 3, type: :bool, json_name: "noChangeRequired")
end
defmodule Zitadel.Management.V1.SetHumanPasswordResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "SetHumanPasswordResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.SendHumanResetPasswordNotificationRequest 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: [
%Google.Protobuf.EnumDescriptorProto{
__unknown_fields__: [],
name: "Type",
options: nil,
reserved_name: [],
reserved_range: [],
value: [
%Google.Protobuf.EnumValueDescriptorProto{
__unknown_fields__: [],
name: "TYPE_EMAIL",
number: 0,
options: nil
},
%Google.Protobuf.EnumValueDescriptorProto{
__unknown_fields__: [],
name: "TYPE_SMS",
number: 1,
options: nil
}
]
}
],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "type",
label: :LABEL_OPTIONAL,
name: "type",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<130, 1, 2, 16, 1>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.management.v1.SendHumanResetPasswordNotificationRequest.Type"
}
],
name: "SendHumanResetPasswordNotificationRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
field(:type, 2,
type: Zitadel.Management.V1.SendHumanResetPasswordNotificationRequest.Type,
enum: true,
deprecated: false
)
end
defmodule Zitadel.Management.V1.SendHumanResetPasswordNotificationResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "SendHumanResetPasswordNotificationResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ListHumanAuthFactorsRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "ListHumanAuthFactorsRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
end
defmodule Zitadel.Management.V1.ListHumanAuthFactorsResponse 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: "result",
label: :LABEL_REPEATED,
name: "result",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.user.v1.AuthFactor"
}
],
name: "ListHumanAuthFactorsResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:result, 1, repeated: true, type: Zitadel.User.V1.AuthFactor)
end
defmodule Zitadel.Management.V1.RemoveHumanAuthFactorOTPRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "RemoveHumanAuthFactorOTPRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
end
defmodule Zitadel.Management.V1.RemoveHumanAuthFactorOTPResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "RemoveHumanAuthFactorOTPResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.RemoveHumanAuthFactorU2FRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "tokenId",
label: :LABEL_OPTIONAL,
name: "token_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "RemoveHumanAuthFactorU2FRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
field(:token_id, 2, type: :string, json_name: "tokenId", deprecated: false)
end
defmodule Zitadel.Management.V1.RemoveHumanAuthFactorU2FResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "RemoveHumanAuthFactorU2FResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ListHumanPasswordlessRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "ListHumanPasswordlessRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
end
defmodule Zitadel.Management.V1.ListHumanPasswordlessResponse 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: "result",
label: :LABEL_REPEATED,
name: "result",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.user.v1.WebAuthNToken"
}
],
name: "ListHumanPasswordlessResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:result, 1, repeated: true, type: Zitadel.User.V1.WebAuthNToken)
end
defmodule Zitadel.Management.V1.AddPasswordlessRegistrationRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "AddPasswordlessRegistrationRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
end
defmodule Zitadel.Management.V1.AddPasswordlessRegistrationResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
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: "link",
label: :LABEL_OPTIONAL,
name: "link",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "expiration",
label: :LABEL_OPTIONAL,
name: "expiration",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".google.protobuf.Duration"
}
],
name: "AddPasswordlessRegistrationResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
field(:link, 2, type: :string)
field(:expiration, 3, type: Google.Protobuf.Duration)
end
defmodule Zitadel.Management.V1.SendPasswordlessRegistrationRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "SendPasswordlessRegistrationRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
end
defmodule Zitadel.Management.V1.SendPasswordlessRegistrationResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "SendPasswordlessRegistrationResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.RemoveHumanPasswordlessRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "tokenId",
label: :LABEL_OPTIONAL,
name: "token_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "RemoveHumanPasswordlessRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
field(:token_id, 2, type: :string, json_name: "tokenId", deprecated: false)
end
defmodule Zitadel.Management.V1.RemoveHumanPasswordlessResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "RemoveHumanPasswordlessResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.UpdateMachineRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "description",
label: :LABEL_OPTIONAL,
name: "description",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 244, 3>>}],
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: "name",
label: :LABEL_OPTIONAL,
name: "name",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "UpdateMachineRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
field(:description, 2, type: :string, deprecated: false)
field(:name, 3, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.UpdateMachineResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "UpdateMachineResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.GetMachineKeyByIDsRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "keyId",
label: :LABEL_OPTIONAL,
name: "key_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "GetMachineKeyByIDsRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
field(:key_id, 2, type: :string, json_name: "keyId", deprecated: false)
end
defmodule Zitadel.Management.V1.GetMachineKeyByIDsResponse 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: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.authn.v1.Key"
}
],
name: "GetMachineKeyByIDsResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:key, 1, type: Zitadel.Authn.V1.Key)
end
defmodule Zitadel.Management.V1.ListMachineKeysRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "query",
label: :LABEL_OPTIONAL,
name: "query",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListQuery"
}
],
name: "ListMachineKeysRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
field(:query, 2, type: Zitadel.V1.ListQuery)
end
defmodule Zitadel.Management.V1.ListMachineKeysResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "result",
label: :LABEL_REPEATED,
name: "result",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.authn.v1.Key"
}
],
name: "ListMachineKeysResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ListDetails)
field(:result, 2, repeated: true, type: Zitadel.Authn.V1.Key)
end
defmodule Zitadel.Management.V1.AddMachineKeyRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 2, 16, 1>>}],
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: "type",
label: :LABEL_OPTIONAL,
name: "type",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<130, 1, 4, 16, 1, 32, 0>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.authn.v1.KeyType"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "expirationDate",
label: :LABEL_OPTIONAL,
name: "expiration_date",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
<<50, 59, 84, 104, 101, 32, 100, 97, 116, 101, 32, 116, 104, 101, 32, 107, 101,
121, 32, 119, 105, 108, 108, 32, 101, 120, 112, 105, 114, 101, 32, 97, 110, 100,
32, 110, 111, 32, 108, 111, 103, 105, 110, 115, 32, 119, 105, 108, 108, 32, 98,
101, 32, 112, 111, 115, 115, 105, 98, 108, 101, 74, 29, 34, 50, 53, 49, 57, 45,
48, 52, 45, 48, 49, 84, 48, 56, 58, 52, 53, 58, 48, 48, 46, 48, 48, 48, 48, 48,
48, 90, 34>>}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".google.protobuf.Timestamp"
}
],
name: "AddMachineKeyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
field(:type, 2, type: Zitadel.Authn.V1.KeyType, enum: true, deprecated: false)
field(:expiration_date, 3,
type: Google.Protobuf.Timestamp,
json_name: "expirationDate",
deprecated: false
)
end
defmodule Zitadel.Management.V1.AddMachineKeyResponse 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: "keyId",
label: :LABEL_OPTIONAL,
name: "key_id",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "keyDetails",
label: :LABEL_OPTIONAL,
name: "key_details",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BYTES,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "AddMachineKeyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:key_id, 1, type: :string, json_name: "keyId")
field(:key_details, 2, type: :bytes, json_name: "keyDetails")
field(:details, 3, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.RemoveMachineKeyRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "keyId",
label: :LABEL_OPTIONAL,
name: "key_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "RemoveMachineKeyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
field(:key_id, 2, type: :string, json_name: "keyId", deprecated: false)
end
defmodule Zitadel.Management.V1.RemoveMachineKeyResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "RemoveMachineKeyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.GetPersonalAccessTokenByIDsRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "tokenId",
label: :LABEL_OPTIONAL,
name: "token_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "GetPersonalAccessTokenByIDsRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
field(:token_id, 2, type: :string, json_name: "tokenId", deprecated: false)
end
defmodule Zitadel.Management.V1.GetPersonalAccessTokenByIDsResponse 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: "token",
label: :LABEL_OPTIONAL,
name: "token",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.user.v1.PersonalAccessToken"
}
],
name: "GetPersonalAccessTokenByIDsResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:token, 1, type: Zitadel.User.V1.PersonalAccessToken)
end
defmodule Zitadel.Management.V1.ListPersonalAccessTokensRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "query",
label: :LABEL_OPTIONAL,
name: "query",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListQuery"
}
],
name: "ListPersonalAccessTokensRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
field(:query, 2, type: Zitadel.V1.ListQuery)
end
defmodule Zitadel.Management.V1.ListPersonalAccessTokensResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "result",
label: :LABEL_REPEATED,
name: "result",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.user.v1.PersonalAccessToken"
}
],
name: "ListPersonalAccessTokensResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ListDetails)
field(:result, 2, repeated: true, type: Zitadel.User.V1.PersonalAccessToken)
end
defmodule Zitadel.Management.V1.AddPersonalAccessTokenRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 2, 16, 1>>}],
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: "expirationDate",
label: :LABEL_OPTIONAL,
name: "expiration_date",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
<<50, 61, 84, 104, 101, 32, 100, 97, 116, 101, 32, 116, 104, 101, 32, 116, 111,
107, 101, 110, 32, 119, 105, 108, 108, 32, 101, 120, 112, 105, 114, 101, 32, 97,
110, 100, 32, 110, 111, 32, 108, 111, 103, 105, 110, 115, 32, 119, 105, 108, 108,
32, 98, 101, 32, 112, 111, 115, 115, 105, 98, 108, 101, 74, 29, 34, 50, 53, 49,
57, 45, 48, 52, 45, 48, 49, 84, 48, 56, 58, 52, 53, 58, 48, 48, 46, 48, 48, 48,
48, 48, 48, 90, 34>>}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".google.protobuf.Timestamp"
}
],
name: "AddPersonalAccessTokenRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
field(:expiration_date, 2,
type: Google.Protobuf.Timestamp,
json_name: "expirationDate",
deprecated: false
)
end
defmodule Zitadel.Management.V1.AddPersonalAccessTokenResponse 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: "tokenId",
label: :LABEL_OPTIONAL,
name: "token_id",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "token",
label: :LABEL_OPTIONAL,
name: "token",
number: 2,
oneof_index: nil,
options: nil,
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: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "AddPersonalAccessTokenResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:token_id, 1, type: :string, json_name: "tokenId")
field(:token, 2, type: :string)
field(:details, 3, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.RemovePersonalAccessTokenRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "tokenId",
label: :LABEL_OPTIONAL,
name: "token_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "RemovePersonalAccessTokenRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
field(:token_id, 2, type: :string, json_name: "tokenId", deprecated: false)
end
defmodule Zitadel.Management.V1.RemovePersonalAccessTokenResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "RemovePersonalAccessTokenResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ListHumanLinkedIDPsRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "query",
label: :LABEL_OPTIONAL,
name: "query",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListQuery"
}
],
name: "ListHumanLinkedIDPsRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
field(:query, 2, type: Zitadel.V1.ListQuery)
end
defmodule Zitadel.Management.V1.ListHumanLinkedIDPsResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "result",
label: :LABEL_REPEATED,
name: "result",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.idp.v1.IDPUserLink"
}
],
name: "ListHumanLinkedIDPsResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ListDetails)
field(:result, 2, repeated: true, type: Zitadel.Idp.V1.IDPUserLink)
end
defmodule Zitadel.Management.V1.RemoveHumanLinkedIDPRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "idpId",
label: :LABEL_OPTIONAL,
name: "idp_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "linkedUserId",
label: :LABEL_OPTIONAL,
name: "linked_user_id",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "RemoveHumanLinkedIDPRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
field(:idp_id, 2, type: :string, json_name: "idpId", deprecated: false)
field(:linked_user_id, 3, type: :string, json_name: "linkedUserId", deprecated: false)
end
defmodule Zitadel.Management.V1.RemoveHumanLinkedIDPResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "RemoveHumanLinkedIDPResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ListUserMembershipsRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "query",
label: :LABEL_OPTIONAL,
name: "query",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "queries",
label: :LABEL_REPEATED,
name: "queries",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.user.v1.MembershipQuery"
}
],
name: "ListUserMembershipsRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
field(:query, 2, type: Zitadel.V1.ListQuery)
field(:queries, 3, repeated: true, type: Zitadel.User.V1.MembershipQuery)
end
defmodule Zitadel.Management.V1.ListUserMembershipsResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "result",
label: :LABEL_REPEATED,
name: "result",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.user.v1.Membership"
}
],
name: "ListUserMembershipsResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ListDetails)
field(:result, 2, repeated: true, type: Zitadel.User.V1.Membership)
end
defmodule Zitadel.Management.V1.GetMyOrgRequest 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: [],
name: "GetMyOrgRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.GetMyOrgResponse 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: "org",
label: :LABEL_OPTIONAL,
name: "org",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.org.v1.Org"
}
],
name: "GetMyOrgResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:org, 1, type: Zitadel.Org.V1.Org)
end
defmodule Zitadel.Management.V1.GetOrgByDomainGlobalRequest 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: "domain",
label: :LABEL_OPTIONAL,
name: "domain",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "GetOrgByDomainGlobalRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:domain, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.ListOrgChangesRequest 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: "query",
label: :LABEL_OPTIONAL,
name: "query",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.change.v1.ChangeQuery"
}
],
name: "ListOrgChangesRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:query, 1, type: Zitadel.Change.V1.ChangeQuery)
end
defmodule Zitadel.Management.V1.ListOrgChangesResponse 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: "result",
label: :LABEL_REPEATED,
name: "result",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.change.v1.Change"
}
],
name: "ListOrgChangesResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: ["details"],
reserved_range: [
%Google.Protobuf.DescriptorProto.ReservedRange{__unknown_fields__: [], end: 2, start: 1}
]
}
end
field(:result, 2, repeated: true, type: Zitadel.Change.V1.Change)
end
defmodule Zitadel.Management.V1.GetOrgByDomainGlobalResponse 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: "org",
label: :LABEL_OPTIONAL,
name: "org",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.org.v1.Org"
}
],
name: "GetOrgByDomainGlobalResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:org, 1, type: Zitadel.Org.V1.Org)
end
defmodule Zitadel.Management.V1.AddOrgRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "AddOrgRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:name, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.AddOrgResponse 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: nil,
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"
}
],
name: "AddOrgResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:id, 1, type: :string)
field(:details, 2, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.UpdateOrgRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "UpdateOrgRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:name, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.UpdateOrgResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "UpdateOrgResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.DeactivateOrgRequest 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: [],
name: "DeactivateOrgRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.DeactivateOrgResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "DeactivateOrgResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ReactivateOrgRequest 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: [],
name: "ReactivateOrgRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.ReactivateOrgResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "ReactivateOrgResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ListOrgDomainsRequest 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: "query",
label: :LABEL_OPTIONAL,
name: "query",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "queries",
label: :LABEL_REPEATED,
name: "queries",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.org.v1.DomainSearchQuery"
}
],
name: "ListOrgDomainsRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:query, 1, type: Zitadel.V1.ListQuery)
field(:queries, 2, repeated: true, type: Zitadel.Org.V1.DomainSearchQuery)
end
defmodule Zitadel.Management.V1.ListOrgDomainsResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "result",
label: :LABEL_REPEATED,
name: "result",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.org.v1.Domain"
}
],
name: "ListOrgDomainsResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ListDetails)
field(:result, 2, repeated: true, type: Zitadel.Org.V1.Domain)
end
defmodule Zitadel.Management.V1.AddOrgDomainRequest 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: "domain",
label: :LABEL_OPTIONAL,
name: "domain",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "AddOrgDomainRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:domain, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.AddOrgDomainResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "AddOrgDomainResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.RemoveOrgDomainRequest 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: "domain",
label: :LABEL_OPTIONAL,
name: "domain",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "RemoveOrgDomainRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:domain, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.RemoveOrgDomainResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "RemoveOrgDomainResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.GenerateOrgDomainValidationRequest 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: "domain",
label: :LABEL_OPTIONAL,
name: "domain",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "type",
label: :LABEL_OPTIONAL,
name: "type",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<130, 1, 4, 16, 1, 32, 0>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.org.v1.DomainValidationType"
}
],
name: "GenerateOrgDomainValidationRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:domain, 1, type: :string, deprecated: false)
field(:type, 2, type: Zitadel.Org.V1.DomainValidationType, enum: true, deprecated: false)
end
defmodule Zitadel.Management.V1.GenerateOrgDomainValidationResponse 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: "token",
label: :LABEL_OPTIONAL,
name: "token",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "url",
label: :LABEL_OPTIONAL,
name: "url",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "GenerateOrgDomainValidationResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:token, 1, type: :string)
field(:url, 2, type: :string)
end
defmodule Zitadel.Management.V1.ValidateOrgDomainRequest 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: "domain",
label: :LABEL_OPTIONAL,
name: "domain",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "ValidateOrgDomainRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:domain, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.ValidateOrgDomainResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "ValidateOrgDomainResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.SetPrimaryOrgDomainRequest 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: "domain",
label: :LABEL_OPTIONAL,
name: "domain",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "SetPrimaryOrgDomainRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:domain, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.SetPrimaryOrgDomainResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "SetPrimaryOrgDomainResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ListOrgMemberRolesRequest 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: [],
name: "ListOrgMemberRolesRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.ListOrgMemberRolesResponse 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: "result",
label: :LABEL_REPEATED,
name: "result",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "ListOrgMemberRolesResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:result, 1, repeated: true, type: :string)
end
defmodule Zitadel.Management.V1.ListOrgMembersRequest 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: "query",
label: :LABEL_OPTIONAL,
name: "query",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "queries",
label: :LABEL_REPEATED,
name: "queries",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.member.v1.SearchQuery"
}
],
name: "ListOrgMembersRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:query, 1, type: Zitadel.V1.ListQuery)
field(:queries, 2, repeated: true, type: Zitadel.Member.V1.SearchQuery)
end
defmodule Zitadel.Management.V1.ListOrgMembersResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "result",
label: :LABEL_REPEATED,
name: "result",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.member.v1.Member"
}
],
name: "ListOrgMembersResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ListDetails)
field(:result, 2, repeated: true, type: Zitadel.Member.V1.Member)
end
defmodule Zitadel.Management.V1.AddOrgMemberRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "roles",
label: :LABEL_REPEATED,
name: "roles",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "AddOrgMemberRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
field(:roles, 2, repeated: true, type: :string)
end
defmodule Zitadel.Management.V1.AddOrgMemberResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "AddOrgMemberResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.UpdateOrgMemberRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "roles",
label: :LABEL_REPEATED,
name: "roles",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "UpdateOrgMemberRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
field(:roles, 2, repeated: true, type: :string)
end
defmodule Zitadel.Management.V1.UpdateOrgMemberResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "UpdateOrgMemberResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.RemoveOrgMemberRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "RemoveOrgMemberRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
end
defmodule Zitadel.Management.V1.RemoveOrgMemberResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "RemoveOrgMemberResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ListOrgMetadataRequest 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: "query",
label: :LABEL_OPTIONAL,
name: "query",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "queries",
label: :LABEL_REPEATED,
name: "queries",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.metadata.v1.MetadataQuery"
}
],
name: "ListOrgMetadataRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:query, 1, type: Zitadel.V1.ListQuery)
field(:queries, 2, repeated: true, type: Zitadel.Metadata.V1.MetadataQuery)
end
defmodule Zitadel.Management.V1.ListOrgMetadataResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "result",
label: :LABEL_REPEATED,
name: "result",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.metadata.v1.Metadata"
}
],
name: "ListOrgMetadataResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ListDetails)
field(:result, 2, repeated: true, type: Zitadel.Metadata.V1.Metadata)
end
defmodule Zitadel.Management.V1.GetOrgMetadataRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "GetOrgMetadataRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:key, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.GetOrgMetadataResponse 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: "metadata",
label: :LABEL_OPTIONAL,
name: "metadata",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.metadata.v1.Metadata"
}
],
name: "GetOrgMetadataResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:metadata, 1, type: Zitadel.Metadata.V1.Metadata)
end
defmodule Zitadel.Management.V1.SetOrgMetadataRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "value",
label: :LABEL_OPTIONAL,
name: "value",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<122, 6, 16, 1, 24, 160, 194, 30>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_BYTES,
type_name: nil
}
],
name: "SetOrgMetadataRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:key, 1, type: :string, deprecated: false)
field(:value, 2, type: :bytes, deprecated: false)
end
defmodule Zitadel.Management.V1.SetOrgMetadataResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "SetOrgMetadataResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.BulkSetOrgMetadataRequest.Metadata 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, 5, 16, 1, 24, 200, 1>>}],
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: "value",
label: :LABEL_OPTIONAL,
name: "value",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<122, 6, 16, 1, 24, 160, 194, 30>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_BYTES,
type_name: nil
}
],
name: "Metadata",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:key, 1, type: :string, deprecated: false)
field(:value, 2, type: :bytes, deprecated: false)
end
defmodule Zitadel.Management.V1.BulkSetOrgMetadataRequest 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: "metadata",
label: :LABEL_REPEATED,
name: "metadata",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.management.v1.BulkSetOrgMetadataRequest.Metadata"
}
],
name: "BulkSetOrgMetadataRequest",
nested_type: [
%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, 5, 16, 1, 24, 200, 1>>}],
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: "value",
label: :LABEL_OPTIONAL,
name: "value",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<122, 6, 16, 1, 24, 160, 194, 30>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_BYTES,
type_name: nil
}
],
name: "Metadata",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:metadata, 1,
repeated: true,
type: Zitadel.Management.V1.BulkSetOrgMetadataRequest.Metadata
)
end
defmodule Zitadel.Management.V1.BulkSetOrgMetadataResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "BulkSetOrgMetadataResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.RemoveOrgMetadataRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "RemoveOrgMetadataRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:key, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.RemoveOrgMetadataResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "RemoveOrgMetadataResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.BulkRemoveOrgMetadataRequest 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: "keys",
label: :LABEL_REPEATED,
name: "keys",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<146, 1, 9, 34, 7, 114, 5, 16, 1, 24, 200, 1>>}],
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: "BulkRemoveOrgMetadataRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:keys, 1, repeated: true, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.BulkRemoveOrgMetadataResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "BulkRemoveOrgMetadataResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.GetProjectByIDRequest 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__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "GetProjectByIDRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:id, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.GetProjectByIDResponse 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: "project",
label: :LABEL_OPTIONAL,
name: "project",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.project.v1.Project"
}
],
name: "GetProjectByIDResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project, 1, type: Zitadel.Project.V1.Project)
end
defmodule Zitadel.Management.V1.GetGrantedProjectByIDRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "grantId",
label: :LABEL_OPTIONAL,
name: "grant_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "GetGrantedProjectByIDRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:grant_id, 2, type: :string, json_name: "grantId", deprecated: false)
end
defmodule Zitadel.Management.V1.GetGrantedProjectByIDResponse 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: "grantedProject",
label: :LABEL_OPTIONAL,
name: "granted_project",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.project.v1.GrantedProject"
}
],
name: "GetGrantedProjectByIDResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:granted_project, 1, type: Zitadel.Project.V1.GrantedProject, json_name: "grantedProject")
end
defmodule Zitadel.Management.V1.ListProjectsRequest 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: "query",
label: :LABEL_OPTIONAL,
name: "query",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "queries",
label: :LABEL_REPEATED,
name: "queries",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.project.v1.ProjectQuery"
}
],
name: "ListProjectsRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:query, 1, type: Zitadel.V1.ListQuery)
field(:queries, 2, repeated: true, type: Zitadel.Project.V1.ProjectQuery)
end
defmodule Zitadel.Management.V1.ListProjectsResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "result",
label: :LABEL_REPEATED,
name: "result",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.project.v1.Project"
}
],
name: "ListProjectsResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ListDetails)
field(:result, 2, repeated: true, type: Zitadel.Project.V1.Project)
end
defmodule Zitadel.Management.V1.ListGrantedProjectsRequest 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: "query",
label: :LABEL_OPTIONAL,
name: "query",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "queries",
label: :LABEL_REPEATED,
name: "queries",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.project.v1.ProjectQuery"
}
],
name: "ListGrantedProjectsRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:query, 1, type: Zitadel.V1.ListQuery)
field(:queries, 2, repeated: true, type: Zitadel.Project.V1.ProjectQuery)
end
defmodule Zitadel.Management.V1.ListGrantedProjectsResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "result",
label: :LABEL_REPEATED,
name: "result",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.project.v1.GrantedProject"
}
],
name: "ListGrantedProjectsResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ListDetails)
field(:result, 2, repeated: true, type: Zitadel.Project.V1.GrantedProject)
end
defmodule Zitadel.Management.V1.ListProjectChangesRequest 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: "query",
label: :LABEL_OPTIONAL,
name: "query",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.change.v1.ChangeQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "projectId",
label: :LABEL_OPTIONAL,
name: "project_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "ListProjectChangesRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:query, 1, type: Zitadel.Change.V1.ChangeQuery)
field(:project_id, 2, type: :string, json_name: "projectId", deprecated: false)
end
defmodule Zitadel.Management.V1.ListProjectChangesResponse 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: "result",
label: :LABEL_REPEATED,
name: "result",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.change.v1.Change"
}
],
name: "ListProjectChangesResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: ["details"],
reserved_range: [
%Google.Protobuf.DescriptorProto.ReservedRange{__unknown_fields__: [], end: 2, start: 1}
]
}
end
field(:result, 2, repeated: true, type: Zitadel.Change.V1.Change)
end
defmodule Zitadel.Management.V1.AddProjectRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "projectRoleAssertion",
label: :LABEL_OPTIONAL,
name: "project_role_assertion",
number: 2,
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: 3,
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: 4,
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: 5,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<130, 1, 2, 16, 1>>}],
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.PrivateLabelingSetting"
}
],
name: "AddProjectRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:name, 1, type: :string, deprecated: false)
field(:project_role_assertion, 2, type: :bool, json_name: "projectRoleAssertion")
field(:project_role_check, 3, type: :bool, json_name: "projectRoleCheck")
field(:has_project_check, 4, type: :bool, json_name: "hasProjectCheck")
field(:private_labeling_setting, 5,
type: Zitadel.Project.V1.PrivateLabelingSetting,
json_name: "privateLabelingSetting",
enum: true,
deprecated: false
)
end
defmodule Zitadel.Management.V1.AddProjectResponse 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__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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"
}
],
name: "AddProjectResponse",
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)
end
defmodule Zitadel.Management.V1.UpdateProjectRequest 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__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "name",
label: :LABEL_OPTIONAL,
name: "name",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "projectRoleAssertion",
label: :LABEL_OPTIONAL,
name: "project_role_assertion",
number: 3,
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: 4,
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: 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: "privateLabelingSetting",
label: :LABEL_OPTIONAL,
name: "private_labeling_setting",
number: 6,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<130, 1, 2, 16, 1>>}],
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.PrivateLabelingSetting"
}
],
name: "UpdateProjectRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:id, 1, type: :string, deprecated: false)
field(:name, 2, type: :string, deprecated: false)
field(:project_role_assertion, 3, type: :bool, json_name: "projectRoleAssertion")
field(:project_role_check, 4, type: :bool, json_name: "projectRoleCheck")
field(:has_project_check, 5, type: :bool, json_name: "hasProjectCheck")
field(:private_labeling_setting, 6,
type: Zitadel.Project.V1.PrivateLabelingSetting,
json_name: "privateLabelingSetting",
enum: true,
deprecated: false
)
end
defmodule Zitadel.Management.V1.UpdateProjectResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "UpdateProjectResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.DeactivateProjectRequest 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__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "DeactivateProjectRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:id, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.DeactivateProjectResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "DeactivateProjectResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ReactivateProjectRequest 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__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "ReactivateProjectRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:id, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.ReactivateProjectResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "ReactivateProjectResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.RemoveProjectRequest 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__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "RemoveProjectRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:id, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.RemoveProjectResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "RemoveProjectResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ListProjectMemberRolesRequest 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: [],
name: "ListProjectMemberRolesRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.ListProjectMemberRolesResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "result",
label: :LABEL_REPEATED,
name: "result",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "ListProjectMemberRolesResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ListDetails)
field(:result, 2, repeated: true, type: :string)
end
defmodule Zitadel.Management.V1.AddProjectRoleRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "roleKey",
label: :LABEL_OPTIONAL,
name: "role_key",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "displayName",
label: :LABEL_OPTIONAL,
name: "display_name",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "AddProjectRoleRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:role_key, 2, type: :string, json_name: "roleKey", deprecated: false)
field(:display_name, 3, type: :string, json_name: "displayName", deprecated: false)
field(:group, 4, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.AddProjectRoleResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "AddProjectRoleResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.BulkAddProjectRolesRequest.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__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "displayName",
label: :LABEL_OPTIONAL,
name: "display_name",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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(:display_name, 2, type: :string, json_name: "displayName", deprecated: false)
field(:group, 3, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.BulkAddProjectRolesRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "roles",
label: :LABEL_REPEATED,
name: "roles",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.management.v1.BulkAddProjectRolesRequest.Role"
}
],
name: "BulkAddProjectRolesRequest",
nested_type: [
%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, 5, 16, 1, 24, 200, 1>>}],
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: "displayName",
label: :LABEL_OPTIONAL,
name: "display_name",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: []
}
],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:roles, 2, repeated: true, type: Zitadel.Management.V1.BulkAddProjectRolesRequest.Role)
end
defmodule Zitadel.Management.V1.BulkAddProjectRolesResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "BulkAddProjectRolesResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.UpdateProjectRoleRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "roleKey",
label: :LABEL_OPTIONAL,
name: "role_key",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "displayName",
label: :LABEL_OPTIONAL,
name: "display_name",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "UpdateProjectRoleRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:role_key, 2, type: :string, json_name: "roleKey", deprecated: false)
field(:display_name, 3, type: :string, json_name: "displayName", deprecated: false)
field(:group, 4, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.UpdateProjectRoleResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "UpdateProjectRoleResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.RemoveProjectRoleRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "roleKey",
label: :LABEL_OPTIONAL,
name: "role_key",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "RemoveProjectRoleRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:role_key, 2, type: :string, json_name: "roleKey", deprecated: false)
end
defmodule Zitadel.Management.V1.RemoveProjectRoleResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "RemoveProjectRoleResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ListProjectRolesRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "query",
label: :LABEL_OPTIONAL,
name: "query",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "queries",
label: :LABEL_REPEATED,
name: "queries",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.project.v1.RoleQuery"
}
],
name: "ListProjectRolesRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:query, 2, type: Zitadel.V1.ListQuery)
field(:queries, 3, repeated: true, type: Zitadel.Project.V1.RoleQuery)
end
defmodule Zitadel.Management.V1.ListProjectRolesResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "result",
label: :LABEL_REPEATED,
name: "result",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.project.v1.Role"
}
],
name: "ListProjectRolesResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ListDetails)
field(:result, 2, repeated: true, type: Zitadel.Project.V1.Role)
end
defmodule Zitadel.Management.V1.ListGrantedProjectRolesRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "grantId",
label: :LABEL_OPTIONAL,
name: "grant_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "query",
label: :LABEL_OPTIONAL,
name: "query",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "queries",
label: :LABEL_REPEATED,
name: "queries",
number: 4,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.project.v1.RoleQuery"
}
],
name: "ListGrantedProjectRolesRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:grant_id, 2, type: :string, json_name: "grantId", deprecated: false)
field(:query, 3, type: Zitadel.V1.ListQuery)
field(:queries, 4, repeated: true, type: Zitadel.Project.V1.RoleQuery)
end
defmodule Zitadel.Management.V1.ListGrantedProjectRolesResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "result",
label: :LABEL_REPEATED,
name: "result",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.project.v1.Role"
}
],
name: "ListGrantedProjectRolesResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ListDetails)
field(:result, 2, repeated: true, type: Zitadel.Project.V1.Role)
end
defmodule Zitadel.Management.V1.ListProjectMembersRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "query",
label: :LABEL_OPTIONAL,
name: "query",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "queries",
label: :LABEL_REPEATED,
name: "queries",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.member.v1.SearchQuery"
}
],
name: "ListProjectMembersRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:query, 2, type: Zitadel.V1.ListQuery)
field(:queries, 3, repeated: true, type: Zitadel.Member.V1.SearchQuery)
end
defmodule Zitadel.Management.V1.ListProjectMembersResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "result",
label: :LABEL_REPEATED,
name: "result",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.member.v1.Member"
}
],
name: "ListProjectMembersResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ListDetails)
field(:result, 2, repeated: true, type: Zitadel.Member.V1.Member)
end
defmodule Zitadel.Management.V1.AddProjectMemberRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "roles",
label: :LABEL_REPEATED,
name: "roles",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "AddProjectMemberRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:user_id, 2, type: :string, json_name: "userId", deprecated: false)
field(:roles, 3, repeated: true, type: :string)
end
defmodule Zitadel.Management.V1.AddProjectMemberResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "AddProjectMemberResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.UpdateProjectMemberRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "roles",
label: :LABEL_REPEATED,
name: "roles",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "UpdateProjectMemberRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:user_id, 2, type: :string, json_name: "userId", deprecated: false)
field(:roles, 3, repeated: true, type: :string)
end
defmodule Zitadel.Management.V1.UpdateProjectMemberResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "UpdateProjectMemberResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.RemoveProjectMemberRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "RemoveProjectMemberRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:user_id, 2, type: :string, json_name: "userId", deprecated: false)
end
defmodule Zitadel.Management.V1.RemoveProjectMemberResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "RemoveProjectMemberResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.GetAppByIDRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "appId",
label: :LABEL_OPTIONAL,
name: "app_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "GetAppByIDRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:app_id, 2, type: :string, json_name: "appId", deprecated: false)
end
defmodule Zitadel.Management.V1.GetAppByIDResponse 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: "app",
label: :LABEL_OPTIONAL,
name: "app",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.app.v1.App"
}
],
name: "GetAppByIDResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:app, 1, type: Zitadel.App.V1.App)
end
defmodule Zitadel.Management.V1.ListAppsRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "query",
label: :LABEL_OPTIONAL,
name: "query",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "queries",
label: :LABEL_REPEATED,
name: "queries",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.app.v1.AppQuery"
}
],
name: "ListAppsRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:query, 2, type: Zitadel.V1.ListQuery)
field(:queries, 3, repeated: true, type: Zitadel.App.V1.AppQuery)
end
defmodule Zitadel.Management.V1.ListAppsResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "result",
label: :LABEL_REPEATED,
name: "result",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.app.v1.App"
}
],
name: "ListAppsResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ListDetails)
field(:result, 2, repeated: true, type: Zitadel.App.V1.App)
end
defmodule Zitadel.Management.V1.ListAppChangesRequest 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: "query",
label: :LABEL_OPTIONAL,
name: "query",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.change.v1.ChangeQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "projectId",
label: :LABEL_OPTIONAL,
name: "project_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "appId",
label: :LABEL_OPTIONAL,
name: "app_id",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "ListAppChangesRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:query, 1, type: Zitadel.Change.V1.ChangeQuery)
field(:project_id, 2, type: :string, json_name: "projectId", deprecated: false)
field(:app_id, 3, type: :string, json_name: "appId", deprecated: false)
end
defmodule Zitadel.Management.V1.ListAppChangesResponse 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: "result",
label: :LABEL_REPEATED,
name: "result",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.change.v1.Change"
}
],
name: "ListAppChangesResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: ["details"],
reserved_range: [
%Google.Protobuf.DescriptorProto.ReservedRange{__unknown_fields__: [], end: 2, start: 1}
]
}
end
field(:result, 2, repeated: true, type: Zitadel.Change.V1.Change)
end
defmodule Zitadel.Management.V1.AddOIDCAppRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "name",
label: :LABEL_OPTIONAL,
name: "name",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "redirectUris",
label: :LABEL_REPEATED,
name: "redirect_uris",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "responseTypes",
label: :LABEL_REPEATED,
name: "response_types",
number: 4,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.app.v1.OIDCResponseType"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "grantTypes",
label: :LABEL_REPEATED,
name: "grant_types",
number: 5,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.app.v1.OIDCGrantType"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "appType",
label: :LABEL_OPTIONAL,
name: "app_type",
number: 6,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<130, 1, 2, 16, 1>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.app.v1.OIDCAppType"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "authMethodType",
label: :LABEL_OPTIONAL,
name: "auth_method_type",
number: 7,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<130, 1, 2, 16, 1>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.app.v1.OIDCAuthMethodType"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "postLogoutRedirectUris",
label: :LABEL_REPEATED,
name: "post_logout_redirect_uris",
number: 8,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "version",
label: :LABEL_OPTIONAL,
name: "version",
number: 9,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<130, 1, 2, 16, 1>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.app.v1.OIDCVersion"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "devMode",
label: :LABEL_OPTIONAL,
name: "dev_mode",
number: 10,
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: "accessTokenType",
label: :LABEL_OPTIONAL,
name: "access_token_type",
number: 11,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<130, 1, 2, 16, 1>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.app.v1.OIDCTokenType"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "accessTokenRoleAssertion",
label: :LABEL_OPTIONAL,
name: "access_token_role_assertion",
number: 12,
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: "idTokenRoleAssertion",
label: :LABEL_OPTIONAL,
name: "id_token_role_assertion",
number: 13,
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: "idTokenUserinfoAssertion",
label: :LABEL_OPTIONAL,
name: "id_token_userinfo_assertion",
number: 14,
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: "clockSkew",
label: :LABEL_OPTIONAL,
name: "clock_skew",
number: 15,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<170, 1, 6, 34, 2, 8, 5, 50, 0>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".google.protobuf.Duration"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "additionalOrigins",
label: :LABEL_REPEATED,
name: "additional_origins",
number: 16,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "AddOIDCAppRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:name, 2, type: :string, deprecated: false)
field(:redirect_uris, 3, repeated: true, type: :string, json_name: "redirectUris")
field(:response_types, 4,
repeated: true,
type: Zitadel.App.V1.OIDCResponseType,
json_name: "responseTypes",
enum: true
)
field(:grant_types, 5,
repeated: true,
type: Zitadel.App.V1.OIDCGrantType,
json_name: "grantTypes",
enum: true
)
field(:app_type, 6,
type: Zitadel.App.V1.OIDCAppType,
json_name: "appType",
enum: true,
deprecated: false
)
field(:auth_method_type, 7,
type: Zitadel.App.V1.OIDCAuthMethodType,
json_name: "authMethodType",
enum: true,
deprecated: false
)
field(:post_logout_redirect_uris, 8,
repeated: true,
type: :string,
json_name: "postLogoutRedirectUris"
)
field(:version, 9, type: Zitadel.App.V1.OIDCVersion, enum: true, deprecated: false)
field(:dev_mode, 10, type: :bool, json_name: "devMode")
field(:access_token_type, 11,
type: Zitadel.App.V1.OIDCTokenType,
json_name: "accessTokenType",
enum: true,
deprecated: false
)
field(:access_token_role_assertion, 12, type: :bool, json_name: "accessTokenRoleAssertion")
field(:id_token_role_assertion, 13, type: :bool, json_name: "idTokenRoleAssertion")
field(:id_token_userinfo_assertion, 14, type: :bool, json_name: "idTokenUserinfoAssertion")
field(:clock_skew, 15, type: Google.Protobuf.Duration, json_name: "clockSkew", deprecated: false)
field(:additional_origins, 16, repeated: true, type: :string, json_name: "additionalOrigins")
end
defmodule Zitadel.Management.V1.AddOIDCAppResponse 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: "appId",
label: :LABEL_OPTIONAL,
name: "app_id",
number: 1,
oneof_index: nil,
options: nil,
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: "clientId",
label: :LABEL_OPTIONAL,
name: "client_id",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
<<50, 32, 103, 101, 110, 101, 114, 97, 116, 101, 100, 32, 115, 101, 99, 114, 101,
116, 32, 102, 111, 114, 32, 116, 104, 105, 115, 32, 99, 111, 110, 102, 105, 103,
74, 17, 34, 103, 106, 195, 182, 113, 51, 52, 53, 56, 57, 117, 97, 115, 103, 104,
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: "clientSecret",
label: :LABEL_OPTIONAL,
name: "client_secret",
number: 4,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
<<50, 32, 103, 101, 110, 101, 114, 97, 116, 101, 100, 32, 115, 101, 99, 114, 101,
116, 32, 102, 111, 114, 32, 116, 104, 105, 115, 32, 99, 111, 110, 102, 105, 103,
74, 17, 34, 103, 106, 195, 182, 113, 51, 52, 53, 56, 57, 117, 97, 115, 103, 104,
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: "noneCompliant",
label: :LABEL_OPTIONAL,
name: "none_compliant",
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: "complianceProblems",
label: :LABEL_REPEATED,
name: "compliance_problems",
number: 6,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.LocalizedMessage"
}
],
name: "AddOIDCAppResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:app_id, 1, type: :string, json_name: "appId")
field(:details, 2, type: Zitadel.V1.ObjectDetails)
field(:client_id, 3, type: :string, json_name: "clientId", deprecated: false)
field(:client_secret, 4, type: :string, json_name: "clientSecret", deprecated: false)
field(:none_compliant, 5, type: :bool, json_name: "noneCompliant")
field(:compliance_problems, 6,
repeated: true,
type: Zitadel.V1.LocalizedMessage,
json_name: "complianceProblems"
)
end
defmodule Zitadel.Management.V1.AddSAMLAppRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "name",
label: :LABEL_OPTIONAL,
name: "name",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "metadataXml",
label: :LABEL_OPTIONAL,
name: "metadata_xml",
number: 3,
oneof_index: 0,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<122, 4, 24, 160, 194, 30>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_BYTES,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "metadataUrl",
label: :LABEL_OPTIONAL,
name: "metadata_url",
number: 4,
oneof_index: 0,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "AddSAMLAppRequest",
nested_type: [],
oneof_decl: [
%Google.Protobuf.OneofDescriptorProto{
__unknown_fields__: [],
name: "metadata",
options: %Google.Protobuf.OneofOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 0, 1}],
uninterpreted_option: []
}
}
],
options: nil,
reserved_name: [],
reserved_range: []
}
end
oneof(:metadata, 0)
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:name, 2, type: :string, deprecated: false)
field(:metadata_xml, 3, type: :bytes, json_name: "metadataXml", oneof: 0, deprecated: false)
field(:metadata_url, 4, type: :string, json_name: "metadataUrl", oneof: 0, deprecated: false)
end
defmodule Zitadel.Management.V1.AddSAMLAppResponse 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: "appId",
label: :LABEL_OPTIONAL,
name: "app_id",
number: 1,
oneof_index: nil,
options: nil,
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"
}
],
name: "AddSAMLAppResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:app_id, 1, type: :string, json_name: "appId")
field(:details, 2, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.AddAPIAppRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "name",
label: :LABEL_OPTIONAL,
name: "name",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "authMethodType",
label: :LABEL_OPTIONAL,
name: "auth_method_type",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<130, 1, 2, 16, 1>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.app.v1.APIAuthMethodType"
}
],
name: "AddAPIAppRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:name, 2, type: :string, deprecated: false)
field(:auth_method_type, 3,
type: Zitadel.App.V1.APIAuthMethodType,
json_name: "authMethodType",
enum: true,
deprecated: false
)
end
defmodule Zitadel.Management.V1.AddAPIAppResponse 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: "appId",
label: :LABEL_OPTIONAL,
name: "app_id",
number: 1,
oneof_index: nil,
options: nil,
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: "clientId",
label: :LABEL_OPTIONAL,
name: "client_id",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
<<50, 32, 103, 101, 110, 101, 114, 97, 116, 101, 100, 32, 115, 101, 99, 114, 101,
116, 32, 102, 111, 114, 32, 116, 104, 105, 115, 32, 99, 111, 110, 102, 105, 103,
74, 17, 34, 103, 106, 195, 182, 113, 51, 52, 53, 56, 57, 117, 97, 115, 103, 104,
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: "clientSecret",
label: :LABEL_OPTIONAL,
name: "client_secret",
number: 4,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
<<50, 32, 103, 101, 110, 101, 114, 97, 116, 101, 100, 32, 115, 101, 99, 114, 101,
116, 32, 102, 111, 114, 32, 116, 104, 105, 115, 32, 99, 111, 110, 102, 105, 103,
74, 17, 34, 103, 106, 195, 182, 113, 51, 52, 53, 56, 57, 117, 97, 115, 103, 104,
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: "AddAPIAppResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:app_id, 1, type: :string, json_name: "appId")
field(:details, 2, type: Zitadel.V1.ObjectDetails)
field(:client_id, 3, type: :string, json_name: "clientId", deprecated: false)
field(:client_secret, 4, type: :string, json_name: "clientSecret", deprecated: false)
end
defmodule Zitadel.Management.V1.UpdateAppRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "appId",
label: :LABEL_OPTIONAL,
name: "app_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "name",
label: :LABEL_OPTIONAL,
name: "name",
number: 5,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "UpdateAppRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:app_id, 2, type: :string, json_name: "appId", deprecated: false)
field(:name, 5, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.UpdateAppResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "UpdateAppResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.UpdateOIDCAppConfigRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "appId",
label: :LABEL_OPTIONAL,
name: "app_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "redirectUris",
label: :LABEL_REPEATED,
name: "redirect_uris",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "responseTypes",
label: :LABEL_REPEATED,
name: "response_types",
number: 4,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.app.v1.OIDCResponseType"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "grantTypes",
label: :LABEL_REPEATED,
name: "grant_types",
number: 5,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.app.v1.OIDCGrantType"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "appType",
label: :LABEL_OPTIONAL,
name: "app_type",
number: 6,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<130, 1, 2, 16, 1>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.app.v1.OIDCAppType"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "authMethodType",
label: :LABEL_OPTIONAL,
name: "auth_method_type",
number: 7,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<130, 1, 2, 16, 1>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.app.v1.OIDCAuthMethodType"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "postLogoutRedirectUris",
label: :LABEL_REPEATED,
name: "post_logout_redirect_uris",
number: 8,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "devMode",
label: :LABEL_OPTIONAL,
name: "dev_mode",
number: 9,
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: "accessTokenType",
label: :LABEL_OPTIONAL,
name: "access_token_type",
number: 10,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<130, 1, 2, 16, 1>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.app.v1.OIDCTokenType"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "accessTokenRoleAssertion",
label: :LABEL_OPTIONAL,
name: "access_token_role_assertion",
number: 11,
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: "idTokenRoleAssertion",
label: :LABEL_OPTIONAL,
name: "id_token_role_assertion",
number: 12,
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: "idTokenUserinfoAssertion",
label: :LABEL_OPTIONAL,
name: "id_token_userinfo_assertion",
number: 13,
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: "clockSkew",
label: :LABEL_OPTIONAL,
name: "clock_skew",
number: 14,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<170, 1, 6, 34, 2, 8, 5, 50, 0>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".google.protobuf.Duration"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "additionalOrigins",
label: :LABEL_REPEATED,
name: "additional_origins",
number: 15,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "UpdateOIDCAppConfigRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:app_id, 2, type: :string, json_name: "appId", deprecated: false)
field(:redirect_uris, 3, repeated: true, type: :string, json_name: "redirectUris")
field(:response_types, 4,
repeated: true,
type: Zitadel.App.V1.OIDCResponseType,
json_name: "responseTypes",
enum: true
)
field(:grant_types, 5,
repeated: true,
type: Zitadel.App.V1.OIDCGrantType,
json_name: "grantTypes",
enum: true
)
field(:app_type, 6,
type: Zitadel.App.V1.OIDCAppType,
json_name: "appType",
enum: true,
deprecated: false
)
field(:auth_method_type, 7,
type: Zitadel.App.V1.OIDCAuthMethodType,
json_name: "authMethodType",
enum: true,
deprecated: false
)
field(:post_logout_redirect_uris, 8,
repeated: true,
type: :string,
json_name: "postLogoutRedirectUris"
)
field(:dev_mode, 9, type: :bool, json_name: "devMode")
field(:access_token_type, 10,
type: Zitadel.App.V1.OIDCTokenType,
json_name: "accessTokenType",
enum: true,
deprecated: false
)
field(:access_token_role_assertion, 11, type: :bool, json_name: "accessTokenRoleAssertion")
field(:id_token_role_assertion, 12, type: :bool, json_name: "idTokenRoleAssertion")
field(:id_token_userinfo_assertion, 13, type: :bool, json_name: "idTokenUserinfoAssertion")
field(:clock_skew, 14, type: Google.Protobuf.Duration, json_name: "clockSkew", deprecated: false)
field(:additional_origins, 15, repeated: true, type: :string, json_name: "additionalOrigins")
end
defmodule Zitadel.Management.V1.UpdateOIDCAppConfigResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "UpdateOIDCAppConfigResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.UpdateSAMLAppConfigRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "appId",
label: :LABEL_OPTIONAL,
name: "app_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "metadataXml",
label: :LABEL_OPTIONAL,
name: "metadata_xml",
number: 3,
oneof_index: 0,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<122, 4, 24, 160, 194, 30>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_BYTES,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "metadataUrl",
label: :LABEL_OPTIONAL,
name: "metadata_url",
number: 4,
oneof_index: 0,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "UpdateSAMLAppConfigRequest",
nested_type: [],
oneof_decl: [
%Google.Protobuf.OneofDescriptorProto{
__unknown_fields__: [],
name: "metadata",
options: %Google.Protobuf.OneofOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 0, 1}],
uninterpreted_option: []
}
}
],
options: nil,
reserved_name: [],
reserved_range: []
}
end
oneof(:metadata, 0)
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:app_id, 2, type: :string, json_name: "appId", deprecated: false)
field(:metadata_xml, 3, type: :bytes, json_name: "metadataXml", oneof: 0, deprecated: false)
field(:metadata_url, 4, type: :string, json_name: "metadataUrl", oneof: 0, deprecated: false)
end
defmodule Zitadel.Management.V1.UpdateSAMLAppConfigResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "UpdateSAMLAppConfigResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.UpdateAPIAppConfigRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "appId",
label: :LABEL_OPTIONAL,
name: "app_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "authMethodType",
label: :LABEL_OPTIONAL,
name: "auth_method_type",
number: 7,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<130, 1, 2, 16, 1>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.app.v1.APIAuthMethodType"
}
],
name: "UpdateAPIAppConfigRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:app_id, 2, type: :string, json_name: "appId", deprecated: false)
field(:auth_method_type, 7,
type: Zitadel.App.V1.APIAuthMethodType,
json_name: "authMethodType",
enum: true,
deprecated: false
)
end
defmodule Zitadel.Management.V1.UpdateAPIAppConfigResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "UpdateAPIAppConfigResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.DeactivateAppRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "appId",
label: :LABEL_OPTIONAL,
name: "app_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "DeactivateAppRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:app_id, 2, type: :string, json_name: "appId", deprecated: false)
end
defmodule Zitadel.Management.V1.DeactivateAppResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "DeactivateAppResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ReactivateAppRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "appId",
label: :LABEL_OPTIONAL,
name: "app_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "ReactivateAppRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:app_id, 2, type: :string, json_name: "appId", deprecated: false)
end
defmodule Zitadel.Management.V1.ReactivateAppResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "ReactivateAppResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.RemoveAppRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "appId",
label: :LABEL_OPTIONAL,
name: "app_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "RemoveAppRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:app_id, 2, type: :string, json_name: "appId", deprecated: false)
end
defmodule Zitadel.Management.V1.RemoveAppResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "RemoveAppResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.RegenerateOIDCClientSecretRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "appId",
label: :LABEL_OPTIONAL,
name: "app_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "RegenerateOIDCClientSecretRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:app_id, 2, type: :string, json_name: "appId", deprecated: false)
end
defmodule Zitadel.Management.V1.RegenerateOIDCClientSecretResponse 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: "clientSecret",
label: :LABEL_OPTIONAL,
name: "client_secret",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
<<50, 31, 103, 101, 110, 101, 114, 97, 116, 101, 100, 32, 115, 101, 99, 114, 101,
116, 32, 102, 111, 114, 32, 116, 104, 101, 32, 99, 108, 105, 101, 110, 116, 74,
17, 34, 103, 106, 195, 182, 113, 51, 52, 53, 56, 57, 117, 97, 115, 103, 104,
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"
}
],
name: "RegenerateOIDCClientSecretResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:client_secret, 1, type: :string, json_name: "clientSecret", deprecated: false)
field(:details, 2, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.RegenerateAPIClientSecretRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "appId",
label: :LABEL_OPTIONAL,
name: "app_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "RegenerateAPIClientSecretRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:app_id, 2, type: :string, json_name: "appId", deprecated: false)
end
defmodule Zitadel.Management.V1.RegenerateAPIClientSecretResponse 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: "clientSecret",
label: :LABEL_OPTIONAL,
name: "client_secret",
number: 1,
oneof_index: nil,
options: nil,
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"
}
],
name: "RegenerateAPIClientSecretResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:client_secret, 1, type: :string, json_name: "clientSecret")
field(:details, 2, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.GetAppKeyRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "appId",
label: :LABEL_OPTIONAL,
name: "app_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "keyId",
label: :LABEL_OPTIONAL,
name: "key_id",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "GetAppKeyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:app_id, 2, type: :string, json_name: "appId", deprecated: false)
field(:key_id, 3, type: :string, json_name: "keyId", deprecated: false)
end
defmodule Zitadel.Management.V1.GetAppKeyResponse 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: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.authn.v1.Key"
}
],
name: "GetAppKeyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:key, 1, type: Zitadel.Authn.V1.Key)
end
defmodule Zitadel.Management.V1.ListAppKeysRequest 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: "query",
label: :LABEL_OPTIONAL,
name: "query",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "appId",
label: :LABEL_OPTIONAL,
name: "app_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "projectId",
label: :LABEL_OPTIONAL,
name: "project_id",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "ListAppKeysRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:query, 1, type: Zitadel.V1.ListQuery)
field(:app_id, 2, type: :string, json_name: "appId", deprecated: false)
field(:project_id, 3, type: :string, json_name: "projectId", deprecated: false)
end
defmodule Zitadel.Management.V1.ListAppKeysResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "result",
label: :LABEL_REPEATED,
name: "result",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.authn.v1.Key"
}
],
name: "ListAppKeysResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ListDetails)
field(:result, 2, repeated: true, type: Zitadel.Authn.V1.Key)
end
defmodule Zitadel.Management.V1.AddAppKeyRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "appId",
label: :LABEL_OPTIONAL,
name: "app_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "type",
label: :LABEL_OPTIONAL,
name: "type",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<130, 1, 4, 16, 1, 32, 0>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.authn.v1.KeyType"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "expirationDate",
label: :LABEL_OPTIONAL,
name: "expiration_date",
number: 4,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
<<50, 59, 84, 104, 101, 32, 100, 97, 116, 101, 32, 116, 104, 101, 32, 107, 101,
121, 32, 119, 105, 108, 108, 32, 101, 120, 112, 105, 114, 101, 32, 97, 110, 100,
32, 110, 111, 32, 108, 111, 103, 105, 110, 115, 32, 119, 105, 108, 108, 32, 98,
101, 32, 112, 111, 115, 115, 105, 98, 108, 101, 74, 29, 34, 50, 53, 49, 57, 45,
48, 52, 45, 48, 49, 84, 48, 56, 58, 52, 53, 58, 48, 48, 46, 48, 48, 48, 48, 48,
48, 90, 34>>}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".google.protobuf.Timestamp"
}
],
name: "AddAppKeyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:app_id, 2, type: :string, json_name: "appId", deprecated: false)
field(:type, 3, type: Zitadel.Authn.V1.KeyType, enum: true, deprecated: false)
field(:expiration_date, 4,
type: Google.Protobuf.Timestamp,
json_name: "expirationDate",
deprecated: false
)
end
defmodule Zitadel.Management.V1.AddAppKeyResponse 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: nil,
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: "keyDetails",
label: :LABEL_OPTIONAL,
name: "key_details",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BYTES,
type_name: nil
}
],
name: "AddAppKeyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:id, 1, type: :string)
field(:details, 2, type: Zitadel.V1.ObjectDetails)
field(:key_details, 3, type: :bytes, json_name: "keyDetails")
end
defmodule Zitadel.Management.V1.RemoveAppKeyRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "appId",
label: :LABEL_OPTIONAL,
name: "app_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "keyId",
label: :LABEL_OPTIONAL,
name: "key_id",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "RemoveAppKeyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:app_id, 2, type: :string, json_name: "appId", deprecated: false)
field(:key_id, 3, type: :string, json_name: "keyId", deprecated: false)
end
defmodule Zitadel.Management.V1.RemoveAppKeyResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "RemoveAppKeyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ListProjectGrantChangesRequest 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: "query",
label: :LABEL_OPTIONAL,
name: "query",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.change.v1.ChangeQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "projectId",
label: :LABEL_OPTIONAL,
name: "project_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "grantId",
label: :LABEL_OPTIONAL,
name: "grant_id",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "ListProjectGrantChangesRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:query, 1, type: Zitadel.Change.V1.ChangeQuery)
field(:project_id, 2, type: :string, json_name: "projectId", deprecated: false)
field(:grant_id, 3, type: :string, json_name: "grantId", deprecated: false)
end
defmodule Zitadel.Management.V1.ListProjectGrantChangesResponse 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: "result",
label: :LABEL_REPEATED,
name: "result",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.change.v1.Change"
}
],
name: "ListProjectGrantChangesResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: ["details"],
reserved_range: [
%Google.Protobuf.DescriptorProto.ReservedRange{__unknown_fields__: [], end: 2, start: 1}
]
}
end
field(:result, 2, repeated: true, type: Zitadel.Change.V1.Change)
end
defmodule Zitadel.Management.V1.GetProjectGrantByIDRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "grantId",
label: :LABEL_OPTIONAL,
name: "grant_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "GetProjectGrantByIDRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:grant_id, 2, type: :string, json_name: "grantId", deprecated: false)
end
defmodule Zitadel.Management.V1.GetProjectGrantByIDResponse 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: "projectGrant",
label: :LABEL_OPTIONAL,
name: "project_grant",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.project.v1.GrantedProject"
}
],
name: "GetProjectGrantByIDResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_grant, 1, type: Zitadel.Project.V1.GrantedProject, json_name: "projectGrant")
end
defmodule Zitadel.Management.V1.ListProjectGrantsRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "query",
label: :LABEL_OPTIONAL,
name: "query",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "queries",
label: :LABEL_REPEATED,
name: "queries",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.project.v1.ProjectGrantQuery"
}
],
name: "ListProjectGrantsRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:query, 2, type: Zitadel.V1.ListQuery)
field(:queries, 3, repeated: true, type: Zitadel.Project.V1.ProjectGrantQuery)
end
defmodule Zitadel.Management.V1.ListProjectGrantsResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "result",
label: :LABEL_REPEATED,
name: "result",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.project.v1.GrantedProject"
}
],
name: "ListProjectGrantsResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ListDetails)
field(:result, 2, repeated: true, type: Zitadel.Project.V1.GrantedProject)
end
defmodule Zitadel.Management.V1.ListAllProjectGrantsRequest 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: "query",
label: :LABEL_OPTIONAL,
name: "query",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "queries",
label: :LABEL_REPEATED,
name: "queries",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.project.v1.AllProjectGrantQuery"
}
],
name: "ListAllProjectGrantsRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:query, 1, type: Zitadel.V1.ListQuery)
field(:queries, 2, repeated: true, type: Zitadel.Project.V1.AllProjectGrantQuery)
end
defmodule Zitadel.Management.V1.ListAllProjectGrantsResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "result",
label: :LABEL_REPEATED,
name: "result",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.project.v1.GrantedProject"
}
],
name: "ListAllProjectGrantsResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ListDetails)
field(:result, 2, repeated: true, type: Zitadel.Project.V1.GrantedProject)
end
defmodule Zitadel.Management.V1.AddProjectGrantRequest 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, 5, 16, 1, 24, 200, 1>>}],
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__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "roleKeys",
label: :LABEL_REPEATED,
name: "role_keys",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "AddProjectGrantRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:granted_org_id, 2, type: :string, json_name: "grantedOrgId", deprecated: false)
field(:role_keys, 3, repeated: true, type: :string, json_name: "roleKeys")
end
defmodule Zitadel.Management.V1.AddProjectGrantResponse 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: nil,
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"
}
],
name: "AddProjectGrantResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:grant_id, 1, type: :string, json_name: "grantId")
field(:details, 2, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.UpdateProjectGrantRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "grantId",
label: :LABEL_OPTIONAL,
name: "grant_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "roleKeys",
label: :LABEL_REPEATED,
name: "role_keys",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "UpdateProjectGrantRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:grant_id, 2, type: :string, json_name: "grantId", deprecated: false)
field(:role_keys, 3, repeated: true, type: :string, json_name: "roleKeys")
end
defmodule Zitadel.Management.V1.UpdateProjectGrantResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "UpdateProjectGrantResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.DeactivateProjectGrantRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "grantId",
label: :LABEL_OPTIONAL,
name: "grant_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "DeactivateProjectGrantRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:grant_id, 2, type: :string, json_name: "grantId", deprecated: false)
end
defmodule Zitadel.Management.V1.DeactivateProjectGrantResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "DeactivateProjectGrantResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ReactivateProjectGrantRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "grantId",
label: :LABEL_OPTIONAL,
name: "grant_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "ReactivateProjectGrantRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:grant_id, 2, type: :string, json_name: "grantId", deprecated: false)
end
defmodule Zitadel.Management.V1.ReactivateProjectGrantResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "ReactivateProjectGrantResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.RemoveProjectGrantRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "grantId",
label: :LABEL_OPTIONAL,
name: "grant_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "RemoveProjectGrantRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:grant_id, 2, type: :string, json_name: "grantId", deprecated: false)
end
defmodule Zitadel.Management.V1.RemoveProjectGrantResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "RemoveProjectGrantResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ListProjectGrantMemberRolesRequest 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: "query",
label: :LABEL_OPTIONAL,
name: "query",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "result",
label: :LABEL_REPEATED,
name: "result",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "ListProjectGrantMemberRolesRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:query, 1, type: Zitadel.V1.ListQuery)
field(:result, 2, repeated: true, type: :string)
end
defmodule Zitadel.Management.V1.ListProjectGrantMemberRolesResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "result",
label: :LABEL_REPEATED,
name: "result",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "ListProjectGrantMemberRolesResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ListDetails)
field(:result, 2, repeated: true, type: :string)
end
defmodule Zitadel.Management.V1.ListProjectGrantMembersRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "grantId",
label: :LABEL_OPTIONAL,
name: "grant_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "query",
label: :LABEL_OPTIONAL,
name: "query",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "queries",
label: :LABEL_REPEATED,
name: "queries",
number: 4,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.member.v1.SearchQuery"
}
],
name: "ListProjectGrantMembersRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:grant_id, 2, type: :string, json_name: "grantId", deprecated: false)
field(:query, 3, type: Zitadel.V1.ListQuery)
field(:queries, 4, repeated: true, type: Zitadel.Member.V1.SearchQuery)
end
defmodule Zitadel.Management.V1.ListProjectGrantMembersResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "result",
label: :LABEL_REPEATED,
name: "result",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.member.v1.Member"
}
],
name: "ListProjectGrantMembersResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ListDetails)
field(:result, 2, repeated: true, type: Zitadel.Member.V1.Member)
end
defmodule Zitadel.Management.V1.AddProjectGrantMemberRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "grantId",
label: :LABEL_OPTIONAL,
name: "grant_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "roles",
label: :LABEL_REPEATED,
name: "roles",
number: 4,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "AddProjectGrantMemberRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:grant_id, 2, type: :string, json_name: "grantId", deprecated: false)
field(:user_id, 3, type: :string, json_name: "userId", deprecated: false)
field(:roles, 4, repeated: true, type: :string)
end
defmodule Zitadel.Management.V1.AddProjectGrantMemberResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "AddProjectGrantMemberResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.UpdateProjectGrantMemberRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "grantId",
label: :LABEL_OPTIONAL,
name: "grant_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "roles",
label: :LABEL_REPEATED,
name: "roles",
number: 4,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "UpdateProjectGrantMemberRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:grant_id, 2, type: :string, json_name: "grantId", deprecated: false)
field(:user_id, 3, type: :string, json_name: "userId", deprecated: false)
field(:roles, 4, repeated: true, type: :string)
end
defmodule Zitadel.Management.V1.UpdateProjectGrantMemberResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "UpdateProjectGrantMemberResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.RemoveProjectGrantMemberRequest 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, 5, 16, 1, 24, 200, 1>>}],
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: "grantId",
label: :LABEL_OPTIONAL,
name: "grant_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "RemoveProjectGrantMemberRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:project_id, 1, type: :string, json_name: "projectId", deprecated: false)
field(:grant_id, 2, type: :string, json_name: "grantId", deprecated: false)
field(:user_id, 3, type: :string, json_name: "userId", deprecated: false)
end
defmodule Zitadel.Management.V1.RemoveProjectGrantMemberResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "RemoveProjectGrantMemberResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.GetUserGrantByIDRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "grantId",
label: :LABEL_OPTIONAL,
name: "grant_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "GetUserGrantByIDRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
field(:grant_id, 2, type: :string, json_name: "grantId", deprecated: false)
end
defmodule Zitadel.Management.V1.GetUserGrantByIDResponse 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: "userGrant",
label: :LABEL_OPTIONAL,
name: "user_grant",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.user.v1.UserGrant"
}
],
name: "GetUserGrantByIDResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_grant, 1, type: Zitadel.User.V1.UserGrant, json_name: "userGrant")
end
defmodule Zitadel.Management.V1.ListUserGrantRequest 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: "query",
label: :LABEL_OPTIONAL,
name: "query",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "queries",
label: :LABEL_REPEATED,
name: "queries",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.user.v1.UserGrantQuery"
}
],
name: "ListUserGrantRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:query, 1, type: Zitadel.V1.ListQuery)
field(:queries, 2, repeated: true, type: Zitadel.User.V1.UserGrantQuery)
end
defmodule Zitadel.Management.V1.ListUserGrantResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "result",
label: :LABEL_REPEATED,
name: "result",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.user.v1.UserGrant"
}
],
name: "ListUserGrantResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ListDetails)
field(:result, 2, repeated: true, type: Zitadel.User.V1.UserGrant)
end
defmodule Zitadel.Management.V1.AddUserGrantRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "projectId",
label: :LABEL_OPTIONAL,
name: "project_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "projectGrantId",
label: :LABEL_OPTIONAL,
name: "project_grant_id",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "roleKeys",
label: :LABEL_REPEATED,
name: "role_keys",
number: 4,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "AddUserGrantRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
field(:project_id, 2, type: :string, json_name: "projectId", deprecated: false)
field(:project_grant_id, 3, type: :string, json_name: "projectGrantId", deprecated: false)
field(:role_keys, 4, repeated: true, type: :string, json_name: "roleKeys")
end
defmodule Zitadel.Management.V1.AddUserGrantResponse 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: "userGrantId",
label: :LABEL_OPTIONAL,
name: "user_grant_id",
number: 1,
oneof_index: nil,
options: nil,
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"
}
],
name: "AddUserGrantResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_grant_id, 1, type: :string, json_name: "userGrantId")
field(:details, 2, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.UpdateUserGrantRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "grantId",
label: :LABEL_OPTIONAL,
name: "grant_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "roleKeys",
label: :LABEL_REPEATED,
name: "role_keys",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "UpdateUserGrantRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
field(:grant_id, 2, type: :string, json_name: "grantId", deprecated: false)
field(:role_keys, 3, repeated: true, type: :string, json_name: "roleKeys")
end
defmodule Zitadel.Management.V1.UpdateUserGrantResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "UpdateUserGrantResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.DeactivateUserGrantRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "grantId",
label: :LABEL_OPTIONAL,
name: "grant_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "DeactivateUserGrantRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
field(:grant_id, 2, type: :string, json_name: "grantId", deprecated: false)
end
defmodule Zitadel.Management.V1.DeactivateUserGrantResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "DeactivateUserGrantResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ReactivateUserGrantRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "grantId",
label: :LABEL_OPTIONAL,
name: "grant_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "ReactivateUserGrantRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
field(:grant_id, 2, type: :string, json_name: "grantId", deprecated: false)
end
defmodule Zitadel.Management.V1.ReactivateUserGrantResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "ReactivateUserGrantResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.RemoveUserGrantRequest 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: "userId",
label: :LABEL_OPTIONAL,
name: "user_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "grantId",
label: :LABEL_OPTIONAL,
name: "grant_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "RemoveUserGrantRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:user_id, 1, type: :string, json_name: "userId", deprecated: false)
field(:grant_id, 2, type: :string, json_name: "grantId", deprecated: false)
end
defmodule Zitadel.Management.V1.RemoveUserGrantResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "RemoveUserGrantResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.BulkRemoveUserGrantRequest 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_REPEATED,
name: "grant_id",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "BulkRemoveUserGrantRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:grant_id, 1, repeated: true, type: :string, json_name: "grantId")
end
defmodule Zitadel.Management.V1.BulkRemoveUserGrantResponse 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: [],
name: "BulkRemoveUserGrantResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.GetOrgIAMPolicyRequest 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: [],
name: "GetOrgIAMPolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.GetOrgIAMPolicyResponse 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: "policy",
label: :LABEL_OPTIONAL,
name: "policy",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.policy.v1.OrgIAMPolicy"
}
],
name: "GetOrgIAMPolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:policy, 1, type: Zitadel.Policy.V1.OrgIAMPolicy)
end
defmodule Zitadel.Management.V1.GetDomainPolicyRequest 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: [],
name: "GetDomainPolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.GetDomainPolicyResponse 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: "policy",
label: :LABEL_OPTIONAL,
name: "policy",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.policy.v1.DomainPolicy"
}
],
name: "GetDomainPolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:policy, 1, type: Zitadel.Policy.V1.DomainPolicy)
end
defmodule Zitadel.Management.V1.GetLoginPolicyRequest 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: [],
name: "GetLoginPolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.GetLoginPolicyResponse 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: "policy",
label: :LABEL_OPTIONAL,
name: "policy",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.policy.v1.LoginPolicy"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "isDefault",
label: :LABEL_OPTIONAL,
name: "is_default",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "GetLoginPolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:policy, 1, type: Zitadel.Policy.V1.LoginPolicy)
field(:is_default, 2, type: :bool, json_name: "isDefault")
end
defmodule Zitadel.Management.V1.GetDefaultLoginPolicyRequest 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: [],
name: "GetDefaultLoginPolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.GetDefaultLoginPolicyResponse 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: "policy",
label: :LABEL_OPTIONAL,
name: "policy",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.policy.v1.LoginPolicy"
}
],
name: "GetDefaultLoginPolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:policy, 1, type: Zitadel.Policy.V1.LoginPolicy)
end
defmodule Zitadel.Management.V1.AddCustomLoginPolicyRequest.IDP 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: "idpId",
label: :LABEL_OPTIONAL,
name: "idp_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "ownerType",
label: :LABEL_OPTIONAL,
name: "ownerType",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<130, 1, 4, 16, 1, 32, 0>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.idp.v1.IDPOwnerType"
}
],
name: "IDP",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:idp_id, 1, type: :string, json_name: "idpId", deprecated: false)
field(:ownerType, 2, type: Zitadel.Idp.V1.IDPOwnerType, enum: true, deprecated: false)
end
defmodule Zitadel.Management.V1.AddCustomLoginPolicyRequest 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: "allowUsernamePassword",
label: :LABEL_OPTIONAL,
name: "allow_username_password",
number: 1,
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: "allowRegister",
label: :LABEL_OPTIONAL,
name: "allow_register",
number: 2,
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: "allowExternalIdp",
label: :LABEL_OPTIONAL,
name: "allow_external_idp",
number: 3,
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: "forceMfa",
label: :LABEL_OPTIONAL,
name: "force_mfa",
number: 4,
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: "passwordlessType",
label: :LABEL_OPTIONAL,
name: "passwordless_type",
number: 5,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<130, 1, 2, 16, 1>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.policy.v1.PasswordlessType"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "hidePasswordReset",
label: :LABEL_OPTIONAL,
name: "hide_password_reset",
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: "ignoreUnknownUsernames",
label: :LABEL_OPTIONAL,
name: "ignore_unknown_usernames",
number: 7,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
"2jdefines if unknown username on login screen directly return an error or always display the password screen"}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "defaultRedirectUri",
label: :LABEL_OPTIONAL,
name: "default_redirect_uri",
number: 8,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
"2idefines where the user will be redirected to if the login is started without app context (e.g. from mail)"}
],
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: "passwordCheckLifetime",
label: :LABEL_OPTIONAL,
name: "password_check_lifetime",
number: 9,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".google.protobuf.Duration"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "externalLoginCheckLifetime",
label: :LABEL_OPTIONAL,
name: "external_login_check_lifetime",
number: 10,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".google.protobuf.Duration"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "mfaInitSkipLifetime",
label: :LABEL_OPTIONAL,
name: "mfa_init_skip_lifetime",
number: 11,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".google.protobuf.Duration"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "secondFactorCheckLifetime",
label: :LABEL_OPTIONAL,
name: "second_factor_check_lifetime",
number: 12,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".google.protobuf.Duration"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "multiFactorCheckLifetime",
label: :LABEL_OPTIONAL,
name: "multi_factor_check_lifetime",
number: 13,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".google.protobuf.Duration"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "secondFactors",
label: :LABEL_REPEATED,
name: "second_factors",
number: 14,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.policy.v1.SecondFactorType"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "multiFactors",
label: :LABEL_REPEATED,
name: "multi_factors",
number: 15,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.policy.v1.MultiFactorType"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "idps",
label: :LABEL_REPEATED,
name: "idps",
number: 16,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.management.v1.AddCustomLoginPolicyRequest.IDP"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "allowDomainDiscovery",
label: :LABEL_OPTIONAL,
name: "allow_domain_discovery",
number: 17,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
<<50, 200, 1, 73, 102, 32, 115, 101, 116, 32, 116, 111, 32, 116, 114, 117, 101, 44,
32, 116, 104, 101, 32, 115, 117, 102, 102, 105, 120, 32, 40, 64, 100, 111, 109,
97, 105, 110, 46, 99, 111, 109, 41, 32, 111, 102, 32, 97, 110, 32, 117, 110, 107,
110, 111, 119, 110, 32, 117, 115, 101, 114, 110, 97, 109, 101, 32, 105, 110, 112,
117, 116, 32, 111, 110, 32, 116, 104, 101, 32, 108, 111, 103, 105, 110, 32, 115,
99, 114, 101, 101, 110, 32, 119, 105, 108, 108, 32, 98, 101, 32, 109, 97, 116,
99, 104, 101, 100, 32, 97, 103, 97, 105, 110, 115, 116, 32, 116, 104, 101, 32,
111, 114, 103, 32, 100, 111, 109, 97, 105, 110, 115, 32, 97, 110, 100, 32, 119,
105, 108, 108, 32, 114, 101, 100, 105, 114, 101, 99, 116, 32, 116, 111, 32, 116,
104, 101, 32, 114, 101, 103, 105, 115, 116, 114, 97, 116, 105, 111, 110, 32, 111,
102, 32, 116, 104, 97, 116, 32, 111, 114, 103, 97, 110, 105, 115, 97, 116, 105,
111, 110, 32, 111, 110, 32, 115, 117, 99, 99, 101, 115, 115, 46>>}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "disableLoginWithEmail",
label: :LABEL_OPTIONAL,
name: "disable_login_with_email",
number: 18,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
"2adefines if user can additionally (to the loginname) be identified by their verified email address"}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "disableLoginWithPhone",
label: :LABEL_OPTIONAL,
name: "disable_login_with_phone",
number: 19,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
"2`defines if user can additionally (to the loginname) be identified by their verified phone number"}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "AddCustomLoginPolicyRequest",
nested_type: [
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "idpId",
label: :LABEL_OPTIONAL,
name: "idp_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "ownerType",
label: :LABEL_OPTIONAL,
name: "ownerType",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<130, 1, 4, 16, 1, 32, 0>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.idp.v1.IDPOwnerType"
}
],
name: "IDP",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:allow_username_password, 1, type: :bool, json_name: "allowUsernamePassword")
field(:allow_register, 2, type: :bool, json_name: "allowRegister")
field(:allow_external_idp, 3, type: :bool, json_name: "allowExternalIdp")
field(:force_mfa, 4, type: :bool, json_name: "forceMfa")
field(:passwordless_type, 5,
type: Zitadel.Policy.V1.PasswordlessType,
json_name: "passwordlessType",
enum: true,
deprecated: false
)
field(:hide_password_reset, 6, type: :bool, json_name: "hidePasswordReset")
field(:ignore_unknown_usernames, 7,
type: :bool,
json_name: "ignoreUnknownUsernames",
deprecated: false
)
field(:default_redirect_uri, 8,
type: :string,
json_name: "defaultRedirectUri",
deprecated: false
)
field(:password_check_lifetime, 9,
type: Google.Protobuf.Duration,
json_name: "passwordCheckLifetime"
)
field(:external_login_check_lifetime, 10,
type: Google.Protobuf.Duration,
json_name: "externalLoginCheckLifetime"
)
field(:mfa_init_skip_lifetime, 11,
type: Google.Protobuf.Duration,
json_name: "mfaInitSkipLifetime"
)
field(:second_factor_check_lifetime, 12,
type: Google.Protobuf.Duration,
json_name: "secondFactorCheckLifetime"
)
field(:multi_factor_check_lifetime, 13,
type: Google.Protobuf.Duration,
json_name: "multiFactorCheckLifetime"
)
field(:second_factors, 14,
repeated: true,
type: Zitadel.Policy.V1.SecondFactorType,
json_name: "secondFactors",
enum: true
)
field(:multi_factors, 15,
repeated: true,
type: Zitadel.Policy.V1.MultiFactorType,
json_name: "multiFactors",
enum: true
)
field(:idps, 16, repeated: true, type: Zitadel.Management.V1.AddCustomLoginPolicyRequest.IDP)
field(:allow_domain_discovery, 17,
type: :bool,
json_name: "allowDomainDiscovery",
deprecated: false
)
field(:disable_login_with_email, 18,
type: :bool,
json_name: "disableLoginWithEmail",
deprecated: false
)
field(:disable_login_with_phone, 19,
type: :bool,
json_name: "disableLoginWithPhone",
deprecated: false
)
end
defmodule Zitadel.Management.V1.AddCustomLoginPolicyResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "AddCustomLoginPolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.UpdateCustomLoginPolicyRequest 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: "allowUsernamePassword",
label: :LABEL_OPTIONAL,
name: "allow_username_password",
number: 1,
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: "allowRegister",
label: :LABEL_OPTIONAL,
name: "allow_register",
number: 2,
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: "allowExternalIdp",
label: :LABEL_OPTIONAL,
name: "allow_external_idp",
number: 3,
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: "forceMfa",
label: :LABEL_OPTIONAL,
name: "force_mfa",
number: 4,
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: "passwordlessType",
label: :LABEL_OPTIONAL,
name: "passwordless_type",
number: 5,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<130, 1, 2, 16, 1>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.policy.v1.PasswordlessType"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "hidePasswordReset",
label: :LABEL_OPTIONAL,
name: "hide_password_reset",
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: "ignoreUnknownUsernames",
label: :LABEL_OPTIONAL,
name: "ignore_unknown_usernames",
number: 7,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
"2jdefines if unknown username on login screen directly return an error or always display the password screen"}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "defaultRedirectUri",
label: :LABEL_OPTIONAL,
name: "default_redirect_uri",
number: 8,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
"2idefines where the user will be redirected to if the login is started without app context (e.g. from mail)"}
],
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: "passwordCheckLifetime",
label: :LABEL_OPTIONAL,
name: "password_check_lifetime",
number: 9,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".google.protobuf.Duration"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "externalLoginCheckLifetime",
label: :LABEL_OPTIONAL,
name: "external_login_check_lifetime",
number: 10,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".google.protobuf.Duration"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "mfaInitSkipLifetime",
label: :LABEL_OPTIONAL,
name: "mfa_init_skip_lifetime",
number: 11,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".google.protobuf.Duration"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "secondFactorCheckLifetime",
label: :LABEL_OPTIONAL,
name: "second_factor_check_lifetime",
number: 12,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".google.protobuf.Duration"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "multiFactorCheckLifetime",
label: :LABEL_OPTIONAL,
name: "multi_factor_check_lifetime",
number: 13,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".google.protobuf.Duration"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "allowDomainDiscovery",
label: :LABEL_OPTIONAL,
name: "allow_domain_discovery",
number: 14,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
<<50, 200, 1, 73, 102, 32, 115, 101, 116, 32, 116, 111, 32, 116, 114, 117, 101, 44,
32, 116, 104, 101, 32, 115, 117, 102, 102, 105, 120, 32, 40, 64, 100, 111, 109,
97, 105, 110, 46, 99, 111, 109, 41, 32, 111, 102, 32, 97, 110, 32, 117, 110, 107,
110, 111, 119, 110, 32, 117, 115, 101, 114, 110, 97, 109, 101, 32, 105, 110, 112,
117, 116, 32, 111, 110, 32, 116, 104, 101, 32, 108, 111, 103, 105, 110, 32, 115,
99, 114, 101, 101, 110, 32, 119, 105, 108, 108, 32, 98, 101, 32, 109, 97, 116,
99, 104, 101, 100, 32, 97, 103, 97, 105, 110, 115, 116, 32, 116, 104, 101, 32,
111, 114, 103, 32, 100, 111, 109, 97, 105, 110, 115, 32, 97, 110, 100, 32, 119,
105, 108, 108, 32, 114, 101, 100, 105, 114, 101, 99, 116, 32, 116, 111, 32, 116,
104, 101, 32, 114, 101, 103, 105, 115, 116, 114, 97, 116, 105, 111, 110, 32, 111,
102, 32, 116, 104, 97, 116, 32, 111, 114, 103, 97, 110, 105, 115, 97, 116, 105,
111, 110, 32, 111, 110, 32, 115, 117, 99, 99, 101, 115, 115, 46>>}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "disableLoginWithEmail",
label: :LABEL_OPTIONAL,
name: "disable_login_with_email",
number: 15,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
"2adefines if user can additionally (to the loginname) be identified by their verified email address"}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "disableLoginWithPhone",
label: :LABEL_OPTIONAL,
name: "disable_login_with_phone",
number: 16,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
"2`defines if user can additionally (to the loginname) be identified by their verified phone number"}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "UpdateCustomLoginPolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:allow_username_password, 1, type: :bool, json_name: "allowUsernamePassword")
field(:allow_register, 2, type: :bool, json_name: "allowRegister")
field(:allow_external_idp, 3, type: :bool, json_name: "allowExternalIdp")
field(:force_mfa, 4, type: :bool, json_name: "forceMfa")
field(:passwordless_type, 5,
type: Zitadel.Policy.V1.PasswordlessType,
json_name: "passwordlessType",
enum: true,
deprecated: false
)
field(:hide_password_reset, 6, type: :bool, json_name: "hidePasswordReset")
field(:ignore_unknown_usernames, 7,
type: :bool,
json_name: "ignoreUnknownUsernames",
deprecated: false
)
field(:default_redirect_uri, 8,
type: :string,
json_name: "defaultRedirectUri",
deprecated: false
)
field(:password_check_lifetime, 9,
type: Google.Protobuf.Duration,
json_name: "passwordCheckLifetime"
)
field(:external_login_check_lifetime, 10,
type: Google.Protobuf.Duration,
json_name: "externalLoginCheckLifetime"
)
field(:mfa_init_skip_lifetime, 11,
type: Google.Protobuf.Duration,
json_name: "mfaInitSkipLifetime"
)
field(:second_factor_check_lifetime, 12,
type: Google.Protobuf.Duration,
json_name: "secondFactorCheckLifetime"
)
field(:multi_factor_check_lifetime, 13,
type: Google.Protobuf.Duration,
json_name: "multiFactorCheckLifetime"
)
field(:allow_domain_discovery, 14,
type: :bool,
json_name: "allowDomainDiscovery",
deprecated: false
)
field(:disable_login_with_email, 15,
type: :bool,
json_name: "disableLoginWithEmail",
deprecated: false
)
field(:disable_login_with_phone, 16,
type: :bool,
json_name: "disableLoginWithPhone",
deprecated: false
)
end
defmodule Zitadel.Management.V1.UpdateCustomLoginPolicyResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "UpdateCustomLoginPolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ResetLoginPolicyToDefaultRequest 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: [],
name: "ResetLoginPolicyToDefaultRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.ResetLoginPolicyToDefaultResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "ResetLoginPolicyToDefaultResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ListLoginPolicyIDPsRequest 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: "query",
label: :LABEL_OPTIONAL,
name: "query",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListQuery"
}
],
name: "ListLoginPolicyIDPsRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:query, 1, type: Zitadel.V1.ListQuery)
end
defmodule Zitadel.Management.V1.ListLoginPolicyIDPsResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "result",
label: :LABEL_REPEATED,
name: "result",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.idp.v1.IDPLoginPolicyLink"
}
],
name: "ListLoginPolicyIDPsResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ListDetails)
field(:result, 2, repeated: true, type: Zitadel.Idp.V1.IDPLoginPolicyLink)
end
defmodule Zitadel.Management.V1.AddIDPToLoginPolicyRequest 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: "idpId",
label: :LABEL_OPTIONAL,
name: "idp_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "ownerType",
label: :LABEL_OPTIONAL,
name: "ownerType",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<130, 1, 4, 16, 1, 32, 0>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.idp.v1.IDPOwnerType"
}
],
name: "AddIDPToLoginPolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:idp_id, 1, type: :string, json_name: "idpId", deprecated: false)
field(:ownerType, 2, type: Zitadel.Idp.V1.IDPOwnerType, enum: true, deprecated: false)
end
defmodule Zitadel.Management.V1.AddIDPToLoginPolicyResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "AddIDPToLoginPolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.RemoveIDPFromLoginPolicyRequest 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: "idpId",
label: :LABEL_OPTIONAL,
name: "idp_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "RemoveIDPFromLoginPolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:idp_id, 1, type: :string, json_name: "idpId", deprecated: false)
end
defmodule Zitadel.Management.V1.RemoveIDPFromLoginPolicyResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "RemoveIDPFromLoginPolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ListLoginPolicySecondFactorsRequest 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: [],
name: "ListLoginPolicySecondFactorsRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.ListLoginPolicySecondFactorsResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "result",
label: :LABEL_REPEATED,
name: "result",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.policy.v1.SecondFactorType"
}
],
name: "ListLoginPolicySecondFactorsResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ListDetails)
field(:result, 2, repeated: true, type: Zitadel.Policy.V1.SecondFactorType, enum: true)
end
defmodule Zitadel.Management.V1.AddSecondFactorToLoginPolicyRequest 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: "type",
label: :LABEL_OPTIONAL,
name: "type",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<130, 1, 4, 16, 1, 32, 0>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.policy.v1.SecondFactorType"
}
],
name: "AddSecondFactorToLoginPolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:type, 1, type: Zitadel.Policy.V1.SecondFactorType, enum: true, deprecated: false)
end
defmodule Zitadel.Management.V1.AddSecondFactorToLoginPolicyResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "AddSecondFactorToLoginPolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.RemoveSecondFactorFromLoginPolicyRequest 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: "type",
label: :LABEL_OPTIONAL,
name: "type",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<130, 1, 4, 16, 1, 32, 0>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.policy.v1.SecondFactorType"
}
],
name: "RemoveSecondFactorFromLoginPolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:type, 1, type: Zitadel.Policy.V1.SecondFactorType, enum: true, deprecated: false)
end
defmodule Zitadel.Management.V1.RemoveSecondFactorFromLoginPolicyResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "RemoveSecondFactorFromLoginPolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ListLoginPolicyMultiFactorsRequest 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: [],
name: "ListLoginPolicyMultiFactorsRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.ListLoginPolicyMultiFactorsResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "result",
label: :LABEL_REPEATED,
name: "result",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.policy.v1.MultiFactorType"
}
],
name: "ListLoginPolicyMultiFactorsResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ListDetails)
field(:result, 2, repeated: true, type: Zitadel.Policy.V1.MultiFactorType, enum: true)
end
defmodule Zitadel.Management.V1.AddMultiFactorToLoginPolicyRequest 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: "type",
label: :LABEL_OPTIONAL,
name: "type",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<130, 1, 4, 16, 1, 32, 0>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.policy.v1.MultiFactorType"
}
],
name: "AddMultiFactorToLoginPolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:type, 1, type: Zitadel.Policy.V1.MultiFactorType, enum: true, deprecated: false)
end
defmodule Zitadel.Management.V1.AddMultiFactorToLoginPolicyResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "AddMultiFactorToLoginPolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.RemoveMultiFactorFromLoginPolicyRequest 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: "type",
label: :LABEL_OPTIONAL,
name: "type",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<130, 1, 4, 16, 1, 32, 0>>}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.policy.v1.MultiFactorType"
}
],
name: "RemoveMultiFactorFromLoginPolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:type, 1, type: Zitadel.Policy.V1.MultiFactorType, enum: true, deprecated: false)
end
defmodule Zitadel.Management.V1.RemoveMultiFactorFromLoginPolicyResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "RemoveMultiFactorFromLoginPolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.GetPasswordComplexityPolicyRequest 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: [],
name: "GetPasswordComplexityPolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.GetPasswordComplexityPolicyResponse 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: "policy",
label: :LABEL_OPTIONAL,
name: "policy",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.policy.v1.PasswordComplexityPolicy"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "isDefault",
label: :LABEL_OPTIONAL,
name: "is_default",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "GetPasswordComplexityPolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:policy, 1, type: Zitadel.Policy.V1.PasswordComplexityPolicy)
field(:is_default, 2, type: :bool, json_name: "isDefault")
end
defmodule Zitadel.Management.V1.GetDefaultPasswordComplexityPolicyRequest 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: [],
name: "GetDefaultPasswordComplexityPolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.GetDefaultPasswordComplexityPolicyResponse 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: "policy",
label: :LABEL_OPTIONAL,
name: "policy",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.policy.v1.PasswordComplexityPolicy"
}
],
name: "GetDefaultPasswordComplexityPolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:policy, 1, type: Zitadel.Policy.V1.PasswordComplexityPolicy)
end
defmodule Zitadel.Management.V1.AddCustomPasswordComplexityPolicyRequest 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: "minLength",
label: :LABEL_OPTIONAL,
name: "min_length",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_UINT64,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "hasUppercase",
label: :LABEL_OPTIONAL,
name: "has_uppercase",
number: 2,
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: "hasLowercase",
label: :LABEL_OPTIONAL,
name: "has_lowercase",
number: 3,
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: "hasNumber",
label: :LABEL_OPTIONAL,
name: "has_number",
number: 4,
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: "hasSymbol",
label: :LABEL_OPTIONAL,
name: "has_symbol",
number: 5,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "AddCustomPasswordComplexityPolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:min_length, 1, type: :uint64, json_name: "minLength")
field(:has_uppercase, 2, type: :bool, json_name: "hasUppercase")
field(:has_lowercase, 3, type: :bool, json_name: "hasLowercase")
field(:has_number, 4, type: :bool, json_name: "hasNumber")
field(:has_symbol, 5, type: :bool, json_name: "hasSymbol")
end
defmodule Zitadel.Management.V1.AddCustomPasswordComplexityPolicyResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "AddCustomPasswordComplexityPolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.UpdateCustomPasswordComplexityPolicyRequest 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: "minLength",
label: :LABEL_OPTIONAL,
name: "min_length",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_UINT64,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "hasUppercase",
label: :LABEL_OPTIONAL,
name: "has_uppercase",
number: 2,
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: "hasLowercase",
label: :LABEL_OPTIONAL,
name: "has_lowercase",
number: 3,
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: "hasNumber",
label: :LABEL_OPTIONAL,
name: "has_number",
number: 4,
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: "hasSymbol",
label: :LABEL_OPTIONAL,
name: "has_symbol",
number: 5,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "UpdateCustomPasswordComplexityPolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:min_length, 1, type: :uint64, json_name: "minLength")
field(:has_uppercase, 2, type: :bool, json_name: "hasUppercase")
field(:has_lowercase, 3, type: :bool, json_name: "hasLowercase")
field(:has_number, 4, type: :bool, json_name: "hasNumber")
field(:has_symbol, 5, type: :bool, json_name: "hasSymbol")
end
defmodule Zitadel.Management.V1.UpdateCustomPasswordComplexityPolicyResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "UpdateCustomPasswordComplexityPolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ResetPasswordComplexityPolicyToDefaultRequest 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: [],
name: "ResetPasswordComplexityPolicyToDefaultRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.ResetPasswordComplexityPolicyToDefaultResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "ResetPasswordComplexityPolicyToDefaultResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.GetPasswordAgePolicyRequest 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: [],
name: "GetPasswordAgePolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.GetPasswordAgePolicyResponse 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: "policy",
label: :LABEL_OPTIONAL,
name: "policy",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.policy.v1.PasswordAgePolicy"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "isDefault",
label: :LABEL_OPTIONAL,
name: "is_default",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "GetPasswordAgePolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:policy, 1, type: Zitadel.Policy.V1.PasswordAgePolicy)
field(:is_default, 2, type: :bool, json_name: "isDefault")
end
defmodule Zitadel.Management.V1.GetDefaultPasswordAgePolicyRequest 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: [],
name: "GetDefaultPasswordAgePolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.GetDefaultPasswordAgePolicyResponse 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: "policy",
label: :LABEL_OPTIONAL,
name: "policy",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.policy.v1.PasswordAgePolicy"
}
],
name: "GetDefaultPasswordAgePolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:policy, 1, type: Zitadel.Policy.V1.PasswordAgePolicy)
end
defmodule Zitadel.Management.V1.AddCustomPasswordAgePolicyRequest 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: "maxAgeDays",
label: :LABEL_OPTIONAL,
name: "max_age_days",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_UINT32,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "expireWarnDays",
label: :LABEL_OPTIONAL,
name: "expire_warn_days",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_UINT32,
type_name: nil
}
],
name: "AddCustomPasswordAgePolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:max_age_days, 1, type: :uint32, json_name: "maxAgeDays")
field(:expire_warn_days, 2, type: :uint32, json_name: "expireWarnDays")
end
defmodule Zitadel.Management.V1.AddCustomPasswordAgePolicyResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "AddCustomPasswordAgePolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.UpdateCustomPasswordAgePolicyRequest 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: "maxAgeDays",
label: :LABEL_OPTIONAL,
name: "max_age_days",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_UINT32,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "expireWarnDays",
label: :LABEL_OPTIONAL,
name: "expire_warn_days",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_UINT32,
type_name: nil
}
],
name: "UpdateCustomPasswordAgePolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:max_age_days, 1, type: :uint32, json_name: "maxAgeDays")
field(:expire_warn_days, 2, type: :uint32, json_name: "expireWarnDays")
end
defmodule Zitadel.Management.V1.UpdateCustomPasswordAgePolicyResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "UpdateCustomPasswordAgePolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ResetPasswordAgePolicyToDefaultRequest 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: [],
name: "ResetPasswordAgePolicyToDefaultRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.ResetPasswordAgePolicyToDefaultResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "ResetPasswordAgePolicyToDefaultResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.GetLockoutPolicyRequest 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: [],
name: "GetLockoutPolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.GetLockoutPolicyResponse 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: "policy",
label: :LABEL_OPTIONAL,
name: "policy",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.policy.v1.LockoutPolicy"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "isDefault",
label: :LABEL_OPTIONAL,
name: "is_default",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "GetLockoutPolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:policy, 1, type: Zitadel.Policy.V1.LockoutPolicy)
field(:is_default, 2, type: :bool, json_name: "isDefault")
end
defmodule Zitadel.Management.V1.GetDefaultLockoutPolicyRequest 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: [],
name: "GetDefaultLockoutPolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.GetDefaultLockoutPolicyResponse 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: "policy",
label: :LABEL_OPTIONAL,
name: "policy",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.policy.v1.LockoutPolicy"
}
],
name: "GetDefaultLockoutPolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:policy, 1, type: Zitadel.Policy.V1.LockoutPolicy)
end
defmodule Zitadel.Management.V1.AddCustomLockoutPolicyRequest 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: "maxPasswordAttempts",
label: :LABEL_OPTIONAL,
name: "max_password_attempts",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_UINT32,
type_name: nil
}
],
name: "AddCustomLockoutPolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:max_password_attempts, 1, type: :uint32, json_name: "maxPasswordAttempts")
end
defmodule Zitadel.Management.V1.AddCustomLockoutPolicyResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "AddCustomLockoutPolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.UpdateCustomLockoutPolicyRequest 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: "maxPasswordAttempts",
label: :LABEL_OPTIONAL,
name: "max_password_attempts",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_UINT32,
type_name: nil
}
],
name: "UpdateCustomLockoutPolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:max_password_attempts, 1, type: :uint32, json_name: "maxPasswordAttempts")
end
defmodule Zitadel.Management.V1.UpdateCustomLockoutPolicyResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "UpdateCustomLockoutPolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ResetLockoutPolicyToDefaultRequest 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: [],
name: "ResetLockoutPolicyToDefaultRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.ResetLockoutPolicyToDefaultResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "ResetLockoutPolicyToDefaultResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.GetPrivacyPolicyRequest 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: [],
name: "GetPrivacyPolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.GetPrivacyPolicyResponse 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: "policy",
label: :LABEL_OPTIONAL,
name: "policy",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.policy.v1.PrivacyPolicy"
}
],
name: "GetPrivacyPolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:policy, 1, type: Zitadel.Policy.V1.PrivacyPolicy)
end
defmodule Zitadel.Management.V1.GetDefaultPrivacyPolicyRequest 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: [],
name: "GetDefaultPrivacyPolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.GetDefaultPrivacyPolicyResponse 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: "policy",
label: :LABEL_OPTIONAL,
name: "policy",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.policy.v1.PrivacyPolicy"
}
],
name: "GetDefaultPrivacyPolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:policy, 1, type: Zitadel.Policy.V1.PrivacyPolicy)
end
defmodule Zitadel.Management.V1.AddCustomPrivacyPolicyRequest 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: "tosLink",
label: :LABEL_OPTIONAL,
name: "tos_link",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "privacyLink",
label: :LABEL_OPTIONAL,
name: "privacy_link",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "helpLink",
label: :LABEL_OPTIONAL,
name: "help_link",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "AddCustomPrivacyPolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:tos_link, 1, type: :string, json_name: "tosLink")
field(:privacy_link, 2, type: :string, json_name: "privacyLink")
field(:help_link, 3, type: :string, json_name: "helpLink")
end
defmodule Zitadel.Management.V1.AddCustomPrivacyPolicyResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "AddCustomPrivacyPolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.UpdateCustomPrivacyPolicyRequest 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: "tosLink",
label: :LABEL_OPTIONAL,
name: "tos_link",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "privacyLink",
label: :LABEL_OPTIONAL,
name: "privacy_link",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "helpLink",
label: :LABEL_OPTIONAL,
name: "help_link",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "UpdateCustomPrivacyPolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:tos_link, 1, type: :string, json_name: "tosLink")
field(:privacy_link, 2, type: :string, json_name: "privacyLink")
field(:help_link, 3, type: :string, json_name: "helpLink")
end
defmodule Zitadel.Management.V1.UpdateCustomPrivacyPolicyResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "UpdateCustomPrivacyPolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ResetPrivacyPolicyToDefaultRequest 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: [],
name: "ResetPrivacyPolicyToDefaultRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.ResetPrivacyPolicyToDefaultResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "ResetPrivacyPolicyToDefaultResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.GetLabelPolicyRequest 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: [],
name: "GetLabelPolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.GetLabelPolicyResponse 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: "policy",
label: :LABEL_OPTIONAL,
name: "policy",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.policy.v1.LabelPolicy"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "isDefault",
label: :LABEL_OPTIONAL,
name: "is_default",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "GetLabelPolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:policy, 1, type: Zitadel.Policy.V1.LabelPolicy)
field(:is_default, 2, type: :bool, json_name: "isDefault")
end
defmodule Zitadel.Management.V1.GetPreviewLabelPolicyRequest 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: [],
name: "GetPreviewLabelPolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.GetPreviewLabelPolicyResponse 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: "policy",
label: :LABEL_OPTIONAL,
name: "policy",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.policy.v1.LabelPolicy"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "isDefault",
label: :LABEL_OPTIONAL,
name: "is_default",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "GetPreviewLabelPolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:policy, 1, type: Zitadel.Policy.V1.LabelPolicy)
field(:is_default, 2, type: :bool, json_name: "isDefault")
end
defmodule Zitadel.Management.V1.GetDefaultLabelPolicyRequest 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: [],
name: "GetDefaultLabelPolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.GetDefaultLabelPolicyResponse 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: "policy",
label: :LABEL_OPTIONAL,
name: "policy",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.policy.v1.LabelPolicy"
}
],
name: "GetDefaultLabelPolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:policy, 1, type: Zitadel.Policy.V1.LabelPolicy)
end
defmodule Zitadel.Management.V1.AddCustomLabelPolicyRequest 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: "primaryColor",
label: :LABEL_OPTIONAL,
name: "primary_color",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 2, 24, 50>>}],
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: "hideLoginNameSuffix",
label: :LABEL_OPTIONAL,
name: "hide_login_name_suffix",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
"2lhides the org suffix on the login form if the scope \"urn:zitadel:iam:org:domain:primary:{domainname}\" is set"}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "warnColor",
label: :LABEL_OPTIONAL,
name: "warn_color",
number: 4,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 2, 24, 50>>}],
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: "backgroundColor",
label: :LABEL_OPTIONAL,
name: "background_color",
number: 5,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 2, 24, 50>>}],
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: "fontColor",
label: :LABEL_OPTIONAL,
name: "font_color",
number: 6,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 2, 24, 50>>}],
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: "primaryColorDark",
label: :LABEL_OPTIONAL,
name: "primary_color_dark",
number: 7,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 2, 24, 50>>}],
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: "backgroundColorDark",
label: :LABEL_OPTIONAL,
name: "background_color_dark",
number: 8,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 2, 24, 50>>}],
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: "warnColorDark",
label: :LABEL_OPTIONAL,
name: "warn_color_dark",
number: 9,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 2, 24, 50>>}],
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: "fontColorDark",
label: :LABEL_OPTIONAL,
name: "font_color_dark",
number: 10,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 2, 24, 50>>}],
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: "disableWatermark",
label: :LABEL_OPTIONAL,
name: "disable_watermark",
number: 11,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "AddCustomLabelPolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:primary_color, 1, type: :string, json_name: "primaryColor", deprecated: false)
field(:hide_login_name_suffix, 3,
type: :bool,
json_name: "hideLoginNameSuffix",
deprecated: false
)
field(:warn_color, 4, type: :string, json_name: "warnColor", deprecated: false)
field(:background_color, 5, type: :string, json_name: "backgroundColor", deprecated: false)
field(:font_color, 6, type: :string, json_name: "fontColor", deprecated: false)
field(:primary_color_dark, 7, type: :string, json_name: "primaryColorDark", deprecated: false)
field(:background_color_dark, 8,
type: :string,
json_name: "backgroundColorDark",
deprecated: false
)
field(:warn_color_dark, 9, type: :string, json_name: "warnColorDark", deprecated: false)
field(:font_color_dark, 10, type: :string, json_name: "fontColorDark", deprecated: false)
field(:disable_watermark, 11, type: :bool, json_name: "disableWatermark")
end
defmodule Zitadel.Management.V1.AddCustomLabelPolicyResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "AddCustomLabelPolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.UpdateCustomLabelPolicyRequest 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: "primaryColor",
label: :LABEL_OPTIONAL,
name: "primary_color",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 2, 24, 50>>}],
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: "hideLoginNameSuffix",
label: :LABEL_OPTIONAL,
name: "hide_login_name_suffix",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
"2lhides the org suffix on the login form if the scope \"urn:zitadel:iam:org:domain:primary:{domainname}\" is set"}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "warnColor",
label: :LABEL_OPTIONAL,
name: "warn_color",
number: 4,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 2, 24, 50>>}],
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: "backgroundColor",
label: :LABEL_OPTIONAL,
name: "background_color",
number: 5,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 2, 24, 50>>}],
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: "fontColor",
label: :LABEL_OPTIONAL,
name: "font_color",
number: 6,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 2, 24, 50>>}],
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: "primaryColorDark",
label: :LABEL_OPTIONAL,
name: "primary_color_dark",
number: 7,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 2, 24, 50>>}],
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: "backgroundColorDark",
label: :LABEL_OPTIONAL,
name: "background_color_dark",
number: 8,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 2, 24, 50>>}],
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: "warnColorDark",
label: :LABEL_OPTIONAL,
name: "warn_color_dark",
number: 9,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 2, 24, 50>>}],
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: "fontColorDark",
label: :LABEL_OPTIONAL,
name: "font_color_dark",
number: 10,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 2, 24, 50>>}],
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: "disableWatermark",
label: :LABEL_OPTIONAL,
name: "disable_watermark",
number: 11,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "UpdateCustomLabelPolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:primary_color, 1, type: :string, json_name: "primaryColor", deprecated: false)
field(:hide_login_name_suffix, 3,
type: :bool,
json_name: "hideLoginNameSuffix",
deprecated: false
)
field(:warn_color, 4, type: :string, json_name: "warnColor", deprecated: false)
field(:background_color, 5, type: :string, json_name: "backgroundColor", deprecated: false)
field(:font_color, 6, type: :string, json_name: "fontColor", deprecated: false)
field(:primary_color_dark, 7, type: :string, json_name: "primaryColorDark", deprecated: false)
field(:background_color_dark, 8,
type: :string,
json_name: "backgroundColorDark",
deprecated: false
)
field(:warn_color_dark, 9, type: :string, json_name: "warnColorDark", deprecated: false)
field(:font_color_dark, 10, type: :string, json_name: "fontColorDark", deprecated: false)
field(:disable_watermark, 11, type: :bool, json_name: "disableWatermark")
end
defmodule Zitadel.Management.V1.UpdateCustomLabelPolicyResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "UpdateCustomLabelPolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ActivateCustomLabelPolicyRequest 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: [],
name: "ActivateCustomLabelPolicyRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.ActivateCustomLabelPolicyResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "ActivateCustomLabelPolicyResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.RemoveCustomLabelPolicyLogoRequest 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: [],
name: "RemoveCustomLabelPolicyLogoRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.RemoveCustomLabelPolicyLogoResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "RemoveCustomLabelPolicyLogoResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.RemoveCustomLabelPolicyLogoDarkRequest 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: [],
name: "RemoveCustomLabelPolicyLogoDarkRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.RemoveCustomLabelPolicyLogoDarkResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "RemoveCustomLabelPolicyLogoDarkResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.RemoveCustomLabelPolicyIconRequest 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: [],
name: "RemoveCustomLabelPolicyIconRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.RemoveCustomLabelPolicyIconResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "RemoveCustomLabelPolicyIconResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.RemoveCustomLabelPolicyIconDarkRequest 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: [],
name: "RemoveCustomLabelPolicyIconDarkRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.RemoveCustomLabelPolicyIconDarkResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "RemoveCustomLabelPolicyIconDarkResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.RemoveCustomLabelPolicyFontRequest 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: [],
name: "RemoveCustomLabelPolicyFontRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.RemoveCustomLabelPolicyFontResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "RemoveCustomLabelPolicyFontResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ResetLabelPolicyToDefaultRequest 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: [],
name: "ResetLabelPolicyToDefaultRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.ResetLabelPolicyToDefaultResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "ResetLabelPolicyToDefaultResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.GetCustomInitMessageTextRequest 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: "language",
label: :LABEL_OPTIONAL,
name: "language",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "GetCustomInitMessageTextRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:language, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.GetCustomInitMessageTextResponse 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: "customText",
label: :LABEL_OPTIONAL,
name: "custom_text",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.MessageCustomText"
}
],
name: "GetCustomInitMessageTextResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:custom_text, 1, type: Zitadel.Text.V1.MessageCustomText, json_name: "customText")
end
defmodule Zitadel.Management.V1.GetDefaultInitMessageTextRequest 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: "language",
label: :LABEL_OPTIONAL,
name: "language",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "GetDefaultInitMessageTextRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:language, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.GetDefaultInitMessageTextResponse 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: "customText",
label: :LABEL_OPTIONAL,
name: "custom_text",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.MessageCustomText"
}
],
name: "GetDefaultInitMessageTextResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:custom_text, 1, type: Zitadel.Text.V1.MessageCustomText, json_name: "customText")
end
defmodule Zitadel.Management.V1.SetCustomInitMessageTextRequest 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: "language",
label: :LABEL_OPTIONAL,
name: "language",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>},
{1042, 2, <<74, 4, 34, 100, 101, 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: "title",
label: :LABEL_OPTIONAL,
name: "title",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "preHeader",
label: :LABEL_OPTIONAL,
name: "pre_header",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "subject",
label: :LABEL_OPTIONAL,
name: "subject",
number: 4,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "greeting",
label: :LABEL_OPTIONAL,
name: "greeting",
number: 5,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "text",
label: :LABEL_OPTIONAL,
name: "text",
number: 6,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 160, 6>>}],
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: "buttonText",
label: :LABEL_OPTIONAL,
name: "button_text",
number: 7,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "footerText",
label: :LABEL_OPTIONAL,
name: "footer_text",
number: 8,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "SetCustomInitMessageTextRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:language, 1, type: :string, deprecated: false)
field(:title, 2, type: :string, deprecated: false)
field(:pre_header, 3, type: :string, json_name: "preHeader", deprecated: false)
field(:subject, 4, type: :string, deprecated: false)
field(:greeting, 5, type: :string, deprecated: false)
field(:text, 6, type: :string, deprecated: false)
field(:button_text, 7, type: :string, json_name: "buttonText", deprecated: false)
field(:footer_text, 8, type: :string, json_name: "footerText", deprecated: false)
end
defmodule Zitadel.Management.V1.SetCustomInitMessageTextResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "SetCustomInitMessageTextResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ResetCustomInitMessageTextToDefaultRequest 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: "language",
label: :LABEL_OPTIONAL,
name: "language",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "ResetCustomInitMessageTextToDefaultRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:language, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.ResetCustomInitMessageTextToDefaultResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "ResetCustomInitMessageTextToDefaultResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.GetDefaultLoginTextsRequest 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: "language",
label: :LABEL_OPTIONAL,
name: "language",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "GetDefaultLoginTextsRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:language, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.GetDefaultLoginTextsResponse 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: "customText",
label: :LABEL_OPTIONAL,
name: "custom_text",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.LoginCustomText"
}
],
name: "GetDefaultLoginTextsResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:custom_text, 1, type: Zitadel.Text.V1.LoginCustomText, json_name: "customText")
end
defmodule Zitadel.Management.V1.GetCustomLoginTextsRequest 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: "language",
label: :LABEL_OPTIONAL,
name: "language",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "GetCustomLoginTextsRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:language, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.GetCustomLoginTextsResponse 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: "customText",
label: :LABEL_OPTIONAL,
name: "custom_text",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.LoginCustomText"
}
],
name: "GetCustomLoginTextsResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:custom_text, 1, type: Zitadel.Text.V1.LoginCustomText, json_name: "customText")
end
defmodule Zitadel.Management.V1.SetCustomLoginTextsRequest 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: "language",
label: :LABEL_OPTIONAL,
name: "language",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>},
{1042, 2, <<74, 4, 34, 100, 101, 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: "selectAccountText",
label: :LABEL_OPTIONAL,
name: "select_account_text",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.SelectAccountScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "loginText",
label: :LABEL_OPTIONAL,
name: "login_text",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.LoginScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "passwordText",
label: :LABEL_OPTIONAL,
name: "password_text",
number: 4,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.PasswordScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "usernameChangeText",
label: :LABEL_OPTIONAL,
name: "username_change_text",
number: 5,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.UsernameChangeScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "usernameChangeDoneText",
label: :LABEL_OPTIONAL,
name: "username_change_done_text",
number: 6,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.UsernameChangeDoneScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "initPasswordText",
label: :LABEL_OPTIONAL,
name: "init_password_text",
number: 7,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.InitPasswordScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "initPasswordDoneText",
label: :LABEL_OPTIONAL,
name: "init_password_done_text",
number: 8,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.InitPasswordDoneScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "emailVerificationText",
label: :LABEL_OPTIONAL,
name: "email_verification_text",
number: 9,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.EmailVerificationScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "emailVerificationDoneText",
label: :LABEL_OPTIONAL,
name: "email_verification_done_text",
number: 10,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.EmailVerificationDoneScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "initializeUserText",
label: :LABEL_OPTIONAL,
name: "initialize_user_text",
number: 11,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.InitializeUserScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "initializeDoneText",
label: :LABEL_OPTIONAL,
name: "initialize_done_text",
number: 12,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.InitializeUserDoneScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "initMfaPromptText",
label: :LABEL_OPTIONAL,
name: "init_mfa_prompt_text",
number: 13,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.InitMFAPromptScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "initMfaOtpText",
label: :LABEL_OPTIONAL,
name: "init_mfa_otp_text",
number: 14,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.InitMFAOTPScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "initMfaU2fText",
label: :LABEL_OPTIONAL,
name: "init_mfa_u2f_text",
number: 15,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.InitMFAU2FScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "initMfaDoneText",
label: :LABEL_OPTIONAL,
name: "init_mfa_done_text",
number: 16,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.InitMFADoneScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "mfaProvidersText",
label: :LABEL_OPTIONAL,
name: "mfa_providers_text",
number: 17,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.MFAProvidersText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "verifyMfaOtpText",
label: :LABEL_OPTIONAL,
name: "verify_mfa_otp_text",
number: 18,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.VerifyMFAOTPScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "verifyMfaU2fText",
label: :LABEL_OPTIONAL,
name: "verify_mfa_u2f_text",
number: 19,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.VerifyMFAU2FScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "passwordlessText",
label: :LABEL_OPTIONAL,
name: "passwordless_text",
number: 20,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.PasswordlessScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "passwordChangeText",
label: :LABEL_OPTIONAL,
name: "password_change_text",
number: 21,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.PasswordChangeScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "passwordChangeDoneText",
label: :LABEL_OPTIONAL,
name: "password_change_done_text",
number: 22,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.PasswordChangeDoneScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "passwordResetDoneText",
label: :LABEL_OPTIONAL,
name: "password_reset_done_text",
number: 23,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.PasswordResetDoneScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "registrationOptionText",
label: :LABEL_OPTIONAL,
name: "registration_option_text",
number: 24,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.RegistrationOptionScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "registrationUserText",
label: :LABEL_OPTIONAL,
name: "registration_user_text",
number: 25,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.RegistrationUserScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "registrationOrgText",
label: :LABEL_OPTIONAL,
name: "registration_org_text",
number: 26,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.RegistrationOrgScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "linkingUserDoneText",
label: :LABEL_OPTIONAL,
name: "linking_user_done_text",
number: 27,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.LinkingUserDoneScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "externalUserNotFoundText",
label: :LABEL_OPTIONAL,
name: "external_user_not_found_text",
number: 28,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.ExternalUserNotFoundScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "successLoginText",
label: :LABEL_OPTIONAL,
name: "success_login_text",
number: 29,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.SuccessLoginScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "logoutText",
label: :LABEL_OPTIONAL,
name: "logout_text",
number: 30,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.LogoutDoneScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "footerText",
label: :LABEL_OPTIONAL,
name: "footer_text",
number: 31,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.FooterText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "passwordlessPromptText",
label: :LABEL_OPTIONAL,
name: "passwordless_prompt_text",
number: 32,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.PasswordlessPromptScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "passwordlessRegistrationText",
label: :LABEL_OPTIONAL,
name: "passwordless_registration_text",
number: 33,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.PasswordlessRegistrationScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "passwordlessRegistrationDoneText",
label: :LABEL_OPTIONAL,
name: "passwordless_registration_done_text",
number: 34,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.PasswordlessRegistrationDoneScreenText"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "externalRegistrationUserOverviewText",
label: :LABEL_OPTIONAL,
name: "external_registration_user_overview_text",
number: 35,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.ExternalRegistrationUserOverviewScreenText"
}
],
name: "SetCustomLoginTextsRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:language, 1, type: :string, deprecated: false)
field(:select_account_text, 2,
type: Zitadel.Text.V1.SelectAccountScreenText,
json_name: "selectAccountText"
)
field(:login_text, 3, type: Zitadel.Text.V1.LoginScreenText, json_name: "loginText")
field(:password_text, 4, type: Zitadel.Text.V1.PasswordScreenText, json_name: "passwordText")
field(:username_change_text, 5,
type: Zitadel.Text.V1.UsernameChangeScreenText,
json_name: "usernameChangeText"
)
field(:username_change_done_text, 6,
type: Zitadel.Text.V1.UsernameChangeDoneScreenText,
json_name: "usernameChangeDoneText"
)
field(:init_password_text, 7,
type: Zitadel.Text.V1.InitPasswordScreenText,
json_name: "initPasswordText"
)
field(:init_password_done_text, 8,
type: Zitadel.Text.V1.InitPasswordDoneScreenText,
json_name: "initPasswordDoneText"
)
field(:email_verification_text, 9,
type: Zitadel.Text.V1.EmailVerificationScreenText,
json_name: "emailVerificationText"
)
field(:email_verification_done_text, 10,
type: Zitadel.Text.V1.EmailVerificationDoneScreenText,
json_name: "emailVerificationDoneText"
)
field(:initialize_user_text, 11,
type: Zitadel.Text.V1.InitializeUserScreenText,
json_name: "initializeUserText"
)
field(:initialize_done_text, 12,
type: Zitadel.Text.V1.InitializeUserDoneScreenText,
json_name: "initializeDoneText"
)
field(:init_mfa_prompt_text, 13,
type: Zitadel.Text.V1.InitMFAPromptScreenText,
json_name: "initMfaPromptText"
)
field(:init_mfa_otp_text, 14,
type: Zitadel.Text.V1.InitMFAOTPScreenText,
json_name: "initMfaOtpText"
)
field(:init_mfa_u2f_text, 15,
type: Zitadel.Text.V1.InitMFAU2FScreenText,
json_name: "initMfaU2fText"
)
field(:init_mfa_done_text, 16,
type: Zitadel.Text.V1.InitMFADoneScreenText,
json_name: "initMfaDoneText"
)
field(:mfa_providers_text, 17,
type: Zitadel.Text.V1.MFAProvidersText,
json_name: "mfaProvidersText"
)
field(:verify_mfa_otp_text, 18,
type: Zitadel.Text.V1.VerifyMFAOTPScreenText,
json_name: "verifyMfaOtpText"
)
field(:verify_mfa_u2f_text, 19,
type: Zitadel.Text.V1.VerifyMFAU2FScreenText,
json_name: "verifyMfaU2fText"
)
field(:passwordless_text, 20,
type: Zitadel.Text.V1.PasswordlessScreenText,
json_name: "passwordlessText"
)
field(:password_change_text, 21,
type: Zitadel.Text.V1.PasswordChangeScreenText,
json_name: "passwordChangeText"
)
field(:password_change_done_text, 22,
type: Zitadel.Text.V1.PasswordChangeDoneScreenText,
json_name: "passwordChangeDoneText"
)
field(:password_reset_done_text, 23,
type: Zitadel.Text.V1.PasswordResetDoneScreenText,
json_name: "passwordResetDoneText"
)
field(:registration_option_text, 24,
type: Zitadel.Text.V1.RegistrationOptionScreenText,
json_name: "registrationOptionText"
)
field(:registration_user_text, 25,
type: Zitadel.Text.V1.RegistrationUserScreenText,
json_name: "registrationUserText"
)
field(:registration_org_text, 26,
type: Zitadel.Text.V1.RegistrationOrgScreenText,
json_name: "registrationOrgText"
)
field(:linking_user_done_text, 27,
type: Zitadel.Text.V1.LinkingUserDoneScreenText,
json_name: "linkingUserDoneText"
)
field(:external_user_not_found_text, 28,
type: Zitadel.Text.V1.ExternalUserNotFoundScreenText,
json_name: "externalUserNotFoundText"
)
field(:success_login_text, 29,
type: Zitadel.Text.V1.SuccessLoginScreenText,
json_name: "successLoginText"
)
field(:logout_text, 30, type: Zitadel.Text.V1.LogoutDoneScreenText, json_name: "logoutText")
field(:footer_text, 31, type: Zitadel.Text.V1.FooterText, json_name: "footerText")
field(:passwordless_prompt_text, 32,
type: Zitadel.Text.V1.PasswordlessPromptScreenText,
json_name: "passwordlessPromptText"
)
field(:passwordless_registration_text, 33,
type: Zitadel.Text.V1.PasswordlessRegistrationScreenText,
json_name: "passwordlessRegistrationText"
)
field(:passwordless_registration_done_text, 34,
type: Zitadel.Text.V1.PasswordlessRegistrationDoneScreenText,
json_name: "passwordlessRegistrationDoneText"
)
field(:external_registration_user_overview_text, 35,
type: Zitadel.Text.V1.ExternalRegistrationUserOverviewScreenText,
json_name: "externalRegistrationUserOverviewText"
)
end
defmodule Zitadel.Management.V1.SetCustomLoginTextsResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "SetCustomLoginTextsResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ResetCustomLoginTextsToDefaultRequest 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: "language",
label: :LABEL_OPTIONAL,
name: "language",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "ResetCustomLoginTextsToDefaultRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:language, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.ResetCustomLoginTextsToDefaultResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "ResetCustomLoginTextsToDefaultResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.GetCustomPasswordResetMessageTextRequest 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: "language",
label: :LABEL_OPTIONAL,
name: "language",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "GetCustomPasswordResetMessageTextRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:language, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.GetCustomPasswordResetMessageTextResponse 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: "customText",
label: :LABEL_OPTIONAL,
name: "custom_text",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.MessageCustomText"
}
],
name: "GetCustomPasswordResetMessageTextResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:custom_text, 1, type: Zitadel.Text.V1.MessageCustomText, json_name: "customText")
end
defmodule Zitadel.Management.V1.GetDefaultPasswordResetMessageTextRequest 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: "language",
label: :LABEL_OPTIONAL,
name: "language",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "GetDefaultPasswordResetMessageTextRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:language, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.GetDefaultPasswordResetMessageTextResponse 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: "customText",
label: :LABEL_OPTIONAL,
name: "custom_text",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.MessageCustomText"
}
],
name: "GetDefaultPasswordResetMessageTextResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:custom_text, 1, type: Zitadel.Text.V1.MessageCustomText, json_name: "customText")
end
defmodule Zitadel.Management.V1.SetCustomPasswordResetMessageTextRequest 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: "language",
label: :LABEL_OPTIONAL,
name: "language",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>},
{1042, 2, <<74, 4, 34, 100, 101, 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: "title",
label: :LABEL_OPTIONAL,
name: "title",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "preHeader",
label: :LABEL_OPTIONAL,
name: "pre_header",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "subject",
label: :LABEL_OPTIONAL,
name: "subject",
number: 4,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "greeting",
label: :LABEL_OPTIONAL,
name: "greeting",
number: 5,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "text",
label: :LABEL_OPTIONAL,
name: "text",
number: 6,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 160, 6>>}],
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: "buttonText",
label: :LABEL_OPTIONAL,
name: "button_text",
number: 7,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "footerText",
label: :LABEL_OPTIONAL,
name: "footer_text",
number: 8,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "SetCustomPasswordResetMessageTextRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:language, 1, type: :string, deprecated: false)
field(:title, 2, type: :string, deprecated: false)
field(:pre_header, 3, type: :string, json_name: "preHeader", deprecated: false)
field(:subject, 4, type: :string, deprecated: false)
field(:greeting, 5, type: :string, deprecated: false)
field(:text, 6, type: :string, deprecated: false)
field(:button_text, 7, type: :string, json_name: "buttonText", deprecated: false)
field(:footer_text, 8, type: :string, json_name: "footerText", deprecated: false)
end
defmodule Zitadel.Management.V1.SetCustomPasswordResetMessageTextResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "SetCustomPasswordResetMessageTextResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ResetCustomPasswordResetMessageTextToDefaultRequest 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: "language",
label: :LABEL_OPTIONAL,
name: "language",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "ResetCustomPasswordResetMessageTextToDefaultRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:language, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.ResetCustomPasswordResetMessageTextToDefaultResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "ResetCustomPasswordResetMessageTextToDefaultResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.GetCustomVerifyEmailMessageTextRequest 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: "language",
label: :LABEL_OPTIONAL,
name: "language",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "GetCustomVerifyEmailMessageTextRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:language, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.GetCustomVerifyEmailMessageTextResponse 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: "customText",
label: :LABEL_OPTIONAL,
name: "custom_text",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.MessageCustomText"
}
],
name: "GetCustomVerifyEmailMessageTextResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:custom_text, 1, type: Zitadel.Text.V1.MessageCustomText, json_name: "customText")
end
defmodule Zitadel.Management.V1.GetDefaultVerifyEmailMessageTextRequest 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: "language",
label: :LABEL_OPTIONAL,
name: "language",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "GetDefaultVerifyEmailMessageTextRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:language, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.GetDefaultVerifyEmailMessageTextResponse 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: "customText",
label: :LABEL_OPTIONAL,
name: "custom_text",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.MessageCustomText"
}
],
name: "GetDefaultVerifyEmailMessageTextResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:custom_text, 1, type: Zitadel.Text.V1.MessageCustomText, json_name: "customText")
end
defmodule Zitadel.Management.V1.SetCustomVerifyEmailMessageTextRequest 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: "language",
label: :LABEL_OPTIONAL,
name: "language",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>},
{1042, 2, <<74, 4, 34, 100, 101, 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: "title",
label: :LABEL_OPTIONAL,
name: "title",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "preHeader",
label: :LABEL_OPTIONAL,
name: "pre_header",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "subject",
label: :LABEL_OPTIONAL,
name: "subject",
number: 4,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "greeting",
label: :LABEL_OPTIONAL,
name: "greeting",
number: 5,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "text",
label: :LABEL_OPTIONAL,
name: "text",
number: 6,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 160, 6>>}],
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: "buttonText",
label: :LABEL_OPTIONAL,
name: "button_text",
number: 7,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "footerText",
label: :LABEL_OPTIONAL,
name: "footer_text",
number: 8,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "SetCustomVerifyEmailMessageTextRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:language, 1, type: :string, deprecated: false)
field(:title, 2, type: :string, deprecated: false)
field(:pre_header, 3, type: :string, json_name: "preHeader", deprecated: false)
field(:subject, 4, type: :string, deprecated: false)
field(:greeting, 5, type: :string, deprecated: false)
field(:text, 6, type: :string, deprecated: false)
field(:button_text, 7, type: :string, json_name: "buttonText", deprecated: false)
field(:footer_text, 8, type: :string, json_name: "footerText", deprecated: false)
end
defmodule Zitadel.Management.V1.SetCustomVerifyEmailMessageTextResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "SetCustomVerifyEmailMessageTextResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ResetCustomVerifyEmailMessageTextToDefaultRequest 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: "language",
label: :LABEL_OPTIONAL,
name: "language",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "ResetCustomVerifyEmailMessageTextToDefaultRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:language, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.ResetCustomVerifyEmailMessageTextToDefaultResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "ResetCustomVerifyEmailMessageTextToDefaultResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.GetCustomVerifyPhoneMessageTextRequest 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: "language",
label: :LABEL_OPTIONAL,
name: "language",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "GetCustomVerifyPhoneMessageTextRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:language, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.GetCustomVerifyPhoneMessageTextResponse 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: "customText",
label: :LABEL_OPTIONAL,
name: "custom_text",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.MessageCustomText"
}
],
name: "GetCustomVerifyPhoneMessageTextResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:custom_text, 1, type: Zitadel.Text.V1.MessageCustomText, json_name: "customText")
end
defmodule Zitadel.Management.V1.GetDefaultVerifyPhoneMessageTextRequest 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: "language",
label: :LABEL_OPTIONAL,
name: "language",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "GetDefaultVerifyPhoneMessageTextRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:language, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.GetDefaultVerifyPhoneMessageTextResponse 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: "customText",
label: :LABEL_OPTIONAL,
name: "custom_text",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.MessageCustomText"
}
],
name: "GetDefaultVerifyPhoneMessageTextResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:custom_text, 1, type: Zitadel.Text.V1.MessageCustomText, json_name: "customText")
end
defmodule Zitadel.Management.V1.SetCustomVerifyPhoneMessageTextRequest 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: "language",
label: :LABEL_OPTIONAL,
name: "language",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>},
{1042, 2, <<74, 4, 34, 100, 101, 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: "title",
label: :LABEL_OPTIONAL,
name: "title",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "preHeader",
label: :LABEL_OPTIONAL,
name: "pre_header",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "subject",
label: :LABEL_OPTIONAL,
name: "subject",
number: 4,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "greeting",
label: :LABEL_OPTIONAL,
name: "greeting",
number: 5,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "text",
label: :LABEL_OPTIONAL,
name: "text",
number: 6,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 160, 6>>}],
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: "buttonText",
label: :LABEL_OPTIONAL,
name: "button_text",
number: 7,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "footerText",
label: :LABEL_OPTIONAL,
name: "footer_text",
number: 8,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "SetCustomVerifyPhoneMessageTextRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:language, 1, type: :string, deprecated: false)
field(:title, 2, type: :string, deprecated: false)
field(:pre_header, 3, type: :string, json_name: "preHeader", deprecated: false)
field(:subject, 4, type: :string, deprecated: false)
field(:greeting, 5, type: :string, deprecated: false)
field(:text, 6, type: :string, deprecated: false)
field(:button_text, 7, type: :string, json_name: "buttonText", deprecated: false)
field(:footer_text, 8, type: :string, json_name: "footerText", deprecated: false)
end
defmodule Zitadel.Management.V1.SetCustomVerifyPhoneMessageTextResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "SetCustomVerifyPhoneMessageTextResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ResetCustomVerifyPhoneMessageTextToDefaultRequest 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: "language",
label: :LABEL_OPTIONAL,
name: "language",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "ResetCustomVerifyPhoneMessageTextToDefaultRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:language, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.ResetCustomVerifyPhoneMessageTextToDefaultResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "ResetCustomVerifyPhoneMessageTextToDefaultResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.GetCustomDomainClaimedMessageTextRequest 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: "language",
label: :LABEL_OPTIONAL,
name: "language",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "GetCustomDomainClaimedMessageTextRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:language, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.GetCustomDomainClaimedMessageTextResponse 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: "customText",
label: :LABEL_OPTIONAL,
name: "custom_text",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.MessageCustomText"
}
],
name: "GetCustomDomainClaimedMessageTextResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:custom_text, 1, type: Zitadel.Text.V1.MessageCustomText, json_name: "customText")
end
defmodule Zitadel.Management.V1.GetDefaultDomainClaimedMessageTextRequest 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: "language",
label: :LABEL_OPTIONAL,
name: "language",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "GetDefaultDomainClaimedMessageTextRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:language, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.GetDefaultDomainClaimedMessageTextResponse 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: "customText",
label: :LABEL_OPTIONAL,
name: "custom_text",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.MessageCustomText"
}
],
name: "GetDefaultDomainClaimedMessageTextResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:custom_text, 1, type: Zitadel.Text.V1.MessageCustomText, json_name: "customText")
end
defmodule Zitadel.Management.V1.SetCustomDomainClaimedMessageTextRequest 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: "language",
label: :LABEL_OPTIONAL,
name: "language",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>},
{1042, 2, <<74, 4, 34, 100, 101, 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: "title",
label: :LABEL_OPTIONAL,
name: "title",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "preHeader",
label: :LABEL_OPTIONAL,
name: "pre_header",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "subject",
label: :LABEL_OPTIONAL,
name: "subject",
number: 4,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "greeting",
label: :LABEL_OPTIONAL,
name: "greeting",
number: 5,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "text",
label: :LABEL_OPTIONAL,
name: "text",
number: 6,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 160, 6>>}],
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: "buttonText",
label: :LABEL_OPTIONAL,
name: "button_text",
number: 7,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "footerText",
label: :LABEL_OPTIONAL,
name: "footer_text",
number: 8,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "SetCustomDomainClaimedMessageTextRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:language, 1, type: :string, deprecated: false)
field(:title, 2, type: :string, deprecated: false)
field(:pre_header, 3, type: :string, json_name: "preHeader", deprecated: false)
field(:subject, 4, type: :string, deprecated: false)
field(:greeting, 5, type: :string, deprecated: false)
field(:text, 6, type: :string, deprecated: false)
field(:button_text, 7, type: :string, json_name: "buttonText", deprecated: false)
field(:footer_text, 8, type: :string, json_name: "footerText", deprecated: false)
end
defmodule Zitadel.Management.V1.SetCustomDomainClaimedMessageTextResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "SetCustomDomainClaimedMessageTextResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ResetCustomDomainClaimedMessageTextToDefaultRequest 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: "language",
label: :LABEL_OPTIONAL,
name: "language",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "ResetCustomDomainClaimedMessageTextToDefaultRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:language, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.ResetCustomDomainClaimedMessageTextToDefaultResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "ResetCustomDomainClaimedMessageTextToDefaultResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.GetCustomPasswordlessRegistrationMessageTextRequest 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: "language",
label: :LABEL_OPTIONAL,
name: "language",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "GetCustomPasswordlessRegistrationMessageTextRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:language, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.GetCustomPasswordlessRegistrationMessageTextResponse 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: "customText",
label: :LABEL_OPTIONAL,
name: "custom_text",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.MessageCustomText"
}
],
name: "GetCustomPasswordlessRegistrationMessageTextResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:custom_text, 1, type: Zitadel.Text.V1.MessageCustomText, json_name: "customText")
end
defmodule Zitadel.Management.V1.GetDefaultPasswordlessRegistrationMessageTextRequest 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: "language",
label: :LABEL_OPTIONAL,
name: "language",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "GetDefaultPasswordlessRegistrationMessageTextRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:language, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.GetDefaultPasswordlessRegistrationMessageTextResponse 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: "customText",
label: :LABEL_OPTIONAL,
name: "custom_text",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.text.v1.MessageCustomText"
}
],
name: "GetDefaultPasswordlessRegistrationMessageTextResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:custom_text, 1, type: Zitadel.Text.V1.MessageCustomText, json_name: "customText")
end
defmodule Zitadel.Management.V1.SetCustomPasswordlessRegistrationMessageTextRequest 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: "language",
label: :LABEL_OPTIONAL,
name: "language",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>},
{1042, 2, <<74, 4, 34, 100, 101, 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: "title",
label: :LABEL_OPTIONAL,
name: "title",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "preHeader",
label: :LABEL_OPTIONAL,
name: "pre_header",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "subject",
label: :LABEL_OPTIONAL,
name: "subject",
number: 4,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "greeting",
label: :LABEL_OPTIONAL,
name: "greeting",
number: 5,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "text",
label: :LABEL_OPTIONAL,
name: "text",
number: 6,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 160, 6>>}],
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: "buttonText",
label: :LABEL_OPTIONAL,
name: "button_text",
number: 7,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "footerText",
label: :LABEL_OPTIONAL,
name: "footer_text",
number: 8,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}],
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: "SetCustomPasswordlessRegistrationMessageTextRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:language, 1, type: :string, deprecated: false)
field(:title, 2, type: :string, deprecated: false)
field(:pre_header, 3, type: :string, json_name: "preHeader", deprecated: false)
field(:subject, 4, type: :string, deprecated: false)
field(:greeting, 5, type: :string, deprecated: false)
field(:text, 6, type: :string, deprecated: false)
field(:button_text, 7, type: :string, json_name: "buttonText", deprecated: false)
field(:footer_text, 8, type: :string, json_name: "footerText", deprecated: false)
end
defmodule Zitadel.Management.V1.SetCustomPasswordlessRegistrationMessageTextResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "SetCustomPasswordlessRegistrationMessageTextResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest 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: "language",
label: :LABEL_OPTIONAL,
name: "language",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:language, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.GetOrgIDPByIDRequest 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__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "GetOrgIDPByIDRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:id, 1, type: :string, deprecated: false)
end
defmodule Zitadel.Management.V1.GetOrgIDPByIDResponse 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: "idp",
label: :LABEL_OPTIONAL,
name: "idp",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.idp.v1.IDP"
}
],
name: "GetOrgIDPByIDResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:idp, 1, type: Zitadel.Idp.V1.IDP)
end
defmodule Zitadel.Management.V1.ListOrgIDPsRequest 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: "query",
label: :LABEL_OPTIONAL,
name: "query",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "sortingColumn",
label: :LABEL_OPTIONAL,
name: "sorting_column",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.idp.v1.IDPFieldName"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "queries",
label: :LABEL_REPEATED,
name: "queries",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.management.v1.IDPQuery"
}
],
name: "ListOrgIDPsRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:query, 1, type: Zitadel.V1.ListQuery)
field(:sorting_column, 2,
type: Zitadel.Idp.V1.IDPFieldName,
json_name: "sortingColumn",
enum: true
)
field(:queries, 3, repeated: true, type: Zitadel.Management.V1.IDPQuery)
end
defmodule Zitadel.Management.V1.IDPQuery 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: "idpIdQuery",
label: :LABEL_OPTIONAL,
name: "idp_id_query",
number: 1,
oneof_index: 0,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.idp.v1.IDPIDQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "idpNameQuery",
label: :LABEL_OPTIONAL,
name: "idp_name_query",
number: 2,
oneof_index: 0,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.idp.v1.IDPNameQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "ownerTypeQuery",
label: :LABEL_OPTIONAL,
name: "owner_type_query",
number: 3,
oneof_index: 0,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.idp.v1.IDPOwnerTypeQuery"
}
],
name: "IDPQuery",
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(:idp_id_query, 1, type: Zitadel.Idp.V1.IDPIDQuery, json_name: "idpIdQuery", oneof: 0)
field(:idp_name_query, 2, type: Zitadel.Idp.V1.IDPNameQuery, json_name: "idpNameQuery", oneof: 0)
field(:owner_type_query, 3,
type: Zitadel.Idp.V1.IDPOwnerTypeQuery,
json_name: "ownerTypeQuery",
oneof: 0
)
end
defmodule Zitadel.Management.V1.ListOrgIDPsResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "sortingColumn",
label: :LABEL_OPTIONAL,
name: "sorting_column",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.idp.v1.IDPFieldName"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "result",
label: :LABEL_REPEATED,
name: "result",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.idp.v1.IDP"
}
],
name: "ListOrgIDPsResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ListDetails)
field(:sorting_column, 2,
type: Zitadel.Idp.V1.IDPFieldName,
json_name: "sortingColumn",
enum: true
)
field(:result, 3, repeated: true, type: Zitadel.Idp.V1.IDP)
end
defmodule Zitadel.Management.V1.AddOrgOIDCIDPRequest 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, 5, 16, 1, 24, 200, 1>>},
{1042, 2, "J\b\"google\""}
],
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: "stylingType",
label: :LABEL_OPTIONAL,
name: "styling_type",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<130, 1, 2, 16, 1>>},
{1042, 2,
"2Hsome identity providers specify the styling of the button to their login"}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.idp.v1.IDPStylingType"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "clientId",
label: :LABEL_OPTIONAL,
name: "client_id",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>},
{1042, 2, "2,client id generated by the identity provider"}
],
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: "clientSecret",
label: :LABEL_OPTIONAL,
name: "client_secret",
number: 4,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>},
{1042, 2, "20client secret generated by the identity provider"}
],
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: "issuer",
label: :LABEL_OPTIONAL,
name: "issuer",
number: 5,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>},
{1042, 2,
<<50, 40, 116, 104, 101, 32, 111, 105, 100, 99, 32, 105, 115, 115, 117, 101, 114,
32, 111, 102, 32, 116, 104, 101, 32, 105, 100, 101, 110, 116, 105, 116, 121, 32,
112, 114, 111, 118, 105, 100, 101, 114, 74, 29, 34, 104, 116, 116, 112, 115, 58,
47, 47, 97, 99, 99, 111, 117, 110, 116, 115, 46, 103, 111, 111, 103, 108, 101,
46, 99, 111, 109, 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: "scopes",
label: :LABEL_REPEATED,
name: "scopes",
number: 6,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
<<50, 75, 116, 104, 101, 32, 115, 99, 111, 112, 101, 115, 32, 114, 101, 113, 117,
101, 115, 116, 101, 100, 32, 98, 121, 32, 90, 73, 84, 65, 68, 69, 76, 32, 100,
117, 114, 105, 110, 103, 32, 116, 104, 101, 32, 114, 101, 113, 117, 101, 115,
116, 32, 111, 110, 32, 116, 104, 101, 32, 105, 100, 101, 110, 116, 105, 116, 121,
32, 112, 114, 111, 118, 105, 100, 101, 114, 74, 30, 91, 34, 111, 112, 101, 110,
105, 100, 34, 44, 32, 34, 112, 114, 111, 102, 105, 108, 101, 34, 44, 32, 34, 101,
109, 97, 105, 108, 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: "displayNameMapping",
label: :LABEL_OPTIONAL,
name: "display_name_mapping",
number: 7,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<130, 1, 2, 16, 1>>},
{1042, 2, "2@definition which field is mapped to the display name of the user"}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.idp.v1.OIDCMappingField"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "usernameMapping",
label: :LABEL_OPTIONAL,
name: "username_mapping",
number: 8,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<130, 1, 2, 16, 1>>},
{1042, 2, "29definition which field is mapped to the email of the user"}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.idp.v1.OIDCMappingField"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "autoRegister",
label: :LABEL_OPTIONAL,
name: "auto_register",
number: 9,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "AddOrgOIDCIDPRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:name, 1, type: :string, deprecated: false)
field(:styling_type, 2,
type: Zitadel.Idp.V1.IDPStylingType,
json_name: "stylingType",
enum: true,
deprecated: false
)
field(:client_id, 3, type: :string, json_name: "clientId", deprecated: false)
field(:client_secret, 4, type: :string, json_name: "clientSecret", deprecated: false)
field(:issuer, 5, type: :string, deprecated: false)
field(:scopes, 6, repeated: true, type: :string, deprecated: false)
field(:display_name_mapping, 7,
type: Zitadel.Idp.V1.OIDCMappingField,
json_name: "displayNameMapping",
enum: true,
deprecated: false
)
field(:username_mapping, 8,
type: Zitadel.Idp.V1.OIDCMappingField,
json_name: "usernameMapping",
enum: true,
deprecated: false
)
field(:auto_register, 9, type: :bool, json_name: "autoRegister")
end
defmodule Zitadel.Management.V1.AddOrgOIDCIDPResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
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: "idpId",
label: :LABEL_OPTIONAL,
name: "idp_id",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "AddOrgOIDCIDPResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
field(:idp_id, 2, type: :string, json_name: "idpId")
end
defmodule Zitadel.Management.V1.AddOrgJWTIDPRequest 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, 5, 16, 1, 24, 200, 1>>},
{1042, 2, "J\b\"google\""}
],
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: "stylingType",
label: :LABEL_OPTIONAL,
name: "styling_type",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<130, 1, 2, 16, 1>>},
{1042, 2,
"2Hsome identity providers specify the styling of the button to their login"}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.idp.v1.IDPStylingType"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "jwtEndpoint",
label: :LABEL_OPTIONAL,
name: "jwt_endpoint",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>},
{1042, 2,
<<50, 43, 116, 104, 101, 32, 101, 110, 100, 112, 111, 105, 110, 116, 32, 119, 104,
101, 114, 101, 32, 116, 104, 101, 32, 106, 119, 116, 32, 99, 97, 110, 32, 98,
101, 32, 101, 120, 116, 114, 97, 99, 116, 101, 100, 74, 29, 34, 104, 116, 116,
112, 115, 58, 47, 47, 97, 99, 99, 111, 117, 110, 116, 115, 46, 103, 111, 111,
103, 108, 101, 46, 99, 111, 109, 34, 120, 200, 1, 128, 1, 1>>}
],
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: "issuer",
label: :LABEL_OPTIONAL,
name: "issuer",
number: 4,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>},
{1042, 2,
<<50, 38, 116, 104, 101, 32, 105, 115, 115, 117, 101, 114, 32, 111, 102, 32, 116,
104, 101, 32, 106, 119, 116, 32, 40, 102, 111, 114, 32, 118, 97, 108, 105, 100,
97, 116, 105, 111, 110, 41, 74, 29, 34, 104, 116, 116, 112, 115, 58, 47, 47, 97,
99, 99, 111, 117, 110, 116, 115, 46, 103, 111, 111, 103, 108, 101, 46, 99, 111,
109, 34, 120, 200, 1, 128, 1, 1>>}
],
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: "keysEndpoint",
label: :LABEL_OPTIONAL,
name: "keys_endpoint",
number: 5,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>},
{1042, 2,
<<50, 65, 116, 104, 101, 32, 101, 110, 100, 112, 111, 105, 110, 116, 32, 116, 111,
32, 116, 104, 101, 32, 107, 101, 121, 32, 40, 74, 87, 75, 41, 32, 119, 104, 105,
99, 104, 32, 97, 114, 101, 32, 117, 115, 101, 100, 32, 116, 111, 32, 115, 105,
103, 110, 32, 116, 104, 101, 32, 74, 87, 84, 32, 119, 105, 116, 104, 74, 34, 34,
104, 116, 116, 112, 115, 58, 47, 47, 97, 99, 99, 111, 117, 110, 116, 115, 46,
103, 111, 111, 103, 108, 101, 46, 99, 111, 109, 47, 107, 101, 121, 115, 34, 120,
200, 1, 128, 1, 1>>}
],
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: "headerName",
label: :LABEL_OPTIONAL,
name: "header_name",
number: 6,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>},
{1042, 2,
<<50, 73, 116, 104, 101, 32, 110, 97, 109, 101, 32, 111, 102, 32, 116, 104, 101,
32, 104, 101, 97, 100, 101, 114, 32, 119, 104, 101, 114, 101, 32, 116, 104, 101,
32, 74, 87, 84, 32, 105, 115, 32, 115, 101, 110, 116, 32, 105, 110, 44, 32, 100,
101, 102, 97, 117, 108, 116, 32, 105, 115, 32, 97, 117, 116, 104, 111, 114, 105,
122, 97, 116, 105, 111, 110, 74, 14, 34, 120, 45, 97, 117, 116, 104, 45, 116,
111, 107, 101, 110, 34, 120, 200, 1>>}
],
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: "autoRegister",
label: :LABEL_OPTIONAL,
name: "auto_register",
number: 7,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "AddOrgJWTIDPRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:name, 1, type: :string, deprecated: false)
field(:styling_type, 2,
type: Zitadel.Idp.V1.IDPStylingType,
json_name: "stylingType",
enum: true,
deprecated: false
)
field(:jwt_endpoint, 3, type: :string, json_name: "jwtEndpoint", deprecated: false)
field(:issuer, 4, type: :string, deprecated: false)
field(:keys_endpoint, 5, type: :string, json_name: "keysEndpoint", deprecated: false)
field(:header_name, 6, type: :string, json_name: "headerName", deprecated: false)
field(:auto_register, 7, type: :bool, json_name: "autoRegister")
end
defmodule Zitadel.Management.V1.AddOrgJWTIDPResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
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: "idpId",
label: :LABEL_OPTIONAL,
name: "idp_id",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "AddOrgJWTIDPResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
field(:idp_id, 2, type: :string, json_name: "idpId")
end
defmodule Zitadel.Management.V1.DeactivateOrgIDPRequest 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: "idpId",
label: :LABEL_OPTIONAL,
name: "idp_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "DeactivateOrgIDPRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:idp_id, 1, type: :string, json_name: "idpId", deprecated: false)
end
defmodule Zitadel.Management.V1.DeactivateOrgIDPResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "DeactivateOrgIDPResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ReactivateOrgIDPRequest 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: "idpId",
label: :LABEL_OPTIONAL,
name: "idp_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "ReactivateOrgIDPRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:idp_id, 1, type: :string, json_name: "idpId", deprecated: false)
end
defmodule Zitadel.Management.V1.ReactivateOrgIDPResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "ReactivateOrgIDPResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.RemoveOrgIDPRequest 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: "idpId",
label: :LABEL_OPTIONAL,
name: "idp_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "RemoveOrgIDPRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:idp_id, 1, type: :string, json_name: "idpId", deprecated: false)
end
defmodule Zitadel.Management.V1.RemoveOrgIDPResponse 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: [],
name: "RemoveOrgIDPResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.UpdateOrgIDPRequest 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: "idpId",
label: :LABEL_OPTIONAL,
name: "idp_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>}],
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: "name",
label: :LABEL_OPTIONAL,
name: "name",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>},
{1042, 2, "J\b\"google\""}
],
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: "stylingType",
label: :LABEL_OPTIONAL,
name: "styling_type",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<130, 1, 2, 16, 1>>},
{1042, 2,
"2Hsome identity providers specify the styling of the button to their login"}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.idp.v1.IDPStylingType"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "autoRegister",
label: :LABEL_OPTIONAL,
name: "auto_register",
number: 4,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "UpdateOrgIDPRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:idp_id, 1, type: :string, json_name: "idpId", deprecated: false)
field(:name, 2, type: :string, deprecated: false)
field(:styling_type, 3,
type: Zitadel.Idp.V1.IDPStylingType,
json_name: "stylingType",
enum: true,
deprecated: false
)
field(:auto_register, 4, type: :bool, json_name: "autoRegister")
end
defmodule Zitadel.Management.V1.UpdateOrgIDPResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "UpdateOrgIDPResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.UpdateOrgIDPOIDCConfigRequest 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: "idpId",
label: :LABEL_OPTIONAL,
name: "idp_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 5, 16, 1, 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
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "clientId",
label: :LABEL_OPTIONAL,
name: "client_id",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>},
{1042, 2, "2,client id generated by the identity provider"}
],
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: "clientSecret",
label: :LABEL_OPTIONAL,
name: "client_secret",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 3, 24, 200, 1>>},
{1042, 2,
"2Xclient secret generated by the identity provider. If empty the secret is not overwritten"}
],
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: "issuer",
label: :LABEL_OPTIONAL,
name: "issuer",
number: 4,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>},
{1042, 2,
<<50, 40, 116, 104, 101, 32, 111, 105, 100, 99, 32, 105, 115, 115, 117, 101, 114,
32, 111, 102, 32, 116, 104, 101, 32, 105, 100, 101, 110, 116, 105, 116, 121, 32,
112, 114, 111, 118, 105, 100, 101, 114, 74, 29, 34, 104, 116, 116, 112, 115, 58,
47, 47, 97, 99, 99, 111, 117, 110, 116, 115, 46, 103, 111, 111, 103, 108, 101,
46, 99, 111, 109, 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: "scopes",
label: :LABEL_REPEATED,
name: "scopes",
number: 5,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
<<50, 75, 116, 104, 101, 32, 115, 99, 111, 112, 101, 115, 32, 114, 101, 113, 117,
101, 115, 116, 101, 100, 32, 98, 121, 32, 90, 73, 84, 65, 68, 69, 76, 32, 100,
117, 114, 105, 110, 103, 32, 116, 104, 101, 32, 114, 101, 113, 117, 101, 115,
116, 32, 111, 110, 32, 116, 104, 101, 32, 105, 100, 101, 110, 116, 105, 116, 121,
32, 112, 114, 111, 118, 105, 100, 101, 114, 74, 30, 91, 34, 111, 112, 101, 110,
105, 100, 34, 44, 32, 34, 112, 114, 111, 102, 105, 108, 101, 34, 44, 32, 34, 101,
109, 97, 105, 108, 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: "displayNameMapping",
label: :LABEL_OPTIONAL,
name: "display_name_mapping",
number: 6,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<130, 1, 2, 16, 1>>},
{1042, 2, "2@definition which field is mapped to the display name of the user"}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.idp.v1.OIDCMappingField"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "usernameMapping",
label: :LABEL_OPTIONAL,
name: "username_mapping",
number: 7,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<130, 1, 2, 16, 1>>},
{1042, 2, "29definition which field is mapped to the email of the user"}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.idp.v1.OIDCMappingField"
}
],
name: "UpdateOrgIDPOIDCConfigRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:idp_id, 1, type: :string, json_name: "idpId", deprecated: false)
field(:client_id, 2, type: :string, json_name: "clientId", deprecated: false)
field(:client_secret, 3, type: :string, json_name: "clientSecret", deprecated: false)
field(:issuer, 4, type: :string, deprecated: false)
field(:scopes, 5, repeated: true, type: :string, deprecated: false)
field(:display_name_mapping, 6,
type: Zitadel.Idp.V1.OIDCMappingField,
json_name: "displayNameMapping",
enum: true,
deprecated: false
)
field(:username_mapping, 7,
type: Zitadel.Idp.V1.OIDCMappingField,
json_name: "usernameMapping",
enum: true,
deprecated: false
)
end
defmodule Zitadel.Management.V1.UpdateOrgIDPOIDCConfigResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "UpdateOrgIDPOIDCConfigResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.UpdateOrgIDPJWTConfigRequest 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: "idpId",
label: :LABEL_OPTIONAL,
name: "idp_id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 5, 16, 1, 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
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "jwtEndpoint",
label: :LABEL_OPTIONAL,
name: "jwt_endpoint",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>},
{1042, 2,
<<50, 43, 116, 104, 101, 32, 101, 110, 100, 112, 111, 105, 110, 116, 32, 119, 104,
101, 114, 101, 32, 116, 104, 101, 32, 106, 119, 116, 32, 99, 97, 110, 32, 98,
101, 32, 101, 120, 116, 114, 97, 99, 116, 101, 100, 74, 29, 34, 104, 116, 116,
112, 115, 58, 47, 47, 97, 99, 99, 111, 117, 110, 116, 115, 46, 103, 111, 111,
103, 108, 101, 46, 99, 111, 109, 34, 120, 200, 1, 128, 1, 1>>}
],
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: "issuer",
label: :LABEL_OPTIONAL,
name: "issuer",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>},
{1042, 2,
<<50, 38, 116, 104, 101, 32, 105, 115, 115, 117, 101, 114, 32, 111, 102, 32, 116,
104, 101, 32, 106, 119, 116, 32, 40, 102, 111, 114, 32, 118, 97, 108, 105, 100,
97, 116, 105, 111, 110, 41, 74, 29, 34, 104, 116, 116, 112, 115, 58, 47, 47, 97,
99, 99, 111, 117, 110, 116, 115, 46, 103, 111, 111, 103, 108, 101, 46, 99, 111,
109, 34, 120, 200, 1, 128, 1, 1>>}
],
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: "keysEndpoint",
label: :LABEL_OPTIONAL,
name: "keys_endpoint",
number: 4,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>},
{1042, 2,
<<50, 65, 116, 104, 101, 32, 101, 110, 100, 112, 111, 105, 110, 116, 32, 116, 111,
32, 116, 104, 101, 32, 107, 101, 121, 32, 40, 74, 87, 75, 41, 32, 119, 104, 105,
99, 104, 32, 97, 114, 101, 32, 117, 115, 101, 100, 32, 116, 111, 32, 115, 105,
103, 110, 32, 116, 104, 101, 32, 74, 87, 84, 32, 119, 105, 116, 104, 74, 34, 34,
104, 116, 116, 112, 115, 58, 47, 47, 97, 99, 99, 111, 117, 110, 116, 115, 46,
103, 111, 111, 103, 108, 101, 46, 99, 111, 109, 47, 107, 101, 121, 115, 34, 120,
200, 1, 128, 1, 1>>}
],
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: "headerName",
label: :LABEL_OPTIONAL,
name: "header_name",
number: 5,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>},
{1042, 2,
<<50, 73, 116, 104, 101, 32, 110, 97, 109, 101, 32, 111, 102, 32, 116, 104, 101,
32, 104, 101, 97, 100, 101, 114, 32, 119, 104, 101, 114, 101, 32, 116, 104, 101,
32, 74, 87, 84, 32, 105, 115, 32, 115, 101, 110, 116, 32, 105, 110, 44, 32, 100,
101, 102, 97, 117, 108, 116, 32, 105, 115, 32, 97, 117, 116, 104, 111, 114, 105,
122, 97, 116, 105, 111, 110, 74, 14, 34, 120, 45, 97, 117, 116, 104, 45, 116,
111, 107, 101, 110, 34, 120, 200, 1>>}
],
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: "UpdateOrgIDPJWTConfigRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:idp_id, 1, type: :string, json_name: "idpId", deprecated: false)
field(:jwt_endpoint, 2, type: :string, json_name: "jwtEndpoint", deprecated: false)
field(:issuer, 3, type: :string, deprecated: false)
field(:keys_endpoint, 4, type: :string, json_name: "keysEndpoint", deprecated: false)
field(:header_name, 5, type: :string, json_name: "headerName", deprecated: false)
end
defmodule Zitadel.Management.V1.UpdateOrgIDPJWTConfigResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "UpdateOrgIDPJWTConfigResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ListActionsRequest 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: "query",
label: :LABEL_OPTIONAL,
name: "query",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "sortingColumn",
label: :LABEL_OPTIONAL,
name: "sorting_column",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.action.v1.ActionFieldName"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "queries",
label: :LABEL_REPEATED,
name: "queries",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.management.v1.ActionQuery"
}
],
name: "ListActionsRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:query, 1, type: Zitadel.V1.ListQuery)
field(:sorting_column, 2,
type: Zitadel.Action.V1.ActionFieldName,
json_name: "sortingColumn",
enum: true
)
field(:queries, 3, repeated: true, type: Zitadel.Management.V1.ActionQuery)
end
defmodule Zitadel.Management.V1.ActionQuery 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: "actionIdQuery",
label: :LABEL_OPTIONAL,
name: "action_id_query",
number: 1,
oneof_index: 0,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.action.v1.ActionIDQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "actionNameQuery",
label: :LABEL_OPTIONAL,
name: "action_name_query",
number: 2,
oneof_index: 0,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.action.v1.ActionNameQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "actionStateQuery",
label: :LABEL_OPTIONAL,
name: "action_state_query",
number: 3,
oneof_index: 0,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.action.v1.ActionStateQuery"
}
],
name: "ActionQuery",
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(:action_id_query, 1,
type: Zitadel.Action.V1.ActionIDQuery,
json_name: "actionIdQuery",
oneof: 0
)
field(:action_name_query, 2,
type: Zitadel.Action.V1.ActionNameQuery,
json_name: "actionNameQuery",
oneof: 0
)
field(:action_state_query, 3,
type: Zitadel.Action.V1.ActionStateQuery,
json_name: "actionStateQuery",
oneof: 0
)
end
defmodule Zitadel.Management.V1.ListActionsResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ListDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "sortingColumn",
label: :LABEL_OPTIONAL,
name: "sorting_column",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.action.v1.ActionFieldName"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "result",
label: :LABEL_REPEATED,
name: "result",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.action.v1.Action"
}
],
name: "ListActionsResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ListDetails)
field(:sorting_column, 2,
type: Zitadel.Action.V1.ActionFieldName,
json_name: "sortingColumn",
enum: true
)
field(:result, 3, repeated: true, type: Zitadel.Action.V1.Action)
end
defmodule Zitadel.Management.V1.CreateActionRequest 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, 5, 16, 1, 24, 200, 1>>},
{1042, 2, "J\r\"log context\""}
],
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: "script",
label: :LABEL_OPTIONAL,
name: "script",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 5, 16, 1, 24, 208, 15>>},
{1042, 2, "J4\"function log(context, calls){console.log(context)}\""}
],
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: "timeout",
label: :LABEL_OPTIONAL,
name: "timeout",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<170, 1, 6, 34, 2, 8, 20, 50, 0>>},
{1042, 2, "2>after which time the action will be terminated if not finished"}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".google.protobuf.Duration"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "allowedToFail",
label: :LABEL_OPTIONAL,
name: "allowed_to_fail",
number: 4,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2, "2Cwhen true, the next action will be called even if this action fails"}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "CreateActionRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:name, 1, type: :string, deprecated: false)
field(:script, 2, type: :string, deprecated: false)
field(:timeout, 3, type: Google.Protobuf.Duration, deprecated: false)
field(:allowed_to_fail, 4, type: :bool, json_name: "allowedToFail", deprecated: false)
end
defmodule Zitadel.Management.V1.CreateActionResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
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: "id",
label: :LABEL_OPTIONAL,
name: "id",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "CreateActionResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
field(:id, 2, type: :string)
end
defmodule Zitadel.Management.V1.GetActionRequest 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: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "GetActionRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:id, 1, type: :string)
end
defmodule Zitadel.Management.V1.GetActionResponse 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: "action",
label: :LABEL_OPTIONAL,
name: "action",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.action.v1.Action"
}
],
name: "GetActionResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:action, 1, type: Zitadel.Action.V1.Action)
end
defmodule Zitadel.Management.V1.UpdateActionRequest 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__: [
{1071, 2, <<114, 5, 16, 1, 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
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "name",
label: :LABEL_OPTIONAL,
name: "name",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 5, 16, 1, 24, 200, 1>>},
{1042, 2, "J\r\"log context\""}
],
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: "script",
label: :LABEL_OPTIONAL,
name: "script",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<114, 5, 16, 1, 24, 208, 15>>},
{1042, 2, "J4\"function log(context, calls){console.log(context)}\""}
],
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: "timeout",
label: :LABEL_OPTIONAL,
name: "timeout",
number: 4,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<170, 1, 6, 34, 2, 8, 20, 50, 0>>},
{1042, 2, "2>after which time the action will be terminated if not finished"}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".google.protobuf.Duration"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "allowedToFail",
label: :LABEL_OPTIONAL,
name: "allowed_to_fail",
number: 5,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2, "2Cwhen true, the next action will be called even if this action fails"}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "UpdateActionRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:id, 1, type: :string, deprecated: false)
field(:name, 2, type: :string, deprecated: false)
field(:script, 3, type: :string, deprecated: false)
field(:timeout, 4, type: Google.Protobuf.Duration, deprecated: false)
field(:allowed_to_fail, 5, type: :bool, json_name: "allowedToFail", deprecated: false)
end
defmodule Zitadel.Management.V1.UpdateActionResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "UpdateActionResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.DeleteActionRequest 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: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "DeleteActionRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:id, 1, type: :string)
end
defmodule Zitadel.Management.V1.DeleteActionResponse 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: [],
name: "DeleteActionResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.ListFlowTypesRequest 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: [],
name: "ListFlowTypesRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
end
defmodule Zitadel.Management.V1.ListFlowTypesResponse 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: "result",
label: :LABEL_REPEATED,
name: "result",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.action.v1.FlowType"
}
],
name: "ListFlowTypesResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:result, 1, repeated: true, type: Zitadel.Action.V1.FlowType)
end
defmodule Zitadel.Management.V1.ListFlowTriggerTypesRequest 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: "type",
label: :LABEL_OPTIONAL,
name: "type",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "ListFlowTriggerTypesRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:type, 1, type: :string)
end
defmodule Zitadel.Management.V1.ListFlowTriggerTypesResponse 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: "result",
label: :LABEL_REPEATED,
name: "result",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.action.v1.TriggerType"
}
],
name: "ListFlowTriggerTypesResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:result, 1, repeated: true, type: Zitadel.Action.V1.TriggerType)
end
defmodule Zitadel.Management.V1.DeactivateActionRequest 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: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "DeactivateActionRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:id, 1, type: :string)
end
defmodule Zitadel.Management.V1.DeactivateActionResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "DeactivateActionResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ReactivateActionRequest 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: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "ReactivateActionRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:id, 1, type: :string)
end
defmodule Zitadel.Management.V1.ReactivateActionResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "ReactivateActionResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.GetFlowRequest 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: "type",
label: :LABEL_OPTIONAL,
name: "type",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "GetFlowRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:type, 1, type: :string)
end
defmodule Zitadel.Management.V1.GetFlowResponse 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: "flow",
label: :LABEL_OPTIONAL,
name: "flow",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.action.v1.Flow"
}
],
name: "GetFlowResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:flow, 1, type: Zitadel.Action.V1.Flow)
end
defmodule Zitadel.Management.V1.ClearFlowRequest 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: "type",
label: :LABEL_OPTIONAL,
name: "type",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "ClearFlowRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:type, 1, type: :string)
end
defmodule Zitadel.Management.V1.ClearFlowResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "ClearFlowResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.SetTriggerActionsRequest 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: "flowType",
label: :LABEL_OPTIONAL,
name: "flow_type",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "triggerType",
label: :LABEL_OPTIONAL,
name: "trigger_type",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "actionIds",
label: :LABEL_REPEATED,
name: "action_ids",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "SetTriggerActionsRequest",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:flow_type, 1, type: :string, json_name: "flowType")
field(:trigger_type, 2, type: :string, json_name: "triggerType")
field(:action_ids, 3, repeated: true, type: :string, json_name: "actionIds")
end
defmodule Zitadel.Management.V1.SetTriggerActionsResponse 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: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
}
],
name: "SetTriggerActionsResponse",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
end
defmodule Zitadel.Management.V1.ManagementService.Service do
use GRPC.Service,
name: "zitadel.management.v1.ManagementService",
protoc_gen_elixir_version: "0.10.0"
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.ServiceDescriptorProto{
__unknown_fields__: [],
method: [
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.HealthzRequest",
name: "Healthz",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [{72_295_728, 2, <<18, 8, 47, 104, 101, 97, 108, 116, 104, 122>>}],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.HealthzResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetOIDCInformationRequest",
name: "GetOIDCInformation",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 13, 47, 122, 105, 116, 97, 100, 101, 108, 47, 100, 111, 99, 115>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetOIDCInformationResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetIAMRequest",
name: "GetIAM",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, <<18, 4, 47, 105, 97, 109>>},
{50000, 2, "\n\rauthenticated"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetIAMResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetSupportedLanguagesRequest",
name: "GetSupportedLanguages",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, <<18, 10, 47, 108, 97, 110, 103, 117, 97, 103, 101, 115>>},
{50000, 2, "\n\rauthenticated"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetSupportedLanguagesResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetUserByIDRequest",
name: "GetUserByID",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, <<18, 11, 47, 117, 115, 101, 114, 115, 47, 123, 105, 100, 125>>},
{50000, 2, "\n\tuser.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetUserByIDResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetUserByLoginNameGlobalRequest",
name: "GetUserByLoginNameGlobal",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 28, 47, 103, 108, 111, 98, 97, 108, 47, 117, 115, 101, 114, 115, 47, 95, 98,
121, 95, 108, 111, 103, 105, 110, 95, 110, 97, 109, 101>>},
{50000, 2,
<<10, 16, 117, 115, 101, 114, 46, 103, 108, 111, 98, 97, 108, 46, 114, 101, 97,
100>>},
{1042, 2,
<<10, 4, 117, 115, 101, 114, 10, 6, 103, 108, 111, 98, 97, 108, 18, 56, 83, 101,
97, 114, 99, 104, 32, 97, 32, 117, 115, 101, 114, 32, 119, 105, 116, 104, 105,
110, 32, 97, 108, 108, 32, 111, 114, 103, 97, 110, 105, 115, 97, 116, 105, 111,
110, 115, 32, 98, 121, 32, 105, 116, 39, 115, 32, 108, 111, 103, 105, 110, 110,
97, 109, 101, 26, 64, 84, 104, 101, 32, 114, 101, 113, 117, 101, 115, 116, 32,
111, 110, 108, 121, 32, 114, 101, 116, 117, 114, 110, 115, 32, 100, 97, 116, 97,
32, 105, 102, 32, 116, 104, 101, 32, 108, 111, 103, 105, 110, 32, 110, 97, 109,
101, 32, 109, 97, 116, 99, 104, 101, 115, 32, 101, 120, 97, 99, 116, 108, 121,
46, 74, 11, 10, 3, 50, 48, 48, 18, 4, 10, 2, 79, 75>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetUserByLoginNameGlobalResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListUsersRequest",
name: "ListUsers",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 14, 47, 117, 115, 101, 114, 115, 47, 95, 115, 101, 97, 114, 99, 104, 58, 1,
42>>},
{50000, 2, "\n\tuser.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListUsersResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListUserChangesRequest",
name: "ListUserChanges",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 32, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 99, 104, 97, 110, 103, 101, 115, 47, 95, 115, 101, 97, 114, 99, 104, 58,
1, 42>>},
{50000, 2, "\n\tuser.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListUserChangesResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.IsUserUniqueRequest",
name: "IsUserUnique",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 17, 47, 117, 115, 101, 114, 115, 47, 95, 105, 115, 95, 117, 110, 105, 113,
117, 101>>},
{50000, 2, "\n\tuser.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.IsUserUniqueResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.AddHumanUserRequest",
name: "AddHumanUser",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 12, 47, 117, 115, 101, 114, 115, 47, 104, 117, 109, 97, 110, 58, 1, 42>>},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.AddHumanUserResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ImportHumanUserRequest",
name: "ImportHumanUser",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 20, 47, 117, 115, 101, 114, 115, 47, 104, 117, 109, 97, 110, 47, 95, 105,
109, 112, 111, 114, 116, 58, 1, 42>>},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ImportHumanUserResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.AddMachineUserRequest",
name: "AddMachineUser",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 14, 47, 117, 115, 101, 114, 115, 47, 109, 97, 99, 104, 105, 110, 101, 58, 1,
42>>},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.AddMachineUserResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.DeactivateUserRequest",
name: "DeactivateUser",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 23, 47, 117, 115, 101, 114, 115, 47, 123, 105, 100, 125, 47, 95, 100, 101,
97, 99, 116, 105, 118, 97, 116, 101, 58, 1, 42>>},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.DeactivateUserResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ReactivateUserRequest",
name: "ReactivateUser",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 23, 47, 117, 115, 101, 114, 115, 47, 123, 105, 100, 125, 47, 95, 114, 101,
97, 99, 116, 105, 118, 97, 116, 101, 58, 1, 42>>},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ReactivateUserResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.LockUserRequest",
name: "LockUser",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 17, 47, 117, 115, 101, 114, 115, 47, 123, 105, 100, 125, 47, 95, 108, 111,
99, 107, 58, 1, 42>>},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.LockUserResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.UnlockUserRequest",
name: "UnlockUser",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 19, 47, 117, 115, 101, 114, 115, 47, 123, 105, 100, 125, 47, 95, 117, 110,
108, 111, 99, 107, 58, 1, 42>>},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.UnlockUserResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RemoveUserRequest",
name: "RemoveUser",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [{72_295_728, 2, "*\v/users/{id}"}, {50000, 2, "\n\vuser.delete"}],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RemoveUserResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.UpdateUserNameRequest",
name: "UpdateUserName",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 25, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 117, 115, 101, 114, 110, 97, 109, 101, 58, 1, 42>>},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.UpdateUserNameResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.SetUserMetadataRequest",
name: "SetUserMetadata",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 26, 47, 117, 115, 101, 114, 115, 47, 123, 105, 100, 125, 47, 109, 101, 116,
97, 100, 97, 116, 97, 47, 123, 107, 101, 121, 125, 58, 1, 42>>},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.SetUserMetadataResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.BulkSetUserMetadataRequest",
name: "BulkSetUserMetadata",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 26, 47, 117, 115, 101, 114, 115, 47, 123, 105, 100, 125, 47, 109, 101, 116,
97, 100, 97, 116, 97, 47, 95, 98, 117, 108, 107, 58, 1, 42>>},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.BulkSetUserMetadataResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListUserMetadataRequest",
name: "ListUserMetadata",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 28, 47, 117, 115, 101, 114, 115, 47, 123, 105, 100, 125, 47, 109, 101, 116,
97, 100, 97, 116, 97, 47, 95, 115, 101, 97, 114, 99, 104, 58, 1, 42>>},
{50000, 2, "\n\tuser.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListUserMetadataResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetUserMetadataRequest",
name: "GetUserMetadata",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 26, 47, 117, 115, 101, 114, 115, 47, 123, 105, 100, 125, 47, 109, 101, 116,
97, 100, 97, 116, 97, 47, 123, 107, 101, 121, 125>>},
{50000, 2, "\n\tuser.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetUserMetadataResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RemoveUserMetadataRequest",
name: "RemoveUserMetadata",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<42, 26, 47, 117, 115, 101, 114, 115, 47, 123, 105, 100, 125, 47, 109, 101, 116,
97, 100, 97, 116, 97, 47, 123, 107, 101, 121, 125>>},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RemoveUserMetadataResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.BulkRemoveUserMetadataRequest",
name: "BulkRemoveUserMetadata",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<42, 26, 47, 117, 115, 101, 114, 115, 47, 123, 105, 100, 125, 47, 109, 101, 116,
97, 100, 97, 116, 97, 47, 95, 98, 117, 108, 107, 58, 1, 42>>},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.BulkRemoveUserMetadataResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetHumanProfileRequest",
name: "GetHumanProfile",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 24, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 112, 114, 111, 102, 105, 108, 101>>},
{50000, 2, "\n\tuser.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetHumanProfileResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.UpdateHumanProfileRequest",
name: "UpdateHumanProfile",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 24, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 112, 114, 111, 102, 105, 108, 101, 58, 1, 42>>},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.UpdateHumanProfileResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetHumanEmailRequest",
name: "GetHumanEmail",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 22, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 101, 109, 97, 105, 108>>},
{50000, 2, "\n\tuser.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetHumanEmailResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.UpdateHumanEmailRequest",
name: "UpdateHumanEmail",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 22, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 101, 109, 97, 105, 108, 58, 1, 42>>},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.UpdateHumanEmailResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ResendHumanInitializationRequest",
name: "ResendHumanInitialization",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 39, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 95, 114, 101, 115, 101, 110, 100, 95, 105, 110, 105, 116, 105, 97, 108,
105, 122, 97, 116, 105, 111, 110, 58, 1, 42>>},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ResendHumanInitializationResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ResendHumanEmailVerificationRequest",
name: "ResendHumanEmailVerification",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 43, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 101, 109, 97, 105, 108, 47, 95, 114, 101, 115, 101, 110, 100, 95, 118,
101, 114, 105, 102, 105, 99, 97, 116, 105, 111, 110, 58, 1, 42>>},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ResendHumanEmailVerificationResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetHumanPhoneRequest",
name: "GetHumanPhone",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 22, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 112, 104, 111, 110, 101>>},
{50000, 2, "\n\tuser.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetHumanPhoneResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.UpdateHumanPhoneRequest",
name: "UpdateHumanPhone",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 22, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 112, 104, 111, 110, 101, 58, 1, 42>>},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.UpdateHumanPhoneResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RemoveHumanPhoneRequest",
name: "RemoveHumanPhone",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<42, 22, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 112, 104, 111, 110, 101>>},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RemoveHumanPhoneResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ResendHumanPhoneVerificationRequest",
name: "ResendHumanPhoneVerification",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 43, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 112, 104, 111, 110, 101, 47, 95, 114, 101, 115, 101, 110, 100, 95, 118,
101, 114, 105, 102, 105, 99, 97, 116, 105, 111, 110, 58, 1, 42>>},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ResendHumanPhoneVerificationResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RemoveHumanAvatarRequest",
name: "RemoveHumanAvatar",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<42, 23, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 97, 118, 97, 116, 97, 114>>},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RemoveHumanAvatarResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.SetHumanInitialPasswordRequest",
name: "SetHumanInitialPassword",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 37, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 112, 97, 115, 115, 119, 111, 114, 100, 47, 95, 105, 110, 105, 116, 105,
97, 108, 105, 122, 101, 58, 1, 42>>},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.SetHumanInitialPasswordResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.SetHumanPasswordRequest",
name: "SetHumanPassword",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 25, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 112, 97, 115, 115, 119, 111, 114, 100, 58, 1, 42>>},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.SetHumanPasswordResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.SendHumanResetPasswordNotificationRequest",
name: "SendHumanResetPasswordNotification",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 32, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 112, 97, 115, 115, 119, 111, 114, 100, 47, 95, 114, 101, 115, 101, 116,
58, 1, 42>>},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.SendHumanResetPasswordNotificationResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListHumanAuthFactorsRequest",
name: "ListHumanAuthFactors",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, "\"%/users/{user_id}/auth_factors/_search"},
{50000, 2, "\n\tuser.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListHumanAuthFactorsResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RemoveHumanAuthFactorOTPRequest",
name: "RemoveHumanAuthFactorOTP",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, "*!/users/{user_id}/auth_factors/otp"},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RemoveHumanAuthFactorOTPResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RemoveHumanAuthFactorU2FRequest",
name: "RemoveHumanAuthFactorU2F",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, "*,/users/{user_id}/auth_factors/u2f/{token_id}"},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RemoveHumanAuthFactorU2FResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListHumanPasswordlessRequest",
name: "ListHumanPasswordless",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, "\"%/users/{user_id}/passwordless/_search"},
{50000, 2, "\n\tuser.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListHumanPasswordlessResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.AddPasswordlessRegistrationRequest",
name: "AddPasswordlessRegistration",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, "\"#/users/{user_id}/passwordless/_link"},
{50000, 2,
<<10, 21, 117, 115, 101, 114, 46, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108,
46, 119, 114, 105, 116, 101>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.AddPasswordlessRegistrationResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.SendPasswordlessRegistrationRequest",
name: "SendPasswordlessRegistration",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 40, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 112, 97, 115, 115, 119, 111, 114, 100, 108, 101, 115, 115, 47, 95, 115,
101, 110, 100, 95, 108, 105, 110, 107, 58, 1, 42>>},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.SendPasswordlessRegistrationResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RemoveHumanPasswordlessRequest",
name: "RemoveHumanPasswordless",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, "*(/users/{user_id}/passwordless/{token_id}"},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RemoveHumanPasswordlessResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.UpdateMachineRequest",
name: "UpdateMachine",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 24, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 109, 97, 99, 104, 105, 110, 101, 58, 1, 42>>},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.UpdateMachineResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetMachineKeyByIDsRequest",
name: "GetMachineKeyByIDs",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 30, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 107, 101, 121, 115, 47, 123, 107, 101, 121, 95, 105, 100, 125>>},
{50000, 2, "\n\tuser.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetMachineKeyByIDsResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListMachineKeysRequest",
name: "ListMachineKeys",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 29, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 107, 101, 121, 115, 47, 95, 115, 101, 97, 114, 99, 104, 58, 1, 42>>},
{50000, 2, "\n\tuser.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListMachineKeysResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.AddMachineKeyRequest",
name: "AddMachineKey",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 21, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 107, 101, 121, 115, 58, 1, 42>>},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.AddMachineKeyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RemoveMachineKeyRequest",
name: "RemoveMachineKey",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<42, 30, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 107, 101, 121, 115, 47, 123, 107, 101, 121, 95, 105, 100, 125>>},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RemoveMachineKeyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetPersonalAccessTokenByIDsRequest",
name: "GetPersonalAccessTokenByIDs",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 32, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 112, 97, 116, 115, 47, 123, 116, 111, 107, 101, 110, 95, 105, 100,
125>>},
{50000, 2, "\n\tuser.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetPersonalAccessTokenByIDsResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListPersonalAccessTokensRequest",
name: "ListPersonalAccessTokens",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 29, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 112, 97, 116, 115, 47, 95, 115, 101, 97, 114, 99, 104, 58, 1, 42>>},
{50000, 2, "\n\tuser.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListPersonalAccessTokensResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.AddPersonalAccessTokenRequest",
name: "AddPersonalAccessToken",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 21, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 112, 97, 116, 115, 58, 1, 42>>},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.AddPersonalAccessTokenResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RemovePersonalAccessTokenRequest",
name: "RemovePersonalAccessToken",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, "* /users/{user_id}/pats/{token_id}"},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RemovePersonalAccessTokenResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListHumanLinkedIDPsRequest",
name: "ListHumanLinkedIDPs",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 29, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 105, 100, 112, 115, 47, 95, 115, 101, 97, 114, 99, 104, 58, 1, 42>>},
{50000, 2, "\n\tuser.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListHumanLinkedIDPsResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RemoveHumanLinkedIDPRequest",
name: "RemoveHumanLinkedIDP",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, "*//users/{user_id}/idps/{idp_id}/{linked_user_id}"},
{50000, 2, "\n\nuser.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RemoveHumanLinkedIDPResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListUserMembershipsRequest",
name: "ListUserMemberships",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 36, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 109, 101, 109, 98, 101, 114, 115, 104, 105, 112, 115, 47, 95, 115, 101,
97, 114, 99, 104, 58, 1, 42>>},
{50000, 2,
<<10, 20, 117, 115, 101, 114, 46, 109, 101, 109, 98, 101, 114, 115, 104, 105, 112,
46, 114, 101, 97, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListUserMembershipsResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetMyOrgRequest",
name: "GetMyOrg",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, <<18, 8, 47, 111, 114, 103, 115, 47, 109, 101>>},
{50000, 2, "\n\borg.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetMyOrgResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetOrgByDomainGlobalRequest",
name: "GetOrgByDomainGlobal",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 23, 47, 103, 108, 111, 98, 97, 108, 47, 111, 114, 103, 115, 47, 95, 98, 121,
95, 100, 111, 109, 97, 105, 110>>},
{50000, 2,
<<10, 15, 111, 114, 103, 46, 103, 108, 111, 98, 97, 108, 46, 114, 101, 97, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetOrgByDomainGlobalResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListOrgChangesRequest",
name: "ListOrgChanges",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 24, 47, 111, 114, 103, 115, 47, 109, 101, 47, 99, 104, 97, 110, 103, 101,
115, 47, 95, 115, 101, 97, 114, 99, 104, 58, 1, 42>>},
{50000, 2, "\n\borg.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListOrgChangesResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.AddOrgRequest",
name: "AddOrg",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, <<34, 5, 47, 111, 114, 103, 115, 58, 1, 42>>},
{50000, 2, "\n\norg.create"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.AddOrgResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.UpdateOrgRequest",
name: "UpdateOrg",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, <<26, 8, 47, 111, 114, 103, 115, 47, 109, 101, 58, 1, 42>>},
{50000, 2, "\n\torg.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.UpdateOrgResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.DeactivateOrgRequest",
name: "DeactivateOrg",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 20, 47, 111, 114, 103, 115, 47, 109, 101, 47, 95, 100, 101, 97, 99, 116, 105,
118, 97, 116, 101, 58, 1, 42>>},
{50000, 2, "\n\torg.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.DeactivateOrgResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ReactivateOrgRequest",
name: "ReactivateOrg",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 20, 47, 111, 114, 103, 115, 47, 109, 101, 47, 95, 114, 101, 97, 99, 116, 105,
118, 97, 116, 101, 58, 1, 42>>},
{50000, 2, "\n\torg.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ReactivateOrgResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.SetOrgMetadataRequest",
name: "SetOrgMetadata",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 15, 47, 109, 101, 116, 97, 100, 97, 116, 97, 47, 123, 107, 101, 121, 125, 58,
1, 42>>},
{50000, 2, "\n\torg.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.SetOrgMetadataResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.BulkSetOrgMetadataRequest",
name: "BulkSetOrgMetadata",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 15, 47, 109, 101, 116, 97, 100, 97, 116, 97, 47, 95, 98, 117, 108, 107, 58,
1, 42>>},
{50000, 2, "\n\torg.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.BulkSetOrgMetadataResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListOrgMetadataRequest",
name: "ListOrgMetadata",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 17, 47, 109, 101, 116, 97, 100, 97, 116, 97, 47, 95, 115, 101, 97, 114, 99,
104, 58, 1, 42>>},
{50000, 2, "\n\borg.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListOrgMetadataResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetOrgMetadataRequest",
name: "GetOrgMetadata",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 15, 47, 109, 101, 116, 97, 100, 97, 116, 97, 47, 123, 107, 101, 121, 125>>},
{50000, 2, "\n\borg.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetOrgMetadataResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RemoveOrgMetadataRequest",
name: "RemoveOrgMetadata",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<42, 15, 47, 109, 101, 116, 97, 100, 97, 116, 97, 47, 123, 107, 101, 121, 125>>},
{50000, 2, "\n\torg.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RemoveOrgMetadataResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.BulkRemoveOrgMetadataRequest",
name: "BulkRemoveOrgMetadata",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<42, 15, 47, 109, 101, 116, 97, 100, 97, 116, 97, 47, 95, 98, 117, 108, 107, 58,
1, 42>>},
{50000, 2, "\n\torg.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.BulkRemoveOrgMetadataResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListOrgDomainsRequest",
name: "ListOrgDomains",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 24, 47, 111, 114, 103, 115, 47, 109, 101, 47, 100, 111, 109, 97, 105, 110,
115, 47, 95, 115, 101, 97, 114, 99, 104, 58, 1, 42>>},
{50000, 2, "\n\borg.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListOrgDomainsResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.AddOrgDomainRequest",
name: "AddOrgDomain",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 16, 47, 111, 114, 103, 115, 47, 109, 101, 47, 100, 111, 109, 97, 105, 110,
115, 58, 1, 42>>},
{50000, 2, "\n\torg.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.AddOrgDomainResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RemoveOrgDomainRequest",
name: "RemoveOrgDomain",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<42, 25, 47, 111, 114, 103, 115, 47, 109, 101, 47, 100, 111, 109, 97, 105, 110,
115, 47, 123, 100, 111, 109, 97, 105, 110, 125>>},
{50000, 2, "\n\torg.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RemoveOrgDomainResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GenerateOrgDomainValidationRequest",
name: "GenerateOrgDomainValidation",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 46, 47, 111, 114, 103, 115, 47, 109, 101, 47, 100, 111, 109, 97, 105, 110,
115, 47, 123, 100, 111, 109, 97, 105, 110, 125, 47, 118, 97, 108, 105, 100, 97,
116, 105, 111, 110, 47, 95, 103, 101, 110, 101, 114, 97, 116, 101, 58, 1, 42>>},
{50000, 2, "\n\torg.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GenerateOrgDomainValidationResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ValidateOrgDomainRequest",
name: "ValidateOrgDomain",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 46, 47, 111, 114, 103, 115, 47, 109, 101, 47, 100, 111, 109, 97, 105, 110,
115, 47, 123, 100, 111, 109, 97, 105, 110, 125, 47, 118, 97, 108, 105, 100, 97,
116, 105, 111, 110, 47, 95, 118, 97, 108, 105, 100, 97, 116, 101, 58, 1, 42>>},
{50000, 2, "\n\torg.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ValidateOrgDomainResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.SetPrimaryOrgDomainRequest",
name: "SetPrimaryOrgDomain",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, "\"&/orgs/me/domains/{domain}/_set_primary"},
{50000, 2, "\n\torg.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.SetPrimaryOrgDomainResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListOrgMemberRolesRequest",
name: "ListOrgMemberRoles",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, "\"\e/orgs/members/roles/_search"},
{50000, 2,
<<10, 15, 111, 114, 103, 46, 109, 101, 109, 98, 101, 114, 46, 114, 101, 97, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListOrgMemberRolesResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListOrgMembersRequest",
name: "ListOrgMembers",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 24, 47, 111, 114, 103, 115, 47, 109, 101, 47, 109, 101, 109, 98, 101, 114,
115, 47, 95, 115, 101, 97, 114, 99, 104, 58, 1, 42>>},
{50000, 2,
<<10, 15, 111, 114, 103, 46, 109, 101, 109, 98, 101, 114, 46, 114, 101, 97, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListOrgMembersResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.AddOrgMemberRequest",
name: "AddOrgMember",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 16, 47, 111, 114, 103, 115, 47, 109, 101, 47, 109, 101, 109, 98, 101, 114,
115, 58, 1, 42>>},
{50000, 2,
<<10, 16, 111, 114, 103, 46, 109, 101, 109, 98, 101, 114, 46, 119, 114, 105, 116,
101>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.AddOrgMemberResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.UpdateOrgMemberRequest",
name: "UpdateOrgMember",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 26, 47, 111, 114, 103, 115, 47, 109, 101, 47, 109, 101, 109, 98, 101, 114,
115, 47, 123, 117, 115, 101, 114, 95, 105, 100, 125, 58, 1, 42>>},
{50000, 2,
<<10, 16, 111, 114, 103, 46, 109, 101, 109, 98, 101, 114, 46, 119, 114, 105, 116,
101>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.UpdateOrgMemberResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RemoveOrgMemberRequest",
name: "RemoveOrgMember",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<42, 26, 47, 111, 114, 103, 115, 47, 109, 101, 47, 109, 101, 109, 98, 101, 114,
115, 47, 123, 117, 115, 101, 114, 95, 105, 100, 125>>},
{50000, 2,
<<10, 17, 111, 114, 103, 46, 109, 101, 109, 98, 101, 114, 46, 100, 101, 108, 101,
116, 101>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RemoveOrgMemberResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetProjectByIDRequest",
name: "GetProjectByID",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 14, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 105, 100, 125>>},
{50000, 2,
<<10, 12, 112, 114, 111, 106, 101, 99, 116, 46, 114, 101, 97, 100, 18, 2, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetProjectByIDResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetGrantedProjectByIDRequest",
name: "GetGrantedProjectByID",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 48, 47, 103, 114, 97, 110, 116, 101, 100, 95, 112, 114, 111, 106, 101, 99,
116, 115, 47, 123, 112, 114, 111, 106, 101, 99, 116, 95, 105, 100, 125, 47, 103,
114, 97, 110, 116, 115, 47, 123, 103, 114, 97, 110, 116, 95, 105, 100, 125>>},
{50000, 2,
<<10, 12, 112, 114, 111, 106, 101, 99, 116, 46, 114, 101, 97, 100, 18, 7, 71, 114,
97, 110, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetGrantedProjectByIDResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListProjectsRequest",
name: "ListProjects",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 17, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 95, 115, 101, 97, 114, 99,
104, 58, 1, 42>>},
{50000, 2, "\n\fproject.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListProjectsResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListGrantedProjectsRequest",
name: "ListGrantedProjects",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 25, 47, 103, 114, 97, 110, 116, 101, 100, 95, 112, 114, 111, 106, 101, 99,
116, 115, 47, 95, 115, 101, 97, 114, 99, 104, 58, 1, 42>>},
{50000, 2, "\n\fproject.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListGrantedProjectsResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListGrantedProjectRolesRequest",
name: "ListGrantedProjectRoles",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 62, 47, 103, 114, 97, 110, 116, 101, 100, 95, 112, 114, 111, 106, 101, 99,
116, 115, 47, 123, 112, 114, 111, 106, 101, 99, 116, 95, 105, 100, 125, 47, 103,
114, 97, 110, 116, 115, 47, 123, 103, 114, 97, 110, 116, 95, 105, 100, 125, 47,
114, 111, 108, 101, 115, 47, 95, 115, 101, 97, 114, 99, 104>>},
{50000, 2,
<<10, 17, 112, 114, 111, 106, 101, 99, 116, 46, 114, 111, 108, 101, 46, 114, 101,
97, 100, 18, 7, 71, 114, 97, 110, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListGrantedProjectRolesResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListProjectChangesRequest",
name: "ListProjectChanges",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, "\"&/projects/{project_id}/changes/_search"},
{50000, 2,
<<10, 12, 112, 114, 111, 106, 101, 99, 116, 46, 114, 101, 97, 100, 18, 9, 80, 114,
111, 106, 101, 99, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListProjectChangesResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.AddProjectRequest",
name: "AddProject",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, <<34, 9, 47, 112, 114, 111, 106, 101, 99, 116, 115, 58, 1, 42>>},
{50000, 2,
<<10, 14, 112, 114, 111, 106, 101, 99, 116, 46, 99, 114, 101, 97, 116, 101>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.AddProjectResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.UpdateProjectRequest",
name: "UpdateProject",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 14, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 105, 100, 125, 58, 1,
42>>},
{50000, 2,
<<10, 13, 112, 114, 111, 106, 101, 99, 116, 46, 119, 114, 105, 116, 101, 18, 2, 73,
100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.UpdateProjectResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.DeactivateProjectRequest",
name: "DeactivateProject",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 26, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 105, 100, 125, 47,
95, 100, 101, 97, 99, 116, 105, 118, 97, 116, 101, 58, 1, 42>>},
{50000, 2,
<<10, 13, 112, 114, 111, 106, 101, 99, 116, 46, 119, 114, 105, 116, 101, 18, 2, 73,
100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.DeactivateProjectResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ReactivateProjectRequest",
name: "ReactivateProject",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 26, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 105, 100, 125, 47,
95, 114, 101, 97, 99, 116, 105, 118, 97, 116, 101, 58, 1, 42>>},
{50000, 2,
<<10, 13, 112, 114, 111, 106, 101, 99, 116, 46, 119, 114, 105, 116, 101, 18, 2, 73,
100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ReactivateProjectResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RemoveProjectRequest",
name: "RemoveProject",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<42, 14, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 105, 100, 125>>},
{50000, 2,
<<10, 14, 112, 114, 111, 106, 101, 99, 116, 46, 100, 101, 108, 101, 116, 101, 18,
2, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RemoveProjectResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListProjectRolesRequest",
name: "ListProjectRoles",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 36, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 114, 111, 108, 101, 115, 47, 95, 115, 101,
97, 114, 99, 104, 58, 1, 42>>},
{50000, 2,
<<10, 17, 112, 114, 111, 106, 101, 99, 116, 46, 114, 111, 108, 101, 46, 114, 101,
97, 100, 18, 9, 80, 114, 111, 106, 101, 99, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListProjectRolesResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.AddProjectRoleRequest",
name: "AddProjectRole",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 28, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 114, 111, 108, 101, 115, 58, 1, 42>>},
{50000, 2,
<<10, 18, 112, 114, 111, 106, 101, 99, 116, 46, 114, 111, 108, 101, 46, 119, 114,
105, 116, 101, 18, 9, 80, 114, 111, 106, 101, 99, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.AddProjectRoleResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.BulkAddProjectRolesRequest",
name: "BulkAddProjectRoles",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 34, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 114, 111, 108, 101, 115, 47, 95, 98, 117,
108, 107, 58, 1, 42>>},
{50000, 2,
<<10, 18, 112, 114, 111, 106, 101, 99, 116, 46, 114, 111, 108, 101, 46, 119, 114,
105, 116, 101, 18, 9, 80, 114, 111, 106, 101, 99, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.BulkAddProjectRolesResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.UpdateProjectRoleRequest",
name: "UpdateProjectRole",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 39, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 114, 111, 108, 101, 115, 47, 123, 114, 111,
108, 101, 95, 107, 101, 121, 125, 58, 1, 42>>},
{50000, 2,
<<10, 18, 112, 114, 111, 106, 101, 99, 116, 46, 114, 111, 108, 101, 46, 119, 114,
105, 116, 101, 18, 9, 80, 114, 111, 106, 101, 99, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.UpdateProjectRoleResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RemoveProjectRoleRequest",
name: "RemoveProjectRole",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, "*'/projects/{project_id}/roles/{role_key}"},
{50000, 2,
<<10, 19, 112, 114, 111, 106, 101, 99, 116, 46, 114, 111, 108, 101, 46, 100, 101,
108, 101, 116, 101, 18, 9, 80, 114, 111, 106, 101, 99, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RemoveProjectRoleResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListProjectMemberRolesRequest",
name: "ListProjectMemberRoles",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 31, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 109, 101, 109, 98, 101,
114, 115, 47, 114, 111, 108, 101, 115, 47, 95, 115, 101, 97, 114, 99, 104>>},
{50000, 2,
<<10, 19, 112, 114, 111, 106, 101, 99, 116, 46, 109, 101, 109, 98, 101, 114, 46,
114, 101, 97, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListProjectMemberRolesResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListProjectMembersRequest",
name: "ListProjectMembers",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 38, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 109, 101, 109, 98, 101, 114, 115, 47, 95,
115, 101, 97, 114, 99, 104, 58, 1, 42>>},
{50000, 2,
<<10, 19, 112, 114, 111, 106, 101, 99, 116, 46, 109, 101, 109, 98, 101, 114, 46,
114, 101, 97, 100, 18, 9, 80, 114, 111, 106, 101, 99, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListProjectMembersResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.AddProjectMemberRequest",
name: "AddProjectMember",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 30, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 109, 101, 109, 98, 101, 114, 115, 58, 1,
42>>},
{50000, 2,
<<10, 20, 112, 114, 111, 106, 101, 99, 116, 46, 109, 101, 109, 98, 101, 114, 46,
119, 114, 105, 116, 101, 18, 9, 80, 114, 111, 106, 101, 99, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.AddProjectMemberResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.UpdateProjectMemberRequest",
name: "UpdateProjectMember",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 40, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 109, 101, 109, 98, 101, 114, 115, 47, 123,
117, 115, 101, 114, 95, 105, 100, 125, 58, 1, 42>>},
{50000, 2,
<<10, 20, 112, 114, 111, 106, 101, 99, 116, 46, 109, 101, 109, 98, 101, 114, 46,
119, 114, 105, 116, 101, 18, 9, 80, 114, 111, 106, 101, 99, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.UpdateProjectMemberResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RemoveProjectMemberRequest",
name: "RemoveProjectMember",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, "*(/projects/{project_id}/members/{user_id}"},
{50000, 2,
<<10, 21, 112, 114, 111, 106, 101, 99, 116, 46, 109, 101, 109, 98, 101, 114, 46,
100, 101, 108, 101, 116, 101, 18, 9, 80, 114, 111, 106, 101, 99, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RemoveProjectMemberResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetAppByIDRequest",
name: "GetAppByID",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 36, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 97, 112, 112, 115, 47, 123, 97, 112, 112,
95, 105, 100, 125>>},
{50000, 2,
<<10, 16, 112, 114, 111, 106, 101, 99, 116, 46, 97, 112, 112, 46, 114, 101, 97,
100, 18, 9, 80, 114, 111, 106, 101, 99, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetAppByIDResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListAppsRequest",
name: "ListApps",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 35, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 97, 112, 112, 115, 47, 95, 115, 101, 97,
114, 99, 104, 58, 1, 42>>},
{50000, 2,
<<10, 16, 112, 114, 111, 106, 101, 99, 116, 46, 97, 112, 112, 46, 114, 101, 97,
100, 18, 9, 80, 114, 111, 106, 101, 99, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListAppsResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListAppChangesRequest",
name: "ListAppChanges",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, "\"4/projects/{project_id}/apps/{app_id}/changes/_search"},
{50000, 2,
<<10, 16, 112, 114, 111, 106, 101, 99, 116, 46, 97, 112, 112, 46, 114, 101, 97,
100, 18, 9, 80, 114, 111, 106, 101, 99, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListAppChangesResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.AddOIDCAppRequest",
name: "AddOIDCApp",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 32, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 97, 112, 112, 115, 47, 111, 105, 100, 99,
58, 1, 42>>},
{50000, 2,
<<10, 17, 112, 114, 111, 106, 101, 99, 116, 46, 97, 112, 112, 46, 119, 114, 105,
116, 101, 18, 9, 80, 114, 111, 106, 101, 99, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.AddOIDCAppResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.AddSAMLAppRequest",
name: "AddSAMLApp",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 32, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 97, 112, 112, 115, 47, 115, 97, 109, 108,
58, 1, 42>>},
{50000, 2,
<<10, 17, 112, 114, 111, 106, 101, 99, 116, 46, 97, 112, 112, 46, 119, 114, 105,
116, 101, 18, 9, 80, 114, 111, 106, 101, 99, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.AddSAMLAppResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.AddAPIAppRequest",
name: "AddAPIApp",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 31, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 97, 112, 112, 115, 47, 97, 112, 105, 58, 1,
42>>},
{50000, 2,
<<10, 17, 112, 114, 111, 106, 101, 99, 116, 46, 97, 112, 112, 46, 119, 114, 105,
116, 101, 18, 9, 80, 114, 111, 106, 101, 99, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.AddAPIAppResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.UpdateAppRequest",
name: "UpdateApp",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 36, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 97, 112, 112, 115, 47, 123, 97, 112, 112,
95, 105, 100, 125, 58, 1, 42>>},
{50000, 2,
<<10, 17, 112, 114, 111, 106, 101, 99, 116, 46, 97, 112, 112, 46, 119, 114, 105,
116, 101, 18, 9, 80, 114, 111, 106, 101, 99, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.UpdateAppResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.UpdateOIDCAppConfigRequest",
name: "UpdateOIDCAppConfig",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 48, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 97, 112, 112, 115, 47, 123, 97, 112, 112,
95, 105, 100, 125, 47, 111, 105, 100, 99, 95, 99, 111, 110, 102, 105, 103, 58, 1,
42>>},
{50000, 2,
<<10, 17, 112, 114, 111, 106, 101, 99, 116, 46, 97, 112, 112, 46, 119, 114, 105,
116, 101, 18, 9, 80, 114, 111, 106, 101, 99, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.UpdateOIDCAppConfigResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.UpdateSAMLAppConfigRequest",
name: "UpdateSAMLAppConfig",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 48, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 97, 112, 112, 115, 47, 123, 97, 112, 112,
95, 105, 100, 125, 47, 115, 97, 109, 108, 95, 99, 111, 110, 102, 105, 103, 58, 1,
42>>},
{50000, 2,
<<10, 17, 112, 114, 111, 106, 101, 99, 116, 46, 97, 112, 112, 46, 119, 114, 105,
116, 101, 18, 9, 80, 114, 111, 106, 101, 99, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.UpdateSAMLAppConfigResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.UpdateAPIAppConfigRequest",
name: "UpdateAPIAppConfig",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 47, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 97, 112, 112, 115, 47, 123, 97, 112, 112,
95, 105, 100, 125, 47, 97, 112, 105, 95, 99, 111, 110, 102, 105, 103, 58, 1,
42>>},
{50000, 2,
<<10, 17, 112, 114, 111, 106, 101, 99, 116, 46, 97, 112, 112, 46, 119, 114, 105,
116, 101, 18, 9, 80, 114, 111, 106, 101, 99, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.UpdateAPIAppConfigResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.DeactivateAppRequest",
name: "DeactivateApp",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 48, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 97, 112, 112, 115, 47, 123, 97, 112, 112,
95, 105, 100, 125, 47, 95, 100, 101, 97, 99, 116, 105, 118, 97, 116, 101, 58, 1,
42>>},
{50000, 2,
<<10, 17, 112, 114, 111, 106, 101, 99, 116, 46, 97, 112, 112, 46, 119, 114, 105,
116, 101, 18, 9, 80, 114, 111, 106, 101, 99, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.DeactivateAppResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ReactivateAppRequest",
name: "ReactivateApp",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 48, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 97, 112, 112, 115, 47, 123, 97, 112, 112,
95, 105, 100, 125, 47, 95, 114, 101, 97, 99, 116, 105, 118, 97, 116, 101, 58, 1,
42>>},
{50000, 2,
<<10, 17, 112, 114, 111, 106, 101, 99, 116, 46, 97, 112, 112, 46, 119, 114, 105,
116, 101, 18, 9, 80, 114, 111, 106, 101, 99, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ReactivateAppResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RemoveAppRequest",
name: "RemoveApp",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, "*$/projects/{project_id}/apps/{app_id}"},
{50000, 2,
<<10, 18, 112, 114, 111, 106, 101, 99, 116, 46, 97, 112, 112, 46, 100, 101, 108,
101, 116, 101, 18, 9, 80, 114, 111, 106, 101, 99, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RemoveAppResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RegenerateOIDCClientSecretRequest",
name: "RegenerateOIDCClientSecret",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 72, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 97, 112, 112, 115, 47, 123, 97, 112, 112,
95, 105, 100, 125, 47, 111, 105, 100, 99, 95, 99, 111, 110, 102, 105, 103, 47,
95, 103, 101, 110, 101, 114, 97, 116, 101, 95, 99, 108, 105, 101, 110, 116, 95,
115, 101, 99, 114, 101, 116, 58, 1, 42>>},
{50000, 2,
<<10, 17, 112, 114, 111, 106, 101, 99, 116, 46, 97, 112, 112, 46, 119, 114, 105,
116, 101, 18, 9, 80, 114, 111, 106, 101, 99, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RegenerateOIDCClientSecretResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RegenerateAPIClientSecretRequest",
name: "RegenerateAPIClientSecret",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 71, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 97, 112, 112, 115, 47, 123, 97, 112, 112,
95, 105, 100, 125, 47, 97, 112, 105, 95, 99, 111, 110, 102, 105, 103, 47, 95,
103, 101, 110, 101, 114, 97, 116, 101, 95, 99, 108, 105, 101, 110, 116, 95, 115,
101, 99, 114, 101, 116, 58, 1, 42>>},
{50000, 2,
<<10, 17, 112, 114, 111, 106, 101, 99, 116, 46, 97, 112, 112, 46, 119, 114, 105,
116, 101, 18, 9, 80, 114, 111, 106, 101, 99, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RegenerateAPIClientSecretResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetAppKeyRequest",
name: "GetAppKey",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 50, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 97, 112, 112, 115, 47, 123, 97, 112, 112,
95, 105, 100, 125, 47, 107, 101, 121, 115, 47, 123, 107, 101, 121, 95, 105, 100,
125>>},
{50000, 2,
<<10, 16, 112, 114, 111, 106, 101, 99, 116, 46, 97, 112, 112, 46, 114, 101, 97,
100, 18, 9, 80, 114, 111, 106, 101, 99, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetAppKeyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListAppKeysRequest",
name: "ListAppKeys",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 49, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 97, 112, 112, 115, 47, 123, 97, 112, 112,
95, 105, 100, 125, 47, 107, 101, 121, 115, 47, 95, 115, 101, 97, 114, 99, 104,
58, 1, 42>>},
{50000, 2,
<<10, 16, 112, 114, 111, 106, 101, 99, 116, 46, 97, 112, 112, 46, 114, 101, 97,
100, 18, 9, 80, 114, 111, 106, 101, 99, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListAppKeysResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.AddAppKeyRequest",
name: "AddAppKey",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 41, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 97, 112, 112, 115, 47, 123, 97, 112, 112,
95, 105, 100, 125, 47, 107, 101, 121, 115, 58, 1, 42>>},
{50000, 2,
<<10, 17, 112, 114, 111, 106, 101, 99, 116, 46, 97, 112, 112, 46, 119, 114, 105,
116, 101, 18, 9, 80, 114, 111, 106, 101, 99, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.AddAppKeyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RemoveAppKeyRequest",
name: "RemoveAppKey",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, "*2/projects/{project_id}/apps/{app_id}/keys/{key_id}"},
{50000, 2,
<<10, 17, 112, 114, 111, 106, 101, 99, 116, 46, 97, 112, 112, 46, 119, 114, 105,
116, 101, 18, 9, 80, 114, 111, 106, 101, 99, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RemoveAppKeyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListProjectGrantChangesRequest",
name: "ListProjectGrantChanges",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, "\"8/projects/{project_id}/grants/{grant_id}/changes/_search"},
{50000, 2,
<<10, 18, 112, 114, 111, 106, 101, 99, 116, 46, 103, 114, 97, 110, 116, 46, 114,
101, 97, 100, 18, 7, 71, 114, 97, 110, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListProjectGrantChangesResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetProjectGrantByIDRequest",
name: "GetProjectGrantByID",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 40, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 103, 114, 97, 110, 116, 115, 47, 123, 103,
114, 97, 110, 116, 95, 105, 100, 125>>},
{50000, 2,
<<10, 18, 112, 114, 111, 106, 101, 99, 116, 46, 103, 114, 97, 110, 116, 46, 114,
101, 97, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetProjectGrantByIDResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListProjectGrantsRequest",
name: "ListProjectGrants",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 37, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 103, 114, 97, 110, 116, 115, 47, 95, 115,
101, 97, 114, 99, 104, 58, 1, 42>>},
{50000, 2,
<<10, 18, 112, 114, 111, 106, 101, 99, 116, 46, 103, 114, 97, 110, 116, 46, 114,
101, 97, 100, 18, 9, 80, 114, 111, 106, 101, 99, 116, 73, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListProjectGrantsResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListAllProjectGrantsRequest",
name: "ListAllProjectGrants",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 22, 47, 112, 114, 111, 106, 101, 99, 116, 103, 114, 97, 110, 116, 115, 47,
95, 115, 101, 97, 114, 99, 104, 58, 1, 42>>},
{50000, 2,
<<10, 18, 112, 114, 111, 106, 101, 99, 116, 46, 103, 114, 97, 110, 116, 46, 114,
101, 97, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListAllProjectGrantsResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.AddProjectGrantRequest",
name: "AddProjectGrant",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 29, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 103, 114, 97, 110, 116, 115, 58, 1, 42>>},
{50000, 2,
<<10, 19, 112, 114, 111, 106, 101, 99, 116, 46, 103, 114, 97, 110, 116, 46, 119,
114, 105, 116, 101>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.AddProjectGrantResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.UpdateProjectGrantRequest",
name: "UpdateProjectGrant",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 40, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 103, 114, 97, 110, 116, 115, 47, 123, 103,
114, 97, 110, 116, 95, 105, 100, 125, 58, 1, 42>>},
{50000, 2,
<<10, 19, 112, 114, 111, 106, 101, 99, 116, 46, 103, 114, 97, 110, 116, 46, 119,
114, 105, 116, 101>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.UpdateProjectGrantResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.DeactivateProjectGrantRequest",
name: "DeactivateProjectGrant",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 52, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 103, 114, 97, 110, 116, 115, 47, 123, 103,
114, 97, 110, 116, 95, 105, 100, 125, 47, 95, 100, 101, 97, 99, 116, 105, 118,
97, 116, 101, 58, 1, 42>>},
{50000, 2,
<<10, 19, 112, 114, 111, 106, 101, 99, 116, 46, 103, 114, 97, 110, 116, 46, 119,
114, 105, 116, 101>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.DeactivateProjectGrantResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ReactivateProjectGrantRequest",
name: "ReactivateProjectGrant",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 52, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 103, 114, 97, 110, 116, 115, 47, 123, 103,
114, 97, 110, 116, 95, 105, 100, 125, 47, 95, 114, 101, 97, 99, 116, 105, 118,
97, 116, 101, 58, 1, 42>>},
{50000, 2,
<<10, 19, 112, 114, 111, 106, 101, 99, 116, 46, 103, 114, 97, 110, 116, 46, 119,
114, 105, 116, 101>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ReactivateProjectGrantResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RemoveProjectGrantRequest",
name: "RemoveProjectGrant",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, "*(/projects/{project_id}/grants/{grant_id}"},
{50000, 2,
<<10, 20, 112, 114, 111, 106, 101, 99, 116, 46, 103, 114, 97, 110, 116, 46, 100,
101, 108, 101, 116, 101>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RemoveProjectGrantResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListProjectGrantMemberRolesRequest",
name: "ListProjectGrantMemberRoles",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, "\"&/projects/grants/members/roles/_search"},
{50000, 2,
<<10, 25, 112, 114, 111, 106, 101, 99, 116, 46, 103, 114, 97, 110, 116, 46, 109,
101, 109, 98, 101, 114, 46, 114, 101, 97, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListProjectGrantMemberRolesResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListProjectGrantMembersRequest",
name: "ListProjectGrantMembers",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 56, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 103, 114, 97, 110, 116, 115, 47, 123, 103,
114, 97, 110, 116, 95, 105, 100, 125, 47, 109, 101, 109, 98, 101, 114, 115, 47,
95, 115, 101, 97, 114, 99, 104, 58, 1, 42>>},
{50000, 2,
<<10, 25, 112, 114, 111, 106, 101, 99, 116, 46, 103, 114, 97, 110, 116, 46, 109,
101, 109, 98, 101, 114, 46, 114, 101, 97, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListProjectGrantMembersResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.AddProjectGrantMemberRequest",
name: "AddProjectGrantMember",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 48, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 103, 114, 97, 110, 116, 115, 47, 123, 103,
114, 97, 110, 116, 95, 105, 100, 125, 47, 109, 101, 109, 98, 101, 114, 115, 58,
1, 42>>},
{50000, 2,
<<10, 26, 112, 114, 111, 106, 101, 99, 116, 46, 103, 114, 97, 110, 116, 46, 109,
101, 109, 98, 101, 114, 46, 119, 114, 105, 116, 101>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.AddProjectGrantMemberResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.UpdateProjectGrantMemberRequest",
name: "UpdateProjectGrantMember",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 58, 47, 112, 114, 111, 106, 101, 99, 116, 115, 47, 123, 112, 114, 111, 106,
101, 99, 116, 95, 105, 100, 125, 47, 103, 114, 97, 110, 116, 115, 47, 123, 103,
114, 97, 110, 116, 95, 105, 100, 125, 47, 109, 101, 109, 98, 101, 114, 115, 47,
123, 117, 115, 101, 114, 95, 105, 100, 125, 58, 1, 42>>},
{50000, 2,
<<10, 26, 112, 114, 111, 106, 101, 99, 116, 46, 103, 114, 97, 110, 116, 46, 109,
101, 109, 98, 101, 114, 46, 119, 114, 105, 116, 101>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.UpdateProjectGrantMemberResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RemoveProjectGrantMemberRequest",
name: "RemoveProjectGrantMember",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, "*:/projects/{project_id}/grants/{grant_id}/members/{user_id}"},
{50000, 2, "\n\eproject.grant.member.delete"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RemoveProjectGrantMemberResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetUserGrantByIDRequest",
name: "GetUserGrantByID",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 34, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 103, 114, 97, 110, 116, 115, 47, 123, 103, 114, 97, 110, 116, 95, 105,
100, 125>>},
{50000, 2,
<<10, 15, 117, 115, 101, 114, 46, 103, 114, 97, 110, 116, 46, 114, 101, 97, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetUserGrantByIDResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListUserGrantRequest",
name: "ListUserGrants",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 21, 47, 117, 115, 101, 114, 115, 47, 103, 114, 97, 110, 116, 115, 47, 95,
115, 101, 97, 114, 99, 104, 58, 1, 42>>},
{50000, 2,
<<10, 15, 117, 115, 101, 114, 46, 103, 114, 97, 110, 116, 46, 114, 101, 97, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListUserGrantResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.AddUserGrantRequest",
name: "AddUserGrant",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 23, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 103, 114, 97, 110, 116, 115, 58, 1, 42>>},
{50000, 2,
<<10, 16, 117, 115, 101, 114, 46, 103, 114, 97, 110, 116, 46, 119, 114, 105, 116,
101>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.AddUserGrantResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.UpdateUserGrantRequest",
name: "UpdateUserGrant",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 34, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 103, 114, 97, 110, 116, 115, 47, 123, 103, 114, 97, 110, 116, 95, 105,
100, 125, 58, 1, 42>>},
{50000, 2,
<<10, 16, 117, 115, 101, 114, 46, 103, 114, 97, 110, 116, 46, 119, 114, 105, 116,
101>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.UpdateUserGrantResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.DeactivateUserGrantRequest",
name: "DeactivateUserGrant",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 46, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 103, 114, 97, 110, 116, 115, 47, 123, 103, 114, 97, 110, 116, 95, 105,
100, 125, 47, 95, 100, 101, 97, 99, 116, 105, 118, 97, 116, 101, 58, 1, 42>>},
{50000, 2,
<<10, 16, 117, 115, 101, 114, 46, 103, 114, 97, 110, 116, 46, 119, 114, 105, 116,
101>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.DeactivateUserGrantResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ReactivateUserGrantRequest",
name: "ReactivateUserGrant",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 46, 47, 117, 115, 101, 114, 115, 47, 123, 117, 115, 101, 114, 95, 105, 100,
125, 47, 103, 114, 97, 110, 116, 115, 47, 123, 103, 114, 97, 110, 116, 95, 105,
100, 125, 47, 95, 114, 101, 97, 99, 116, 105, 118, 97, 116, 101, 58, 1, 42>>},
{50000, 2,
<<10, 16, 117, 115, 101, 114, 46, 103, 114, 97, 110, 116, 46, 119, 114, 105, 116,
101>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ReactivateUserGrantResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RemoveUserGrantRequest",
name: "RemoveUserGrant",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, "*\"/users/{user_id}/grants/{grant_id}"},
{50000, 2,
<<10, 17, 117, 115, 101, 114, 46, 103, 114, 97, 110, 116, 46, 100, 101, 108, 101,
116, 101>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RemoveUserGrantResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.BulkRemoveUserGrantRequest",
name: "BulkRemoveUserGrant",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<42, 18, 47, 117, 115, 101, 114, 95, 103, 114, 97, 110, 116, 115, 47, 95, 98, 117,
108, 107, 58, 1, 42>>},
{50000, 2,
<<10, 17, 117, 115, 101, 114, 46, 103, 114, 97, 110, 116, 46, 100, 101, 108, 101,
116, 101>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.BulkRemoveUserGrantResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetOrgIAMPolicyRequest",
name: "GetOrgIAMPolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 16, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 111, 114, 103, 105, 97,
109>>},
{50000, 2, "\n\rauthenticated"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetOrgIAMPolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetDomainPolicyRequest",
name: "GetDomainPolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 16, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 100, 111, 109, 97, 105,
110>>},
{50000, 2, "\n\rauthenticated"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetDomainPolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetLoginPolicyRequest",
name: "GetLoginPolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 15, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 108, 111, 103, 105, 110>>},
{50000, 2, "\n\vpolicy.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetLoginPolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetDefaultLoginPolicyRequest",
name: "GetDefaultLoginPolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 23, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 100, 101, 102, 97, 117,
108, 116, 47, 108, 111, 103, 105, 110>>},
{50000, 2, "\n\vpolicy.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetDefaultLoginPolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.AddCustomLoginPolicyRequest",
name: "AddCustomLoginPolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 15, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 108, 111, 103, 105, 110,
58, 1, 42>>},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.AddCustomLoginPolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.UpdateCustomLoginPolicyRequest",
name: "UpdateCustomLoginPolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 15, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 108, 111, 103, 105, 110,
58, 1, 42>>},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.UpdateCustomLoginPolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ResetLoginPolicyToDefaultRequest",
name: "ResetLoginPolicyToDefault",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<42, 15, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 108, 111, 103, 105, 110>>},
{50000, 2, "\n\rpolicy.delete"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ResetLoginPolicyToDefaultResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListLoginPolicyIDPsRequest",
name: "ListLoginPolicyIDPs",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 28, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 108, 111, 103, 105, 110,
47, 105, 100, 112, 115, 47, 95, 115, 101, 97, 114, 99, 104, 58, 1, 42>>},
{50000, 2, "\n\vpolicy.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListLoginPolicyIDPsResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.AddIDPToLoginPolicyRequest",
name: "AddIDPToLoginPolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 20, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 108, 111, 103, 105, 110,
47, 105, 100, 112, 115, 58, 1, 42>>},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.AddIDPToLoginPolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RemoveIDPFromLoginPolicyRequest",
name: "RemoveIDPFromLoginPolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<42, 29, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 108, 111, 103, 105, 110,
47, 105, 100, 112, 115, 47, 123, 105, 100, 112, 95, 105, 100, 125>>},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RemoveIDPFromLoginPolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListLoginPolicySecondFactorsRequest",
name: "ListLoginPolicySecondFactors",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, "\"&/policies/login/second_factors/_search"},
{50000, 2, "\n\vpolicy.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListLoginPolicySecondFactorsResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.AddSecondFactorToLoginPolicyRequest",
name: "AddSecondFactorToLoginPolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 30, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 108, 111, 103, 105, 110,
47, 115, 101, 99, 111, 110, 100, 95, 102, 97, 99, 116, 111, 114, 115, 58, 1,
42>>},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.AddSecondFactorToLoginPolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RemoveSecondFactorFromLoginPolicyRequest",
name: "RemoveSecondFactorFromLoginPolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, "*%/policies/login/second_factors/{type}"},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RemoveSecondFactorFromLoginPolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListLoginPolicyMultiFactorsRequest",
name: "ListLoginPolicyMultiFactors",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, "\"$/policies/login/auth_factors/_search"},
{50000, 2, "\n\vpolicy.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListLoginPolicyMultiFactorsResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.AddMultiFactorToLoginPolicyRequest",
name: "AddMultiFactorToLoginPolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 29, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 108, 111, 103, 105, 110,
47, 109, 117, 108, 116, 105, 95, 102, 97, 99, 116, 111, 114, 115, 58, 1, 42>>},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.AddMultiFactorToLoginPolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RemoveMultiFactorFromLoginPolicyRequest",
name: "RemoveMultiFactorFromLoginPolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, "*$/policies/login/multi_factors/{type}"},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RemoveMultiFactorFromLoginPolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetPasswordComplexityPolicyRequest",
name: "GetPasswordComplexityPolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 29, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 112, 97, 115, 115, 119,
111, 114, 100, 47, 99, 111, 109, 112, 108, 101, 120, 105, 116, 121>>},
{50000, 2, "\n\vpolicy.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetPasswordComplexityPolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetDefaultPasswordComplexityPolicyRequest",
name: "GetDefaultPasswordComplexityPolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 37, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 100, 101, 102, 97, 117,
108, 116, 47, 112, 97, 115, 115, 119, 111, 114, 100, 47, 99, 111, 109, 112, 108,
101, 120, 105, 116, 121>>},
{50000, 2, "\n\vpolicy.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetDefaultPasswordComplexityPolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.AddCustomPasswordComplexityPolicyRequest",
name: "AddCustomPasswordComplexityPolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 29, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 112, 97, 115, 115, 119,
111, 114, 100, 47, 99, 111, 109, 112, 108, 101, 120, 105, 116, 121, 58, 1, 42>>},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.AddCustomPasswordComplexityPolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.UpdateCustomPasswordComplexityPolicyRequest",
name: "UpdateCustomPasswordComplexityPolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 29, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 112, 97, 115, 115, 119,
111, 114, 100, 47, 99, 111, 109, 112, 108, 101, 120, 105, 116, 121, 58, 1, 42>>},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.UpdateCustomPasswordComplexityPolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ResetPasswordComplexityPolicyToDefaultRequest",
name: "ResetPasswordComplexityPolicyToDefault",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<42, 29, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 112, 97, 115, 115, 119,
111, 114, 100, 47, 99, 111, 109, 112, 108, 101, 120, 105, 116, 121>>},
{50000, 2, "\n\rpolicy.delete"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ResetPasswordComplexityPolicyToDefaultResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetPasswordAgePolicyRequest",
name: "GetPasswordAgePolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 22, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 112, 97, 115, 115, 119,
111, 114, 100, 47, 97, 103, 101>>},
{50000, 2, "\n\vpolicy.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetPasswordAgePolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetDefaultPasswordAgePolicyRequest",
name: "GetDefaultPasswordAgePolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 30, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 100, 101, 102, 97, 117,
108, 116, 47, 112, 97, 115, 115, 119, 111, 114, 100, 47, 97, 103, 101>>},
{50000, 2, "\n\vpolicy.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetDefaultPasswordAgePolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.AddCustomPasswordAgePolicyRequest",
name: "AddCustomPasswordAgePolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 22, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 112, 97, 115, 115, 119,
111, 114, 100, 47, 97, 103, 101, 58, 1, 42>>},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.AddCustomPasswordAgePolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.UpdateCustomPasswordAgePolicyRequest",
name: "UpdateCustomPasswordAgePolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 22, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 112, 97, 115, 115, 119,
111, 114, 100, 47, 97, 103, 101, 58, 1, 42>>},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.UpdateCustomPasswordAgePolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ResetPasswordAgePolicyToDefaultRequest",
name: "ResetPasswordAgePolicyToDefault",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<42, 22, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 112, 97, 115, 115, 119,
111, 114, 100, 47, 97, 103, 101>>},
{50000, 2, "\n\rpolicy.delete"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ResetPasswordAgePolicyToDefaultResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetLockoutPolicyRequest",
name: "GetLockoutPolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 17, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 108, 111, 99, 107, 111,
117, 116>>},
{50000, 2, "\n\vpolicy.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetLockoutPolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetDefaultLockoutPolicyRequest",
name: "GetDefaultLockoutPolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 25, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 100, 101, 102, 97, 117,
108, 116, 47, 108, 111, 99, 107, 111, 117, 116>>},
{50000, 2, "\n\vpolicy.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetDefaultLockoutPolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.AddCustomLockoutPolicyRequest",
name: "AddCustomLockoutPolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 17, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 108, 111, 99, 107, 111,
117, 116, 58, 1, 42>>},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.AddCustomLockoutPolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.UpdateCustomLockoutPolicyRequest",
name: "UpdateCustomLockoutPolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 17, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 108, 111, 99, 107, 111,
117, 116, 58, 1, 42>>},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.UpdateCustomLockoutPolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ResetLockoutPolicyToDefaultRequest",
name: "ResetLockoutPolicyToDefault",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<42, 17, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 108, 111, 99, 107, 111,
117, 116>>},
{50000, 2, "\n\rpolicy.delete"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ResetLockoutPolicyToDefaultResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetPrivacyPolicyRequest",
name: "GetPrivacyPolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 17, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 112, 114, 105, 118, 97,
99, 121>>},
{50000, 2, "\n\vpolicy.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetPrivacyPolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetDefaultPrivacyPolicyRequest",
name: "GetDefaultPrivacyPolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 25, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 100, 101, 102, 97, 117,
108, 116, 47, 112, 114, 105, 118, 97, 99, 121>>},
{50000, 2, "\n\vpolicy.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetDefaultPrivacyPolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.AddCustomPrivacyPolicyRequest",
name: "AddCustomPrivacyPolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 17, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 112, 114, 105, 118, 97,
99, 121, 58, 1, 42>>},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.AddCustomPrivacyPolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.UpdateCustomPrivacyPolicyRequest",
name: "UpdateCustomPrivacyPolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 17, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 112, 114, 105, 118, 97,
99, 121, 58, 1, 42>>},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.UpdateCustomPrivacyPolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ResetPrivacyPolicyToDefaultRequest",
name: "ResetPrivacyPolicyToDefault",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<42, 17, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 112, 114, 105, 118, 97,
99, 121>>},
{50000, 2, "\n\rpolicy.delete"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ResetPrivacyPolicyToDefaultResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetLabelPolicyRequest",
name: "GetLabelPolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 15, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 108, 97, 98, 101, 108>>},
{50000, 2, "\n\vpolicy.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetLabelPolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetPreviewLabelPolicyRequest",
name: "GetPreviewLabelPolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 24, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 108, 97, 98, 101, 108, 47,
95, 112, 114, 101, 118, 105, 101, 119>>},
{50000, 2, "\n\vpolicy.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetPreviewLabelPolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetDefaultLabelPolicyRequest",
name: "GetDefaultLabelPolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 23, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 100, 101, 102, 97, 117,
108, 116, 47, 108, 97, 98, 101, 108>>},
{50000, 2, "\n\vpolicy.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetDefaultLabelPolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.AddCustomLabelPolicyRequest",
name: "AddCustomLabelPolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 15, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 108, 97, 98, 101, 108, 58,
1, 42>>},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.AddCustomLabelPolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.UpdateCustomLabelPolicyRequest",
name: "UpdateCustomLabelPolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 15, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 108, 97, 98, 101, 108, 58,
1, 42>>},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.UpdateCustomLabelPolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ActivateCustomLabelPolicyRequest",
name: "ActivateCustomLabelPolicy",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 25, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 108, 97, 98, 101, 108, 47,
95, 97, 99, 116, 105, 118, 97, 116, 101, 58, 1, 42>>},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ActivateCustomLabelPolicyResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RemoveCustomLabelPolicyLogoRequest",
name: "RemoveCustomLabelPolicyLogo",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<42, 20, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 108, 97, 98, 101, 108, 47,
108, 111, 103, 111>>},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RemoveCustomLabelPolicyLogoResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RemoveCustomLabelPolicyLogoDarkRequest",
name: "RemoveCustomLabelPolicyLogoDark",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<42, 25, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 108, 97, 98, 101, 108, 47,
108, 111, 103, 111, 95, 100, 97, 114, 107>>},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RemoveCustomLabelPolicyLogoDarkResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RemoveCustomLabelPolicyIconRequest",
name: "RemoveCustomLabelPolicyIcon",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<42, 20, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 108, 97, 98, 101, 108, 47,
105, 99, 111, 110>>},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RemoveCustomLabelPolicyIconResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RemoveCustomLabelPolicyIconDarkRequest",
name: "RemoveCustomLabelPolicyIconDark",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<42, 25, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 108, 97, 98, 101, 108, 47,
105, 99, 111, 110, 95, 100, 97, 114, 107>>},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RemoveCustomLabelPolicyIconDarkResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RemoveCustomLabelPolicyFontRequest",
name: "RemoveCustomLabelPolicyFont",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<42, 20, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 108, 97, 98, 101, 108, 47,
102, 111, 110, 116>>},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RemoveCustomLabelPolicyFontResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ResetLabelPolicyToDefaultRequest",
name: "ResetLabelPolicyToDefault",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<42, 15, 47, 112, 111, 108, 105, 99, 105, 101, 115, 47, 108, 97, 98, 101, 108>>},
{50000, 2, "\n\rpolicy.delete"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ResetLabelPolicyToDefaultResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetCustomInitMessageTextRequest",
name: "GetCustomInitMessageText",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 29, 47, 116, 101, 120, 116, 47, 109, 101, 115, 115, 97, 103, 101, 47, 105,
110, 105, 116, 47, 123, 108, 97, 110, 103, 117, 97, 103, 101, 125>>},
{50000, 2, "\n\vpolicy.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetCustomInitMessageTextResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetDefaultInitMessageTextRequest",
name: "GetDefaultInitMessageText",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 37, 47, 116, 101, 120, 116, 47, 100, 101, 102, 97, 117, 108, 116, 47, 109,
101, 115, 115, 97, 103, 101, 47, 105, 110, 105, 116, 47, 123, 108, 97, 110, 103,
117, 97, 103, 101, 125>>},
{50000, 2, "\n\vpolicy.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetDefaultInitMessageTextResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.SetCustomInitMessageTextRequest",
name: "SetCustomInitMessageText",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 29, 47, 116, 101, 120, 116, 47, 109, 101, 115, 115, 97, 103, 101, 47, 105,
110, 105, 116, 47, 123, 108, 97, 110, 103, 117, 97, 103, 101, 125, 58, 1, 42>>},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.SetCustomInitMessageTextResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ResetCustomInitMessageTextToDefaultRequest",
name: "ResetCustomInitMessageTextToDefault",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<42, 29, 47, 116, 101, 120, 116, 47, 109, 101, 115, 115, 97, 103, 101, 47, 105,
110, 105, 116, 47, 123, 108, 97, 110, 103, 117, 97, 103, 101, 125>>},
{50000, 2, "\n\rpolicy.delete"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ResetCustomInitMessageTextToDefaultResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetCustomPasswordResetMessageTextRequest",
name: "GetCustomPasswordResetMessageText",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 38, 47, 116, 101, 120, 116, 47, 109, 101, 115, 115, 97, 103, 101, 47, 112,
97, 115, 115, 119, 111, 114, 100, 114, 101, 115, 101, 116, 47, 123, 108, 97, 110,
103, 117, 97, 103, 101, 125>>},
{50000, 2, "\n\vpolicy.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetCustomPasswordResetMessageTextResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetDefaultPasswordResetMessageTextRequest",
name: "GetDefaultPasswordResetMessageText",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 46, 47, 116, 101, 120, 116, 47, 100, 101, 102, 97, 117, 108, 116, 47, 109,
101, 115, 115, 97, 103, 101, 47, 112, 97, 115, 115, 119, 111, 114, 100, 114, 101,
115, 101, 116, 47, 123, 108, 97, 110, 103, 117, 97, 103, 101, 125>>},
{50000, 2, "\n\vpolicy.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetDefaultPasswordResetMessageTextResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.SetCustomPasswordResetMessageTextRequest",
name: "SetCustomPasswordResetMessageText",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 38, 47, 116, 101, 120, 116, 47, 109, 101, 115, 115, 97, 103, 101, 47, 112,
97, 115, 115, 119, 111, 114, 100, 114, 101, 115, 101, 116, 47, 123, 108, 97, 110,
103, 117, 97, 103, 101, 125, 58, 1, 42>>},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.SetCustomPasswordResetMessageTextResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type:
".zitadel.management.v1.ResetCustomPasswordResetMessageTextToDefaultRequest",
name: "ResetCustomPasswordResetMessageTextToDefault",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, "*$/text/message/verifyemail/{language}"},
{50000, 2, "\n\rpolicy.delete"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type:
".zitadel.management.v1.ResetCustomPasswordResetMessageTextToDefaultResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetCustomVerifyEmailMessageTextRequest",
name: "GetCustomVerifyEmailMessageText",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 36, 47, 116, 101, 120, 116, 47, 109, 101, 115, 115, 97, 103, 101, 47, 118,
101, 114, 105, 102, 121, 101, 109, 97, 105, 108, 47, 123, 108, 97, 110, 103, 117,
97, 103, 101, 125>>},
{50000, 2, "\n\vpolicy.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetCustomVerifyEmailMessageTextResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetDefaultVerifyEmailMessageTextRequest",
name: "GetDefaultVerifyEmailMessageText",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 44, 47, 116, 101, 120, 116, 47, 100, 101, 102, 97, 117, 108, 116, 47, 109,
101, 115, 115, 97, 103, 101, 47, 118, 101, 114, 105, 102, 121, 101, 109, 97, 105,
108, 47, 123, 108, 97, 110, 103, 117, 97, 103, 101, 125>>},
{50000, 2, "\n\vpolicy.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetDefaultVerifyEmailMessageTextResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.SetCustomVerifyEmailMessageTextRequest",
name: "SetCustomVerifyEmailMessageText",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 36, 47, 116, 101, 120, 116, 47, 109, 101, 115, 115, 97, 103, 101, 47, 118,
101, 114, 105, 102, 121, 101, 109, 97, 105, 108, 47, 123, 108, 97, 110, 103, 117,
97, 103, 101, 125, 58, 1, 42>>},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.SetCustomVerifyEmailMessageTextResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ResetCustomVerifyEmailMessageTextToDefaultRequest",
name: "ResetCustomVerifyEmailMessageTextToDefault",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, "*$/text/message/verifyemail/{language}"},
{50000, 2, "\n\rpolicy.delete"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type:
".zitadel.management.v1.ResetCustomVerifyEmailMessageTextToDefaultResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetCustomVerifyPhoneMessageTextRequest",
name: "GetCustomVerifyPhoneMessageText",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 36, 47, 116, 101, 120, 116, 47, 109, 101, 115, 115, 97, 103, 101, 47, 118,
101, 114, 105, 102, 121, 112, 104, 111, 110, 101, 47, 123, 108, 97, 110, 103,
117, 97, 103, 101, 125>>},
{50000, 2, "\n\vpolicy.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetCustomVerifyPhoneMessageTextResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetDefaultVerifyPhoneMessageTextRequest",
name: "GetDefaultVerifyPhoneMessageText",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 44, 47, 116, 101, 120, 116, 47, 100, 101, 102, 97, 117, 108, 116, 47, 109,
101, 115, 115, 97, 103, 101, 47, 118, 101, 114, 105, 102, 121, 112, 104, 111,
110, 101, 47, 123, 108, 97, 110, 103, 117, 97, 103, 101, 125>>},
{50000, 2, "\n\vpolicy.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetDefaultVerifyPhoneMessageTextResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.SetCustomVerifyPhoneMessageTextRequest",
name: "SetCustomVerifyPhoneMessageText",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 36, 47, 116, 101, 120, 116, 47, 109, 101, 115, 115, 97, 103, 101, 47, 118,
101, 114, 105, 102, 121, 112, 104, 111, 110, 101, 47, 123, 108, 97, 110, 103,
117, 97, 103, 101, 125, 58, 1, 42>>},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.SetCustomVerifyPhoneMessageTextResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ResetCustomVerifyPhoneMessageTextToDefaultRequest",
name: "ResetCustomVerifyPhoneMessageTextToDefault",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, "*$/text/message/verifyphone/{language}"},
{50000, 2, "\n\rpolicy.delete"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type:
".zitadel.management.v1.ResetCustomVerifyPhoneMessageTextToDefaultResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetCustomDomainClaimedMessageTextRequest",
name: "GetCustomDomainClaimedMessageText",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 38, 47, 116, 101, 120, 116, 47, 109, 101, 115, 115, 97, 103, 101, 47, 100,
111, 109, 97, 105, 110, 99, 108, 97, 105, 109, 101, 100, 47, 123, 108, 97, 110,
103, 117, 97, 103, 101, 125>>},
{50000, 2, "\n\vpolicy.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetCustomDomainClaimedMessageTextResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetDefaultDomainClaimedMessageTextRequest",
name: "GetDefaultDomainClaimedMessageText",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 46, 47, 116, 101, 120, 116, 47, 100, 101, 102, 97, 117, 108, 116, 47, 109,
101, 115, 115, 97, 103, 101, 47, 100, 111, 109, 97, 105, 110, 99, 108, 97, 105,
109, 101, 100, 47, 123, 108, 97, 110, 103, 117, 97, 103, 101, 125>>},
{50000, 2, "\n\vpolicy.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetDefaultDomainClaimedMessageTextResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.SetCustomDomainClaimedMessageTextRequest",
name: "SetCustomDomainClaimedMessageCustomText",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 38, 47, 116, 101, 120, 116, 47, 109, 101, 115, 115, 97, 103, 101, 47, 100,
111, 109, 97, 105, 110, 99, 108, 97, 105, 109, 101, 100, 47, 123, 108, 97, 110,
103, 117, 97, 103, 101, 125, 58, 1, 42>>},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.SetCustomDomainClaimedMessageTextResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type:
".zitadel.management.v1.ResetCustomDomainClaimedMessageTextToDefaultRequest",
name: "ResetCustomDomainClaimedMessageTextToDefault",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, "*&/text/message/domainclaimed/{language}"},
{50000, 2, "\n\rpolicy.delete"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type:
".zitadel.management.v1.ResetCustomDomainClaimedMessageTextToDefaultResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type:
".zitadel.management.v1.GetCustomPasswordlessRegistrationMessageTextRequest",
name: "GetCustomPasswordlessRegistrationMessageText",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 50, 47, 116, 101, 120, 116, 47, 109, 101, 115, 115, 97, 103, 101, 47, 112,
97, 115, 115, 119, 111, 114, 100, 108, 101, 115, 115, 95, 114, 101, 103, 105,
115, 116, 114, 97, 116, 105, 111, 110, 47, 123, 108, 97, 110, 103, 117, 97, 103,
101, 125>>},
{50000, 2, "\n\vpolicy.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type:
".zitadel.management.v1.GetCustomPasswordlessRegistrationMessageTextResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type:
".zitadel.management.v1.GetDefaultPasswordlessRegistrationMessageTextRequest",
name: "GetDefaultPasswordlessRegistrationMessageText",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 58, 47, 116, 101, 120, 116, 47, 100, 101, 102, 97, 117, 108, 116, 47, 109,
101, 115, 115, 97, 103, 101, 47, 112, 97, 115, 115, 119, 111, 114, 100, 108, 101,
115, 115, 95, 114, 101, 103, 105, 115, 116, 114, 97, 116, 105, 111, 110, 47, 123,
108, 97, 110, 103, 117, 97, 103, 101, 125>>},
{50000, 2, "\n\vpolicy.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type:
".zitadel.management.v1.GetDefaultPasswordlessRegistrationMessageTextResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type:
".zitadel.management.v1.SetCustomPasswordlessRegistrationMessageTextRequest",
name: "SetCustomPasswordlessRegistrationMessageCustomText",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 50, 47, 116, 101, 120, 116, 47, 109, 101, 115, 115, 97, 103, 101, 47, 112,
97, 115, 115, 119, 111, 114, 100, 108, 101, 115, 115, 95, 114, 101, 103, 105,
115, 116, 114, 97, 116, 105, 111, 110, 47, 123, 108, 97, 110, 103, 117, 97, 103,
101, 125, 58, 1, 42>>},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type:
".zitadel.management.v1.SetCustomPasswordlessRegistrationMessageTextResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type:
".zitadel.management.v1.ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest",
name: "ResetCustomPasswordlessRegistrationMessageTextToDefault",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, "*2/text/message/passwordless_registration/{language}"},
{50000, 2, "\n\rpolicy.delete"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type:
".zitadel.management.v1.ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetCustomLoginTextsRequest",
name: "GetCustomLoginTexts",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 22, 47, 116, 101, 120, 116, 47, 108, 111, 103, 105, 110, 47, 123, 108, 97,
110, 103, 117, 97, 103, 101, 125>>},
{50000, 2, "\n\vpolicy.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetCustomLoginTextsResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetDefaultLoginTextsRequest",
name: "GetDefaultLoginTexts",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 30, 47, 116, 101, 120, 116, 47, 100, 101, 102, 97, 117, 108, 116, 47, 108,
111, 103, 105, 110, 47, 123, 108, 97, 110, 103, 117, 97, 103, 101, 125>>},
{50000, 2, "\n\vpolicy.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetDefaultLoginTextsResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.SetCustomLoginTextsRequest",
name: "SetCustomLoginText",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 22, 47, 116, 101, 120, 116, 47, 108, 111, 103, 105, 110, 47, 123, 108, 97,
110, 103, 117, 97, 103, 101, 125, 58, 1, 42>>},
{50000, 2, "\n\fpolicy.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.SetCustomLoginTextsResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ResetCustomLoginTextsToDefaultRequest",
name: "ResetCustomLoginTextToDefault",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<42, 22, 47, 116, 101, 120, 116, 47, 108, 111, 103, 105, 110, 47, 123, 108, 97,
110, 103, 117, 97, 103, 101, 125>>},
{50000, 2, "\n\rpolicy.delete"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ResetCustomLoginTextsToDefaultResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetOrgIDPByIDRequest",
name: "GetOrgIDPByID",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, <<18, 10, 47, 105, 100, 112, 115, 47, 123, 105, 100, 125>>},
{50000, 2, "\n\forg.idp.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetOrgIDPByIDResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListOrgIDPsRequest",
name: "ListOrgIDPs",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 13, 47, 105, 100, 112, 115, 47, 95, 115, 101, 97, 114, 99, 104, 58, 1, 42>>},
{50000, 2, "\n\forg.idp.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListOrgIDPsResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.AddOrgOIDCIDPRequest",
name: "AddOrgOIDCIDP",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 10, 47, 105, 100, 112, 115, 47, 111, 105, 100, 99, 58, 1, 42>>},
{50000, 2, "\n\rorg.idp.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.AddOrgOIDCIDPResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.AddOrgJWTIDPRequest",
name: "AddOrgJWTIDP",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, <<34, 9, 47, 105, 100, 112, 115, 47, 106, 119, 116, 58, 1, 42>>},
{50000, 2, "\n\rorg.idp.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.AddOrgJWTIDPResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.DeactivateOrgIDPRequest",
name: "DeactivateOrgIDP",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 26, 47, 105, 100, 112, 115, 47, 123, 105, 100, 112, 95, 105, 100, 125, 47,
95, 100, 101, 97, 99, 116, 105, 118, 97, 116, 101, 58, 1, 42>>},
{50000, 2, "\n\rorg.idp.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.DeactivateOrgIDPResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ReactivateOrgIDPRequest",
name: "ReactivateOrgIDP",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 26, 47, 105, 100, 112, 115, 47, 123, 105, 100, 112, 95, 105, 100, 125, 47,
95, 114, 101, 97, 99, 116, 105, 118, 97, 116, 101, 58, 1, 42>>},
{50000, 2, "\n\rorg.idp.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ReactivateOrgIDPResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.RemoveOrgIDPRequest",
name: "RemoveOrgIDP",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<42, 14, 47, 105, 100, 112, 115, 47, 123, 105, 100, 112, 95, 105, 100, 125>>},
{50000, 2, "\n\rorg.idp.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.RemoveOrgIDPResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.UpdateOrgIDPRequest",
name: "UpdateOrgIDP",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 14, 47, 105, 100, 112, 115, 47, 123, 105, 100, 112, 95, 105, 100, 125, 58, 1,
42>>},
{50000, 2, "\n\rorg.idp.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.UpdateOrgIDPResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.UpdateOrgIDPOIDCConfigRequest",
name: "UpdateOrgIDPOIDCConfig",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 26, 47, 105, 100, 112, 115, 47, 123, 105, 100, 112, 95, 105, 100, 125, 47,
111, 105, 100, 99, 95, 99, 111, 110, 102, 105, 103, 58, 1, 42>>},
{50000, 2, "\n\rorg.idp.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.UpdateOrgIDPOIDCConfigResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.UpdateOrgIDPJWTConfigRequest",
name: "UpdateOrgIDPJWTConfig",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 25, 47, 105, 100, 112, 115, 47, 123, 105, 100, 112, 95, 105, 100, 125, 47,
106, 119, 116, 95, 99, 111, 110, 102, 105, 103, 58, 1, 42>>},
{50000, 2, "\n\rorg.idp.write"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.UpdateOrgIDPJWTConfigResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListActionsRequest",
name: "ListActions",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 16, 47, 97, 99, 116, 105, 111, 110, 115, 47, 95, 115, 101, 97, 114, 99, 104,
58, 1, 42>>},
{50000, 2,
<<10, 15, 111, 114, 103, 46, 97, 99, 116, 105, 111, 110, 46, 114, 101, 97, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListActionsResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetActionRequest",
name: "GetAction",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 13, 47, 97, 99, 116, 105, 111, 110, 115, 47, 123, 105, 100, 125>>},
{50000, 2,
<<10, 15, 111, 114, 103, 46, 97, 99, 116, 105, 111, 110, 46, 114, 101, 97, 100>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetActionResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.CreateActionRequest",
name: "CreateAction",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2, <<34, 8, 47, 97, 99, 116, 105, 111, 110, 115, 58, 1, 42>>},
{50000, 2,
<<10, 16, 111, 114, 103, 46, 97, 99, 116, 105, 111, 110, 46, 119, 114, 105, 116,
101>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.CreateActionResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.UpdateActionRequest",
name: "UpdateAction",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<26, 13, 47, 97, 99, 116, 105, 111, 110, 115, 47, 123, 105, 100, 125, 58, 1, 42>>},
{50000, 2,
<<10, 16, 111, 114, 103, 46, 97, 99, 116, 105, 111, 110, 46, 119, 114, 105, 116,
101>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.UpdateActionResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.DeactivateActionRequest",
name: "DeactivateAction",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 25, 47, 97, 99, 116, 105, 111, 110, 115, 47, 123, 105, 100, 125, 47, 95, 100,
101, 97, 99, 116, 105, 118, 97, 116, 101, 58, 1, 42>>},
{50000, 2,
<<10, 16, 111, 114, 103, 46, 97, 99, 116, 105, 111, 110, 46, 119, 114, 105, 116,
101>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.DeactivateActionResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ReactivateActionRequest",
name: "ReactivateAction",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 25, 47, 97, 99, 116, 105, 111, 110, 115, 47, 123, 105, 100, 125, 47, 95, 114,
101, 97, 99, 116, 105, 118, 97, 116, 101, 58, 1, 42>>},
{50000, 2,
<<10, 16, 111, 114, 103, 46, 97, 99, 116, 105, 111, 110, 46, 119, 114, 105, 116,
101>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ReactivateActionResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.DeleteActionRequest",
name: "DeleteAction",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<42, 13, 47, 97, 99, 116, 105, 111, 110, 115, 47, 123, 105, 100, 125, 58, 1, 42>>},
{50000, 2,
<<10, 17, 111, 114, 103, 46, 97, 99, 116, 105, 111, 110, 46, 100, 101, 108, 101,
116, 101>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.DeleteActionResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListFlowTypesRequest",
name: "ListFlowTypes",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 20, 47, 102, 108, 111, 119, 115, 47, 116, 121, 112, 101, 115, 47, 95, 115,
101, 97, 114, 99, 104>>},
{50000, 2, "\n\rorg.flow.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListFlowTypesResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ListFlowTriggerTypesRequest",
name: "ListFlowTriggerTypes",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 30, 47, 102, 108, 111, 119, 115, 47, 123, 116, 121, 112, 101, 125, 47, 116,
114, 105, 103, 103, 101, 114, 115, 47, 95, 115, 101, 97, 114, 99, 104>>},
{50000, 2, "\n\rorg.flow.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ListFlowTriggerTypesResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.GetFlowRequest",
name: "GetFlow",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<18, 13, 47, 102, 108, 111, 119, 115, 47, 123, 116, 121, 112, 101, 125>>},
{50000, 2, "\n\rorg.flow.read"}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.GetFlowResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.ClearFlowRequest",
name: "ClearFlow",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 20, 47, 102, 108, 111, 119, 115, 47, 123, 116, 121, 112, 101, 125, 47, 95,
99, 108, 101, 97, 114>>},
{50000, 2,
<<10, 15, 111, 114, 103, 46, 102, 108, 111, 119, 46, 100, 101, 108, 101, 116, 101>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.ClearFlowResponse",
server_streaming: false
},
%Google.Protobuf.MethodDescriptorProto{
__unknown_fields__: [],
client_streaming: false,
input_type: ".zitadel.management.v1.SetTriggerActionsRequest",
name: "SetTriggerActions",
options: %Google.Protobuf.MethodOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{72_295_728, 2,
<<34, 41, 47, 102, 108, 111, 119, 115, 47, 123, 102, 108, 111, 119, 95, 116, 121,
112, 101, 125, 47, 116, 114, 105, 103, 103, 101, 114, 47, 123, 116, 114, 105,
103, 103, 101, 114, 95, 116, 121, 112, 101, 125, 58, 1, 42>>},
{50000, 2,
<<10, 14, 111, 114, 103, 46, 102, 108, 111, 119, 46, 119, 114, 105, 116, 101>>}
],
deprecated: false,
idempotency_level: :IDEMPOTENCY_UNKNOWN,
uninterpreted_option: []
},
output_type: ".zitadel.management.v1.SetTriggerActionsResponse",
server_streaming: false
}
],
name: "ManagementService",
options: nil
}
end
rpc(:Healthz, Zitadel.Management.V1.HealthzRequest, Zitadel.Management.V1.HealthzResponse)
rpc(
:GetOIDCInformation,
Zitadel.Management.V1.GetOIDCInformationRequest,
Zitadel.Management.V1.GetOIDCInformationResponse
)
rpc(:GetIAM, Zitadel.Management.V1.GetIAMRequest, Zitadel.Management.V1.GetIAMResponse)
rpc(
:GetSupportedLanguages,
Zitadel.Management.V1.GetSupportedLanguagesRequest,
Zitadel.Management.V1.GetSupportedLanguagesResponse
)
rpc(
:GetUserByID,
Zitadel.Management.V1.GetUserByIDRequest,
Zitadel.Management.V1.GetUserByIDResponse
)
rpc(
:GetUserByLoginNameGlobal,
Zitadel.Management.V1.GetUserByLoginNameGlobalRequest,
Zitadel.Management.V1.GetUserByLoginNameGlobalResponse
)
rpc(:ListUsers, Zitadel.Management.V1.ListUsersRequest, Zitadel.Management.V1.ListUsersResponse)
rpc(
:ListUserChanges,
Zitadel.Management.V1.ListUserChangesRequest,
Zitadel.Management.V1.ListUserChangesResponse
)
rpc(
:IsUserUnique,
Zitadel.Management.V1.IsUserUniqueRequest,
Zitadel.Management.V1.IsUserUniqueResponse
)
rpc(
:AddHumanUser,
Zitadel.Management.V1.AddHumanUserRequest,
Zitadel.Management.V1.AddHumanUserResponse
)
rpc(
:ImportHumanUser,
Zitadel.Management.V1.ImportHumanUserRequest,
Zitadel.Management.V1.ImportHumanUserResponse
)
rpc(
:AddMachineUser,
Zitadel.Management.V1.AddMachineUserRequest,
Zitadel.Management.V1.AddMachineUserResponse
)
rpc(
:DeactivateUser,
Zitadel.Management.V1.DeactivateUserRequest,
Zitadel.Management.V1.DeactivateUserResponse
)
rpc(
:ReactivateUser,
Zitadel.Management.V1.ReactivateUserRequest,
Zitadel.Management.V1.ReactivateUserResponse
)
rpc(:LockUser, Zitadel.Management.V1.LockUserRequest, Zitadel.Management.V1.LockUserResponse)
rpc(
:UnlockUser,
Zitadel.Management.V1.UnlockUserRequest,
Zitadel.Management.V1.UnlockUserResponse
)
rpc(
:RemoveUser,
Zitadel.Management.V1.RemoveUserRequest,
Zitadel.Management.V1.RemoveUserResponse
)
rpc(
:UpdateUserName,
Zitadel.Management.V1.UpdateUserNameRequest,
Zitadel.Management.V1.UpdateUserNameResponse
)
rpc(
:SetUserMetadata,
Zitadel.Management.V1.SetUserMetadataRequest,
Zitadel.Management.V1.SetUserMetadataResponse
)
rpc(
:BulkSetUserMetadata,
Zitadel.Management.V1.BulkSetUserMetadataRequest,
Zitadel.Management.V1.BulkSetUserMetadataResponse
)
rpc(
:ListUserMetadata,
Zitadel.Management.V1.ListUserMetadataRequest,
Zitadel.Management.V1.ListUserMetadataResponse
)
rpc(
:GetUserMetadata,
Zitadel.Management.V1.GetUserMetadataRequest,
Zitadel.Management.V1.GetUserMetadataResponse
)
rpc(
:RemoveUserMetadata,
Zitadel.Management.V1.RemoveUserMetadataRequest,
Zitadel.Management.V1.RemoveUserMetadataResponse
)
rpc(
:BulkRemoveUserMetadata,
Zitadel.Management.V1.BulkRemoveUserMetadataRequest,
Zitadel.Management.V1.BulkRemoveUserMetadataResponse
)
rpc(
:GetHumanProfile,
Zitadel.Management.V1.GetHumanProfileRequest,
Zitadel.Management.V1.GetHumanProfileResponse
)
rpc(
:UpdateHumanProfile,
Zitadel.Management.V1.UpdateHumanProfileRequest,
Zitadel.Management.V1.UpdateHumanProfileResponse
)
rpc(
:GetHumanEmail,
Zitadel.Management.V1.GetHumanEmailRequest,
Zitadel.Management.V1.GetHumanEmailResponse
)
rpc(
:UpdateHumanEmail,
Zitadel.Management.V1.UpdateHumanEmailRequest,
Zitadel.Management.V1.UpdateHumanEmailResponse
)
rpc(
:ResendHumanInitialization,
Zitadel.Management.V1.ResendHumanInitializationRequest,
Zitadel.Management.V1.ResendHumanInitializationResponse
)
rpc(
:ResendHumanEmailVerification,
Zitadel.Management.V1.ResendHumanEmailVerificationRequest,
Zitadel.Management.V1.ResendHumanEmailVerificationResponse
)
rpc(
:GetHumanPhone,
Zitadel.Management.V1.GetHumanPhoneRequest,
Zitadel.Management.V1.GetHumanPhoneResponse
)
rpc(
:UpdateHumanPhone,
Zitadel.Management.V1.UpdateHumanPhoneRequest,
Zitadel.Management.V1.UpdateHumanPhoneResponse
)
rpc(
:RemoveHumanPhone,
Zitadel.Management.V1.RemoveHumanPhoneRequest,
Zitadel.Management.V1.RemoveHumanPhoneResponse
)
rpc(
:ResendHumanPhoneVerification,
Zitadel.Management.V1.ResendHumanPhoneVerificationRequest,
Zitadel.Management.V1.ResendHumanPhoneVerificationResponse
)
rpc(
:RemoveHumanAvatar,
Zitadel.Management.V1.RemoveHumanAvatarRequest,
Zitadel.Management.V1.RemoveHumanAvatarResponse
)
rpc(
:SetHumanInitialPassword,
Zitadel.Management.V1.SetHumanInitialPasswordRequest,
Zitadel.Management.V1.SetHumanInitialPasswordResponse
)
rpc(
:SetHumanPassword,
Zitadel.Management.V1.SetHumanPasswordRequest,
Zitadel.Management.V1.SetHumanPasswordResponse
)
rpc(
:SendHumanResetPasswordNotification,
Zitadel.Management.V1.SendHumanResetPasswordNotificationRequest,
Zitadel.Management.V1.SendHumanResetPasswordNotificationResponse
)
rpc(
:ListHumanAuthFactors,
Zitadel.Management.V1.ListHumanAuthFactorsRequest,
Zitadel.Management.V1.ListHumanAuthFactorsResponse
)
rpc(
:RemoveHumanAuthFactorOTP,
Zitadel.Management.V1.RemoveHumanAuthFactorOTPRequest,
Zitadel.Management.V1.RemoveHumanAuthFactorOTPResponse
)
rpc(
:RemoveHumanAuthFactorU2F,
Zitadel.Management.V1.RemoveHumanAuthFactorU2FRequest,
Zitadel.Management.V1.RemoveHumanAuthFactorU2FResponse
)
rpc(
:ListHumanPasswordless,
Zitadel.Management.V1.ListHumanPasswordlessRequest,
Zitadel.Management.V1.ListHumanPasswordlessResponse
)
rpc(
:AddPasswordlessRegistration,
Zitadel.Management.V1.AddPasswordlessRegistrationRequest,
Zitadel.Management.V1.AddPasswordlessRegistrationResponse
)
rpc(
:SendPasswordlessRegistration,
Zitadel.Management.V1.SendPasswordlessRegistrationRequest,
Zitadel.Management.V1.SendPasswordlessRegistrationResponse
)
rpc(
:RemoveHumanPasswordless,
Zitadel.Management.V1.RemoveHumanPasswordlessRequest,
Zitadel.Management.V1.RemoveHumanPasswordlessResponse
)
rpc(
:UpdateMachine,
Zitadel.Management.V1.UpdateMachineRequest,
Zitadel.Management.V1.UpdateMachineResponse
)
rpc(
:GetMachineKeyByIDs,
Zitadel.Management.V1.GetMachineKeyByIDsRequest,
Zitadel.Management.V1.GetMachineKeyByIDsResponse
)
rpc(
:ListMachineKeys,
Zitadel.Management.V1.ListMachineKeysRequest,
Zitadel.Management.V1.ListMachineKeysResponse
)
rpc(
:AddMachineKey,
Zitadel.Management.V1.AddMachineKeyRequest,
Zitadel.Management.V1.AddMachineKeyResponse
)
rpc(
:RemoveMachineKey,
Zitadel.Management.V1.RemoveMachineKeyRequest,
Zitadel.Management.V1.RemoveMachineKeyResponse
)
rpc(
:GetPersonalAccessTokenByIDs,
Zitadel.Management.V1.GetPersonalAccessTokenByIDsRequest,
Zitadel.Management.V1.GetPersonalAccessTokenByIDsResponse
)
rpc(
:ListPersonalAccessTokens,
Zitadel.Management.V1.ListPersonalAccessTokensRequest,
Zitadel.Management.V1.ListPersonalAccessTokensResponse
)
rpc(
:AddPersonalAccessToken,
Zitadel.Management.V1.AddPersonalAccessTokenRequest,
Zitadel.Management.V1.AddPersonalAccessTokenResponse
)
rpc(
:RemovePersonalAccessToken,
Zitadel.Management.V1.RemovePersonalAccessTokenRequest,
Zitadel.Management.V1.RemovePersonalAccessTokenResponse
)
rpc(
:ListHumanLinkedIDPs,
Zitadel.Management.V1.ListHumanLinkedIDPsRequest,
Zitadel.Management.V1.ListHumanLinkedIDPsResponse
)
rpc(
:RemoveHumanLinkedIDP,
Zitadel.Management.V1.RemoveHumanLinkedIDPRequest,
Zitadel.Management.V1.RemoveHumanLinkedIDPResponse
)
rpc(
:ListUserMemberships,
Zitadel.Management.V1.ListUserMembershipsRequest,
Zitadel.Management.V1.ListUserMembershipsResponse
)
rpc(:GetMyOrg, Zitadel.Management.V1.GetMyOrgRequest, Zitadel.Management.V1.GetMyOrgResponse)
rpc(
:GetOrgByDomainGlobal,
Zitadel.Management.V1.GetOrgByDomainGlobalRequest,
Zitadel.Management.V1.GetOrgByDomainGlobalResponse
)
rpc(
:ListOrgChanges,
Zitadel.Management.V1.ListOrgChangesRequest,
Zitadel.Management.V1.ListOrgChangesResponse
)
rpc(:AddOrg, Zitadel.Management.V1.AddOrgRequest, Zitadel.Management.V1.AddOrgResponse)
rpc(:UpdateOrg, Zitadel.Management.V1.UpdateOrgRequest, Zitadel.Management.V1.UpdateOrgResponse)
rpc(
:DeactivateOrg,
Zitadel.Management.V1.DeactivateOrgRequest,
Zitadel.Management.V1.DeactivateOrgResponse
)
rpc(
:ReactivateOrg,
Zitadel.Management.V1.ReactivateOrgRequest,
Zitadel.Management.V1.ReactivateOrgResponse
)
rpc(
:SetOrgMetadata,
Zitadel.Management.V1.SetOrgMetadataRequest,
Zitadel.Management.V1.SetOrgMetadataResponse
)
rpc(
:BulkSetOrgMetadata,
Zitadel.Management.V1.BulkSetOrgMetadataRequest,
Zitadel.Management.V1.BulkSetOrgMetadataResponse
)
rpc(
:ListOrgMetadata,
Zitadel.Management.V1.ListOrgMetadataRequest,
Zitadel.Management.V1.ListOrgMetadataResponse
)
rpc(
:GetOrgMetadata,
Zitadel.Management.V1.GetOrgMetadataRequest,
Zitadel.Management.V1.GetOrgMetadataResponse
)
rpc(
:RemoveOrgMetadata,
Zitadel.Management.V1.RemoveOrgMetadataRequest,
Zitadel.Management.V1.RemoveOrgMetadataResponse
)
rpc(
:BulkRemoveOrgMetadata,
Zitadel.Management.V1.BulkRemoveOrgMetadataRequest,
Zitadel.Management.V1.BulkRemoveOrgMetadataResponse
)
rpc(
:ListOrgDomains,
Zitadel.Management.V1.ListOrgDomainsRequest,
Zitadel.Management.V1.ListOrgDomainsResponse
)
rpc(
:AddOrgDomain,
Zitadel.Management.V1.AddOrgDomainRequest,
Zitadel.Management.V1.AddOrgDomainResponse
)
rpc(
:RemoveOrgDomain,
Zitadel.Management.V1.RemoveOrgDomainRequest,
Zitadel.Management.V1.RemoveOrgDomainResponse
)
rpc(
:GenerateOrgDomainValidation,
Zitadel.Management.V1.GenerateOrgDomainValidationRequest,
Zitadel.Management.V1.GenerateOrgDomainValidationResponse
)
rpc(
:ValidateOrgDomain,
Zitadel.Management.V1.ValidateOrgDomainRequest,
Zitadel.Management.V1.ValidateOrgDomainResponse
)
rpc(
:SetPrimaryOrgDomain,
Zitadel.Management.V1.SetPrimaryOrgDomainRequest,
Zitadel.Management.V1.SetPrimaryOrgDomainResponse
)
rpc(
:ListOrgMemberRoles,
Zitadel.Management.V1.ListOrgMemberRolesRequest,
Zitadel.Management.V1.ListOrgMemberRolesResponse
)
rpc(
:ListOrgMembers,
Zitadel.Management.V1.ListOrgMembersRequest,
Zitadel.Management.V1.ListOrgMembersResponse
)
rpc(
:AddOrgMember,
Zitadel.Management.V1.AddOrgMemberRequest,
Zitadel.Management.V1.AddOrgMemberResponse
)
rpc(
:UpdateOrgMember,
Zitadel.Management.V1.UpdateOrgMemberRequest,
Zitadel.Management.V1.UpdateOrgMemberResponse
)
rpc(
:RemoveOrgMember,
Zitadel.Management.V1.RemoveOrgMemberRequest,
Zitadel.Management.V1.RemoveOrgMemberResponse
)
rpc(
:GetProjectByID,
Zitadel.Management.V1.GetProjectByIDRequest,
Zitadel.Management.V1.GetProjectByIDResponse
)
rpc(
:GetGrantedProjectByID,
Zitadel.Management.V1.GetGrantedProjectByIDRequest,
Zitadel.Management.V1.GetGrantedProjectByIDResponse
)
rpc(
:ListProjects,
Zitadel.Management.V1.ListProjectsRequest,
Zitadel.Management.V1.ListProjectsResponse
)
rpc(
:ListGrantedProjects,
Zitadel.Management.V1.ListGrantedProjectsRequest,
Zitadel.Management.V1.ListGrantedProjectsResponse
)
rpc(
:ListGrantedProjectRoles,
Zitadel.Management.V1.ListGrantedProjectRolesRequest,
Zitadel.Management.V1.ListGrantedProjectRolesResponse
)
rpc(
:ListProjectChanges,
Zitadel.Management.V1.ListProjectChangesRequest,
Zitadel.Management.V1.ListProjectChangesResponse
)
rpc(
:AddProject,
Zitadel.Management.V1.AddProjectRequest,
Zitadel.Management.V1.AddProjectResponse
)
rpc(
:UpdateProject,
Zitadel.Management.V1.UpdateProjectRequest,
Zitadel.Management.V1.UpdateProjectResponse
)
rpc(
:DeactivateProject,
Zitadel.Management.V1.DeactivateProjectRequest,
Zitadel.Management.V1.DeactivateProjectResponse
)
rpc(
:ReactivateProject,
Zitadel.Management.V1.ReactivateProjectRequest,
Zitadel.Management.V1.ReactivateProjectResponse
)
rpc(
:RemoveProject,
Zitadel.Management.V1.RemoveProjectRequest,
Zitadel.Management.V1.RemoveProjectResponse
)
rpc(
:ListProjectRoles,
Zitadel.Management.V1.ListProjectRolesRequest,
Zitadel.Management.V1.ListProjectRolesResponse
)
rpc(
:AddProjectRole,
Zitadel.Management.V1.AddProjectRoleRequest,
Zitadel.Management.V1.AddProjectRoleResponse
)
rpc(
:BulkAddProjectRoles,
Zitadel.Management.V1.BulkAddProjectRolesRequest,
Zitadel.Management.V1.BulkAddProjectRolesResponse
)
rpc(
:UpdateProjectRole,
Zitadel.Management.V1.UpdateProjectRoleRequest,
Zitadel.Management.V1.UpdateProjectRoleResponse
)
rpc(
:RemoveProjectRole,
Zitadel.Management.V1.RemoveProjectRoleRequest,
Zitadel.Management.V1.RemoveProjectRoleResponse
)
rpc(
:ListProjectMemberRoles,
Zitadel.Management.V1.ListProjectMemberRolesRequest,
Zitadel.Management.V1.ListProjectMemberRolesResponse
)
rpc(
:ListProjectMembers,
Zitadel.Management.V1.ListProjectMembersRequest,
Zitadel.Management.V1.ListProjectMembersResponse
)
rpc(
:AddProjectMember,
Zitadel.Management.V1.AddProjectMemberRequest,
Zitadel.Management.V1.AddProjectMemberResponse
)
rpc(
:UpdateProjectMember,
Zitadel.Management.V1.UpdateProjectMemberRequest,
Zitadel.Management.V1.UpdateProjectMemberResponse
)
rpc(
:RemoveProjectMember,
Zitadel.Management.V1.RemoveProjectMemberRequest,
Zitadel.Management.V1.RemoveProjectMemberResponse
)
rpc(
:GetAppByID,
Zitadel.Management.V1.GetAppByIDRequest,
Zitadel.Management.V1.GetAppByIDResponse
)
rpc(:ListApps, Zitadel.Management.V1.ListAppsRequest, Zitadel.Management.V1.ListAppsResponse)
rpc(
:ListAppChanges,
Zitadel.Management.V1.ListAppChangesRequest,
Zitadel.Management.V1.ListAppChangesResponse
)
rpc(
:AddOIDCApp,
Zitadel.Management.V1.AddOIDCAppRequest,
Zitadel.Management.V1.AddOIDCAppResponse
)
rpc(
:AddSAMLApp,
Zitadel.Management.V1.AddSAMLAppRequest,
Zitadel.Management.V1.AddSAMLAppResponse
)
rpc(:AddAPIApp, Zitadel.Management.V1.AddAPIAppRequest, Zitadel.Management.V1.AddAPIAppResponse)
rpc(:UpdateApp, Zitadel.Management.V1.UpdateAppRequest, Zitadel.Management.V1.UpdateAppResponse)
rpc(
:UpdateOIDCAppConfig,
Zitadel.Management.V1.UpdateOIDCAppConfigRequest,
Zitadel.Management.V1.UpdateOIDCAppConfigResponse
)
rpc(
:UpdateSAMLAppConfig,
Zitadel.Management.V1.UpdateSAMLAppConfigRequest,
Zitadel.Management.V1.UpdateSAMLAppConfigResponse
)
rpc(
:UpdateAPIAppConfig,
Zitadel.Management.V1.UpdateAPIAppConfigRequest,
Zitadel.Management.V1.UpdateAPIAppConfigResponse
)
rpc(
:DeactivateApp,
Zitadel.Management.V1.DeactivateAppRequest,
Zitadel.Management.V1.DeactivateAppResponse
)
rpc(
:ReactivateApp,
Zitadel.Management.V1.ReactivateAppRequest,
Zitadel.Management.V1.ReactivateAppResponse
)
rpc(:RemoveApp, Zitadel.Management.V1.RemoveAppRequest, Zitadel.Management.V1.RemoveAppResponse)
rpc(
:RegenerateOIDCClientSecret,
Zitadel.Management.V1.RegenerateOIDCClientSecretRequest,
Zitadel.Management.V1.RegenerateOIDCClientSecretResponse
)
rpc(
:RegenerateAPIClientSecret,
Zitadel.Management.V1.RegenerateAPIClientSecretRequest,
Zitadel.Management.V1.RegenerateAPIClientSecretResponse
)
rpc(:GetAppKey, Zitadel.Management.V1.GetAppKeyRequest, Zitadel.Management.V1.GetAppKeyResponse)
rpc(
:ListAppKeys,
Zitadel.Management.V1.ListAppKeysRequest,
Zitadel.Management.V1.ListAppKeysResponse
)
rpc(:AddAppKey, Zitadel.Management.V1.AddAppKeyRequest, Zitadel.Management.V1.AddAppKeyResponse)
rpc(
:RemoveAppKey,
Zitadel.Management.V1.RemoveAppKeyRequest,
Zitadel.Management.V1.RemoveAppKeyResponse
)
rpc(
:ListProjectGrantChanges,
Zitadel.Management.V1.ListProjectGrantChangesRequest,
Zitadel.Management.V1.ListProjectGrantChangesResponse
)
rpc(
:GetProjectGrantByID,
Zitadel.Management.V1.GetProjectGrantByIDRequest,
Zitadel.Management.V1.GetProjectGrantByIDResponse
)
rpc(
:ListProjectGrants,
Zitadel.Management.V1.ListProjectGrantsRequest,
Zitadel.Management.V1.ListProjectGrantsResponse
)
rpc(
:ListAllProjectGrants,
Zitadel.Management.V1.ListAllProjectGrantsRequest,
Zitadel.Management.V1.ListAllProjectGrantsResponse
)
rpc(
:AddProjectGrant,
Zitadel.Management.V1.AddProjectGrantRequest,
Zitadel.Management.V1.AddProjectGrantResponse
)
rpc(
:UpdateProjectGrant,
Zitadel.Management.V1.UpdateProjectGrantRequest,
Zitadel.Management.V1.UpdateProjectGrantResponse
)
rpc(
:DeactivateProjectGrant,
Zitadel.Management.V1.DeactivateProjectGrantRequest,
Zitadel.Management.V1.DeactivateProjectGrantResponse
)
rpc(
:ReactivateProjectGrant,
Zitadel.Management.V1.ReactivateProjectGrantRequest,
Zitadel.Management.V1.ReactivateProjectGrantResponse
)
rpc(
:RemoveProjectGrant,
Zitadel.Management.V1.RemoveProjectGrantRequest,
Zitadel.Management.V1.RemoveProjectGrantResponse
)
rpc(
:ListProjectGrantMemberRoles,
Zitadel.Management.V1.ListProjectGrantMemberRolesRequest,
Zitadel.Management.V1.ListProjectGrantMemberRolesResponse
)
rpc(
:ListProjectGrantMembers,
Zitadel.Management.V1.ListProjectGrantMembersRequest,
Zitadel.Management.V1.ListProjectGrantMembersResponse
)
rpc(
:AddProjectGrantMember,
Zitadel.Management.V1.AddProjectGrantMemberRequest,
Zitadel.Management.V1.AddProjectGrantMemberResponse
)
rpc(
:UpdateProjectGrantMember,
Zitadel.Management.V1.UpdateProjectGrantMemberRequest,
Zitadel.Management.V1.UpdateProjectGrantMemberResponse
)
rpc(
:RemoveProjectGrantMember,
Zitadel.Management.V1.RemoveProjectGrantMemberRequest,
Zitadel.Management.V1.RemoveProjectGrantMemberResponse
)
rpc(
:GetUserGrantByID,
Zitadel.Management.V1.GetUserGrantByIDRequest,
Zitadel.Management.V1.GetUserGrantByIDResponse
)
rpc(
:ListUserGrants,
Zitadel.Management.V1.ListUserGrantRequest,
Zitadel.Management.V1.ListUserGrantResponse
)
rpc(
:AddUserGrant,
Zitadel.Management.V1.AddUserGrantRequest,
Zitadel.Management.V1.AddUserGrantResponse
)
rpc(
:UpdateUserGrant,
Zitadel.Management.V1.UpdateUserGrantRequest,
Zitadel.Management.V1.UpdateUserGrantResponse
)
rpc(
:DeactivateUserGrant,
Zitadel.Management.V1.DeactivateUserGrantRequest,
Zitadel.Management.V1.DeactivateUserGrantResponse
)
rpc(
:ReactivateUserGrant,
Zitadel.Management.V1.ReactivateUserGrantRequest,
Zitadel.Management.V1.ReactivateUserGrantResponse
)
rpc(
:RemoveUserGrant,
Zitadel.Management.V1.RemoveUserGrantRequest,
Zitadel.Management.V1.RemoveUserGrantResponse
)
rpc(
:BulkRemoveUserGrant,
Zitadel.Management.V1.BulkRemoveUserGrantRequest,
Zitadel.Management.V1.BulkRemoveUserGrantResponse
)
rpc(
:GetOrgIAMPolicy,
Zitadel.Management.V1.GetOrgIAMPolicyRequest,
Zitadel.Management.V1.GetOrgIAMPolicyResponse
)
rpc(
:GetDomainPolicy,
Zitadel.Management.V1.GetDomainPolicyRequest,
Zitadel.Management.V1.GetDomainPolicyResponse
)
rpc(
:GetLoginPolicy,
Zitadel.Management.V1.GetLoginPolicyRequest,
Zitadel.Management.V1.GetLoginPolicyResponse
)
rpc(
:GetDefaultLoginPolicy,
Zitadel.Management.V1.GetDefaultLoginPolicyRequest,
Zitadel.Management.V1.GetDefaultLoginPolicyResponse
)
rpc(
:AddCustomLoginPolicy,
Zitadel.Management.V1.AddCustomLoginPolicyRequest,
Zitadel.Management.V1.AddCustomLoginPolicyResponse
)
rpc(
:UpdateCustomLoginPolicy,
Zitadel.Management.V1.UpdateCustomLoginPolicyRequest,
Zitadel.Management.V1.UpdateCustomLoginPolicyResponse
)
rpc(
:ResetLoginPolicyToDefault,
Zitadel.Management.V1.ResetLoginPolicyToDefaultRequest,
Zitadel.Management.V1.ResetLoginPolicyToDefaultResponse
)
rpc(
:ListLoginPolicyIDPs,
Zitadel.Management.V1.ListLoginPolicyIDPsRequest,
Zitadel.Management.V1.ListLoginPolicyIDPsResponse
)
rpc(
:AddIDPToLoginPolicy,
Zitadel.Management.V1.AddIDPToLoginPolicyRequest,
Zitadel.Management.V1.AddIDPToLoginPolicyResponse
)
rpc(
:RemoveIDPFromLoginPolicy,
Zitadel.Management.V1.RemoveIDPFromLoginPolicyRequest,
Zitadel.Management.V1.RemoveIDPFromLoginPolicyResponse
)
rpc(
:ListLoginPolicySecondFactors,
Zitadel.Management.V1.ListLoginPolicySecondFactorsRequest,
Zitadel.Management.V1.ListLoginPolicySecondFactorsResponse
)
rpc(
:AddSecondFactorToLoginPolicy,
Zitadel.Management.V1.AddSecondFactorToLoginPolicyRequest,
Zitadel.Management.V1.AddSecondFactorToLoginPolicyResponse
)
rpc(
:RemoveSecondFactorFromLoginPolicy,
Zitadel.Management.V1.RemoveSecondFactorFromLoginPolicyRequest,
Zitadel.Management.V1.RemoveSecondFactorFromLoginPolicyResponse
)
rpc(
:ListLoginPolicyMultiFactors,
Zitadel.Management.V1.ListLoginPolicyMultiFactorsRequest,
Zitadel.Management.V1.ListLoginPolicyMultiFactorsResponse
)
rpc(
:AddMultiFactorToLoginPolicy,
Zitadel.Management.V1.AddMultiFactorToLoginPolicyRequest,
Zitadel.Management.V1.AddMultiFactorToLoginPolicyResponse
)
rpc(
:RemoveMultiFactorFromLoginPolicy,
Zitadel.Management.V1.RemoveMultiFactorFromLoginPolicyRequest,
Zitadel.Management.V1.RemoveMultiFactorFromLoginPolicyResponse
)
rpc(
:GetPasswordComplexityPolicy,
Zitadel.Management.V1.GetPasswordComplexityPolicyRequest,
Zitadel.Management.V1.GetPasswordComplexityPolicyResponse
)
rpc(
:GetDefaultPasswordComplexityPolicy,
Zitadel.Management.V1.GetDefaultPasswordComplexityPolicyRequest,
Zitadel.Management.V1.GetDefaultPasswordComplexityPolicyResponse
)
rpc(
:AddCustomPasswordComplexityPolicy,
Zitadel.Management.V1.AddCustomPasswordComplexityPolicyRequest,
Zitadel.Management.V1.AddCustomPasswordComplexityPolicyResponse
)
rpc(
:UpdateCustomPasswordComplexityPolicy,
Zitadel.Management.V1.UpdateCustomPasswordComplexityPolicyRequest,
Zitadel.Management.V1.UpdateCustomPasswordComplexityPolicyResponse
)
rpc(
:ResetPasswordComplexityPolicyToDefault,
Zitadel.Management.V1.ResetPasswordComplexityPolicyToDefaultRequest,
Zitadel.Management.V1.ResetPasswordComplexityPolicyToDefaultResponse
)
rpc(
:GetPasswordAgePolicy,
Zitadel.Management.V1.GetPasswordAgePolicyRequest,
Zitadel.Management.V1.GetPasswordAgePolicyResponse
)
rpc(
:GetDefaultPasswordAgePolicy,
Zitadel.Management.V1.GetDefaultPasswordAgePolicyRequest,
Zitadel.Management.V1.GetDefaultPasswordAgePolicyResponse
)
rpc(
:AddCustomPasswordAgePolicy,
Zitadel.Management.V1.AddCustomPasswordAgePolicyRequest,
Zitadel.Management.V1.AddCustomPasswordAgePolicyResponse
)
rpc(
:UpdateCustomPasswordAgePolicy,
Zitadel.Management.V1.UpdateCustomPasswordAgePolicyRequest,
Zitadel.Management.V1.UpdateCustomPasswordAgePolicyResponse
)
rpc(
:ResetPasswordAgePolicyToDefault,
Zitadel.Management.V1.ResetPasswordAgePolicyToDefaultRequest,
Zitadel.Management.V1.ResetPasswordAgePolicyToDefaultResponse
)
rpc(
:GetLockoutPolicy,
Zitadel.Management.V1.GetLockoutPolicyRequest,
Zitadel.Management.V1.GetLockoutPolicyResponse
)
rpc(
:GetDefaultLockoutPolicy,
Zitadel.Management.V1.GetDefaultLockoutPolicyRequest,
Zitadel.Management.V1.GetDefaultLockoutPolicyResponse
)
rpc(
:AddCustomLockoutPolicy,
Zitadel.Management.V1.AddCustomLockoutPolicyRequest,
Zitadel.Management.V1.AddCustomLockoutPolicyResponse
)
rpc(
:UpdateCustomLockoutPolicy,
Zitadel.Management.V1.UpdateCustomLockoutPolicyRequest,
Zitadel.Management.V1.UpdateCustomLockoutPolicyResponse
)
rpc(
:ResetLockoutPolicyToDefault,
Zitadel.Management.V1.ResetLockoutPolicyToDefaultRequest,
Zitadel.Management.V1.ResetLockoutPolicyToDefaultResponse
)
rpc(
:GetPrivacyPolicy,
Zitadel.Management.V1.GetPrivacyPolicyRequest,
Zitadel.Management.V1.GetPrivacyPolicyResponse
)
rpc(
:GetDefaultPrivacyPolicy,
Zitadel.Management.V1.GetDefaultPrivacyPolicyRequest,
Zitadel.Management.V1.GetDefaultPrivacyPolicyResponse
)
rpc(
:AddCustomPrivacyPolicy,
Zitadel.Management.V1.AddCustomPrivacyPolicyRequest,
Zitadel.Management.V1.AddCustomPrivacyPolicyResponse
)
rpc(
:UpdateCustomPrivacyPolicy,
Zitadel.Management.V1.UpdateCustomPrivacyPolicyRequest,
Zitadel.Management.V1.UpdateCustomPrivacyPolicyResponse
)
rpc(
:ResetPrivacyPolicyToDefault,
Zitadel.Management.V1.ResetPrivacyPolicyToDefaultRequest,
Zitadel.Management.V1.ResetPrivacyPolicyToDefaultResponse
)
rpc(
:GetLabelPolicy,
Zitadel.Management.V1.GetLabelPolicyRequest,
Zitadel.Management.V1.GetLabelPolicyResponse
)
rpc(
:GetPreviewLabelPolicy,
Zitadel.Management.V1.GetPreviewLabelPolicyRequest,
Zitadel.Management.V1.GetPreviewLabelPolicyResponse
)
rpc(
:GetDefaultLabelPolicy,
Zitadel.Management.V1.GetDefaultLabelPolicyRequest,
Zitadel.Management.V1.GetDefaultLabelPolicyResponse
)
rpc(
:AddCustomLabelPolicy,
Zitadel.Management.V1.AddCustomLabelPolicyRequest,
Zitadel.Management.V1.AddCustomLabelPolicyResponse
)
rpc(
:UpdateCustomLabelPolicy,
Zitadel.Management.V1.UpdateCustomLabelPolicyRequest,
Zitadel.Management.V1.UpdateCustomLabelPolicyResponse
)
rpc(
:ActivateCustomLabelPolicy,
Zitadel.Management.V1.ActivateCustomLabelPolicyRequest,
Zitadel.Management.V1.ActivateCustomLabelPolicyResponse
)
rpc(
:RemoveCustomLabelPolicyLogo,
Zitadel.Management.V1.RemoveCustomLabelPolicyLogoRequest,
Zitadel.Management.V1.RemoveCustomLabelPolicyLogoResponse
)
rpc(
:RemoveCustomLabelPolicyLogoDark,
Zitadel.Management.V1.RemoveCustomLabelPolicyLogoDarkRequest,
Zitadel.Management.V1.RemoveCustomLabelPolicyLogoDarkResponse
)
rpc(
:RemoveCustomLabelPolicyIcon,
Zitadel.Management.V1.RemoveCustomLabelPolicyIconRequest,
Zitadel.Management.V1.RemoveCustomLabelPolicyIconResponse
)
rpc(
:RemoveCustomLabelPolicyIconDark,
Zitadel.Management.V1.RemoveCustomLabelPolicyIconDarkRequest,
Zitadel.Management.V1.RemoveCustomLabelPolicyIconDarkResponse
)
rpc(
:RemoveCustomLabelPolicyFont,
Zitadel.Management.V1.RemoveCustomLabelPolicyFontRequest,
Zitadel.Management.V1.RemoveCustomLabelPolicyFontResponse
)
rpc(
:ResetLabelPolicyToDefault,
Zitadel.Management.V1.ResetLabelPolicyToDefaultRequest,
Zitadel.Management.V1.ResetLabelPolicyToDefaultResponse
)
rpc(
:GetCustomInitMessageText,
Zitadel.Management.V1.GetCustomInitMessageTextRequest,
Zitadel.Management.V1.GetCustomInitMessageTextResponse
)
rpc(
:GetDefaultInitMessageText,
Zitadel.Management.V1.GetDefaultInitMessageTextRequest,
Zitadel.Management.V1.GetDefaultInitMessageTextResponse
)
rpc(
:SetCustomInitMessageText,
Zitadel.Management.V1.SetCustomInitMessageTextRequest,
Zitadel.Management.V1.SetCustomInitMessageTextResponse
)
rpc(
:ResetCustomInitMessageTextToDefault,
Zitadel.Management.V1.ResetCustomInitMessageTextToDefaultRequest,
Zitadel.Management.V1.ResetCustomInitMessageTextToDefaultResponse
)
rpc(
:GetCustomPasswordResetMessageText,
Zitadel.Management.V1.GetCustomPasswordResetMessageTextRequest,
Zitadel.Management.V1.GetCustomPasswordResetMessageTextResponse
)
rpc(
:GetDefaultPasswordResetMessageText,
Zitadel.Management.V1.GetDefaultPasswordResetMessageTextRequest,
Zitadel.Management.V1.GetDefaultPasswordResetMessageTextResponse
)
rpc(
:SetCustomPasswordResetMessageText,
Zitadel.Management.V1.SetCustomPasswordResetMessageTextRequest,
Zitadel.Management.V1.SetCustomPasswordResetMessageTextResponse
)
rpc(
:ResetCustomPasswordResetMessageTextToDefault,
Zitadel.Management.V1.ResetCustomPasswordResetMessageTextToDefaultRequest,
Zitadel.Management.V1.ResetCustomPasswordResetMessageTextToDefaultResponse
)
rpc(
:GetCustomVerifyEmailMessageText,
Zitadel.Management.V1.GetCustomVerifyEmailMessageTextRequest,
Zitadel.Management.V1.GetCustomVerifyEmailMessageTextResponse
)
rpc(
:GetDefaultVerifyEmailMessageText,
Zitadel.Management.V1.GetDefaultVerifyEmailMessageTextRequest,
Zitadel.Management.V1.GetDefaultVerifyEmailMessageTextResponse
)
rpc(
:SetCustomVerifyEmailMessageText,
Zitadel.Management.V1.SetCustomVerifyEmailMessageTextRequest,
Zitadel.Management.V1.SetCustomVerifyEmailMessageTextResponse
)
rpc(
:ResetCustomVerifyEmailMessageTextToDefault,
Zitadel.Management.V1.ResetCustomVerifyEmailMessageTextToDefaultRequest,
Zitadel.Management.V1.ResetCustomVerifyEmailMessageTextToDefaultResponse
)
rpc(
:GetCustomVerifyPhoneMessageText,
Zitadel.Management.V1.GetCustomVerifyPhoneMessageTextRequest,
Zitadel.Management.V1.GetCustomVerifyPhoneMessageTextResponse
)
rpc(
:GetDefaultVerifyPhoneMessageText,
Zitadel.Management.V1.GetDefaultVerifyPhoneMessageTextRequest,
Zitadel.Management.V1.GetDefaultVerifyPhoneMessageTextResponse
)
rpc(
:SetCustomVerifyPhoneMessageText,
Zitadel.Management.V1.SetCustomVerifyPhoneMessageTextRequest,
Zitadel.Management.V1.SetCustomVerifyPhoneMessageTextResponse
)
rpc(
:ResetCustomVerifyPhoneMessageTextToDefault,
Zitadel.Management.V1.ResetCustomVerifyPhoneMessageTextToDefaultRequest,
Zitadel.Management.V1.ResetCustomVerifyPhoneMessageTextToDefaultResponse
)
rpc(
:GetCustomDomainClaimedMessageText,
Zitadel.Management.V1.GetCustomDomainClaimedMessageTextRequest,
Zitadel.Management.V1.GetCustomDomainClaimedMessageTextResponse
)
rpc(
:GetDefaultDomainClaimedMessageText,
Zitadel.Management.V1.GetDefaultDomainClaimedMessageTextRequest,
Zitadel.Management.V1.GetDefaultDomainClaimedMessageTextResponse
)
rpc(
:SetCustomDomainClaimedMessageCustomText,
Zitadel.Management.V1.SetCustomDomainClaimedMessageTextRequest,
Zitadel.Management.V1.SetCustomDomainClaimedMessageTextResponse
)
rpc(
:ResetCustomDomainClaimedMessageTextToDefault,
Zitadel.Management.V1.ResetCustomDomainClaimedMessageTextToDefaultRequest,
Zitadel.Management.V1.ResetCustomDomainClaimedMessageTextToDefaultResponse
)
rpc(
:GetCustomPasswordlessRegistrationMessageText,
Zitadel.Management.V1.GetCustomPasswordlessRegistrationMessageTextRequest,
Zitadel.Management.V1.GetCustomPasswordlessRegistrationMessageTextResponse
)
rpc(
:GetDefaultPasswordlessRegistrationMessageText,
Zitadel.Management.V1.GetDefaultPasswordlessRegistrationMessageTextRequest,
Zitadel.Management.V1.GetDefaultPasswordlessRegistrationMessageTextResponse
)
rpc(
:SetCustomPasswordlessRegistrationMessageCustomText,
Zitadel.Management.V1.SetCustomPasswordlessRegistrationMessageTextRequest,
Zitadel.Management.V1.SetCustomPasswordlessRegistrationMessageTextResponse
)
rpc(
:ResetCustomPasswordlessRegistrationMessageTextToDefault,
Zitadel.Management.V1.ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest,
Zitadel.Management.V1.ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse
)
rpc(
:GetCustomLoginTexts,
Zitadel.Management.V1.GetCustomLoginTextsRequest,
Zitadel.Management.V1.GetCustomLoginTextsResponse
)
rpc(
:GetDefaultLoginTexts,
Zitadel.Management.V1.GetDefaultLoginTextsRequest,
Zitadel.Management.V1.GetDefaultLoginTextsResponse
)
rpc(
:SetCustomLoginText,
Zitadel.Management.V1.SetCustomLoginTextsRequest,
Zitadel.Management.V1.SetCustomLoginTextsResponse
)
rpc(
:ResetCustomLoginTextToDefault,
Zitadel.Management.V1.ResetCustomLoginTextsToDefaultRequest,
Zitadel.Management.V1.ResetCustomLoginTextsToDefaultResponse
)
rpc(
:GetOrgIDPByID,
Zitadel.Management.V1.GetOrgIDPByIDRequest,
Zitadel.Management.V1.GetOrgIDPByIDResponse
)
rpc(
:ListOrgIDPs,
Zitadel.Management.V1.ListOrgIDPsRequest,
Zitadel.Management.V1.ListOrgIDPsResponse
)
rpc(
:AddOrgOIDCIDP,
Zitadel.Management.V1.AddOrgOIDCIDPRequest,
Zitadel.Management.V1.AddOrgOIDCIDPResponse
)
rpc(
:AddOrgJWTIDP,
Zitadel.Management.V1.AddOrgJWTIDPRequest,
Zitadel.Management.V1.AddOrgJWTIDPResponse
)
rpc(
:DeactivateOrgIDP,
Zitadel.Management.V1.DeactivateOrgIDPRequest,
Zitadel.Management.V1.DeactivateOrgIDPResponse
)
rpc(
:ReactivateOrgIDP,
Zitadel.Management.V1.ReactivateOrgIDPRequest,
Zitadel.Management.V1.ReactivateOrgIDPResponse
)
rpc(
:RemoveOrgIDP,
Zitadel.Management.V1.RemoveOrgIDPRequest,
Zitadel.Management.V1.RemoveOrgIDPResponse
)
rpc(
:UpdateOrgIDP,
Zitadel.Management.V1.UpdateOrgIDPRequest,
Zitadel.Management.V1.UpdateOrgIDPResponse
)
rpc(
:UpdateOrgIDPOIDCConfig,
Zitadel.Management.V1.UpdateOrgIDPOIDCConfigRequest,
Zitadel.Management.V1.UpdateOrgIDPOIDCConfigResponse
)
rpc(
:UpdateOrgIDPJWTConfig,
Zitadel.Management.V1.UpdateOrgIDPJWTConfigRequest,
Zitadel.Management.V1.UpdateOrgIDPJWTConfigResponse
)
rpc(
:ListActions,
Zitadel.Management.V1.ListActionsRequest,
Zitadel.Management.V1.ListActionsResponse
)
rpc(:GetAction, Zitadel.Management.V1.GetActionRequest, Zitadel.Management.V1.GetActionResponse)
rpc(
:CreateAction,
Zitadel.Management.V1.CreateActionRequest,
Zitadel.Management.V1.CreateActionResponse
)
rpc(
:UpdateAction,
Zitadel.Management.V1.UpdateActionRequest,
Zitadel.Management.V1.UpdateActionResponse
)
rpc(
:DeactivateAction,
Zitadel.Management.V1.DeactivateActionRequest,
Zitadel.Management.V1.DeactivateActionResponse
)
rpc(
:ReactivateAction,
Zitadel.Management.V1.ReactivateActionRequest,
Zitadel.Management.V1.ReactivateActionResponse
)
rpc(
:DeleteAction,
Zitadel.Management.V1.DeleteActionRequest,
Zitadel.Management.V1.DeleteActionResponse
)
rpc(
:ListFlowTypes,
Zitadel.Management.V1.ListFlowTypesRequest,
Zitadel.Management.V1.ListFlowTypesResponse
)
rpc(
:ListFlowTriggerTypes,
Zitadel.Management.V1.ListFlowTriggerTypesRequest,
Zitadel.Management.V1.ListFlowTriggerTypesResponse
)
rpc(:GetFlow, Zitadel.Management.V1.GetFlowRequest, Zitadel.Management.V1.GetFlowResponse)
rpc(:ClearFlow, Zitadel.Management.V1.ClearFlowRequest, Zitadel.Management.V1.ClearFlowResponse)
rpc(
:SetTriggerActions,
Zitadel.Management.V1.SetTriggerActionsRequest,
Zitadel.Management.V1.SetTriggerActionsResponse
)
end
defmodule Zitadel.Management.V1.ManagementService.Stub do
use GRPC.Stub, service: Zitadel.Management.V1.ManagementService.Service
end