zitadel/pkg/grpc/admin/admin.pb.go
Silvan 5abd5b0505
feat: split users into human and machine (#470)
* feat(management): service accounts

* chore: current go version

* init

* refactor: apis

* feat(internal): start impl of service account

* chore: start impl of machine/human users

* code compiles

* fix: tests

* fix: tests

* fix: add new event types to switches

* chore: add cases to event types

* fix(management): definitive proto messages

* fix: machine/human

* fix: add missing tables as todos

* fix: remove unused permissions

* fix: refactoring

* fix: refactor

* fix: human registered

* fix: user id

* fix: logid

* fix: proto remove //equal

* chore(management): remove no comment

* fix: human mfas

* fix: user subobjects

* chore: rename existing to better name

* fix: username in user (#634)

* fix: username in user

* fix: username

* fix remove unused code

* fix add validations

* fix: use new user in all apis

* fix: regexp for username in api

* fix: fill user data for human and machine (#638)

* fix: fill Display name grant/member handlers
fix: add description to grant/member objects in api
fix: check if user is human in login

* fix: remove description from member and grant

* chore: remove todos

* feat: machine keys

* fix: implement missing parts

* feat: machine key management view

* fix: remove keys from machine view

* fix: set default expiration date

* fix: get key by ids

* feat: add machine keys in proto

* feat: machine keys

* fix: add migration

* fix: mig

* fix: correct method name

* feat: user search

* feat: user search

* fix: log ids

* fix partial authconfig prompt, domain c perm

* membership read check

* contributor refresh trigger, observe org write

* fix: migrations

* fix(console): machine build (#660)

* frontend 1

* fix html bindings

* trailing comma

* user permissions, project deactivate

* fix(console): human view (#661)

* fix search user view, user detail form

* rm log

* feat(console): user services list and create (#663)

* fix search user view, user detail form

* rm log

* machine list

* generic table component

* create user service

* proove table for undefined values

* tmp disable user link if machine

* lint

* lint styles

* user table lint

* Update console/src/assets/i18n/de.json

Co-authored-by: Florian Forster <florian@caos.ch>

* feat(console): service user detail view, keys cr_d, fix search user autocomplete (#664)

* service users for sidenav, routing

* i18n

* back routes

* machine detail form

* update machine detail, fix svc user grants

* keys table

* add key dialog, timestamp creation

* check permission on create, delete, fix selection

* lint ts, scss

* Update console/src/assets/i18n/de.json

* Apply suggestions from code review

Co-authored-by: Florian Forster <florian@caos.ch>

* allow user grants for project.write

* management service

* fix mgmt service

* feat: Machine keys (#655)

* fix: memberships (#633)

* feat: add iam members to memberships

* fix: search project grants

* fix: rename

* feat: idp and login policy configurations (#619)

* feat: oidc config

* fix: oidc configurations

* feat: oidc idp config

* feat: add oidc config test

* fix: tests

* fix: tests

* feat: translate new events

* feat: idp eventstore

* feat: idp eventstore

* fix: tests

* feat: command side idp

* feat: query side idp

* feat: idp config on org

* fix: tests

* feat: authz idp on org

* feat: org idps

* feat: login policy

* feat: login policy

* feat: login policy

* feat: add idp func on login policy

* feat: add validation to loginpolicy and idp provider

* feat: add default login policy

* feat: login policy on org

* feat: login policy on org

* fix: id config handlers

* fix: id config handlers

* fix: create idp on org

* fix: create idp on org

* fix: not existing idp config

* fix: default login policy

* fix: add login policy on org

* fix: idp provider search on org

* fix: test

* fix: remove idp on org

* fix: test

* fix: test

* fix: remove admin idp

* fix: logo src as byte

* fix: migration

* fix: tests

* Update internal/iam/repository/eventsourcing/iam.go

Co-authored-by: Silvan <silvan.reusser@gmail.com>

* Update internal/iam/repository/eventsourcing/iam_test.go

Co-authored-by: Silvan <silvan.reusser@gmail.com>

* Update internal/iam/repository/eventsourcing/iam_test.go

Co-authored-by: Silvan <silvan.reusser@gmail.com>

* Update internal/iam/repository/eventsourcing/model/login_policy.go

Co-authored-by: Silvan <silvan.reusser@gmail.com>

* Update internal/iam/repository/eventsourcing/model/login_policy.go

Co-authored-by: Silvan <silvan.reusser@gmail.com>

* Update internal/org/repository/eventsourcing/org_test.go

Co-authored-by: Silvan <silvan.reusser@gmail.com>

* Update internal/iam/repository/eventsourcing/model/login_policy_test.go

Co-authored-by: Silvan <silvan.reusser@gmail.com>

* Update internal/iam/repository/eventsourcing/model/login_policy_test.go

Co-authored-by: Silvan <silvan.reusser@gmail.com>

* fix: pr comments

* fix: tests

* Update types.go

* fix: merge request changes

* fix: reduce optimization

Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: Livio Amstutz <livio.a@gmail.com>

* fix: reread user mfas, preferred loginname as otp account name (#636)

* fix: reread user mfas

* fix: use preferred login name as otp account name

* fix: tests

* fix: reduce (#635)

* fix: management reduce optimization

* fix: reduce optimization

* fix: reduce optimization

* fix: merge master

* chore(deps): bump github.com/gorilla/schema from 1.1.0 to 1.2.0 (#627)

Bumps [github.com/gorilla/schema](https://github.com/gorilla/schema) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/gorilla/schema/releases)
- [Commits](https://github.com/gorilla/schema/compare/v1.1.0...v1.2.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump github.com/gorilla/mux from 1.7.4 to 1.8.0 (#624)

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.4 to 1.8.0.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/compare/v1.7.4...v1.8.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump github.com/DATA-DOG/go-sqlmock from 1.4.1 to 1.5.0 (#591)

Bumps [github.com/DATA-DOG/go-sqlmock](https://github.com/DATA-DOG/go-sqlmock) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/DATA-DOG/go-sqlmock/releases)
- [Commits](https://github.com/DATA-DOG/go-sqlmock/compare/v1.4.1...v1.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: auto assign issues and PR to ZTIADEL project board (#643)

* Create main.yml

* Update main.yml

Co-authored-by: Livio Amstutz <livio.a@gmail.com>

* fix(console): project grant members, update deps (#645)

* fix: searchprojectgrantmembers

* chore(deps-dev): bump @angular/cli from 10.0.6 to 10.0.7 in /console (#622)

Bumps [@angular/cli](https://github.com/angular/angular-cli) from 10.0.6 to 10.0.7.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/compare/v10.0.6...v10.0.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @angular-devkit/build-angular in /console (#626)

Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 0.1000.6 to 0.1000.7.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>

* chore(deps-dev): bump @types/jasmine from 3.5.12 to 3.5.13 in /console (#623)

Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) from 3.5.12 to 3.5.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump ts-node from 8.10.2 to 9.0.0 in /console (#629)

Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.10.2 to 9.0.0.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v8.10.2...v9.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update packlock

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: delete main.yml (#648)

* fix: usergrant (#650)

* fix(console): mfa refresh after verification, member eventemitter (#651)

* refresh mfa

* fix: detail link from contributors

* lint

* feat: add domain verification notification (#649)

* fix: dont (re)generate client secret with auth type none

* fix(cors): allow Origin from request

* feat: add origin allow list and fix some core issues

* rename migration

* fix UserIDsByDomain

* feat: send email to users after domain claim

* username

* check origin on userinfo

* update oidc pkg

* fix: add migration 1.6

* change username

* change username

* remove unique email aggregate

* change username in mgmt

* search global user by login name

* fix test

* change user search in angular

* fix tests

* merge

* userview in angular

* fix merge

* Update pkg/grpc/management/proto/management.proto

Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>

* Update internal/notification/static/i18n/de.yaml

Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>

* fix

Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>

* fix: translation (#647)

* fix: translation

* fix: translation

* fix: translation

* fix: remove unused code

* fix: log err

* fix: migration numbers (#652)

* chore: issue / feature templates (#642)

* feat: machine keys

* fix: implement missing parts

* feat: machine key management view

* fix: remove keys from machine view

* feat: global org read (#657)

* fix: set default expiration date

* fix: get key by ids

* feat: add machine keys in proto

* feat: machine keys

* fix: add migration

* fix: mig

* fix: correct method name

* feat: user search

* feat: user search

* fix: log ids

* fix: migrations

* fix(console): machine build (#660)

* frontend 1

* fix html bindings

* trailing comma

* fix(console): human view (#661)

* fix search user view, user detail form

* rm log

* feat(console): user services list and create (#663)

* fix search user view, user detail form

* rm log

* machine list

* generic table component

* create user service

* proove table for undefined values

* tmp disable user link if machine

* lint

* lint styles

* user table lint

* Update console/src/assets/i18n/de.json

Co-authored-by: Florian Forster <florian@caos.ch>

* feat(console): service user detail view, keys cr_d, fix search user autocomplete (#664)

* service users for sidenav, routing

* i18n

* back routes

* machine detail form

* update machine detail, fix svc user grants

* keys table

* add key dialog, timestamp creation

* check permission on create, delete, fix selection

* lint ts, scss

* Update console/src/assets/i18n/de.json

* Apply suggestions from code review

Co-authored-by: Florian Forster <florian@caos.ch>

* refactor: protos

* fix(management): key expiration date

* fix: check if user is human

* fix: marshal key details

* fix: correct generate login names

* fix: logid

Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
Co-authored-by: Fabiennne <fabienne.gerschwiler@gmail.com>
Co-authored-by: Florian Forster <florian@caos.ch>

* fix: naming

* refactor: findings

* fix: username

* fix: mfa upper case

* fix: tests

* fix: add translations

* reactivatemyorg req typeö

* fix: projectType for console

* fix: user changes

* fix: translate events

* fix: event type translation

* fix: remove unused types

Co-authored-by: Fabiennne <fabienne.gerschwiler@gmail.com>
Co-authored-by: Max Peintner <max@caos.ch>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-31 17:48:01 +02:00

5364 lines
196 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// source: admin.proto
package admin
import (
context "context"
fmt "fmt"
_ "github.com/caos/zitadel/internal/protoc/protoc-gen-authoption/authoption"
_ "github.com/envoyproxy/protoc-gen-validate/validate"
proto "github.com/golang/protobuf/proto"
empty "github.com/golang/protobuf/ptypes/empty"
_struct "github.com/golang/protobuf/ptypes/struct"
timestamp "github.com/golang/protobuf/ptypes/timestamp"
_ "github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/options"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
type OrgState int32
const (
OrgState_ORGSTATE_UNSPECIFIED OrgState = 0
OrgState_ORGSTATE_ACTIVE OrgState = 1
OrgState_ORGSTATE_INACTIVE OrgState = 2
)
var OrgState_name = map[int32]string{
0: "ORGSTATE_UNSPECIFIED",
1: "ORGSTATE_ACTIVE",
2: "ORGSTATE_INACTIVE",
}
var OrgState_value = map[string]int32{
"ORGSTATE_UNSPECIFIED": 0,
"ORGSTATE_ACTIVE": 1,
"ORGSTATE_INACTIVE": 2,
}
func (x OrgState) String() string {
return proto.EnumName(OrgState_name, int32(x))
}
func (OrgState) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{0}
}
type OrgSearchKey int32
const (
OrgSearchKey_ORGSEARCHKEY_UNSPECIFIED OrgSearchKey = 0
OrgSearchKey_ORGSEARCHKEY_NAME OrgSearchKey = 1
OrgSearchKey_ORGSEARCHKEY_DOMAIN OrgSearchKey = 2
OrgSearchKey_ORGSEARCHKEY_STATE OrgSearchKey = 3
)
var OrgSearchKey_name = map[int32]string{
0: "ORGSEARCHKEY_UNSPECIFIED",
1: "ORGSEARCHKEY_NAME",
2: "ORGSEARCHKEY_DOMAIN",
3: "ORGSEARCHKEY_STATE",
}
var OrgSearchKey_value = map[string]int32{
"ORGSEARCHKEY_UNSPECIFIED": 0,
"ORGSEARCHKEY_NAME": 1,
"ORGSEARCHKEY_DOMAIN": 2,
"ORGSEARCHKEY_STATE": 3,
}
func (x OrgSearchKey) String() string {
return proto.EnumName(OrgSearchKey_name, int32(x))
}
func (OrgSearchKey) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{1}
}
type OrgSearchMethod int32
const (
OrgSearchMethod_ORGSEARCHMETHOD_EQUALS OrgSearchMethod = 0
OrgSearchMethod_ORGSEARCHMETHOD_STARTS_WITH OrgSearchMethod = 1
OrgSearchMethod_ORGSEARCHMETHOD_CONTAINS OrgSearchMethod = 2
)
var OrgSearchMethod_name = map[int32]string{
0: "ORGSEARCHMETHOD_EQUALS",
1: "ORGSEARCHMETHOD_STARTS_WITH",
2: "ORGSEARCHMETHOD_CONTAINS",
}
var OrgSearchMethod_value = map[string]int32{
"ORGSEARCHMETHOD_EQUALS": 0,
"ORGSEARCHMETHOD_STARTS_WITH": 1,
"ORGSEARCHMETHOD_CONTAINS": 2,
}
func (x OrgSearchMethod) String() string {
return proto.EnumName(OrgSearchMethod_name, int32(x))
}
func (OrgSearchMethod) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{2}
}
type UserState int32
const (
UserState_USERSTATE_UNSPECIFIED UserState = 0
UserState_USERSTATE_ACTIVE UserState = 1
UserState_USERSTATE_INACTIVE UserState = 2
UserState_USERSTATE_DELETED UserState = 3
UserState_USERSTATE_LOCKED UserState = 4
UserState_USERSTATE_SUSPEND UserState = 5
UserState_USERSTATE_INITIAL UserState = 6
)
var UserState_name = map[int32]string{
0: "USERSTATE_UNSPECIFIED",
1: "USERSTATE_ACTIVE",
2: "USERSTATE_INACTIVE",
3: "USERSTATE_DELETED",
4: "USERSTATE_LOCKED",
5: "USERSTATE_SUSPEND",
6: "USERSTATE_INITIAL",
}
var UserState_value = map[string]int32{
"USERSTATE_UNSPECIFIED": 0,
"USERSTATE_ACTIVE": 1,
"USERSTATE_INACTIVE": 2,
"USERSTATE_DELETED": 3,
"USERSTATE_LOCKED": 4,
"USERSTATE_SUSPEND": 5,
"USERSTATE_INITIAL": 6,
}
func (x UserState) String() string {
return proto.EnumName(UserState_name, int32(x))
}
func (UserState) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{3}
}
type Gender int32
const (
Gender_GENDER_UNSPECIFIED Gender = 0
Gender_GENDER_FEMALE Gender = 1
Gender_GENDER_MALE Gender = 2
Gender_GENDER_DIVERSE Gender = 3
)
var Gender_name = map[int32]string{
0: "GENDER_UNSPECIFIED",
1: "GENDER_FEMALE",
2: "GENDER_MALE",
3: "GENDER_DIVERSE",
}
var Gender_value = map[string]int32{
"GENDER_UNSPECIFIED": 0,
"GENDER_FEMALE": 1,
"GENDER_MALE": 2,
"GENDER_DIVERSE": 3,
}
func (x Gender) String() string {
return proto.EnumName(Gender_name, int32(x))
}
func (Gender) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{4}
}
type MachineKeyType int32
const (
MachineKeyType_MACHINEKEY_UNSPECIFIED MachineKeyType = 0
MachineKeyType_MACHINEKEY_JSON MachineKeyType = 1
)
var MachineKeyType_name = map[int32]string{
0: "MACHINEKEY_UNSPECIFIED",
1: "MACHINEKEY_JSON",
}
var MachineKeyType_value = map[string]int32{
"MACHINEKEY_UNSPECIFIED": 0,
"MACHINEKEY_JSON": 1,
}
func (x MachineKeyType) String() string {
return proto.EnumName(MachineKeyType_name, int32(x))
}
func (MachineKeyType) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{5}
}
type IamMemberSearchKey int32
const (
IamMemberSearchKey_IAMMEMBERSEARCHKEY_UNSPECIFIED IamMemberSearchKey = 0
IamMemberSearchKey_IAMMEMBERSEARCHKEY_FIRST_NAME IamMemberSearchKey = 1
IamMemberSearchKey_IAMMEMBERSEARCHKEY_LAST_NAME IamMemberSearchKey = 2
IamMemberSearchKey_IAMMEMBERSEARCHKEY_EMAIL IamMemberSearchKey = 3
IamMemberSearchKey_IAMMEMBERSEARCHKEY_USER_ID IamMemberSearchKey = 4
)
var IamMemberSearchKey_name = map[int32]string{
0: "IAMMEMBERSEARCHKEY_UNSPECIFIED",
1: "IAMMEMBERSEARCHKEY_FIRST_NAME",
2: "IAMMEMBERSEARCHKEY_LAST_NAME",
3: "IAMMEMBERSEARCHKEY_EMAIL",
4: "IAMMEMBERSEARCHKEY_USER_ID",
}
var IamMemberSearchKey_value = map[string]int32{
"IAMMEMBERSEARCHKEY_UNSPECIFIED": 0,
"IAMMEMBERSEARCHKEY_FIRST_NAME": 1,
"IAMMEMBERSEARCHKEY_LAST_NAME": 2,
"IAMMEMBERSEARCHKEY_EMAIL": 3,
"IAMMEMBERSEARCHKEY_USER_ID": 4,
}
func (x IamMemberSearchKey) String() string {
return proto.EnumName(IamMemberSearchKey_name, int32(x))
}
func (IamMemberSearchKey) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{6}
}
type SearchMethod int32
const (
SearchMethod_SEARCHMETHOD_EQUALS SearchMethod = 0
SearchMethod_SEARCHMETHOD_STARTS_WITH SearchMethod = 1
SearchMethod_SEARCHMETHOD_CONTAINS SearchMethod = 2
SearchMethod_SEARCHMETHOD_EQUALS_IGNORE_CASE SearchMethod = 3
SearchMethod_SEARCHMETHOD_STARTS_WITH_IGNORE_CASE SearchMethod = 4
SearchMethod_SEARCHMETHOD_CONTAINS_IGNORE_CASE SearchMethod = 5
SearchMethod_SEARCHMETHOD_NOT_EQUALS SearchMethod = 6
SearchMethod_SEARCHMETHOD_GREATER_THAN SearchMethod = 7
SearchMethod_SEARCHMETHOD_LESS_THAN SearchMethod = 8
SearchMethod_SEARCHMETHOD_IS_ONE_OF SearchMethod = 9
SearchMethod_SEARCHMETHOD_LIST_CONTAINS SearchMethod = 10
)
var SearchMethod_name = map[int32]string{
0: "SEARCHMETHOD_EQUALS",
1: "SEARCHMETHOD_STARTS_WITH",
2: "SEARCHMETHOD_CONTAINS",
3: "SEARCHMETHOD_EQUALS_IGNORE_CASE",
4: "SEARCHMETHOD_STARTS_WITH_IGNORE_CASE",
5: "SEARCHMETHOD_CONTAINS_IGNORE_CASE",
6: "SEARCHMETHOD_NOT_EQUALS",
7: "SEARCHMETHOD_GREATER_THAN",
8: "SEARCHMETHOD_LESS_THAN",
9: "SEARCHMETHOD_IS_ONE_OF",
10: "SEARCHMETHOD_LIST_CONTAINS",
}
var SearchMethod_value = map[string]int32{
"SEARCHMETHOD_EQUALS": 0,
"SEARCHMETHOD_STARTS_WITH": 1,
"SEARCHMETHOD_CONTAINS": 2,
"SEARCHMETHOD_EQUALS_IGNORE_CASE": 3,
"SEARCHMETHOD_STARTS_WITH_IGNORE_CASE": 4,
"SEARCHMETHOD_CONTAINS_IGNORE_CASE": 5,
"SEARCHMETHOD_NOT_EQUALS": 6,
"SEARCHMETHOD_GREATER_THAN": 7,
"SEARCHMETHOD_LESS_THAN": 8,
"SEARCHMETHOD_IS_ONE_OF": 9,
"SEARCHMETHOD_LIST_CONTAINS": 10,
}
func (x SearchMethod) String() string {
return proto.EnumName(SearchMethod_name, int32(x))
}
func (SearchMethod) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{7}
}
type IdpState int32
const (
IdpState_IDPCONFIGSTATE_UNSPECIFIED IdpState = 0
IdpState_IDPCONFIGSTATE_ACTIVE IdpState = 1
IdpState_IDPCONFIGSTATE_INACTIVE IdpState = 2
)
var IdpState_name = map[int32]string{
0: "IDPCONFIGSTATE_UNSPECIFIED",
1: "IDPCONFIGSTATE_ACTIVE",
2: "IDPCONFIGSTATE_INACTIVE",
}
var IdpState_value = map[string]int32{
"IDPCONFIGSTATE_UNSPECIFIED": 0,
"IDPCONFIGSTATE_ACTIVE": 1,
"IDPCONFIGSTATE_INACTIVE": 2,
}
func (x IdpState) String() string {
return proto.EnumName(IdpState_name, int32(x))
}
func (IdpState) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{8}
}
type IdpSearchKey int32
const (
IdpSearchKey_IDPSEARCHKEY_UNSPECIFIED IdpSearchKey = 0
IdpSearchKey_IDPSEARCHKEY_IDP_CONFIG_ID IdpSearchKey = 1
IdpSearchKey_IDPSEARCHKEY_NAME IdpSearchKey = 2
)
var IdpSearchKey_name = map[int32]string{
0: "IDPSEARCHKEY_UNSPECIFIED",
1: "IDPSEARCHKEY_IDP_CONFIG_ID",
2: "IDPSEARCHKEY_NAME",
}
var IdpSearchKey_value = map[string]int32{
"IDPSEARCHKEY_UNSPECIFIED": 0,
"IDPSEARCHKEY_IDP_CONFIG_ID": 1,
"IDPSEARCHKEY_NAME": 2,
}
func (x IdpSearchKey) String() string {
return proto.EnumName(IdpSearchKey_name, int32(x))
}
func (IdpSearchKey) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{9}
}
type IdpType int32
const (
IdpType_IDPTYPE_UNSPECIFIED IdpType = 0
IdpType_IDPTYPE_OIDC IdpType = 1
IdpType_IDPTYPE_SAML IdpType = 2
)
var IdpType_name = map[int32]string{
0: "IDPTYPE_UNSPECIFIED",
1: "IDPTYPE_OIDC",
2: "IDPTYPE_SAML",
}
var IdpType_value = map[string]int32{
"IDPTYPE_UNSPECIFIED": 0,
"IDPTYPE_OIDC": 1,
"IDPTYPE_SAML": 2,
}
func (x IdpType) String() string {
return proto.EnumName(IdpType_name, int32(x))
}
func (IdpType) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{10}
}
type OrgID struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *OrgID) Reset() { *m = OrgID{} }
func (m *OrgID) String() string { return proto.CompactTextString(m) }
func (*OrgID) ProtoMessage() {}
func (*OrgID) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{0}
}
func (m *OrgID) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_OrgID.Unmarshal(m, b)
}
func (m *OrgID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_OrgID.Marshal(b, m, deterministic)
}
func (m *OrgID) XXX_Merge(src proto.Message) {
xxx_messageInfo_OrgID.Merge(m, src)
}
func (m *OrgID) XXX_Size() int {
return xxx_messageInfo_OrgID.Size(m)
}
func (m *OrgID) XXX_DiscardUnknown() {
xxx_messageInfo_OrgID.DiscardUnknown(m)
}
var xxx_messageInfo_OrgID proto.InternalMessageInfo
func (m *OrgID) GetId() string {
if m != nil {
return m.Id
}
return ""
}
type UniqueOrgRequest struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Domain string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *UniqueOrgRequest) Reset() { *m = UniqueOrgRequest{} }
func (m *UniqueOrgRequest) String() string { return proto.CompactTextString(m) }
func (*UniqueOrgRequest) ProtoMessage() {}
func (*UniqueOrgRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{1}
}
func (m *UniqueOrgRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UniqueOrgRequest.Unmarshal(m, b)
}
func (m *UniqueOrgRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_UniqueOrgRequest.Marshal(b, m, deterministic)
}
func (m *UniqueOrgRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_UniqueOrgRequest.Merge(m, src)
}
func (m *UniqueOrgRequest) XXX_Size() int {
return xxx_messageInfo_UniqueOrgRequest.Size(m)
}
func (m *UniqueOrgRequest) XXX_DiscardUnknown() {
xxx_messageInfo_UniqueOrgRequest.DiscardUnknown(m)
}
var xxx_messageInfo_UniqueOrgRequest proto.InternalMessageInfo
func (m *UniqueOrgRequest) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *UniqueOrgRequest) GetDomain() string {
if m != nil {
return m.Domain
}
return ""
}
type UniqueOrgResponse struct {
IsUnique bool `protobuf:"varint,1,opt,name=is_unique,json=isUnique,proto3" json:"is_unique,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *UniqueOrgResponse) Reset() { *m = UniqueOrgResponse{} }
func (m *UniqueOrgResponse) String() string { return proto.CompactTextString(m) }
func (*UniqueOrgResponse) ProtoMessage() {}
func (*UniqueOrgResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{2}
}
func (m *UniqueOrgResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UniqueOrgResponse.Unmarshal(m, b)
}
func (m *UniqueOrgResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_UniqueOrgResponse.Marshal(b, m, deterministic)
}
func (m *UniqueOrgResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_UniqueOrgResponse.Merge(m, src)
}
func (m *UniqueOrgResponse) XXX_Size() int {
return xxx_messageInfo_UniqueOrgResponse.Size(m)
}
func (m *UniqueOrgResponse) XXX_DiscardUnknown() {
xxx_messageInfo_UniqueOrgResponse.DiscardUnknown(m)
}
var xxx_messageInfo_UniqueOrgResponse proto.InternalMessageInfo
func (m *UniqueOrgResponse) GetIsUnique() bool {
if m != nil {
return m.IsUnique
}
return false
}
type Org struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
State OrgState `protobuf:"varint,2,opt,name=state,proto3,enum=caos.zitadel.admin.api.v1.OrgState" json:"state,omitempty"`
CreationDate *timestamp.Timestamp `protobuf:"bytes,3,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
ChangeDate *timestamp.Timestamp `protobuf:"bytes,4,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
Domain string `protobuf:"bytes,6,opt,name=domain,proto3" json:"domain,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Org) Reset() { *m = Org{} }
func (m *Org) String() string { return proto.CompactTextString(m) }
func (*Org) ProtoMessage() {}
func (*Org) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{3}
}
func (m *Org) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Org.Unmarshal(m, b)
}
func (m *Org) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Org.Marshal(b, m, deterministic)
}
func (m *Org) XXX_Merge(src proto.Message) {
xxx_messageInfo_Org.Merge(m, src)
}
func (m *Org) XXX_Size() int {
return xxx_messageInfo_Org.Size(m)
}
func (m *Org) XXX_DiscardUnknown() {
xxx_messageInfo_Org.DiscardUnknown(m)
}
var xxx_messageInfo_Org proto.InternalMessageInfo
func (m *Org) GetId() string {
if m != nil {
return m.Id
}
return ""
}
func (m *Org) GetState() OrgState {
if m != nil {
return m.State
}
return OrgState_ORGSTATE_UNSPECIFIED
}
func (m *Org) GetCreationDate() *timestamp.Timestamp {
if m != nil {
return m.CreationDate
}
return nil
}
func (m *Org) GetChangeDate() *timestamp.Timestamp {
if m != nil {
return m.ChangeDate
}
return nil
}
func (m *Org) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *Org) GetDomain() string {
if m != nil {
return m.Domain
}
return ""
}
type OrgSearchRequest struct {
Offset uint64 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"`
Limit uint64 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
SortingColumn OrgSearchKey `protobuf:"varint,3,opt,name=sorting_column,json=sortingColumn,proto3,enum=caos.zitadel.admin.api.v1.OrgSearchKey" json:"sorting_column,omitempty"`
Asc bool `protobuf:"varint,4,opt,name=asc,proto3" json:"asc,omitempty"`
Queries []*OrgSearchQuery `protobuf:"bytes,5,rep,name=queries,proto3" json:"queries,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *OrgSearchRequest) Reset() { *m = OrgSearchRequest{} }
func (m *OrgSearchRequest) String() string { return proto.CompactTextString(m) }
func (*OrgSearchRequest) ProtoMessage() {}
func (*OrgSearchRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{4}
}
func (m *OrgSearchRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_OrgSearchRequest.Unmarshal(m, b)
}
func (m *OrgSearchRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_OrgSearchRequest.Marshal(b, m, deterministic)
}
func (m *OrgSearchRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_OrgSearchRequest.Merge(m, src)
}
func (m *OrgSearchRequest) XXX_Size() int {
return xxx_messageInfo_OrgSearchRequest.Size(m)
}
func (m *OrgSearchRequest) XXX_DiscardUnknown() {
xxx_messageInfo_OrgSearchRequest.DiscardUnknown(m)
}
var xxx_messageInfo_OrgSearchRequest proto.InternalMessageInfo
func (m *OrgSearchRequest) GetOffset() uint64 {
if m != nil {
return m.Offset
}
return 0
}
func (m *OrgSearchRequest) GetLimit() uint64 {
if m != nil {
return m.Limit
}
return 0
}
func (m *OrgSearchRequest) GetSortingColumn() OrgSearchKey {
if m != nil {
return m.SortingColumn
}
return OrgSearchKey_ORGSEARCHKEY_UNSPECIFIED
}
func (m *OrgSearchRequest) GetAsc() bool {
if m != nil {
return m.Asc
}
return false
}
func (m *OrgSearchRequest) GetQueries() []*OrgSearchQuery {
if m != nil {
return m.Queries
}
return nil
}
type OrgSearchQuery struct {
Key OrgSearchKey `protobuf:"varint,1,opt,name=key,proto3,enum=caos.zitadel.admin.api.v1.OrgSearchKey" json:"key,omitempty"`
Method OrgSearchMethod `protobuf:"varint,2,opt,name=method,proto3,enum=caos.zitadel.admin.api.v1.OrgSearchMethod" json:"method,omitempty"`
Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *OrgSearchQuery) Reset() { *m = OrgSearchQuery{} }
func (m *OrgSearchQuery) String() string { return proto.CompactTextString(m) }
func (*OrgSearchQuery) ProtoMessage() {}
func (*OrgSearchQuery) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{5}
}
func (m *OrgSearchQuery) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_OrgSearchQuery.Unmarshal(m, b)
}
func (m *OrgSearchQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_OrgSearchQuery.Marshal(b, m, deterministic)
}
func (m *OrgSearchQuery) XXX_Merge(src proto.Message) {
xxx_messageInfo_OrgSearchQuery.Merge(m, src)
}
func (m *OrgSearchQuery) XXX_Size() int {
return xxx_messageInfo_OrgSearchQuery.Size(m)
}
func (m *OrgSearchQuery) XXX_DiscardUnknown() {
xxx_messageInfo_OrgSearchQuery.DiscardUnknown(m)
}
var xxx_messageInfo_OrgSearchQuery proto.InternalMessageInfo
func (m *OrgSearchQuery) GetKey() OrgSearchKey {
if m != nil {
return m.Key
}
return OrgSearchKey_ORGSEARCHKEY_UNSPECIFIED
}
func (m *OrgSearchQuery) GetMethod() OrgSearchMethod {
if m != nil {
return m.Method
}
return OrgSearchMethod_ORGSEARCHMETHOD_EQUALS
}
func (m *OrgSearchQuery) GetValue() string {
if m != nil {
return m.Value
}
return ""
}
type OrgSearchResponse struct {
Offset uint64 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"`
Limit uint64 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
TotalResult uint64 `protobuf:"varint,3,opt,name=total_result,json=totalResult,proto3" json:"total_result,omitempty"`
Result []*Org `protobuf:"bytes,4,rep,name=result,proto3" json:"result,omitempty"`
ProcessedSequence uint64 `protobuf:"varint,5,opt,name=processed_sequence,json=processedSequence,proto3" json:"processed_sequence,omitempty"`
ViewTimestamp *timestamp.Timestamp `protobuf:"bytes,6,opt,name=view_timestamp,json=viewTimestamp,proto3" json:"view_timestamp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *OrgSearchResponse) Reset() { *m = OrgSearchResponse{} }
func (m *OrgSearchResponse) String() string { return proto.CompactTextString(m) }
func (*OrgSearchResponse) ProtoMessage() {}
func (*OrgSearchResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{6}
}
func (m *OrgSearchResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_OrgSearchResponse.Unmarshal(m, b)
}
func (m *OrgSearchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_OrgSearchResponse.Marshal(b, m, deterministic)
}
func (m *OrgSearchResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_OrgSearchResponse.Merge(m, src)
}
func (m *OrgSearchResponse) XXX_Size() int {
return xxx_messageInfo_OrgSearchResponse.Size(m)
}
func (m *OrgSearchResponse) XXX_DiscardUnknown() {
xxx_messageInfo_OrgSearchResponse.DiscardUnknown(m)
}
var xxx_messageInfo_OrgSearchResponse proto.InternalMessageInfo
func (m *OrgSearchResponse) GetOffset() uint64 {
if m != nil {
return m.Offset
}
return 0
}
func (m *OrgSearchResponse) GetLimit() uint64 {
if m != nil {
return m.Limit
}
return 0
}
func (m *OrgSearchResponse) GetTotalResult() uint64 {
if m != nil {
return m.TotalResult
}
return 0
}
func (m *OrgSearchResponse) GetResult() []*Org {
if m != nil {
return m.Result
}
return nil
}
func (m *OrgSearchResponse) GetProcessedSequence() uint64 {
if m != nil {
return m.ProcessedSequence
}
return 0
}
func (m *OrgSearchResponse) GetViewTimestamp() *timestamp.Timestamp {
if m != nil {
return m.ViewTimestamp
}
return nil
}
type OrgSetUpRequest struct {
Org *CreateOrgRequest `protobuf:"bytes,1,opt,name=org,proto3" json:"org,omitempty"`
User *CreateUserRequest `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *OrgSetUpRequest) Reset() { *m = OrgSetUpRequest{} }
func (m *OrgSetUpRequest) String() string { return proto.CompactTextString(m) }
func (*OrgSetUpRequest) ProtoMessage() {}
func (*OrgSetUpRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{7}
}
func (m *OrgSetUpRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_OrgSetUpRequest.Unmarshal(m, b)
}
func (m *OrgSetUpRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_OrgSetUpRequest.Marshal(b, m, deterministic)
}
func (m *OrgSetUpRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_OrgSetUpRequest.Merge(m, src)
}
func (m *OrgSetUpRequest) XXX_Size() int {
return xxx_messageInfo_OrgSetUpRequest.Size(m)
}
func (m *OrgSetUpRequest) XXX_DiscardUnknown() {
xxx_messageInfo_OrgSetUpRequest.DiscardUnknown(m)
}
var xxx_messageInfo_OrgSetUpRequest proto.InternalMessageInfo
func (m *OrgSetUpRequest) GetOrg() *CreateOrgRequest {
if m != nil {
return m.Org
}
return nil
}
func (m *OrgSetUpRequest) GetUser() *CreateUserRequest {
if m != nil {
return m.User
}
return nil
}
type OrgSetUpResponse struct {
Org *Org `protobuf:"bytes,1,opt,name=org,proto3" json:"org,omitempty"`
User *UserResponse `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *OrgSetUpResponse) Reset() { *m = OrgSetUpResponse{} }
func (m *OrgSetUpResponse) String() string { return proto.CompactTextString(m) }
func (*OrgSetUpResponse) ProtoMessage() {}
func (*OrgSetUpResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{8}
}
func (m *OrgSetUpResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_OrgSetUpResponse.Unmarshal(m, b)
}
func (m *OrgSetUpResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_OrgSetUpResponse.Marshal(b, m, deterministic)
}
func (m *OrgSetUpResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_OrgSetUpResponse.Merge(m, src)
}
func (m *OrgSetUpResponse) XXX_Size() int {
return xxx_messageInfo_OrgSetUpResponse.Size(m)
}
func (m *OrgSetUpResponse) XXX_DiscardUnknown() {
xxx_messageInfo_OrgSetUpResponse.DiscardUnknown(m)
}
var xxx_messageInfo_OrgSetUpResponse proto.InternalMessageInfo
func (m *OrgSetUpResponse) GetOrg() *Org {
if m != nil {
return m.Org
}
return nil
}
func (m *OrgSetUpResponse) GetUser() *UserResponse {
if m != nil {
return m.User
}
return nil
}
type CreateUserRequest struct {
UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
// Types that are valid to be assigned to User:
// *CreateUserRequest_Human
// *CreateUserRequest_Machine
User isCreateUserRequest_User `protobuf_oneof:"user"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CreateUserRequest) Reset() { *m = CreateUserRequest{} }
func (m *CreateUserRequest) String() string { return proto.CompactTextString(m) }
func (*CreateUserRequest) ProtoMessage() {}
func (*CreateUserRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{9}
}
func (m *CreateUserRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CreateUserRequest.Unmarshal(m, b)
}
func (m *CreateUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CreateUserRequest.Marshal(b, m, deterministic)
}
func (m *CreateUserRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_CreateUserRequest.Merge(m, src)
}
func (m *CreateUserRequest) XXX_Size() int {
return xxx_messageInfo_CreateUserRequest.Size(m)
}
func (m *CreateUserRequest) XXX_DiscardUnknown() {
xxx_messageInfo_CreateUserRequest.DiscardUnknown(m)
}
var xxx_messageInfo_CreateUserRequest proto.InternalMessageInfo
func (m *CreateUserRequest) GetUserName() string {
if m != nil {
return m.UserName
}
return ""
}
type isCreateUserRequest_User interface {
isCreateUserRequest_User()
}
type CreateUserRequest_Human struct {
Human *CreateHumanRequest `protobuf:"bytes,2,opt,name=human,proto3,oneof"`
}
type CreateUserRequest_Machine struct {
Machine *CreateMachineRequest `protobuf:"bytes,3,opt,name=machine,proto3,oneof"`
}
func (*CreateUserRequest_Human) isCreateUserRequest_User() {}
func (*CreateUserRequest_Machine) isCreateUserRequest_User() {}
func (m *CreateUserRequest) GetUser() isCreateUserRequest_User {
if m != nil {
return m.User
}
return nil
}
func (m *CreateUserRequest) GetHuman() *CreateHumanRequest {
if x, ok := m.GetUser().(*CreateUserRequest_Human); ok {
return x.Human
}
return nil
}
func (m *CreateUserRequest) GetMachine() *CreateMachineRequest {
if x, ok := m.GetUser().(*CreateUserRequest_Machine); ok {
return x.Machine
}
return nil
}
// XXX_OneofWrappers is for the internal use of the proto package.
func (*CreateUserRequest) XXX_OneofWrappers() []interface{} {
return []interface{}{
(*CreateUserRequest_Human)(nil),
(*CreateUserRequest_Machine)(nil),
}
}
type CreateHumanRequest struct {
FirstName string `protobuf:"bytes,1,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
LastName string `protobuf:"bytes,2,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
NickName string `protobuf:"bytes,3,opt,name=nick_name,json=nickName,proto3" json:"nick_name,omitempty"`
PreferredLanguage string `protobuf:"bytes,4,opt,name=preferred_language,json=preferredLanguage,proto3" json:"preferred_language,omitempty"`
Gender Gender `protobuf:"varint,5,opt,name=gender,proto3,enum=caos.zitadel.admin.api.v1.Gender" json:"gender,omitempty"`
Email string `protobuf:"bytes,6,opt,name=email,proto3" json:"email,omitempty"`
IsEmailVerified bool `protobuf:"varint,7,opt,name=is_email_verified,json=isEmailVerified,proto3" json:"is_email_verified,omitempty"`
Phone string `protobuf:"bytes,8,opt,name=phone,proto3" json:"phone,omitempty"`
IsPhoneVerified bool `protobuf:"varint,9,opt,name=is_phone_verified,json=isPhoneVerified,proto3" json:"is_phone_verified,omitempty"`
Country string `protobuf:"bytes,10,opt,name=country,proto3" json:"country,omitempty"`
Locality string `protobuf:"bytes,11,opt,name=locality,proto3" json:"locality,omitempty"`
PostalCode string `protobuf:"bytes,12,opt,name=postal_code,json=postalCode,proto3" json:"postal_code,omitempty"`
Region string `protobuf:"bytes,13,opt,name=region,proto3" json:"region,omitempty"`
StreetAddress string `protobuf:"bytes,14,opt,name=street_address,json=streetAddress,proto3" json:"street_address,omitempty"`
Password string `protobuf:"bytes,15,opt,name=password,proto3" json:"password,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CreateHumanRequest) Reset() { *m = CreateHumanRequest{} }
func (m *CreateHumanRequest) String() string { return proto.CompactTextString(m) }
func (*CreateHumanRequest) ProtoMessage() {}
func (*CreateHumanRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{10}
}
func (m *CreateHumanRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CreateHumanRequest.Unmarshal(m, b)
}
func (m *CreateHumanRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CreateHumanRequest.Marshal(b, m, deterministic)
}
func (m *CreateHumanRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_CreateHumanRequest.Merge(m, src)
}
func (m *CreateHumanRequest) XXX_Size() int {
return xxx_messageInfo_CreateHumanRequest.Size(m)
}
func (m *CreateHumanRequest) XXX_DiscardUnknown() {
xxx_messageInfo_CreateHumanRequest.DiscardUnknown(m)
}
var xxx_messageInfo_CreateHumanRequest proto.InternalMessageInfo
func (m *CreateHumanRequest) GetFirstName() string {
if m != nil {
return m.FirstName
}
return ""
}
func (m *CreateHumanRequest) GetLastName() string {
if m != nil {
return m.LastName
}
return ""
}
func (m *CreateHumanRequest) GetNickName() string {
if m != nil {
return m.NickName
}
return ""
}
func (m *CreateHumanRequest) GetPreferredLanguage() string {
if m != nil {
return m.PreferredLanguage
}
return ""
}
func (m *CreateHumanRequest) GetGender() Gender {
if m != nil {
return m.Gender
}
return Gender_GENDER_UNSPECIFIED
}
func (m *CreateHumanRequest) GetEmail() string {
if m != nil {
return m.Email
}
return ""
}
func (m *CreateHumanRequest) GetIsEmailVerified() bool {
if m != nil {
return m.IsEmailVerified
}
return false
}
func (m *CreateHumanRequest) GetPhone() string {
if m != nil {
return m.Phone
}
return ""
}
func (m *CreateHumanRequest) GetIsPhoneVerified() bool {
if m != nil {
return m.IsPhoneVerified
}
return false
}
func (m *CreateHumanRequest) GetCountry() string {
if m != nil {
return m.Country
}
return ""
}
func (m *CreateHumanRequest) GetLocality() string {
if m != nil {
return m.Locality
}
return ""
}
func (m *CreateHumanRequest) GetPostalCode() string {
if m != nil {
return m.PostalCode
}
return ""
}
func (m *CreateHumanRequest) GetRegion() string {
if m != nil {
return m.Region
}
return ""
}
func (m *CreateHumanRequest) GetStreetAddress() string {
if m != nil {
return m.StreetAddress
}
return ""
}
func (m *CreateHumanRequest) GetPassword() string {
if m != nil {
return m.Password
}
return ""
}
type CreateMachineRequest struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CreateMachineRequest) Reset() { *m = CreateMachineRequest{} }
func (m *CreateMachineRequest) String() string { return proto.CompactTextString(m) }
func (*CreateMachineRequest) ProtoMessage() {}
func (*CreateMachineRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{11}
}
func (m *CreateMachineRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CreateMachineRequest.Unmarshal(m, b)
}
func (m *CreateMachineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CreateMachineRequest.Marshal(b, m, deterministic)
}
func (m *CreateMachineRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_CreateMachineRequest.Merge(m, src)
}
func (m *CreateMachineRequest) XXX_Size() int {
return xxx_messageInfo_CreateMachineRequest.Size(m)
}
func (m *CreateMachineRequest) XXX_DiscardUnknown() {
xxx_messageInfo_CreateMachineRequest.DiscardUnknown(m)
}
var xxx_messageInfo_CreateMachineRequest proto.InternalMessageInfo
func (m *CreateMachineRequest) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *CreateMachineRequest) GetDescription() string {
if m != nil {
return m.Description
}
return ""
}
type UserResponse struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
State UserState `protobuf:"varint,2,opt,name=state,proto3,enum=caos.zitadel.admin.api.v1.UserState" json:"state,omitempty"`
CreationDate *timestamp.Timestamp `protobuf:"bytes,3,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
ChangeDate *timestamp.Timestamp `protobuf:"bytes,4,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
Sequence uint64 `protobuf:"varint,5,opt,name=sequence,proto3" json:"sequence,omitempty"`
UserName string `protobuf:"bytes,6,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
// Types that are valid to be assigned to User:
// *UserResponse_Human
// *UserResponse_Machine
User isUserResponse_User `protobuf_oneof:"user"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *UserResponse) Reset() { *m = UserResponse{} }
func (m *UserResponse) String() string { return proto.CompactTextString(m) }
func (*UserResponse) ProtoMessage() {}
func (*UserResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{12}
}
func (m *UserResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UserResponse.Unmarshal(m, b)
}
func (m *UserResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_UserResponse.Marshal(b, m, deterministic)
}
func (m *UserResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_UserResponse.Merge(m, src)
}
func (m *UserResponse) XXX_Size() int {
return xxx_messageInfo_UserResponse.Size(m)
}
func (m *UserResponse) XXX_DiscardUnknown() {
xxx_messageInfo_UserResponse.DiscardUnknown(m)
}
var xxx_messageInfo_UserResponse proto.InternalMessageInfo
func (m *UserResponse) GetId() string {
if m != nil {
return m.Id
}
return ""
}
func (m *UserResponse) GetState() UserState {
if m != nil {
return m.State
}
return UserState_USERSTATE_UNSPECIFIED
}
func (m *UserResponse) GetCreationDate() *timestamp.Timestamp {
if m != nil {
return m.CreationDate
}
return nil
}
func (m *UserResponse) GetChangeDate() *timestamp.Timestamp {
if m != nil {
return m.ChangeDate
}
return nil
}
func (m *UserResponse) GetSequence() uint64 {
if m != nil {
return m.Sequence
}
return 0
}
func (m *UserResponse) GetUserName() string {
if m != nil {
return m.UserName
}
return ""
}
type isUserResponse_User interface {
isUserResponse_User()
}
type UserResponse_Human struct {
Human *HumanResponse `protobuf:"bytes,7,opt,name=human,proto3,oneof"`
}
type UserResponse_Machine struct {
Machine *MachineResponse `protobuf:"bytes,8,opt,name=machine,proto3,oneof"`
}
func (*UserResponse_Human) isUserResponse_User() {}
func (*UserResponse_Machine) isUserResponse_User() {}
func (m *UserResponse) GetUser() isUserResponse_User {
if m != nil {
return m.User
}
return nil
}
func (m *UserResponse) GetHuman() *HumanResponse {
if x, ok := m.GetUser().(*UserResponse_Human); ok {
return x.Human
}
return nil
}
func (m *UserResponse) GetMachine() *MachineResponse {
if x, ok := m.GetUser().(*UserResponse_Machine); ok {
return x.Machine
}
return nil
}
// XXX_OneofWrappers is for the internal use of the proto package.
func (*UserResponse) XXX_OneofWrappers() []interface{} {
return []interface{}{
(*UserResponse_Human)(nil),
(*UserResponse_Machine)(nil),
}
}
type HumanResponse struct {
FirstName string `protobuf:"bytes,1,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
LastName string `protobuf:"bytes,2,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
NickName string `protobuf:"bytes,4,opt,name=nick_name,json=nickName,proto3" json:"nick_name,omitempty"`
PreferredLanguage string `protobuf:"bytes,5,opt,name=preferred_language,json=preferredLanguage,proto3" json:"preferred_language,omitempty"`
Gender Gender `protobuf:"varint,6,opt,name=gender,proto3,enum=caos.zitadel.admin.api.v1.Gender" json:"gender,omitempty"`
Email string `protobuf:"bytes,7,opt,name=email,proto3" json:"email,omitempty"`
IsEmailVerified bool `protobuf:"varint,8,opt,name=is_email_verified,json=isEmailVerified,proto3" json:"is_email_verified,omitempty"`
Phone string `protobuf:"bytes,9,opt,name=phone,proto3" json:"phone,omitempty"`
IsPhoneVerified bool `protobuf:"varint,10,opt,name=is_phone_verified,json=isPhoneVerified,proto3" json:"is_phone_verified,omitempty"`
Country string `protobuf:"bytes,11,opt,name=country,proto3" json:"country,omitempty"`
Locality string `protobuf:"bytes,12,opt,name=locality,proto3" json:"locality,omitempty"`
PostalCode string `protobuf:"bytes,13,opt,name=postal_code,json=postalCode,proto3" json:"postal_code,omitempty"`
Region string `protobuf:"bytes,14,opt,name=region,proto3" json:"region,omitempty"`
StreetAddress string `protobuf:"bytes,15,opt,name=street_address,json=streetAddress,proto3" json:"street_address,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *HumanResponse) Reset() { *m = HumanResponse{} }
func (m *HumanResponse) String() string { return proto.CompactTextString(m) }
func (*HumanResponse) ProtoMessage() {}
func (*HumanResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{13}
}
func (m *HumanResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_HumanResponse.Unmarshal(m, b)
}
func (m *HumanResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_HumanResponse.Marshal(b, m, deterministic)
}
func (m *HumanResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_HumanResponse.Merge(m, src)
}
func (m *HumanResponse) XXX_Size() int {
return xxx_messageInfo_HumanResponse.Size(m)
}
func (m *HumanResponse) XXX_DiscardUnknown() {
xxx_messageInfo_HumanResponse.DiscardUnknown(m)
}
var xxx_messageInfo_HumanResponse proto.InternalMessageInfo
func (m *HumanResponse) GetFirstName() string {
if m != nil {
return m.FirstName
}
return ""
}
func (m *HumanResponse) GetLastName() string {
if m != nil {
return m.LastName
}
return ""
}
func (m *HumanResponse) GetDisplayName() string {
if m != nil {
return m.DisplayName
}
return ""
}
func (m *HumanResponse) GetNickName() string {
if m != nil {
return m.NickName
}
return ""
}
func (m *HumanResponse) GetPreferredLanguage() string {
if m != nil {
return m.PreferredLanguage
}
return ""
}
func (m *HumanResponse) GetGender() Gender {
if m != nil {
return m.Gender
}
return Gender_GENDER_UNSPECIFIED
}
func (m *HumanResponse) GetEmail() string {
if m != nil {
return m.Email
}
return ""
}
func (m *HumanResponse) GetIsEmailVerified() bool {
if m != nil {
return m.IsEmailVerified
}
return false
}
func (m *HumanResponse) GetPhone() string {
if m != nil {
return m.Phone
}
return ""
}
func (m *HumanResponse) GetIsPhoneVerified() bool {
if m != nil {
return m.IsPhoneVerified
}
return false
}
func (m *HumanResponse) GetCountry() string {
if m != nil {
return m.Country
}
return ""
}
func (m *HumanResponse) GetLocality() string {
if m != nil {
return m.Locality
}
return ""
}
func (m *HumanResponse) GetPostalCode() string {
if m != nil {
return m.PostalCode
}
return ""
}
func (m *HumanResponse) GetRegion() string {
if m != nil {
return m.Region
}
return ""
}
func (m *HumanResponse) GetStreetAddress() string {
if m != nil {
return m.StreetAddress
}
return ""
}
type MachineResponse struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
Keys []*MachineKeyResponse `protobuf:"bytes,3,rep,name=keys,proto3" json:"keys,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *MachineResponse) Reset() { *m = MachineResponse{} }
func (m *MachineResponse) String() string { return proto.CompactTextString(m) }
func (*MachineResponse) ProtoMessage() {}
func (*MachineResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{14}
}
func (m *MachineResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_MachineResponse.Unmarshal(m, b)
}
func (m *MachineResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_MachineResponse.Marshal(b, m, deterministic)
}
func (m *MachineResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_MachineResponse.Merge(m, src)
}
func (m *MachineResponse) XXX_Size() int {
return xxx_messageInfo_MachineResponse.Size(m)
}
func (m *MachineResponse) XXX_DiscardUnknown() {
xxx_messageInfo_MachineResponse.DiscardUnknown(m)
}
var xxx_messageInfo_MachineResponse proto.InternalMessageInfo
func (m *MachineResponse) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *MachineResponse) GetDescription() string {
if m != nil {
return m.Description
}
return ""
}
func (m *MachineResponse) GetKeys() []*MachineKeyResponse {
if m != nil {
return m.Keys
}
return nil
}
type MachineKeyResponse struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Type MachineKeyType `protobuf:"varint,2,opt,name=type,proto3,enum=caos.zitadel.admin.api.v1.MachineKeyType" json:"type,omitempty"`
Sequence uint64 `protobuf:"varint,3,opt,name=sequence,proto3" json:"sequence,omitempty"`
CreationDate *timestamp.Timestamp `protobuf:"bytes,4,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
ExpirationDate *timestamp.Timestamp `protobuf:"bytes,5,opt,name=expiration_date,json=expirationDate,proto3" json:"expiration_date,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *MachineKeyResponse) Reset() { *m = MachineKeyResponse{} }
func (m *MachineKeyResponse) String() string { return proto.CompactTextString(m) }
func (*MachineKeyResponse) ProtoMessage() {}
func (*MachineKeyResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{15}
}
func (m *MachineKeyResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_MachineKeyResponse.Unmarshal(m, b)
}
func (m *MachineKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_MachineKeyResponse.Marshal(b, m, deterministic)
}
func (m *MachineKeyResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_MachineKeyResponse.Merge(m, src)
}
func (m *MachineKeyResponse) XXX_Size() int {
return xxx_messageInfo_MachineKeyResponse.Size(m)
}
func (m *MachineKeyResponse) XXX_DiscardUnknown() {
xxx_messageInfo_MachineKeyResponse.DiscardUnknown(m)
}
var xxx_messageInfo_MachineKeyResponse proto.InternalMessageInfo
func (m *MachineKeyResponse) GetId() string {
if m != nil {
return m.Id
}
return ""
}
func (m *MachineKeyResponse) GetType() MachineKeyType {
if m != nil {
return m.Type
}
return MachineKeyType_MACHINEKEY_UNSPECIFIED
}
func (m *MachineKeyResponse) GetSequence() uint64 {
if m != nil {
return m.Sequence
}
return 0
}
func (m *MachineKeyResponse) GetCreationDate() *timestamp.Timestamp {
if m != nil {
return m.CreationDate
}
return nil
}
func (m *MachineKeyResponse) GetExpirationDate() *timestamp.Timestamp {
if m != nil {
return m.ExpirationDate
}
return nil
}
type CreateOrgRequest struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Domain string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CreateOrgRequest) Reset() { *m = CreateOrgRequest{} }
func (m *CreateOrgRequest) String() string { return proto.CompactTextString(m) }
func (*CreateOrgRequest) ProtoMessage() {}
func (*CreateOrgRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{16}
}
func (m *CreateOrgRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CreateOrgRequest.Unmarshal(m, b)
}
func (m *CreateOrgRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CreateOrgRequest.Marshal(b, m, deterministic)
}
func (m *CreateOrgRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_CreateOrgRequest.Merge(m, src)
}
func (m *CreateOrgRequest) XXX_Size() int {
return xxx_messageInfo_CreateOrgRequest.Size(m)
}
func (m *CreateOrgRequest) XXX_DiscardUnknown() {
xxx_messageInfo_CreateOrgRequest.DiscardUnknown(m)
}
var xxx_messageInfo_CreateOrgRequest proto.InternalMessageInfo
func (m *CreateOrgRequest) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *CreateOrgRequest) GetDomain() string {
if m != nil {
return m.Domain
}
return ""
}
type OrgIamPolicy struct {
OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
UserLoginMustBeDomain bool `protobuf:"varint,3,opt,name=user_login_must_be_domain,json=userLoginMustBeDomain,proto3" json:"user_login_must_be_domain,omitempty"`
Default bool `protobuf:"varint,4,opt,name=default,proto3" json:"default,omitempty"`
Sequence uint64 `protobuf:"varint,5,opt,name=sequence,proto3" json:"sequence,omitempty"`
CreationDate *timestamp.Timestamp `protobuf:"bytes,6,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
ChangeDate *timestamp.Timestamp `protobuf:"bytes,7,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *OrgIamPolicy) Reset() { *m = OrgIamPolicy{} }
func (m *OrgIamPolicy) String() string { return proto.CompactTextString(m) }
func (*OrgIamPolicy) ProtoMessage() {}
func (*OrgIamPolicy) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{17}
}
func (m *OrgIamPolicy) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_OrgIamPolicy.Unmarshal(m, b)
}
func (m *OrgIamPolicy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_OrgIamPolicy.Marshal(b, m, deterministic)
}
func (m *OrgIamPolicy) XXX_Merge(src proto.Message) {
xxx_messageInfo_OrgIamPolicy.Merge(m, src)
}
func (m *OrgIamPolicy) XXX_Size() int {
return xxx_messageInfo_OrgIamPolicy.Size(m)
}
func (m *OrgIamPolicy) XXX_DiscardUnknown() {
xxx_messageInfo_OrgIamPolicy.DiscardUnknown(m)
}
var xxx_messageInfo_OrgIamPolicy proto.InternalMessageInfo
func (m *OrgIamPolicy) GetOrgId() string {
if m != nil {
return m.OrgId
}
return ""
}
func (m *OrgIamPolicy) GetDescription() string {
if m != nil {
return m.Description
}
return ""
}
func (m *OrgIamPolicy) GetUserLoginMustBeDomain() bool {
if m != nil {
return m.UserLoginMustBeDomain
}
return false
}
func (m *OrgIamPolicy) GetDefault() bool {
if m != nil {
return m.Default
}
return false
}
func (m *OrgIamPolicy) GetSequence() uint64 {
if m != nil {
return m.Sequence
}
return 0
}
func (m *OrgIamPolicy) GetCreationDate() *timestamp.Timestamp {
if m != nil {
return m.CreationDate
}
return nil
}
func (m *OrgIamPolicy) GetChangeDate() *timestamp.Timestamp {
if m != nil {
return m.ChangeDate
}
return nil
}
type OrgIamPolicyRequest struct {
OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
UserLoginMustBeDomain bool `protobuf:"varint,3,opt,name=user_login_must_be_domain,json=userLoginMustBeDomain,proto3" json:"user_login_must_be_domain,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *OrgIamPolicyRequest) Reset() { *m = OrgIamPolicyRequest{} }
func (m *OrgIamPolicyRequest) String() string { return proto.CompactTextString(m) }
func (*OrgIamPolicyRequest) ProtoMessage() {}
func (*OrgIamPolicyRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{18}
}
func (m *OrgIamPolicyRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_OrgIamPolicyRequest.Unmarshal(m, b)
}
func (m *OrgIamPolicyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_OrgIamPolicyRequest.Marshal(b, m, deterministic)
}
func (m *OrgIamPolicyRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_OrgIamPolicyRequest.Merge(m, src)
}
func (m *OrgIamPolicyRequest) XXX_Size() int {
return xxx_messageInfo_OrgIamPolicyRequest.Size(m)
}
func (m *OrgIamPolicyRequest) XXX_DiscardUnknown() {
xxx_messageInfo_OrgIamPolicyRequest.DiscardUnknown(m)
}
var xxx_messageInfo_OrgIamPolicyRequest proto.InternalMessageInfo
func (m *OrgIamPolicyRequest) GetOrgId() string {
if m != nil {
return m.OrgId
}
return ""
}
func (m *OrgIamPolicyRequest) GetDescription() string {
if m != nil {
return m.Description
}
return ""
}
func (m *OrgIamPolicyRequest) GetUserLoginMustBeDomain() bool {
if m != nil {
return m.UserLoginMustBeDomain
}
return false
}
type OrgIamPolicyID struct {
OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *OrgIamPolicyID) Reset() { *m = OrgIamPolicyID{} }
func (m *OrgIamPolicyID) String() string { return proto.CompactTextString(m) }
func (*OrgIamPolicyID) ProtoMessage() {}
func (*OrgIamPolicyID) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{19}
}
func (m *OrgIamPolicyID) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_OrgIamPolicyID.Unmarshal(m, b)
}
func (m *OrgIamPolicyID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_OrgIamPolicyID.Marshal(b, m, deterministic)
}
func (m *OrgIamPolicyID) XXX_Merge(src proto.Message) {
xxx_messageInfo_OrgIamPolicyID.Merge(m, src)
}
func (m *OrgIamPolicyID) XXX_Size() int {
return xxx_messageInfo_OrgIamPolicyID.Size(m)
}
func (m *OrgIamPolicyID) XXX_DiscardUnknown() {
xxx_messageInfo_OrgIamPolicyID.DiscardUnknown(m)
}
var xxx_messageInfo_OrgIamPolicyID proto.InternalMessageInfo
func (m *OrgIamPolicyID) GetOrgId() string {
if m != nil {
return m.OrgId
}
return ""
}
type IamMemberRoles struct {
Roles []string `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *IamMemberRoles) Reset() { *m = IamMemberRoles{} }
func (m *IamMemberRoles) String() string { return proto.CompactTextString(m) }
func (*IamMemberRoles) ProtoMessage() {}
func (*IamMemberRoles) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{20}
}
func (m *IamMemberRoles) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_IamMemberRoles.Unmarshal(m, b)
}
func (m *IamMemberRoles) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_IamMemberRoles.Marshal(b, m, deterministic)
}
func (m *IamMemberRoles) XXX_Merge(src proto.Message) {
xxx_messageInfo_IamMemberRoles.Merge(m, src)
}
func (m *IamMemberRoles) XXX_Size() int {
return xxx_messageInfo_IamMemberRoles.Size(m)
}
func (m *IamMemberRoles) XXX_DiscardUnknown() {
xxx_messageInfo_IamMemberRoles.DiscardUnknown(m)
}
var xxx_messageInfo_IamMemberRoles proto.InternalMessageInfo
func (m *IamMemberRoles) GetRoles() []string {
if m != nil {
return m.Roles
}
return nil
}
type IamMember struct {
UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
Roles []string `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
ChangeDate *timestamp.Timestamp `protobuf:"bytes,3,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
CreationDate *timestamp.Timestamp `protobuf:"bytes,4,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
Sequence uint64 `protobuf:"varint,5,opt,name=sequence,proto3" json:"sequence,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *IamMember) Reset() { *m = IamMember{} }
func (m *IamMember) String() string { return proto.CompactTextString(m) }
func (*IamMember) ProtoMessage() {}
func (*IamMember) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{21}
}
func (m *IamMember) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_IamMember.Unmarshal(m, b)
}
func (m *IamMember) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_IamMember.Marshal(b, m, deterministic)
}
func (m *IamMember) XXX_Merge(src proto.Message) {
xxx_messageInfo_IamMember.Merge(m, src)
}
func (m *IamMember) XXX_Size() int {
return xxx_messageInfo_IamMember.Size(m)
}
func (m *IamMember) XXX_DiscardUnknown() {
xxx_messageInfo_IamMember.DiscardUnknown(m)
}
var xxx_messageInfo_IamMember proto.InternalMessageInfo
func (m *IamMember) GetUserId() string {
if m != nil {
return m.UserId
}
return ""
}
func (m *IamMember) GetRoles() []string {
if m != nil {
return m.Roles
}
return nil
}
func (m *IamMember) GetChangeDate() *timestamp.Timestamp {
if m != nil {
return m.ChangeDate
}
return nil
}
func (m *IamMember) GetCreationDate() *timestamp.Timestamp {
if m != nil {
return m.CreationDate
}
return nil
}
func (m *IamMember) GetSequence() uint64 {
if m != nil {
return m.Sequence
}
return 0
}
type AddIamMemberRequest struct {
UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
Roles []string `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *AddIamMemberRequest) Reset() { *m = AddIamMemberRequest{} }
func (m *AddIamMemberRequest) String() string { return proto.CompactTextString(m) }
func (*AddIamMemberRequest) ProtoMessage() {}
func (*AddIamMemberRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{22}
}
func (m *AddIamMemberRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AddIamMemberRequest.Unmarshal(m, b)
}
func (m *AddIamMemberRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AddIamMemberRequest.Marshal(b, m, deterministic)
}
func (m *AddIamMemberRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_AddIamMemberRequest.Merge(m, src)
}
func (m *AddIamMemberRequest) XXX_Size() int {
return xxx_messageInfo_AddIamMemberRequest.Size(m)
}
func (m *AddIamMemberRequest) XXX_DiscardUnknown() {
xxx_messageInfo_AddIamMemberRequest.DiscardUnknown(m)
}
var xxx_messageInfo_AddIamMemberRequest proto.InternalMessageInfo
func (m *AddIamMemberRequest) GetUserId() string {
if m != nil {
return m.UserId
}
return ""
}
func (m *AddIamMemberRequest) GetRoles() []string {
if m != nil {
return m.Roles
}
return nil
}
type ChangeIamMemberRequest struct {
UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
Roles []string `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ChangeIamMemberRequest) Reset() { *m = ChangeIamMemberRequest{} }
func (m *ChangeIamMemberRequest) String() string { return proto.CompactTextString(m) }
func (*ChangeIamMemberRequest) ProtoMessage() {}
func (*ChangeIamMemberRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{23}
}
func (m *ChangeIamMemberRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ChangeIamMemberRequest.Unmarshal(m, b)
}
func (m *ChangeIamMemberRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ChangeIamMemberRequest.Marshal(b, m, deterministic)
}
func (m *ChangeIamMemberRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_ChangeIamMemberRequest.Merge(m, src)
}
func (m *ChangeIamMemberRequest) XXX_Size() int {
return xxx_messageInfo_ChangeIamMemberRequest.Size(m)
}
func (m *ChangeIamMemberRequest) XXX_DiscardUnknown() {
xxx_messageInfo_ChangeIamMemberRequest.DiscardUnknown(m)
}
var xxx_messageInfo_ChangeIamMemberRequest proto.InternalMessageInfo
func (m *ChangeIamMemberRequest) GetUserId() string {
if m != nil {
return m.UserId
}
return ""
}
func (m *ChangeIamMemberRequest) GetRoles() []string {
if m != nil {
return m.Roles
}
return nil
}
type RemoveIamMemberRequest struct {
UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *RemoveIamMemberRequest) Reset() { *m = RemoveIamMemberRequest{} }
func (m *RemoveIamMemberRequest) String() string { return proto.CompactTextString(m) }
func (*RemoveIamMemberRequest) ProtoMessage() {}
func (*RemoveIamMemberRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{24}
}
func (m *RemoveIamMemberRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_RemoveIamMemberRequest.Unmarshal(m, b)
}
func (m *RemoveIamMemberRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_RemoveIamMemberRequest.Marshal(b, m, deterministic)
}
func (m *RemoveIamMemberRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_RemoveIamMemberRequest.Merge(m, src)
}
func (m *RemoveIamMemberRequest) XXX_Size() int {
return xxx_messageInfo_RemoveIamMemberRequest.Size(m)
}
func (m *RemoveIamMemberRequest) XXX_DiscardUnknown() {
xxx_messageInfo_RemoveIamMemberRequest.DiscardUnknown(m)
}
var xxx_messageInfo_RemoveIamMemberRequest proto.InternalMessageInfo
func (m *RemoveIamMemberRequest) GetUserId() string {
if m != nil {
return m.UserId
}
return ""
}
type IamMemberSearchResponse struct {
Offset uint64 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"`
Limit uint64 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
TotalResult uint64 `protobuf:"varint,3,opt,name=total_result,json=totalResult,proto3" json:"total_result,omitempty"`
Result []*IamMemberView `protobuf:"bytes,4,rep,name=result,proto3" json:"result,omitempty"`
ProcessedSequence uint64 `protobuf:"varint,5,opt,name=processed_sequence,json=processedSequence,proto3" json:"processed_sequence,omitempty"`
ViewTimestamp *timestamp.Timestamp `protobuf:"bytes,6,opt,name=view_timestamp,json=viewTimestamp,proto3" json:"view_timestamp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *IamMemberSearchResponse) Reset() { *m = IamMemberSearchResponse{} }
func (m *IamMemberSearchResponse) String() string { return proto.CompactTextString(m) }
func (*IamMemberSearchResponse) ProtoMessage() {}
func (*IamMemberSearchResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{25}
}
func (m *IamMemberSearchResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_IamMemberSearchResponse.Unmarshal(m, b)
}
func (m *IamMemberSearchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_IamMemberSearchResponse.Marshal(b, m, deterministic)
}
func (m *IamMemberSearchResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_IamMemberSearchResponse.Merge(m, src)
}
func (m *IamMemberSearchResponse) XXX_Size() int {
return xxx_messageInfo_IamMemberSearchResponse.Size(m)
}
func (m *IamMemberSearchResponse) XXX_DiscardUnknown() {
xxx_messageInfo_IamMemberSearchResponse.DiscardUnknown(m)
}
var xxx_messageInfo_IamMemberSearchResponse proto.InternalMessageInfo
func (m *IamMemberSearchResponse) GetOffset() uint64 {
if m != nil {
return m.Offset
}
return 0
}
func (m *IamMemberSearchResponse) GetLimit() uint64 {
if m != nil {
return m.Limit
}
return 0
}
func (m *IamMemberSearchResponse) GetTotalResult() uint64 {
if m != nil {
return m.TotalResult
}
return 0
}
func (m *IamMemberSearchResponse) GetResult() []*IamMemberView {
if m != nil {
return m.Result
}
return nil
}
func (m *IamMemberSearchResponse) GetProcessedSequence() uint64 {
if m != nil {
return m.ProcessedSequence
}
return 0
}
func (m *IamMemberSearchResponse) GetViewTimestamp() *timestamp.Timestamp {
if m != nil {
return m.ViewTimestamp
}
return nil
}
type IamMemberView struct {
UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
Roles []string `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
ChangeDate *timestamp.Timestamp `protobuf:"bytes,3,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
CreationDate *timestamp.Timestamp `protobuf:"bytes,4,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
Sequence uint64 `protobuf:"varint,5,opt,name=sequence,proto3" json:"sequence,omitempty"`
UserName string `protobuf:"bytes,6,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
Email string `protobuf:"bytes,7,opt,name=email,proto3" json:"email,omitempty"`
FirstName string `protobuf:"bytes,8,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
LastName string `protobuf:"bytes,9,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
DisplayName string `protobuf:"bytes,10,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *IamMemberView) Reset() { *m = IamMemberView{} }
func (m *IamMemberView) String() string { return proto.CompactTextString(m) }
func (*IamMemberView) ProtoMessage() {}
func (*IamMemberView) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{26}
}
func (m *IamMemberView) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_IamMemberView.Unmarshal(m, b)
}
func (m *IamMemberView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_IamMemberView.Marshal(b, m, deterministic)
}
func (m *IamMemberView) XXX_Merge(src proto.Message) {
xxx_messageInfo_IamMemberView.Merge(m, src)
}
func (m *IamMemberView) XXX_Size() int {
return xxx_messageInfo_IamMemberView.Size(m)
}
func (m *IamMemberView) XXX_DiscardUnknown() {
xxx_messageInfo_IamMemberView.DiscardUnknown(m)
}
var xxx_messageInfo_IamMemberView proto.InternalMessageInfo
func (m *IamMemberView) GetUserId() string {
if m != nil {
return m.UserId
}
return ""
}
func (m *IamMemberView) GetRoles() []string {
if m != nil {
return m.Roles
}
return nil
}
func (m *IamMemberView) GetChangeDate() *timestamp.Timestamp {
if m != nil {
return m.ChangeDate
}
return nil
}
func (m *IamMemberView) GetCreationDate() *timestamp.Timestamp {
if m != nil {
return m.CreationDate
}
return nil
}
func (m *IamMemberView) GetSequence() uint64 {
if m != nil {
return m.Sequence
}
return 0
}
func (m *IamMemberView) GetUserName() string {
if m != nil {
return m.UserName
}
return ""
}
func (m *IamMemberView) GetEmail() string {
if m != nil {
return m.Email
}
return ""
}
func (m *IamMemberView) GetFirstName() string {
if m != nil {
return m.FirstName
}
return ""
}
func (m *IamMemberView) GetLastName() string {
if m != nil {
return m.LastName
}
return ""
}
func (m *IamMemberView) GetDisplayName() string {
if m != nil {
return m.DisplayName
}
return ""
}
type IamMemberSearchRequest struct {
Offset uint64 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"`
Limit uint64 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
Queries []*IamMemberSearchQuery `protobuf:"bytes,3,rep,name=queries,proto3" json:"queries,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *IamMemberSearchRequest) Reset() { *m = IamMemberSearchRequest{} }
func (m *IamMemberSearchRequest) String() string { return proto.CompactTextString(m) }
func (*IamMemberSearchRequest) ProtoMessage() {}
func (*IamMemberSearchRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{27}
}
func (m *IamMemberSearchRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_IamMemberSearchRequest.Unmarshal(m, b)
}
func (m *IamMemberSearchRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_IamMemberSearchRequest.Marshal(b, m, deterministic)
}
func (m *IamMemberSearchRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_IamMemberSearchRequest.Merge(m, src)
}
func (m *IamMemberSearchRequest) XXX_Size() int {
return xxx_messageInfo_IamMemberSearchRequest.Size(m)
}
func (m *IamMemberSearchRequest) XXX_DiscardUnknown() {
xxx_messageInfo_IamMemberSearchRequest.DiscardUnknown(m)
}
var xxx_messageInfo_IamMemberSearchRequest proto.InternalMessageInfo
func (m *IamMemberSearchRequest) GetOffset() uint64 {
if m != nil {
return m.Offset
}
return 0
}
func (m *IamMemberSearchRequest) GetLimit() uint64 {
if m != nil {
return m.Limit
}
return 0
}
func (m *IamMemberSearchRequest) GetQueries() []*IamMemberSearchQuery {
if m != nil {
return m.Queries
}
return nil
}
type IamMemberSearchQuery struct {
Key IamMemberSearchKey `protobuf:"varint,1,opt,name=key,proto3,enum=caos.zitadel.admin.api.v1.IamMemberSearchKey" json:"key,omitempty"`
Method SearchMethod `protobuf:"varint,2,opt,name=method,proto3,enum=caos.zitadel.admin.api.v1.SearchMethod" json:"method,omitempty"`
Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *IamMemberSearchQuery) Reset() { *m = IamMemberSearchQuery{} }
func (m *IamMemberSearchQuery) String() string { return proto.CompactTextString(m) }
func (*IamMemberSearchQuery) ProtoMessage() {}
func (*IamMemberSearchQuery) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{28}
}
func (m *IamMemberSearchQuery) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_IamMemberSearchQuery.Unmarshal(m, b)
}
func (m *IamMemberSearchQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_IamMemberSearchQuery.Marshal(b, m, deterministic)
}
func (m *IamMemberSearchQuery) XXX_Merge(src proto.Message) {
xxx_messageInfo_IamMemberSearchQuery.Merge(m, src)
}
func (m *IamMemberSearchQuery) XXX_Size() int {
return xxx_messageInfo_IamMemberSearchQuery.Size(m)
}
func (m *IamMemberSearchQuery) XXX_DiscardUnknown() {
xxx_messageInfo_IamMemberSearchQuery.DiscardUnknown(m)
}
var xxx_messageInfo_IamMemberSearchQuery proto.InternalMessageInfo
func (m *IamMemberSearchQuery) GetKey() IamMemberSearchKey {
if m != nil {
return m.Key
}
return IamMemberSearchKey_IAMMEMBERSEARCHKEY_UNSPECIFIED
}
func (m *IamMemberSearchQuery) GetMethod() SearchMethod {
if m != nil {
return m.Method
}
return SearchMethod_SEARCHMETHOD_EQUALS
}
func (m *IamMemberSearchQuery) GetValue() string {
if m != nil {
return m.Value
}
return ""
}
type FailedEventID struct {
Database string `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"`
ViewName string `protobuf:"bytes,2,opt,name=view_name,json=viewName,proto3" json:"view_name,omitempty"`
FailedSequence uint64 `protobuf:"varint,3,opt,name=failed_sequence,json=failedSequence,proto3" json:"failed_sequence,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *FailedEventID) Reset() { *m = FailedEventID{} }
func (m *FailedEventID) String() string { return proto.CompactTextString(m) }
func (*FailedEventID) ProtoMessage() {}
func (*FailedEventID) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{29}
}
func (m *FailedEventID) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_FailedEventID.Unmarshal(m, b)
}
func (m *FailedEventID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_FailedEventID.Marshal(b, m, deterministic)
}
func (m *FailedEventID) XXX_Merge(src proto.Message) {
xxx_messageInfo_FailedEventID.Merge(m, src)
}
func (m *FailedEventID) XXX_Size() int {
return xxx_messageInfo_FailedEventID.Size(m)
}
func (m *FailedEventID) XXX_DiscardUnknown() {
xxx_messageInfo_FailedEventID.DiscardUnknown(m)
}
var xxx_messageInfo_FailedEventID proto.InternalMessageInfo
func (m *FailedEventID) GetDatabase() string {
if m != nil {
return m.Database
}
return ""
}
func (m *FailedEventID) GetViewName() string {
if m != nil {
return m.ViewName
}
return ""
}
func (m *FailedEventID) GetFailedSequence() uint64 {
if m != nil {
return m.FailedSequence
}
return 0
}
type FailedEvents struct {
FailedEvents []*FailedEvent `protobuf:"bytes,1,rep,name=failed_events,json=failedEvents,proto3" json:"failed_events,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *FailedEvents) Reset() { *m = FailedEvents{} }
func (m *FailedEvents) String() string { return proto.CompactTextString(m) }
func (*FailedEvents) ProtoMessage() {}
func (*FailedEvents) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{30}
}
func (m *FailedEvents) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_FailedEvents.Unmarshal(m, b)
}
func (m *FailedEvents) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_FailedEvents.Marshal(b, m, deterministic)
}
func (m *FailedEvents) XXX_Merge(src proto.Message) {
xxx_messageInfo_FailedEvents.Merge(m, src)
}
func (m *FailedEvents) XXX_Size() int {
return xxx_messageInfo_FailedEvents.Size(m)
}
func (m *FailedEvents) XXX_DiscardUnknown() {
xxx_messageInfo_FailedEvents.DiscardUnknown(m)
}
var xxx_messageInfo_FailedEvents proto.InternalMessageInfo
func (m *FailedEvents) GetFailedEvents() []*FailedEvent {
if m != nil {
return m.FailedEvents
}
return nil
}
type FailedEvent struct {
Database string `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"`
ViewName string `protobuf:"bytes,2,opt,name=view_name,json=viewName,proto3" json:"view_name,omitempty"`
FailedSequence uint64 `protobuf:"varint,3,opt,name=failed_sequence,json=failedSequence,proto3" json:"failed_sequence,omitempty"`
FailureCount uint64 `protobuf:"varint,4,opt,name=failure_count,json=failureCount,proto3" json:"failure_count,omitempty"`
ErrorMessage string `protobuf:"bytes,5,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *FailedEvent) Reset() { *m = FailedEvent{} }
func (m *FailedEvent) String() string { return proto.CompactTextString(m) }
func (*FailedEvent) ProtoMessage() {}
func (*FailedEvent) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{31}
}
func (m *FailedEvent) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_FailedEvent.Unmarshal(m, b)
}
func (m *FailedEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_FailedEvent.Marshal(b, m, deterministic)
}
func (m *FailedEvent) XXX_Merge(src proto.Message) {
xxx_messageInfo_FailedEvent.Merge(m, src)
}
func (m *FailedEvent) XXX_Size() int {
return xxx_messageInfo_FailedEvent.Size(m)
}
func (m *FailedEvent) XXX_DiscardUnknown() {
xxx_messageInfo_FailedEvent.DiscardUnknown(m)
}
var xxx_messageInfo_FailedEvent proto.InternalMessageInfo
func (m *FailedEvent) GetDatabase() string {
if m != nil {
return m.Database
}
return ""
}
func (m *FailedEvent) GetViewName() string {
if m != nil {
return m.ViewName
}
return ""
}
func (m *FailedEvent) GetFailedSequence() uint64 {
if m != nil {
return m.FailedSequence
}
return 0
}
func (m *FailedEvent) GetFailureCount() uint64 {
if m != nil {
return m.FailureCount
}
return 0
}
func (m *FailedEvent) GetErrorMessage() string {
if m != nil {
return m.ErrorMessage
}
return ""
}
type ViewID struct {
Database string `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"`
ViewName string `protobuf:"bytes,2,opt,name=view_name,json=viewName,proto3" json:"view_name,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ViewID) Reset() { *m = ViewID{} }
func (m *ViewID) String() string { return proto.CompactTextString(m) }
func (*ViewID) ProtoMessage() {}
func (*ViewID) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{32}
}
func (m *ViewID) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ViewID.Unmarshal(m, b)
}
func (m *ViewID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ViewID.Marshal(b, m, deterministic)
}
func (m *ViewID) XXX_Merge(src proto.Message) {
xxx_messageInfo_ViewID.Merge(m, src)
}
func (m *ViewID) XXX_Size() int {
return xxx_messageInfo_ViewID.Size(m)
}
func (m *ViewID) XXX_DiscardUnknown() {
xxx_messageInfo_ViewID.DiscardUnknown(m)
}
var xxx_messageInfo_ViewID proto.InternalMessageInfo
func (m *ViewID) GetDatabase() string {
if m != nil {
return m.Database
}
return ""
}
func (m *ViewID) GetViewName() string {
if m != nil {
return m.ViewName
}
return ""
}
type Views struct {
Views []*View `protobuf:"bytes,1,rep,name=views,proto3" json:"views,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Views) Reset() { *m = Views{} }
func (m *Views) String() string { return proto.CompactTextString(m) }
func (*Views) ProtoMessage() {}
func (*Views) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{33}
}
func (m *Views) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Views.Unmarshal(m, b)
}
func (m *Views) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Views.Marshal(b, m, deterministic)
}
func (m *Views) XXX_Merge(src proto.Message) {
xxx_messageInfo_Views.Merge(m, src)
}
func (m *Views) XXX_Size() int {
return xxx_messageInfo_Views.Size(m)
}
func (m *Views) XXX_DiscardUnknown() {
xxx_messageInfo_Views.DiscardUnknown(m)
}
var xxx_messageInfo_Views proto.InternalMessageInfo
func (m *Views) GetViews() []*View {
if m != nil {
return m.Views
}
return nil
}
type View struct {
Database string `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"`
ViewName string `protobuf:"bytes,2,opt,name=view_name,json=viewName,proto3" json:"view_name,omitempty"`
ProcessedSequence uint64 `protobuf:"varint,3,opt,name=processed_sequence,json=processedSequence,proto3" json:"processed_sequence,omitempty"`
ViewTimestamp *timestamp.Timestamp `protobuf:"bytes,4,opt,name=view_timestamp,json=viewTimestamp,proto3" json:"view_timestamp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *View) Reset() { *m = View{} }
func (m *View) String() string { return proto.CompactTextString(m) }
func (*View) ProtoMessage() {}
func (*View) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{34}
}
func (m *View) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_View.Unmarshal(m, b)
}
func (m *View) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_View.Marshal(b, m, deterministic)
}
func (m *View) XXX_Merge(src proto.Message) {
xxx_messageInfo_View.Merge(m, src)
}
func (m *View) XXX_Size() int {
return xxx_messageInfo_View.Size(m)
}
func (m *View) XXX_DiscardUnknown() {
xxx_messageInfo_View.DiscardUnknown(m)
}
var xxx_messageInfo_View proto.InternalMessageInfo
func (m *View) GetDatabase() string {
if m != nil {
return m.Database
}
return ""
}
func (m *View) GetViewName() string {
if m != nil {
return m.ViewName
}
return ""
}
func (m *View) GetProcessedSequence() uint64 {
if m != nil {
return m.ProcessedSequence
}
return 0
}
func (m *View) GetViewTimestamp() *timestamp.Timestamp {
if m != nil {
return m.ViewTimestamp
}
return nil
}
type IdpID struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *IdpID) Reset() { *m = IdpID{} }
func (m *IdpID) String() string { return proto.CompactTextString(m) }
func (*IdpID) ProtoMessage() {}
func (*IdpID) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{35}
}
func (m *IdpID) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_IdpID.Unmarshal(m, b)
}
func (m *IdpID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_IdpID.Marshal(b, m, deterministic)
}
func (m *IdpID) XXX_Merge(src proto.Message) {
xxx_messageInfo_IdpID.Merge(m, src)
}
func (m *IdpID) XXX_Size() int {
return xxx_messageInfo_IdpID.Size(m)
}
func (m *IdpID) XXX_DiscardUnknown() {
xxx_messageInfo_IdpID.DiscardUnknown(m)
}
var xxx_messageInfo_IdpID proto.InternalMessageInfo
func (m *IdpID) GetId() string {
if m != nil {
return m.Id
}
return ""
}
type Idp struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
State IdpState `protobuf:"varint,2,opt,name=state,proto3,enum=caos.zitadel.admin.api.v1.IdpState" json:"state,omitempty"`
CreationDate *timestamp.Timestamp `protobuf:"bytes,3,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
ChangeDate *timestamp.Timestamp `protobuf:"bytes,4,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
LogoSrc []byte `protobuf:"bytes,6,opt,name=logo_src,json=logoSrc,proto3" json:"logo_src,omitempty"`
// Types that are valid to be assigned to IdpConfig:
// *Idp_OidcConfig
IdpConfig isIdp_IdpConfig `protobuf_oneof:"idp_config"`
Sequence uint64 `protobuf:"varint,8,opt,name=sequence,proto3" json:"sequence,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Idp) Reset() { *m = Idp{} }
func (m *Idp) String() string { return proto.CompactTextString(m) }
func (*Idp) ProtoMessage() {}
func (*Idp) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{36}
}
func (m *Idp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Idp.Unmarshal(m, b)
}
func (m *Idp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Idp.Marshal(b, m, deterministic)
}
func (m *Idp) XXX_Merge(src proto.Message) {
xxx_messageInfo_Idp.Merge(m, src)
}
func (m *Idp) XXX_Size() int {
return xxx_messageInfo_Idp.Size(m)
}
func (m *Idp) XXX_DiscardUnknown() {
xxx_messageInfo_Idp.DiscardUnknown(m)
}
var xxx_messageInfo_Idp proto.InternalMessageInfo
func (m *Idp) GetId() string {
if m != nil {
return m.Id
}
return ""
}
func (m *Idp) GetState() IdpState {
if m != nil {
return m.State
}
return IdpState_IDPCONFIGSTATE_UNSPECIFIED
}
func (m *Idp) GetCreationDate() *timestamp.Timestamp {
if m != nil {
return m.CreationDate
}
return nil
}
func (m *Idp) GetChangeDate() *timestamp.Timestamp {
if m != nil {
return m.ChangeDate
}
return nil
}
func (m *Idp) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *Idp) GetLogoSrc() []byte {
if m != nil {
return m.LogoSrc
}
return nil
}
type isIdp_IdpConfig interface {
isIdp_IdpConfig()
}
type Idp_OidcConfig struct {
OidcConfig *OidcIdpConfig `protobuf:"bytes,7,opt,name=oidc_config,json=oidcConfig,proto3,oneof"`
}
func (*Idp_OidcConfig) isIdp_IdpConfig() {}
func (m *Idp) GetIdpConfig() isIdp_IdpConfig {
if m != nil {
return m.IdpConfig
}
return nil
}
func (m *Idp) GetOidcConfig() *OidcIdpConfig {
if x, ok := m.GetIdpConfig().(*Idp_OidcConfig); ok {
return x.OidcConfig
}
return nil
}
func (m *Idp) GetSequence() uint64 {
if m != nil {
return m.Sequence
}
return 0
}
// XXX_OneofWrappers is for the internal use of the proto package.
func (*Idp) XXX_OneofWrappers() []interface{} {
return []interface{}{
(*Idp_OidcConfig)(nil),
}
}
type IdpUpdate struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
LogoSrc []byte `protobuf:"bytes,3,opt,name=logo_src,json=logoSrc,proto3" json:"logo_src,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *IdpUpdate) Reset() { *m = IdpUpdate{} }
func (m *IdpUpdate) String() string { return proto.CompactTextString(m) }
func (*IdpUpdate) ProtoMessage() {}
func (*IdpUpdate) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{37}
}
func (m *IdpUpdate) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_IdpUpdate.Unmarshal(m, b)
}
func (m *IdpUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_IdpUpdate.Marshal(b, m, deterministic)
}
func (m *IdpUpdate) XXX_Merge(src proto.Message) {
xxx_messageInfo_IdpUpdate.Merge(m, src)
}
func (m *IdpUpdate) XXX_Size() int {
return xxx_messageInfo_IdpUpdate.Size(m)
}
func (m *IdpUpdate) XXX_DiscardUnknown() {
xxx_messageInfo_IdpUpdate.DiscardUnknown(m)
}
var xxx_messageInfo_IdpUpdate proto.InternalMessageInfo
func (m *IdpUpdate) GetId() string {
if m != nil {
return m.Id
}
return ""
}
func (m *IdpUpdate) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *IdpUpdate) GetLogoSrc() []byte {
if m != nil {
return m.LogoSrc
}
return nil
}
type OidcIdpConfig struct {
ClientId string `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
ClientSecret string `protobuf:"bytes,2,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
Issuer string `protobuf:"bytes,3,opt,name=issuer,proto3" json:"issuer,omitempty"`
Scopes []string `protobuf:"bytes,4,rep,name=scopes,proto3" json:"scopes,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *OidcIdpConfig) Reset() { *m = OidcIdpConfig{} }
func (m *OidcIdpConfig) String() string { return proto.CompactTextString(m) }
func (*OidcIdpConfig) ProtoMessage() {}
func (*OidcIdpConfig) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{38}
}
func (m *OidcIdpConfig) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_OidcIdpConfig.Unmarshal(m, b)
}
func (m *OidcIdpConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_OidcIdpConfig.Marshal(b, m, deterministic)
}
func (m *OidcIdpConfig) XXX_Merge(src proto.Message) {
xxx_messageInfo_OidcIdpConfig.Merge(m, src)
}
func (m *OidcIdpConfig) XXX_Size() int {
return xxx_messageInfo_OidcIdpConfig.Size(m)
}
func (m *OidcIdpConfig) XXX_DiscardUnknown() {
xxx_messageInfo_OidcIdpConfig.DiscardUnknown(m)
}
var xxx_messageInfo_OidcIdpConfig proto.InternalMessageInfo
func (m *OidcIdpConfig) GetClientId() string {
if m != nil {
return m.ClientId
}
return ""
}
func (m *OidcIdpConfig) GetClientSecret() string {
if m != nil {
return m.ClientSecret
}
return ""
}
func (m *OidcIdpConfig) GetIssuer() string {
if m != nil {
return m.Issuer
}
return ""
}
func (m *OidcIdpConfig) GetScopes() []string {
if m != nil {
return m.Scopes
}
return nil
}
type OidcIdpConfigCreate struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
LogoSrc []byte `protobuf:"bytes,2,opt,name=logo_src,json=logoSrc,proto3" json:"logo_src,omitempty"`
ClientId string `protobuf:"bytes,3,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
ClientSecret string `protobuf:"bytes,4,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
Issuer string `protobuf:"bytes,5,opt,name=issuer,proto3" json:"issuer,omitempty"`
Scopes []string `protobuf:"bytes,6,rep,name=scopes,proto3" json:"scopes,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *OidcIdpConfigCreate) Reset() { *m = OidcIdpConfigCreate{} }
func (m *OidcIdpConfigCreate) String() string { return proto.CompactTextString(m) }
func (*OidcIdpConfigCreate) ProtoMessage() {}
func (*OidcIdpConfigCreate) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{39}
}
func (m *OidcIdpConfigCreate) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_OidcIdpConfigCreate.Unmarshal(m, b)
}
func (m *OidcIdpConfigCreate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_OidcIdpConfigCreate.Marshal(b, m, deterministic)
}
func (m *OidcIdpConfigCreate) XXX_Merge(src proto.Message) {
xxx_messageInfo_OidcIdpConfigCreate.Merge(m, src)
}
func (m *OidcIdpConfigCreate) XXX_Size() int {
return xxx_messageInfo_OidcIdpConfigCreate.Size(m)
}
func (m *OidcIdpConfigCreate) XXX_DiscardUnknown() {
xxx_messageInfo_OidcIdpConfigCreate.DiscardUnknown(m)
}
var xxx_messageInfo_OidcIdpConfigCreate proto.InternalMessageInfo
func (m *OidcIdpConfigCreate) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *OidcIdpConfigCreate) GetLogoSrc() []byte {
if m != nil {
return m.LogoSrc
}
return nil
}
func (m *OidcIdpConfigCreate) GetClientId() string {
if m != nil {
return m.ClientId
}
return ""
}
func (m *OidcIdpConfigCreate) GetClientSecret() string {
if m != nil {
return m.ClientSecret
}
return ""
}
func (m *OidcIdpConfigCreate) GetIssuer() string {
if m != nil {
return m.Issuer
}
return ""
}
func (m *OidcIdpConfigCreate) GetScopes() []string {
if m != nil {
return m.Scopes
}
return nil
}
type OidcIdpConfigUpdate struct {
IdpId string `protobuf:"bytes,1,opt,name=idp_id,json=idpId,proto3" json:"idp_id,omitempty"`
ClientId string `protobuf:"bytes,2,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
ClientSecret string `protobuf:"bytes,3,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
Issuer string `protobuf:"bytes,4,opt,name=issuer,proto3" json:"issuer,omitempty"`
Scopes []string `protobuf:"bytes,5,rep,name=scopes,proto3" json:"scopes,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *OidcIdpConfigUpdate) Reset() { *m = OidcIdpConfigUpdate{} }
func (m *OidcIdpConfigUpdate) String() string { return proto.CompactTextString(m) }
func (*OidcIdpConfigUpdate) ProtoMessage() {}
func (*OidcIdpConfigUpdate) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{40}
}
func (m *OidcIdpConfigUpdate) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_OidcIdpConfigUpdate.Unmarshal(m, b)
}
func (m *OidcIdpConfigUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_OidcIdpConfigUpdate.Marshal(b, m, deterministic)
}
func (m *OidcIdpConfigUpdate) XXX_Merge(src proto.Message) {
xxx_messageInfo_OidcIdpConfigUpdate.Merge(m, src)
}
func (m *OidcIdpConfigUpdate) XXX_Size() int {
return xxx_messageInfo_OidcIdpConfigUpdate.Size(m)
}
func (m *OidcIdpConfigUpdate) XXX_DiscardUnknown() {
xxx_messageInfo_OidcIdpConfigUpdate.DiscardUnknown(m)
}
var xxx_messageInfo_OidcIdpConfigUpdate proto.InternalMessageInfo
func (m *OidcIdpConfigUpdate) GetIdpId() string {
if m != nil {
return m.IdpId
}
return ""
}
func (m *OidcIdpConfigUpdate) GetClientId() string {
if m != nil {
return m.ClientId
}
return ""
}
func (m *OidcIdpConfigUpdate) GetClientSecret() string {
if m != nil {
return m.ClientSecret
}
return ""
}
func (m *OidcIdpConfigUpdate) GetIssuer() string {
if m != nil {
return m.Issuer
}
return ""
}
func (m *OidcIdpConfigUpdate) GetScopes() []string {
if m != nil {
return m.Scopes
}
return nil
}
type IdpSearchResponse struct {
Offset uint64 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"`
Limit uint64 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
TotalResult uint64 `protobuf:"varint,3,opt,name=total_result,json=totalResult,proto3" json:"total_result,omitempty"`
Result []*IdpView `protobuf:"bytes,4,rep,name=result,proto3" json:"result,omitempty"`
ProcessedSequence uint64 `protobuf:"varint,5,opt,name=processed_sequence,json=processedSequence,proto3" json:"processed_sequence,omitempty"`
ViewTimestamp *timestamp.Timestamp `protobuf:"bytes,6,opt,name=view_timestamp,json=viewTimestamp,proto3" json:"view_timestamp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *IdpSearchResponse) Reset() { *m = IdpSearchResponse{} }
func (m *IdpSearchResponse) String() string { return proto.CompactTextString(m) }
func (*IdpSearchResponse) ProtoMessage() {}
func (*IdpSearchResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{41}
}
func (m *IdpSearchResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_IdpSearchResponse.Unmarshal(m, b)
}
func (m *IdpSearchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_IdpSearchResponse.Marshal(b, m, deterministic)
}
func (m *IdpSearchResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_IdpSearchResponse.Merge(m, src)
}
func (m *IdpSearchResponse) XXX_Size() int {
return xxx_messageInfo_IdpSearchResponse.Size(m)
}
func (m *IdpSearchResponse) XXX_DiscardUnknown() {
xxx_messageInfo_IdpSearchResponse.DiscardUnknown(m)
}
var xxx_messageInfo_IdpSearchResponse proto.InternalMessageInfo
func (m *IdpSearchResponse) GetOffset() uint64 {
if m != nil {
return m.Offset
}
return 0
}
func (m *IdpSearchResponse) GetLimit() uint64 {
if m != nil {
return m.Limit
}
return 0
}
func (m *IdpSearchResponse) GetTotalResult() uint64 {
if m != nil {
return m.TotalResult
}
return 0
}
func (m *IdpSearchResponse) GetResult() []*IdpView {
if m != nil {
return m.Result
}
return nil
}
func (m *IdpSearchResponse) GetProcessedSequence() uint64 {
if m != nil {
return m.ProcessedSequence
}
return 0
}
func (m *IdpSearchResponse) GetViewTimestamp() *timestamp.Timestamp {
if m != nil {
return m.ViewTimestamp
}
return nil
}
type IdpView struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
State IdpState `protobuf:"varint,2,opt,name=state,proto3,enum=caos.zitadel.admin.api.v1.IdpState" json:"state,omitempty"`
CreationDate *timestamp.Timestamp `protobuf:"bytes,3,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
ChangeDate *timestamp.Timestamp `protobuf:"bytes,4,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
LogoSrc []byte `protobuf:"bytes,6,opt,name=logo_src,json=logoSrc,proto3" json:"logo_src,omitempty"`
// Types that are valid to be assigned to IdpConfigView:
// *IdpView_OidcConfig
IdpConfigView isIdpView_IdpConfigView `protobuf_oneof:"idp_config_view"`
Sequence uint64 `protobuf:"varint,8,opt,name=sequence,proto3" json:"sequence,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *IdpView) Reset() { *m = IdpView{} }
func (m *IdpView) String() string { return proto.CompactTextString(m) }
func (*IdpView) ProtoMessage() {}
func (*IdpView) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{42}
}
func (m *IdpView) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_IdpView.Unmarshal(m, b)
}
func (m *IdpView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_IdpView.Marshal(b, m, deterministic)
}
func (m *IdpView) XXX_Merge(src proto.Message) {
xxx_messageInfo_IdpView.Merge(m, src)
}
func (m *IdpView) XXX_Size() int {
return xxx_messageInfo_IdpView.Size(m)
}
func (m *IdpView) XXX_DiscardUnknown() {
xxx_messageInfo_IdpView.DiscardUnknown(m)
}
var xxx_messageInfo_IdpView proto.InternalMessageInfo
func (m *IdpView) GetId() string {
if m != nil {
return m.Id
}
return ""
}
func (m *IdpView) GetState() IdpState {
if m != nil {
return m.State
}
return IdpState_IDPCONFIGSTATE_UNSPECIFIED
}
func (m *IdpView) GetCreationDate() *timestamp.Timestamp {
if m != nil {
return m.CreationDate
}
return nil
}
func (m *IdpView) GetChangeDate() *timestamp.Timestamp {
if m != nil {
return m.ChangeDate
}
return nil
}
func (m *IdpView) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *IdpView) GetLogoSrc() []byte {
if m != nil {
return m.LogoSrc
}
return nil
}
type isIdpView_IdpConfigView interface {
isIdpView_IdpConfigView()
}
type IdpView_OidcConfig struct {
OidcConfig *OidcIdpConfigView `protobuf:"bytes,7,opt,name=oidc_config,json=oidcConfig,proto3,oneof"`
}
func (*IdpView_OidcConfig) isIdpView_IdpConfigView() {}
func (m *IdpView) GetIdpConfigView() isIdpView_IdpConfigView {
if m != nil {
return m.IdpConfigView
}
return nil
}
func (m *IdpView) GetOidcConfig() *OidcIdpConfigView {
if x, ok := m.GetIdpConfigView().(*IdpView_OidcConfig); ok {
return x.OidcConfig
}
return nil
}
func (m *IdpView) GetSequence() uint64 {
if m != nil {
return m.Sequence
}
return 0
}
// XXX_OneofWrappers is for the internal use of the proto package.
func (*IdpView) XXX_OneofWrappers() []interface{} {
return []interface{}{
(*IdpView_OidcConfig)(nil),
}
}
type OidcIdpConfigView struct {
ClientId string `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
Issuer string `protobuf:"bytes,2,opt,name=issuer,proto3" json:"issuer,omitempty"`
Scopes []string `protobuf:"bytes,3,rep,name=scopes,proto3" json:"scopes,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *OidcIdpConfigView) Reset() { *m = OidcIdpConfigView{} }
func (m *OidcIdpConfigView) String() string { return proto.CompactTextString(m) }
func (*OidcIdpConfigView) ProtoMessage() {}
func (*OidcIdpConfigView) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{43}
}
func (m *OidcIdpConfigView) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_OidcIdpConfigView.Unmarshal(m, b)
}
func (m *OidcIdpConfigView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_OidcIdpConfigView.Marshal(b, m, deterministic)
}
func (m *OidcIdpConfigView) XXX_Merge(src proto.Message) {
xxx_messageInfo_OidcIdpConfigView.Merge(m, src)
}
func (m *OidcIdpConfigView) XXX_Size() int {
return xxx_messageInfo_OidcIdpConfigView.Size(m)
}
func (m *OidcIdpConfigView) XXX_DiscardUnknown() {
xxx_messageInfo_OidcIdpConfigView.DiscardUnknown(m)
}
var xxx_messageInfo_OidcIdpConfigView proto.InternalMessageInfo
func (m *OidcIdpConfigView) GetClientId() string {
if m != nil {
return m.ClientId
}
return ""
}
func (m *OidcIdpConfigView) GetIssuer() string {
if m != nil {
return m.Issuer
}
return ""
}
func (m *OidcIdpConfigView) GetScopes() []string {
if m != nil {
return m.Scopes
}
return nil
}
type IdpSearchRequest struct {
Offset uint64 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"`
Limit uint64 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
Queries []*IdpSearchQuery `protobuf:"bytes,3,rep,name=queries,proto3" json:"queries,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *IdpSearchRequest) Reset() { *m = IdpSearchRequest{} }
func (m *IdpSearchRequest) String() string { return proto.CompactTextString(m) }
func (*IdpSearchRequest) ProtoMessage() {}
func (*IdpSearchRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{44}
}
func (m *IdpSearchRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_IdpSearchRequest.Unmarshal(m, b)
}
func (m *IdpSearchRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_IdpSearchRequest.Marshal(b, m, deterministic)
}
func (m *IdpSearchRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_IdpSearchRequest.Merge(m, src)
}
func (m *IdpSearchRequest) XXX_Size() int {
return xxx_messageInfo_IdpSearchRequest.Size(m)
}
func (m *IdpSearchRequest) XXX_DiscardUnknown() {
xxx_messageInfo_IdpSearchRequest.DiscardUnknown(m)
}
var xxx_messageInfo_IdpSearchRequest proto.InternalMessageInfo
func (m *IdpSearchRequest) GetOffset() uint64 {
if m != nil {
return m.Offset
}
return 0
}
func (m *IdpSearchRequest) GetLimit() uint64 {
if m != nil {
return m.Limit
}
return 0
}
func (m *IdpSearchRequest) GetQueries() []*IdpSearchQuery {
if m != nil {
return m.Queries
}
return nil
}
type IdpSearchQuery struct {
Key IdpSearchKey `protobuf:"varint,1,opt,name=key,proto3,enum=caos.zitadel.admin.api.v1.IdpSearchKey" json:"key,omitempty"`
Method SearchMethod `protobuf:"varint,2,opt,name=method,proto3,enum=caos.zitadel.admin.api.v1.SearchMethod" json:"method,omitempty"`
Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *IdpSearchQuery) Reset() { *m = IdpSearchQuery{} }
func (m *IdpSearchQuery) String() string { return proto.CompactTextString(m) }
func (*IdpSearchQuery) ProtoMessage() {}
func (*IdpSearchQuery) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{45}
}
func (m *IdpSearchQuery) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_IdpSearchQuery.Unmarshal(m, b)
}
func (m *IdpSearchQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_IdpSearchQuery.Marshal(b, m, deterministic)
}
func (m *IdpSearchQuery) XXX_Merge(src proto.Message) {
xxx_messageInfo_IdpSearchQuery.Merge(m, src)
}
func (m *IdpSearchQuery) XXX_Size() int {
return xxx_messageInfo_IdpSearchQuery.Size(m)
}
func (m *IdpSearchQuery) XXX_DiscardUnknown() {
xxx_messageInfo_IdpSearchQuery.DiscardUnknown(m)
}
var xxx_messageInfo_IdpSearchQuery proto.InternalMessageInfo
func (m *IdpSearchQuery) GetKey() IdpSearchKey {
if m != nil {
return m.Key
}
return IdpSearchKey_IDPSEARCHKEY_UNSPECIFIED
}
func (m *IdpSearchQuery) GetMethod() SearchMethod {
if m != nil {
return m.Method
}
return SearchMethod_SEARCHMETHOD_EQUALS
}
func (m *IdpSearchQuery) GetValue() string {
if m != nil {
return m.Value
}
return ""
}
type DefaultLoginPolicy struct {
AllowUsernamePassword bool `protobuf:"varint,1,opt,name=allow_username_password,json=allowUsernamePassword,proto3" json:"allow_username_password,omitempty"`
AllowRegister bool `protobuf:"varint,2,opt,name=allow_register,json=allowRegister,proto3" json:"allow_register,omitempty"`
AllowExternalIdp bool `protobuf:"varint,3,opt,name=allow_external_idp,json=allowExternalIdp,proto3" json:"allow_external_idp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *DefaultLoginPolicy) Reset() { *m = DefaultLoginPolicy{} }
func (m *DefaultLoginPolicy) String() string { return proto.CompactTextString(m) }
func (*DefaultLoginPolicy) ProtoMessage() {}
func (*DefaultLoginPolicy) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{46}
}
func (m *DefaultLoginPolicy) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DefaultLoginPolicy.Unmarshal(m, b)
}
func (m *DefaultLoginPolicy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DefaultLoginPolicy.Marshal(b, m, deterministic)
}
func (m *DefaultLoginPolicy) XXX_Merge(src proto.Message) {
xxx_messageInfo_DefaultLoginPolicy.Merge(m, src)
}
func (m *DefaultLoginPolicy) XXX_Size() int {
return xxx_messageInfo_DefaultLoginPolicy.Size(m)
}
func (m *DefaultLoginPolicy) XXX_DiscardUnknown() {
xxx_messageInfo_DefaultLoginPolicy.DiscardUnknown(m)
}
var xxx_messageInfo_DefaultLoginPolicy proto.InternalMessageInfo
func (m *DefaultLoginPolicy) GetAllowUsernamePassword() bool {
if m != nil {
return m.AllowUsernamePassword
}
return false
}
func (m *DefaultLoginPolicy) GetAllowRegister() bool {
if m != nil {
return m.AllowRegister
}
return false
}
func (m *DefaultLoginPolicy) GetAllowExternalIdp() bool {
if m != nil {
return m.AllowExternalIdp
}
return false
}
type IdpProviderID struct {
IdpConfigId string `protobuf:"bytes,1,opt,name=idp_config_id,json=idpConfigId,proto3" json:"idp_config_id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *IdpProviderID) Reset() { *m = IdpProviderID{} }
func (m *IdpProviderID) String() string { return proto.CompactTextString(m) }
func (*IdpProviderID) ProtoMessage() {}
func (*IdpProviderID) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{47}
}
func (m *IdpProviderID) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_IdpProviderID.Unmarshal(m, b)
}
func (m *IdpProviderID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_IdpProviderID.Marshal(b, m, deterministic)
}
func (m *IdpProviderID) XXX_Merge(src proto.Message) {
xxx_messageInfo_IdpProviderID.Merge(m, src)
}
func (m *IdpProviderID) XXX_Size() int {
return xxx_messageInfo_IdpProviderID.Size(m)
}
func (m *IdpProviderID) XXX_DiscardUnknown() {
xxx_messageInfo_IdpProviderID.DiscardUnknown(m)
}
var xxx_messageInfo_IdpProviderID proto.InternalMessageInfo
func (m *IdpProviderID) GetIdpConfigId() string {
if m != nil {
return m.IdpConfigId
}
return ""
}
type DefaultLoginPolicyView struct {
AllowUsernamePassword bool `protobuf:"varint,1,opt,name=allow_username_password,json=allowUsernamePassword,proto3" json:"allow_username_password,omitempty"`
AllowRegister bool `protobuf:"varint,2,opt,name=allow_register,json=allowRegister,proto3" json:"allow_register,omitempty"`
AllowExternalIdp bool `protobuf:"varint,3,opt,name=allow_external_idp,json=allowExternalIdp,proto3" json:"allow_external_idp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *DefaultLoginPolicyView) Reset() { *m = DefaultLoginPolicyView{} }
func (m *DefaultLoginPolicyView) String() string { return proto.CompactTextString(m) }
func (*DefaultLoginPolicyView) ProtoMessage() {}
func (*DefaultLoginPolicyView) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{48}
}
func (m *DefaultLoginPolicyView) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DefaultLoginPolicyView.Unmarshal(m, b)
}
func (m *DefaultLoginPolicyView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DefaultLoginPolicyView.Marshal(b, m, deterministic)
}
func (m *DefaultLoginPolicyView) XXX_Merge(src proto.Message) {
xxx_messageInfo_DefaultLoginPolicyView.Merge(m, src)
}
func (m *DefaultLoginPolicyView) XXX_Size() int {
return xxx_messageInfo_DefaultLoginPolicyView.Size(m)
}
func (m *DefaultLoginPolicyView) XXX_DiscardUnknown() {
xxx_messageInfo_DefaultLoginPolicyView.DiscardUnknown(m)
}
var xxx_messageInfo_DefaultLoginPolicyView proto.InternalMessageInfo
func (m *DefaultLoginPolicyView) GetAllowUsernamePassword() bool {
if m != nil {
return m.AllowUsernamePassword
}
return false
}
func (m *DefaultLoginPolicyView) GetAllowRegister() bool {
if m != nil {
return m.AllowRegister
}
return false
}
func (m *DefaultLoginPolicyView) GetAllowExternalIdp() bool {
if m != nil {
return m.AllowExternalIdp
}
return false
}
type IdpProviderView struct {
IdpConfigId string `protobuf:"bytes,1,opt,name=idp_config_id,json=idpConfigId,proto3" json:"idp_config_id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Type IdpType `protobuf:"varint,3,opt,name=type,proto3,enum=caos.zitadel.admin.api.v1.IdpType" json:"type,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *IdpProviderView) Reset() { *m = IdpProviderView{} }
func (m *IdpProviderView) String() string { return proto.CompactTextString(m) }
func (*IdpProviderView) ProtoMessage() {}
func (*IdpProviderView) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{49}
}
func (m *IdpProviderView) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_IdpProviderView.Unmarshal(m, b)
}
func (m *IdpProviderView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_IdpProviderView.Marshal(b, m, deterministic)
}
func (m *IdpProviderView) XXX_Merge(src proto.Message) {
xxx_messageInfo_IdpProviderView.Merge(m, src)
}
func (m *IdpProviderView) XXX_Size() int {
return xxx_messageInfo_IdpProviderView.Size(m)
}
func (m *IdpProviderView) XXX_DiscardUnknown() {
xxx_messageInfo_IdpProviderView.DiscardUnknown(m)
}
var xxx_messageInfo_IdpProviderView proto.InternalMessageInfo
func (m *IdpProviderView) GetIdpConfigId() string {
if m != nil {
return m.IdpConfigId
}
return ""
}
func (m *IdpProviderView) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *IdpProviderView) GetType() IdpType {
if m != nil {
return m.Type
}
return IdpType_IDPTYPE_UNSPECIFIED
}
type IdpProviderSearchResponse struct {
Offset uint64 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"`
Limit uint64 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
TotalResult uint64 `protobuf:"varint,3,opt,name=total_result,json=totalResult,proto3" json:"total_result,omitempty"`
Result []*IdpProviderView `protobuf:"bytes,4,rep,name=result,proto3" json:"result,omitempty"`
ProcessedSequence uint64 `protobuf:"varint,5,opt,name=processed_sequence,json=processedSequence,proto3" json:"processed_sequence,omitempty"`
ViewTimestamp *timestamp.Timestamp `protobuf:"bytes,6,opt,name=view_timestamp,json=viewTimestamp,proto3" json:"view_timestamp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *IdpProviderSearchResponse) Reset() { *m = IdpProviderSearchResponse{} }
func (m *IdpProviderSearchResponse) String() string { return proto.CompactTextString(m) }
func (*IdpProviderSearchResponse) ProtoMessage() {}
func (*IdpProviderSearchResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{50}
}
func (m *IdpProviderSearchResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_IdpProviderSearchResponse.Unmarshal(m, b)
}
func (m *IdpProviderSearchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_IdpProviderSearchResponse.Marshal(b, m, deterministic)
}
func (m *IdpProviderSearchResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_IdpProviderSearchResponse.Merge(m, src)
}
func (m *IdpProviderSearchResponse) XXX_Size() int {
return xxx_messageInfo_IdpProviderSearchResponse.Size(m)
}
func (m *IdpProviderSearchResponse) XXX_DiscardUnknown() {
xxx_messageInfo_IdpProviderSearchResponse.DiscardUnknown(m)
}
var xxx_messageInfo_IdpProviderSearchResponse proto.InternalMessageInfo
func (m *IdpProviderSearchResponse) GetOffset() uint64 {
if m != nil {
return m.Offset
}
return 0
}
func (m *IdpProviderSearchResponse) GetLimit() uint64 {
if m != nil {
return m.Limit
}
return 0
}
func (m *IdpProviderSearchResponse) GetTotalResult() uint64 {
if m != nil {
return m.TotalResult
}
return 0
}
func (m *IdpProviderSearchResponse) GetResult() []*IdpProviderView {
if m != nil {
return m.Result
}
return nil
}
func (m *IdpProviderSearchResponse) GetProcessedSequence() uint64 {
if m != nil {
return m.ProcessedSequence
}
return 0
}
func (m *IdpProviderSearchResponse) GetViewTimestamp() *timestamp.Timestamp {
if m != nil {
return m.ViewTimestamp
}
return nil
}
type IdpProviderSearchRequest struct {
Offset uint64 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"`
Limit uint64 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *IdpProviderSearchRequest) Reset() { *m = IdpProviderSearchRequest{} }
func (m *IdpProviderSearchRequest) String() string { return proto.CompactTextString(m) }
func (*IdpProviderSearchRequest) ProtoMessage() {}
func (*IdpProviderSearchRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_73a7fc70dcc2027c, []int{51}
}
func (m *IdpProviderSearchRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_IdpProviderSearchRequest.Unmarshal(m, b)
}
func (m *IdpProviderSearchRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_IdpProviderSearchRequest.Marshal(b, m, deterministic)
}
func (m *IdpProviderSearchRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_IdpProviderSearchRequest.Merge(m, src)
}
func (m *IdpProviderSearchRequest) XXX_Size() int {
return xxx_messageInfo_IdpProviderSearchRequest.Size(m)
}
func (m *IdpProviderSearchRequest) XXX_DiscardUnknown() {
xxx_messageInfo_IdpProviderSearchRequest.DiscardUnknown(m)
}
var xxx_messageInfo_IdpProviderSearchRequest proto.InternalMessageInfo
func (m *IdpProviderSearchRequest) GetOffset() uint64 {
if m != nil {
return m.Offset
}
return 0
}
func (m *IdpProviderSearchRequest) GetLimit() uint64 {
if m != nil {
return m.Limit
}
return 0
}
func init() {
proto.RegisterEnum("caos.zitadel.admin.api.v1.OrgState", OrgState_name, OrgState_value)
proto.RegisterEnum("caos.zitadel.admin.api.v1.OrgSearchKey", OrgSearchKey_name, OrgSearchKey_value)
proto.RegisterEnum("caos.zitadel.admin.api.v1.OrgSearchMethod", OrgSearchMethod_name, OrgSearchMethod_value)
proto.RegisterEnum("caos.zitadel.admin.api.v1.UserState", UserState_name, UserState_value)
proto.RegisterEnum("caos.zitadel.admin.api.v1.Gender", Gender_name, Gender_value)
proto.RegisterEnum("caos.zitadel.admin.api.v1.MachineKeyType", MachineKeyType_name, MachineKeyType_value)
proto.RegisterEnum("caos.zitadel.admin.api.v1.IamMemberSearchKey", IamMemberSearchKey_name, IamMemberSearchKey_value)
proto.RegisterEnum("caos.zitadel.admin.api.v1.SearchMethod", SearchMethod_name, SearchMethod_value)
proto.RegisterEnum("caos.zitadel.admin.api.v1.IdpState", IdpState_name, IdpState_value)
proto.RegisterEnum("caos.zitadel.admin.api.v1.IdpSearchKey", IdpSearchKey_name, IdpSearchKey_value)
proto.RegisterEnum("caos.zitadel.admin.api.v1.IdpType", IdpType_name, IdpType_value)
proto.RegisterType((*OrgID)(nil), "caos.zitadel.admin.api.v1.OrgID")
proto.RegisterType((*UniqueOrgRequest)(nil), "caos.zitadel.admin.api.v1.UniqueOrgRequest")
proto.RegisterType((*UniqueOrgResponse)(nil), "caos.zitadel.admin.api.v1.UniqueOrgResponse")
proto.RegisterType((*Org)(nil), "caos.zitadel.admin.api.v1.Org")
proto.RegisterType((*OrgSearchRequest)(nil), "caos.zitadel.admin.api.v1.OrgSearchRequest")
proto.RegisterType((*OrgSearchQuery)(nil), "caos.zitadel.admin.api.v1.OrgSearchQuery")
proto.RegisterType((*OrgSearchResponse)(nil), "caos.zitadel.admin.api.v1.OrgSearchResponse")
proto.RegisterType((*OrgSetUpRequest)(nil), "caos.zitadel.admin.api.v1.OrgSetUpRequest")
proto.RegisterType((*OrgSetUpResponse)(nil), "caos.zitadel.admin.api.v1.OrgSetUpResponse")
proto.RegisterType((*CreateUserRequest)(nil), "caos.zitadel.admin.api.v1.CreateUserRequest")
proto.RegisterType((*CreateHumanRequest)(nil), "caos.zitadel.admin.api.v1.CreateHumanRequest")
proto.RegisterType((*CreateMachineRequest)(nil), "caos.zitadel.admin.api.v1.CreateMachineRequest")
proto.RegisterType((*UserResponse)(nil), "caos.zitadel.admin.api.v1.UserResponse")
proto.RegisterType((*HumanResponse)(nil), "caos.zitadel.admin.api.v1.HumanResponse")
proto.RegisterType((*MachineResponse)(nil), "caos.zitadel.admin.api.v1.MachineResponse")
proto.RegisterType((*MachineKeyResponse)(nil), "caos.zitadel.admin.api.v1.MachineKeyResponse")
proto.RegisterType((*CreateOrgRequest)(nil), "caos.zitadel.admin.api.v1.CreateOrgRequest")
proto.RegisterType((*OrgIamPolicy)(nil), "caos.zitadel.admin.api.v1.OrgIamPolicy")
proto.RegisterType((*OrgIamPolicyRequest)(nil), "caos.zitadel.admin.api.v1.OrgIamPolicyRequest")
proto.RegisterType((*OrgIamPolicyID)(nil), "caos.zitadel.admin.api.v1.OrgIamPolicyID")
proto.RegisterType((*IamMemberRoles)(nil), "caos.zitadel.admin.api.v1.IamMemberRoles")
proto.RegisterType((*IamMember)(nil), "caos.zitadel.admin.api.v1.IamMember")
proto.RegisterType((*AddIamMemberRequest)(nil), "caos.zitadel.admin.api.v1.AddIamMemberRequest")
proto.RegisterType((*ChangeIamMemberRequest)(nil), "caos.zitadel.admin.api.v1.ChangeIamMemberRequest")
proto.RegisterType((*RemoveIamMemberRequest)(nil), "caos.zitadel.admin.api.v1.RemoveIamMemberRequest")
proto.RegisterType((*IamMemberSearchResponse)(nil), "caos.zitadel.admin.api.v1.IamMemberSearchResponse")
proto.RegisterType((*IamMemberView)(nil), "caos.zitadel.admin.api.v1.IamMemberView")
proto.RegisterType((*IamMemberSearchRequest)(nil), "caos.zitadel.admin.api.v1.IamMemberSearchRequest")
proto.RegisterType((*IamMemberSearchQuery)(nil), "caos.zitadel.admin.api.v1.IamMemberSearchQuery")
proto.RegisterType((*FailedEventID)(nil), "caos.zitadel.admin.api.v1.FailedEventID")
proto.RegisterType((*FailedEvents)(nil), "caos.zitadel.admin.api.v1.FailedEvents")
proto.RegisterType((*FailedEvent)(nil), "caos.zitadel.admin.api.v1.FailedEvent")
proto.RegisterType((*ViewID)(nil), "caos.zitadel.admin.api.v1.ViewID")
proto.RegisterType((*Views)(nil), "caos.zitadel.admin.api.v1.Views")
proto.RegisterType((*View)(nil), "caos.zitadel.admin.api.v1.View")
proto.RegisterType((*IdpID)(nil), "caos.zitadel.admin.api.v1.IdpID")
proto.RegisterType((*Idp)(nil), "caos.zitadel.admin.api.v1.Idp")
proto.RegisterType((*IdpUpdate)(nil), "caos.zitadel.admin.api.v1.IdpUpdate")
proto.RegisterType((*OidcIdpConfig)(nil), "caos.zitadel.admin.api.v1.OidcIdpConfig")
proto.RegisterType((*OidcIdpConfigCreate)(nil), "caos.zitadel.admin.api.v1.OidcIdpConfigCreate")
proto.RegisterType((*OidcIdpConfigUpdate)(nil), "caos.zitadel.admin.api.v1.OidcIdpConfigUpdate")
proto.RegisterType((*IdpSearchResponse)(nil), "caos.zitadel.admin.api.v1.IdpSearchResponse")
proto.RegisterType((*IdpView)(nil), "caos.zitadel.admin.api.v1.IdpView")
proto.RegisterType((*OidcIdpConfigView)(nil), "caos.zitadel.admin.api.v1.OidcIdpConfigView")
proto.RegisterType((*IdpSearchRequest)(nil), "caos.zitadel.admin.api.v1.IdpSearchRequest")
proto.RegisterType((*IdpSearchQuery)(nil), "caos.zitadel.admin.api.v1.IdpSearchQuery")
proto.RegisterType((*DefaultLoginPolicy)(nil), "caos.zitadel.admin.api.v1.DefaultLoginPolicy")
proto.RegisterType((*IdpProviderID)(nil), "caos.zitadel.admin.api.v1.IdpProviderID")
proto.RegisterType((*DefaultLoginPolicyView)(nil), "caos.zitadel.admin.api.v1.DefaultLoginPolicyView")
proto.RegisterType((*IdpProviderView)(nil), "caos.zitadel.admin.api.v1.IdpProviderView")
proto.RegisterType((*IdpProviderSearchResponse)(nil), "caos.zitadel.admin.api.v1.IdpProviderSearchResponse")
proto.RegisterType((*IdpProviderSearchRequest)(nil), "caos.zitadel.admin.api.v1.IdpProviderSearchRequest")
}
func init() { proto.RegisterFile("admin.proto", fileDescriptor_73a7fc70dcc2027c) }
var fileDescriptor_73a7fc70dcc2027c = []byte{
// 4209 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x5a, 0xcd, 0x73, 0x1b, 0xc9,
0x75, 0xd7, 0xe0, 0x83, 0x04, 0x1e, 0x3e, 0x08, 0x36, 0xbf, 0x40, 0xe8, 0x8b, 0x1a, 0x49, 0x2b,
0x89, 0x92, 0x08, 0x89, 0xbb, 0x5e, 0x7b, 0xe5, 0x38, 0x36, 0x08, 0x40, 0xe4, 0x58, 0x24, 0x41,
0x0f, 0x20, 0xc5, 0xce, 0x96, 0x0d, 0x8f, 0x30, 0x4d, 0x70, 0xb2, 0x00, 0x66, 0x76, 0x66, 0x40,
0x99, 0x56, 0x74, 0x90, 0x5c, 0x4e, 0x55, 0xec, 0x8a, 0xd7, 0xb1, 0xaf, 0xa9, 0xa4, 0x92, 0x4a,
0x52, 0x5b, 0x49, 0xaa, 0x5c, 0x39, 0xa8, 0x92, 0x38, 0x87, 0x5c, 0x73, 0x8f, 0xff, 0x84, 0x54,
0x0e, 0xbe, 0xa4, 0x52, 0xe5, 0x43, 0x4a, 0xa7, 0x54, 0x77, 0xcf, 0x37, 0x06, 0x03, 0x50, 0xda,
0xcd, 0x6e, 0x25, 0x27, 0x12, 0xfd, 0x5e, 0xbf, 0xfe, 0xbd, 0xd7, 0x6f, 0x7e, 0xfd, 0xfa, 0x03,
0x32, 0x92, 0xdc, 0x57, 0x06, 0x1b, 0x9a, 0xae, 0x9a, 0x2a, 0x5a, 0xed, 0x48, 0xaa, 0xb1, 0xf1,
0x7d, 0xc5, 0x94, 0x64, 0xdc, 0xdb, 0x60, 0x12, 0x49, 0x53, 0x36, 0x8e, 0xef, 0x96, 0xce, 0x75,
0x55, 0xb5, 0xdb, 0xc3, 0x65, 0x49, 0x53, 0xca, 0xd2, 0x60, 0xa0, 0x9a, 0x92, 0xa9, 0xa8, 0x03,
0x83, 0x75, 0x2c, 0x9d, 0xb5, 0xa4, 0xf4, 0xd7, 0xe3, 0xe1, 0x61, 0x19, 0xf7, 0x35, 0xf3, 0xc4,
0x12, 0x5e, 0x0c, 0x0a, 0x4d, 0xa5, 0x8f, 0x0d, 0x53, 0xea, 0x6b, 0x96, 0xc2, 0xb9, 0xa0, 0x82,
0x61, 0xea, 0xc3, 0x8e, 0x69, 0x49, 0x57, 0x8e, 0xa5, 0x9e, 0x22, 0x4b, 0x26, 0x2e, 0xdb, 0xff,
0x58, 0x82, 0x5b, 0xf4, 0x4f, 0xe7, 0x76, 0x17, 0x0f, 0x6e, 0x1b, 0x4f, 0xa4, 0x6e, 0x17, 0xeb,
0x65, 0x55, 0xa3, 0xb0, 0x42, 0x20, 0x16, 0xa5, 0xa1, 0x79, 0xc4, 0xc4, 0xb6, 0x16, 0x93, 0xf0,
0x6b, 0x90, 0x6c, 0xe8, 0x5d, 0xa1, 0x86, 0x56, 0x20, 0xa6, 0xc8, 0x45, 0x6e, 0x8d, 0xbb, 0x9e,
0xde, 0x9a, 0x7d, 0xb5, 0x95, 0xd0, 0x63, 0x05, 0x4e, 0x8c, 0x29, 0x32, 0x7f, 0x00, 0x85, 0x87,
0x03, 0xe5, 0xc3, 0x21, 0x6e, 0xe8, 0x5d, 0x11, 0x7f, 0x38, 0xc4, 0x86, 0x89, 0xce, 0x42, 0x62,
0x20, 0xf5, 0x71, 0x50, 0x9d, 0x36, 0xa2, 0x8b, 0x30, 0x23, 0xab, 0x7d, 0x49, 0x19, 0x14, 0x63,
0x7e, 0xb1, 0xd5, 0xcc, 0xdf, 0x81, 0x79, 0x8f, 0x45, 0x43, 0x53, 0x07, 0x06, 0x46, 0x67, 0x21,
0xad, 0x18, 0xed, 0x21, 0x6d, 0xa7, 0x76, 0x53, 0x62, 0x4a, 0x31, 0x98, 0x1e, 0xff, 0x8a, 0x83,
0x78, 0x43, 0xef, 0xa2, 0xbc, 0x0b, 0x92, 0x60, 0x43, 0xef, 0x41, 0xd2, 0x30, 0x25, 0x13, 0xd3,
0x91, 0xf2, 0x9b, 0x97, 0x37, 0xc6, 0xce, 0xe1, 0x46, 0x43, 0xef, 0x36, 0x89, 0xaa, 0xc8, 0x7a,
0xa0, 0xaf, 0x42, 0xae, 0xa3, 0x63, 0x1a, 0xa5, 0x36, 0x89, 0x6b, 0x31, 0xbe, 0xc6, 0x5d, 0xcf,
0x6c, 0x96, 0x36, 0xd8, 0x7c, 0x6c, 0xd8, 0xf3, 0xb1, 0xd1, 0xb2, 0x27, 0x4c, 0xcc, 0xda, 0x1d,
0x6a, 0xc4, 0xc0, 0x97, 0x21, 0xd3, 0x39, 0x92, 0x06, 0x5d, 0xcc, 0xba, 0x27, 0x26, 0x76, 0x07,
0xa6, 0x4e, 0x3b, 0x23, 0x2b, 0x80, 0x49, 0xea, 0x0a, 0x8b, 0xdb, 0xb2, 0x13, 0xb7, 0x19, 0xda,
0x6a, 0x87, 0xeb, 0xbf, 0x38, 0x28, 0x10, 0xf4, 0x58, 0xd2, 0x3b, 0x47, 0xf6, 0x0c, 0x2c, 0xc3,
0x8c, 0x7a, 0x78, 0x68, 0x60, 0x93, 0x46, 0x23, 0x21, 0x5a, 0xbf, 0xd0, 0x22, 0x24, 0x7b, 0x4a,
0x5f, 0x31, 0x69, 0x44, 0x12, 0x22, 0xfb, 0x81, 0xbe, 0x09, 0x79, 0x43, 0xd5, 0x4d, 0x65, 0xd0,
0x6d, 0x77, 0xd4, 0xde, 0xb0, 0x3f, 0xa0, 0xde, 0xe6, 0x37, 0xaf, 0x4d, 0x08, 0x18, 0x1d, 0xf2,
0x01, 0x3e, 0xd9, 0x4a, 0xbd, 0xda, 0x4a, 0xbe, 0xe0, 0x62, 0x6b, 0x67, 0xc4, 0x9c, 0x65, 0xa8,
0x4a, 0xed, 0xa0, 0x02, 0xc4, 0x25, 0xa3, 0x43, 0xbd, 0x4f, 0x89, 0xe4, 0x5f, 0x54, 0x85, 0xd9,
0x0f, 0x87, 0x58, 0x57, 0xb0, 0x51, 0x4c, 0xae, 0xc5, 0xaf, 0x67, 0x36, 0x6f, 0x4c, 0x33, 0xc8,
0x37, 0x86, 0x58, 0x3f, 0x11, 0xed, 0x9e, 0xfc, 0x2f, 0x38, 0xc8, 0xfb, 0x65, 0xa8, 0x0a, 0xf1,
0x0f, 0xf0, 0x09, 0x75, 0xf7, 0xb5, 0x80, 0x93, 0xde, 0x68, 0x0b, 0x66, 0xfa, 0xd8, 0x3c, 0x52,
0x65, 0x2b, 0x63, 0xd6, 0xa7, 0xb1, 0xb3, 0x47, 0x7b, 0x88, 0x56, 0x4f, 0x12, 0xe2, 0x63, 0xa9,
0x37, 0x64, 0x19, 0x93, 0x16, 0xd9, 0x0f, 0xfe, 0x27, 0x31, 0x98, 0xf7, 0xcc, 0x92, 0x95, 0xd5,
0xa7, 0x9b, 0xa6, 0x4b, 0x90, 0x35, 0x55, 0x53, 0xea, 0xb5, 0x75, 0x6c, 0x0c, 0x7b, 0x26, 0x1d,
0x20, 0x21, 0x66, 0x68, 0x9b, 0x48, 0x9b, 0xd0, 0xbb, 0x30, 0x63, 0x09, 0x13, 0x34, 0xb8, 0x17,
0xa2, 0x1d, 0x10, 0x2d, 0x6d, 0x74, 0x1b, 0x90, 0xa6, 0xab, 0x1d, 0x6c, 0x18, 0x58, 0x6e, 0x1b,
0x24, 0x89, 0x06, 0x1d, 0x96, 0x7e, 0x09, 0x71, 0xde, 0x91, 0x34, 0x2d, 0x01, 0xaa, 0x40, 0xfe,
0x58, 0xc1, 0x4f, 0xda, 0x0e, 0x5b, 0xd1, 0x9c, 0x8c, 0xce, 0xef, 0x1c, 0xe9, 0xe1, 0xfc, 0xe4,
0xff, 0x9a, 0x83, 0x39, 0x1a, 0x10, 0xf3, 0xa1, 0x66, 0x67, 0xed, 0x36, 0xc4, 0x55, 0xbd, 0x4b,
0x63, 0x91, 0xd9, 0xbc, 0x19, 0x01, 0xbd, 0x4a, 0xbe, 0x34, 0x0f, 0xe3, 0xd0, 0x79, 0xfc, 0x11,
0x47, 0x58, 0x84, 0x58, 0x40, 0x5f, 0x87, 0xc4, 0xd0, 0xc0, 0x3a, 0x0d, 0x5f, 0x66, 0xf3, 0xd6,
0x44, 0x4b, 0x0f, 0x0d, 0xac, 0x8f, 0x9a, 0xa2, 0x36, 0xf8, 0xe7, 0xf6, 0xf7, 0x45, 0x81, 0x5a,
0x13, 0x77, 0xc7, 0x8b, 0x74, 0x52, 0x90, 0x29, 0xa4, 0x2f, 0xfb, 0x20, 0x45, 0x25, 0x28, 0x03,
0xc3, 0x06, 0xb2, 0x30, 0xfc, 0x27, 0x07, 0xf3, 0x23, 0x48, 0xd1, 0x7b, 0x90, 0x26, 0xd2, 0xb6,
0x87, 0x6b, 0xcf, 0xbd, 0xda, 0x5a, 0xd5, 0x57, 0x36, 0x97, 0xbe, 0xf3, 0xfe, 0x77, 0xde, 0xbf,
0x67, 0x68, 0x52, 0x07, 0xdf, 0xfb, 0xf6, 0xb7, 0x9f, 0xde, 0xbd, 0xb5, 0x79, 0xe7, 0xce, 0xb3,
0x2b, 0x62, 0x8a, 0xa8, 0xef, 0x13, 0x32, 0xa9, 0x43, 0xf2, 0x68, 0xd8, 0x97, 0x06, 0x16, 0x9c,
0xdb, 0x13, 0x23, 0xb4, 0x43, 0xb4, 0xad, 0x81, 0x77, 0xce, 0x88, 0xac, 0x37, 0x7a, 0x00, 0xb3,
0x7d, 0xa9, 0x73, 0xa4, 0x0c, 0x6c, 0x7e, 0x2c, 0x4f, 0x34, 0xb4, 0xc7, 0xf4, 0x5d, 0x53, 0xb6,
0x85, 0xad, 0x0c, 0x8b, 0x10, 0x8a, 0xff, 0xf7, 0x16, 0xc7, 0xff, 0x38, 0x09, 0x68, 0x74, 0x64,
0x74, 0x03, 0xe0, 0x50, 0xd1, 0x0d, 0xd3, 0xeb, 0x33, 0xbc, 0xda, 0x9a, 0xd5, 0x93, 0x05, 0xae,
0xf8, 0xaf, 0x9c, 0x98, 0xa6, 0x52, 0xea, 0xe2, 0x35, 0x48, 0xf7, 0x24, 0x5b, 0x33, 0x36, 0xa2,
0x99, 0x22, 0x42, 0xaa, 0x78, 0x15, 0xd2, 0x03, 0xa5, 0xf3, 0x01, 0x53, 0xa4, 0x1f, 0x2d, 0xcd,
0x01, 0x3d, 0x4e, 0xd5, 0x88, 0x88, 0xaa, 0x7d, 0x91, 0x7c, 0x22, 0xf8, 0x10, 0xeb, 0x3a, 0x96,
0xdb, 0x3d, 0x69, 0xd0, 0x1d, 0x4a, 0x5d, 0xc6, 0xeb, 0x5e, 0xfd, 0x79, 0x47, 0x67, 0xd7, 0x52,
0x41, 0xef, 0xc1, 0x4c, 0x17, 0x0f, 0x64, 0xac, 0xd3, 0xef, 0x29, 0xbf, 0x79, 0x29, 0x22, 0x46,
0xdb, 0x54, 0x51, 0xb4, 0x3a, 0x20, 0x1e, 0x92, 0xb8, 0x2f, 0x29, 0x3d, 0x46, 0xf9, 0x5b, 0xd9,
0x57, 0x5b, 0x69, 0x7d, 0x96, 0xe2, 0xff, 0x2e, 0x27, 0x32, 0x11, 0x5a, 0x87, 0x79, 0xc5, 0x68,
0xd3, 0xff, 0xdb, 0xc7, 0x58, 0x57, 0x0e, 0x15, 0x2c, 0x17, 0x67, 0x29, 0xe1, 0xce, 0x29, 0x46,
0x9d, 0xb4, 0x3f, 0xb2, 0x9a, 0xd1, 0x79, 0x48, 0x6a, 0x47, 0xea, 0x00, 0x17, 0x53, 0x9e, 0xa5,
0xb7, 0xb8, 0x28, 0xb2, 0x56, 0xcb, 0x14, 0xfd, 0xdf, 0x35, 0x95, 0xb6, 0x4d, 0x1d, 0x90, 0x76,
0xc7, 0x14, 0x0f, 0xb3, 0x1d, 0x75, 0x38, 0x30, 0xf5, 0x93, 0x22, 0x04, 0x62, 0x60, 0x0b, 0xd0,
0x15, 0x48, 0xf5, 0xd4, 0x8e, 0xd4, 0x53, 0xcc, 0x93, 0x62, 0x26, 0x18, 0x58, 0x5b, 0x82, 0x6e,
0x40, 0x46, 0x53, 0x0d, 0xc2, 0x6b, 0x1d, 0x55, 0xc6, 0xc5, 0x6c, 0x40, 0x11, 0x98, 0xb0, 0xaa,
0xca, 0x18, 0xad, 0x11, 0x7a, 0xeb, 0x2a, 0xea, 0xa0, 0x98, 0x0b, 0x68, 0x59, 0xed, 0xa8, 0x0c,
0x79, 0xc3, 0xd4, 0x31, 0x36, 0xdb, 0x92, 0x2c, 0xeb, 0xd8, 0x30, 0x8a, 0xf9, 0x80, 0x66, 0x8e,
0xc9, 0x2b, 0x4c, 0x8c, 0x2e, 0x43, 0x4a, 0x93, 0x0c, 0xe3, 0x89, 0xaa, 0xcb, 0xc5, 0x39, 0x6f,
0x54, 0x76, 0x44, 0x47, 0xc0, 0xcb, 0xb0, 0x18, 0x96, 0xbd, 0xe8, 0x82, 0xaf, 0xd0, 0xf1, 0xa6,
0x17, 0x5b, 0xb3, 0x6f, 0x41, 0x46, 0xc6, 0x46, 0x47, 0x57, 0x68, 0x51, 0x15, 0xcc, 0xc2, 0xdf,
0xc4, 0x45, 0xaf, 0x98, 0xff, 0x38, 0x0e, 0x59, 0xef, 0xc7, 0x3f, 0x52, 0xcf, 0xdc, 0xf3, 0xd7,
0x33, 0x57, 0x26, 0x90, 0xc8, 0xe7, 0xa8, 0xa0, 0x29, 0x41, 0x2a, 0xb0, 0xaa, 0x38, 0xbf, 0x49,
0x69, 0xe7, 0xd2, 0x18, 0xab, 0x6d, 0x5c, 0xa2, 0xfa, 0x9a, 0x4d, 0x54, 0xb3, 0x74, 0xbc, 0xeb,
0x11, 0x2e, 0x5b, 0x44, 0xc1, 0x62, 0xe7, 0x72, 0xd4, 0x7d, 0x97, 0xa3, 0x52, 0xd4, 0x46, 0xd4,
0xa2, 0xee, 0xcc, 0xaf, 0x63, 0x25, 0x9c, 0x9e, 0x3e, 0x4a, 0x40, 0xce, 0x37, 0x1e, 0x3a, 0x3f,
0xca, 0x4c, 0x5e, 0x36, 0x3a, 0x3b, 0xc2, 0x46, 0x1e, 0x06, 0xba, 0x04, 0x59, 0x59, 0x31, 0xb4,
0x9e, 0x74, 0xe2, 0x21, 0x21, 0x31, 0x63, 0xb5, 0xd9, 0xfd, 0x5d, 0x92, 0x4a, 0xb0, 0xfe, 0x0e,
0x35, 0xdd, 0x0e, 0xa5, 0x26, 0x56, 0x3c, 0x46, 0x12, 0xd2, 0xcc, 0x69, 0x09, 0x69, 0xd1, 0x26,
0xa4, 0x59, 0x56, 0xdc, 0x44, 0x50, 0x50, 0x2a, 0x9c, 0x82, 0x16, 0x6d, 0x0a, 0x4a, 0x33, 0x0b,
0x11, 0xcc, 0x03, 0xe1, 0xcc, 0x53, 0x74, 0x99, 0x87, 0x92, 0x8a, 0xcb, 0x37, 0x25, 0x0f, 0xdf,
0x64, 0xad, 0x18, 0xdb, 0x2c, 0x73, 0xd1, 0xcf, 0x32, 0x94, 0x3f, 0x7c, 0xdc, 0xb2, 0xec, 0x70,
0x4b, 0x9e, 0xd5, 0xd7, 0x16, 0xa3, 0x5c, 0x1d, 0x61, 0x14, 0x4a, 0x13, 0x01, 0x1e, 0xe1, 0x7f,
0xc4, 0xc1, 0x5c, 0x20, 0x7b, 0x9c, 0x32, 0x9e, 0xf3, 0x94, 0xf1, 0x6b, 0x21, 0x94, 0xe0, 0xa3,
0x01, 0x54, 0x81, 0xc4, 0x07, 0xf8, 0xc4, 0x28, 0xc6, 0x69, 0x05, 0x77, 0x7b, 0x72, 0xb6, 0x3e,
0xc0, 0x27, 0x6e, 0xbd, 0x40, 0xba, 0xf2, 0x3f, 0x8c, 0x01, 0x1a, 0x15, 0x8e, 0xf0, 0xc9, 0x57,
0x20, 0x61, 0x9e, 0x68, 0x36, 0x9d, 0xdc, 0x98, 0x6a, 0xa4, 0xd6, 0x89, 0x86, 0x45, 0xda, 0xcd,
0xf7, 0x51, 0xc7, 0x03, 0x1f, 0xf5, 0x08, 0xdd, 0x24, 0x4e, 0x49, 0x37, 0x55, 0x98, 0xc3, 0xdf,
0xd3, 0x14, 0xdd, 0x63, 0x22, 0x39, 0xd1, 0x44, 0xde, 0xed, 0x42, 0x8c, 0xf0, 0xdb, 0x50, 0x08,
0x96, 0x8a, 0xd1, 0x9b, 0xd3, 0x65, 0xff, 0xe6, 0xd4, 0xd9, 0x64, 0xbd, 0x8c, 0x41, 0x96, 0x6c,
0x84, 0xa5, 0xfe, 0x81, 0xda, 0x53, 0x3a, 0x27, 0x68, 0x09, 0x66, 0x54, 0xbd, 0xdb, 0x76, 0xc2,
0x99, 0x54, 0xf5, 0xae, 0x20, 0x4f, 0x31, 0xbb, 0x5f, 0x82, 0x55, 0xca, 0x76, 0x3d, 0xb5, 0xab,
0x0c, 0xda, 0xfd, 0xa1, 0x61, 0xb6, 0x1f, 0xe3, 0xb6, 0x35, 0x68, 0x9c, 0x66, 0xfc, 0x12, 0x51,
0xd8, 0x25, 0xf2, 0xbd, 0xa1, 0x61, 0x6e, 0xe1, 0x1a, 0x15, 0x92, 0xbc, 0x97, 0xf1, 0xa1, 0xc4,
0x8a, 0x7b, 0xa2, 0x67, 0xff, 0x8c, 0x64, 0xd7, 0x91, 0x89, 0x98, 0x79, 0x33, 0xde, 0x9f, 0x3d,
0x0d, 0xef, 0xf3, 0x7f, 0xcc, 0xc1, 0x82, 0x37, 0x6e, 0xee, 0xc2, 0xe9, 0x0b, 0x9f, 0x3b, 0x0d,
0x9f, 0x7e, 0x1c, 0xf9, 0x3b, 0x74, 0xef, 0xe8, 0x40, 0x12, 0x6a, 0x93, 0xd0, 0xf0, 0x6f, 0x41,
0x5e, 0x90, 0xfa, 0x7b, 0xb8, 0xff, 0x18, 0xeb, 0xa2, 0xda, 0xc3, 0x06, 0x61, 0x31, 0x9d, 0xfc,
0x53, 0xe4, 0xd6, 0xe2, 0x64, 0xf6, 0xe9, 0x0f, 0xfe, 0x57, 0x1c, 0xa4, 0x1d, 0x45, 0xb4, 0x02,
0xb3, 0x14, 0xa1, 0x93, 0x23, 0x33, 0xe4, 0xa7, 0x20, 0xbb, 0x9d, 0x63, 0x9e, 0xce, 0xc1, 0x38,
0xc7, 0x4f, 0xb5, 0xbe, 0xbe, 0xf1, 0xe7, 0x16, 0x91, 0x42, 0xfc, 0x1e, 0x2c, 0x54, 0x64, 0xd9,
0x8d, 0x80, 0x35, 0x87, 0x6b, 0x01, 0xff, 0x3c, 0x27, 0x39, 0x51, 0x8e, 0xf2, 0x07, 0xb0, 0x5c,
0xa5, 0xc8, 0x3f, 0x31, 0x8b, 0xf7, 0x60, 0x59, 0xc4, 0x7d, 0xf5, 0xf8, 0x35, 0x2c, 0xf2, 0x7f,
0x1a, 0x83, 0x15, 0xa7, 0xdb, 0xa7, 0xbd, 0x3d, 0xff, 0x5a, 0x60, 0x7b, 0x1e, 0x55, 0xce, 0x38,
0xa0, 0x1e, 0x29, 0xf8, 0xc9, 0x67, 0xb8, 0x51, 0xff, 0x75, 0x0c, 0x72, 0x3e, 0x2c, 0xff, 0x67,
0x12, 0x3b, 0xba, 0xf2, 0x0c, 0x2f, 0x75, 0xfc, 0x65, 0x5e, 0x2a, 0xb2, 0xcc, 0x4b, 0x4f, 0x28,
0xf3, 0x60, 0xa4, 0xcc, 0x23, 0x7c, 0xb9, 0x3c, 0x92, 0x8d, 0xaf, 0x73, 0xa4, 0x27, 0xb8, 0xc7,
0x6c, 0xac, 0x8e, 0x28, 0x4f, 0x93, 0x6a, 0xa1, 0x87, 0x6d, 0xff, 0xc8, 0xc1, 0x62, 0x98, 0x06,
0x12, 0xbc, 0x47, 0x6e, 0xb7, 0xa7, 0xb7, 0x1f, 0x72, 0xf0, 0xf6, 0xd5, 0xc0, 0xc1, 0x5b, 0xd4,
0xf9, 0xc8, 0x29, 0x4e, 0xdd, 0x7e, 0xc0, 0x41, 0xee, 0xbe, 0xa4, 0xf4, 0xb0, 0x5c, 0x3f, 0xc6,
0x03, 0x53, 0xa8, 0x91, 0xed, 0x9e, 0x2c, 0x99, 0xd2, 0x63, 0xc9, 0x18, 0xa9, 0x00, 0x1c, 0x01,
0xba, 0x02, 0x69, 0xfa, 0xd5, 0x78, 0x8e, 0x0e, 0x5c, 0x2d, 0x22, 0xb1, 0x0e, 0x18, 0xe6, 0x0e,
0xa9, 0xed, 0x76, 0xa0, 0x0a, 0xca, 0xb3, 0x66, 0xfb, 0x23, 0xe4, 0xdf, 0x87, 0xac, 0x07, 0x84,
0x81, 0x1e, 0x40, 0xce, 0xea, 0x88, 0x69, 0x03, 0x5d, 0x44, 0x32, 0x9b, 0x6f, 0x45, 0xf8, 0xec,
0xe9, 0x2f, 0x66, 0x0f, 0x3d, 0xc6, 0xf8, 0x7f, 0xe2, 0x20, 0xe3, 0x91, 0x92, 0x7c, 0xf7, 0x3b,
0xe8, 0xf1, 0xeb, 0xec, 0x88, 0x5f, 0xaf, 0xe1, 0x0e, 0xba, 0xcc, 0xe0, 0x0f, 0x75, 0xdc, 0xa6,
0x85, 0x37, 0xfd, 0x24, 0x13, 0x0c, 0xd6, 0x50, 0xc7, 0x55, 0xd2, 0x46, 0x94, 0xb0, 0xae, 0xab,
0x7a, 0xbb, 0x8f, 0x0d, 0xc3, 0xdd, 0x8d, 0x64, 0x69, 0xe3, 0x1e, 0x6b, 0xe3, 0x9b, 0x30, 0x43,
0x08, 0xe5, 0x13, 0x9d, 0x16, 0xfe, 0xb7, 0x21, 0x49, 0x8c, 0x1a, 0xe8, 0x0b, 0x90, 0x24, 0x8d,
0x76, 0x78, 0x2f, 0x46, 0x84, 0x97, 0x52, 0x2c, 0xd3, 0xe6, 0xff, 0x9e, 0x83, 0x04, 0xa5, 0xb9,
0xd7, 0x8e, 0x64, 0x38, 0x47, 0xc7, 0xa7, 0xe7, 0xe8, 0xc4, 0x69, 0x39, 0x7a, 0x0d, 0x92, 0x82,
0xac, 0x45, 0x5d, 0xd3, 0xfc, 0x26, 0x06, 0x71, 0x41, 0xd6, 0xde, 0xe4, 0x8a, 0x44, 0x90, 0xb5,
0xcf, 0xf9, 0x15, 0xc9, 0x2a, 0xd9, 0xff, 0x75, 0xd5, 0xb6, 0xa1, 0x77, 0x28, 0x9d, 0x67, 0xc5,
0x59, 0xf2, 0xbb, 0xa9, 0x77, 0xd0, 0x03, 0xc8, 0xa8, 0x8a, 0xdc, 0x69, 0x77, 0xd4, 0xc1, 0xa1,
0xd2, 0x9d, 0xe2, 0x34, 0xa1, 0xa1, 0xc8, 0x1d, 0x41, 0xd6, 0xaa, 0x54, 0x7f, 0xe7, 0x8c, 0x08,
0xa4, 0x3b, 0xfb, 0xe5, 0x5b, 0x53, 0x52, 0xfe, 0x35, 0x65, 0x2b, 0x0b, 0xa0, 0xc8, 0x9a, 0x35,
0x0e, 0xdf, 0x84, 0xb4, 0x20, 0x6b, 0x0f, 0x35, 0xe2, 0xe0, 0xd8, 0xc9, 0x71, 0x7c, 0x89, 0x8d,
0xf1, 0x25, 0xee, 0xf3, 0x85, 0x7f, 0xce, 0x41, 0xce, 0x07, 0x8f, 0xa4, 0x63, 0xa7, 0xa7, 0xe0,
0x81, 0xe9, 0xae, 0xc9, 0x29, 0xd6, 0x20, 0xc8, 0xe4, 0x53, 0xb4, 0x84, 0x06, 0xee, 0xe8, 0xd8,
0xb4, 0x86, 0xc9, 0xb2, 0xc6, 0x26, 0x6d, 0x23, 0xab, 0x8b, 0x62, 0x18, 0x43, 0xac, 0x5b, 0x04,
0x6a, 0xfd, 0x22, 0xed, 0x46, 0x47, 0xd5, 0xb0, 0x41, 0x2b, 0x96, 0xb4, 0x68, 0xfd, 0xe2, 0xff,
0x83, 0x14, 0xf6, 0x5e, 0x0c, 0x6c, 0x9f, 0x35, 0xf1, 0x44, 0xcc, 0xeb, 0x56, 0xcc, 0x3f, 0x45,
0xd7, 0xbc, 0x4e, 0xc4, 0x47, 0x0f, 0x6c, 0x1d, 0x87, 0xca, 0x41, 0x87, 0x12, 0x23, 0xca, 0x7e,
0xe7, 0x78, 0xc7, 0xb9, 0xe4, 0x88, 0xe6, 0xa8, 0xa3, 0x33, 0x3e, 0x47, 0xff, 0x25, 0xe8, 0xa8,
0x35, 0x99, 0x17, 0x60, 0x86, 0xcc, 0x73, 0xc8, 0x9e, 0x41, 0x91, 0x35, 0x41, 0xf6, 0x7b, 0x13,
0x8b, 0xf0, 0x66, 0x64, 0x7a, 0xe2, 0x21, 0xd3, 0xe3, 0x7a, 0x90, 0x98, 0xc2, 0x83, 0xa4, 0xcf,
0x83, 0x9f, 0xc5, 0x60, 0x9e, 0x7c, 0xbb, 0x9f, 0x72, 0x6d, 0x7b, 0x2f, 0x50, 0xdb, 0xf2, 0xd1,
0x54, 0xf2, 0x19, 0x57, 0xb5, 0xcf, 0xe3, 0x30, 0x6b, 0xa1, 0xf8, 0x7f, 0xcb, 0x89, 0x8d, 0x30,
0x4e, 0xbc, 0x35, 0x2d, 0x27, 0x92, 0xd0, 0x9d, 0x82, 0x17, 0xe7, 0x61, 0xce, 0xe5, 0xc5, 0x36,
0x99, 0x0c, 0xfe, 0xbb, 0x30, 0x3f, 0x62, 0x31, 0x9a, 0xca, 0x5c, 0x96, 0x8a, 0x8d, 0x61, 0xa9,
0xb8, 0x2f, 0xf5, 0x7f, 0xc8, 0x41, 0xc1, 0x93, 0xfa, 0xaf, 0x53, 0x48, 0x57, 0x83, 0x85, 0xf4,
0x8d, 0x09, 0xe9, 0x10, 0x56, 0x42, 0xff, 0x1d, 0x07, 0x79, 0xbf, 0x6c, 0xfa, 0xfb, 0x6a, 0xa7,
0xdf, 0xff, 0x5e, 0xd9, 0xfc, 0xe7, 0x1c, 0xa0, 0x1a, 0x3b, 0x5b, 0xa2, 0xc7, 0x27, 0xd6, 0x99,
0xd7, 0xbb, 0xb0, 0x22, 0xf5, 0x7a, 0xea, 0x93, 0x36, 0xd9, 0x23, 0x91, 0xe4, 0x6a, 0x3b, 0x37,
0x27, 0xec, 0x45, 0xc6, 0x12, 0x15, 0x3f, 0xb4, 0xa4, 0x07, 0x96, 0x10, 0x5d, 0x85, 0x3c, 0xeb,
0xa7, 0xe3, 0xae, 0x62, 0x98, 0xd6, 0xec, 0xa5, 0xc4, 0x1c, 0x6d, 0x15, 0xad, 0x46, 0x74, 0x0b,
0x10, 0x53, 0xc3, 0xdf, 0x33, 0x89, 0x85, 0x5e, 0x5b, 0x91, 0x35, 0xeb, 0x28, 0xa7, 0x40, 0x25,
0x75, 0x4b, 0x20, 0xc8, 0x1a, 0xff, 0x5b, 0x90, 0x13, 0x64, 0xed, 0x40, 0x57, 0x8f, 0x15, 0x19,
0xeb, 0x42, 0x0d, 0xdd, 0x84, 0x9c, 0x27, 0xc1, 0x46, 0x79, 0x39, 0xa3, 0xd8, 0x79, 0x26, 0xc8,
0xfc, 0x5f, 0x71, 0xb0, 0x3c, 0xea, 0x21, 0x4d, 0xc0, 0xcf, 0x95, 0x97, 0xcf, 0x39, 0x98, 0xf3,
0xb8, 0x49, 0x01, 0xf2, 0xa1, 0x8e, 0xfa, 0xfc, 0x0b, 0xad, 0x28, 0xde, 0xb5, 0x4e, 0x7b, 0xd9,
0xdb, 0x8e, 0x09, 0xf4, 0xec, 0x1e, 0xf3, 0xf2, 0x7f, 0x11, 0x83, 0x55, 0x0f, 0x86, 0x4f, 0x7b,
0x1d, 0xd9, 0x0a, 0xac, 0x23, 0xeb, 0xd1, 0x40, 0xbd, 0xa1, 0xf9, 0x0c, 0xd7, 0x93, 0x1d, 0x28,
0x86, 0xc4, 0xe8, 0x35, 0x08, 0x67, 0xfd, 0x00, 0x52, 0xf6, 0x63, 0x24, 0x54, 0x84, 0xc5, 0x86,
0xb8, 0xdd, 0x6c, 0x55, 0x5a, 0xf5, 0xf6, 0xc3, 0xfd, 0xe6, 0x41, 0xbd, 0x2a, 0xdc, 0x17, 0xea,
0xb5, 0xc2, 0x19, 0xb4, 0x00, 0x73, 0x8e, 0xa4, 0x52, 0x6d, 0x09, 0x8f, 0xea, 0x05, 0x0e, 0x2d,
0xc1, 0xbc, 0xd3, 0x28, 0xec, 0x5b, 0xcd, 0xb1, 0x75, 0x93, 0x9e, 0x5d, 0x3b, 0x24, 0x82, 0xce,
0x41, 0x91, 0xa8, 0xd5, 0x2b, 0x62, 0x75, 0xe7, 0x41, 0xfd, 0x5b, 0x01, 0xcb, 0x96, 0x11, 0x47,
0xba, 0x5f, 0xd9, 0x23, 0xb6, 0x57, 0x60, 0xc1, 0xd7, 0x5c, 0x6b, 0xec, 0x55, 0x84, 0xfd, 0x42,
0x0c, 0x2d, 0x03, 0xf2, 0x09, 0xe8, 0xf0, 0x85, 0xf8, 0x7a, 0xcf, 0x7a, 0xdf, 0xe1, 0xb2, 0x0e,
0x2a, 0xc1, 0xb2, 0xa3, 0xba, 0x57, 0x6f, 0xed, 0x34, 0x6a, 0xed, 0xfa, 0x37, 0x1e, 0x56, 0x76,
0x9b, 0x85, 0x33, 0xe8, 0x22, 0x9c, 0x0d, 0xca, 0x9a, 0xad, 0x8a, 0xd8, 0x6a, 0xb6, 0x7f, 0x47,
0x68, 0xed, 0x14, 0x38, 0x1f, 0x6a, 0x4b, 0xa1, 0xda, 0xd8, 0x6f, 0x55, 0x84, 0xfd, 0x66, 0x21,
0xb6, 0xfe, 0x0b, 0x0e, 0xd2, 0xce, 0x9d, 0x27, 0x5a, 0x85, 0xa5, 0x87, 0xcd, 0xba, 0x18, 0x16,
0xb8, 0x45, 0x28, 0xb8, 0x22, 0x27, 0x72, 0xcb, 0x80, 0xdc, 0x56, 0x37, 0x74, 0x24, 0x18, 0x6e,
0x7b, 0xad, 0xbe, 0x5b, 0x6f, 0xd5, 0x6b, 0x85, 0xb8, 0xdf, 0xc8, 0x6e, 0xa3, 0xfa, 0xa0, 0x5e,
0x2b, 0x24, 0xfc, 0xca, 0xcd, 0x87, 0xcd, 0x83, 0xfa, 0x7e, 0xad, 0x90, 0xf4, 0x37, 0x0b, 0xfb,
0x42, 0x4b, 0xa8, 0xec, 0x16, 0x66, 0xd6, 0xbf, 0x09, 0x33, 0xec, 0x72, 0x8d, 0x0c, 0xbe, 0x5d,
0xdf, 0xaf, 0xd5, 0xc5, 0x00, 0xd4, 0x79, 0xc8, 0x59, 0xed, 0xf7, 0xeb, 0x7b, 0x95, 0x5d, 0x82,
0x73, 0x0e, 0x32, 0x56, 0x13, 0x6d, 0x88, 0x21, 0x04, 0x79, 0xab, 0xa1, 0x26, 0x3c, 0xaa, 0x8b,
0x4d, 0x12, 0xf9, 0x0a, 0xe4, 0xfd, 0xf7, 0x35, 0x24, 0xf0, 0x7b, 0x95, 0xea, 0x8e, 0xb0, 0x5f,
0x1f, 0x9d, 0xef, 0x05, 0x98, 0xf3, 0xc8, 0xbe, 0xde, 0x6c, 0xec, 0x17, 0xb8, 0xf5, 0x7f, 0xe6,
0x00, 0x8d, 0x9e, 0xda, 0x20, 0x1e, 0x2e, 0x08, 0x95, 0xbd, 0xbd, 0xfa, 0xde, 0x16, 0x19, 0x2a,
0x3c, 0x7f, 0x2e, 0xc1, 0xf9, 0x10, 0x9d, 0xfb, 0x82, 0xd8, 0x6c, 0xd9, 0xb9, 0xb4, 0x06, 0xe7,
0x42, 0x54, 0x76, 0x2b, 0xb6, 0x46, 0x8c, 0x4c, 0x76, 0x88, 0x46, 0x7d, 0xaf, 0x22, 0xec, 0x16,
0xe2, 0xe8, 0x02, 0x94, 0xc2, 0x60, 0x34, 0xeb, 0x62, 0x5b, 0xa8, 0x15, 0x12, 0xeb, 0xbf, 0x8e,
0x41, 0xd6, 0x97, 0x78, 0x2b, 0xb0, 0x10, 0x9e, 0x75, 0xe7, 0xa0, 0x18, 0x91, 0x72, 0xab, 0xb0,
0x34, 0x26, 0xdf, 0xd0, 0x65, 0xb8, 0x18, 0x62, 0xb1, 0x2d, 0x6c, 0xef, 0x37, 0xc4, 0x7a, 0xbb,
0x5a, 0x21, 0x13, 0x81, 0xae, 0xc3, 0x95, 0x71, 0xd6, 0x7d, 0x9a, 0x09, 0x74, 0x15, 0x2e, 0x85,
0x8e, 0xe4, 0x53, 0x4b, 0xa2, 0xb3, 0xb0, 0xe2, 0x53, 0xdb, 0x6f, 0xb4, 0x6c, 0x5f, 0x66, 0xd0,
0x79, 0x58, 0xf5, 0x09, 0xb7, 0xc5, 0x7a, 0xa5, 0x55, 0x17, 0xdb, 0xad, 0x9d, 0xca, 0x7e, 0x61,
0x96, 0xe4, 0x80, 0x4f, 0xbc, 0x5b, 0x6f, 0x36, 0x99, 0x2c, 0x35, 0x22, 0x13, 0x9a, 0xed, 0xc6,
0x7e, 0xbd, 0xdd, 0xb8, 0x5f, 0x48, 0x93, 0x60, 0xfb, 0xfb, 0x09, 0xcd, 0x96, 0x1b, 0x09, 0x58,
0x7f, 0x0c, 0x29, 0xbb, 0x0a, 0xa6, 0x13, 0x53, 0x3b, 0xa8, 0x36, 0xf6, 0xef, 0x0b, 0xa1, 0xac,
0xb5, 0x0a, 0x4b, 0x01, 0xb9, 0xf3, 0x05, 0x9e, 0x85, 0x95, 0x80, 0xc8, 0xc3, 0x60, 0x1d, 0xc8,
0x7a, 0xcb, 0x20, 0x9a, 0x1e, 0xb5, 0x83, 0x71, 0x19, 0xc8, 0x50, 0xb8, 0x52, 0xa1, 0x76, 0xd0,
0x66, 0x86, 0x49, 0x7a, 0x50, 0x9a, 0xf4, 0xc9, 0x59, 0xce, 0xad, 0xdf, 0xa7, 0x3b, 0x02, 0xfa,
0xbd, 0xac, 0xc0, 0x82, 0x50, 0x3b, 0x68, 0x7d, 0xeb, 0x20, 0xe8, 0x40, 0x01, 0xb2, 0xb6, 0xa0,
0x21, 0xd4, 0xaa, 0x05, 0xce, 0xdb, 0xd2, 0xac, 0xec, 0xed, 0x16, 0x62, 0x9b, 0x7f, 0x70, 0x15,
0xb2, 0x15, 0xb2, 0x4a, 0x35, 0xb1, 0x7e, 0xac, 0x74, 0x30, 0x7a, 0x00, 0xb3, 0x3b, 0x58, 0xea,
0x99, 0x47, 0xdf, 0x47, 0xcb, 0x23, 0x2b, 0x4a, 0xbd, 0xaf, 0x99, 0x27, 0xa5, 0x31, 0xed, 0x7c,
0xe1, 0xc5, 0xbf, 0xfd, 0xfb, 0xcf, 0x63, 0x80, 0x52, 0xe5, 0x23, 0xcb, 0xc2, 0x36, 0x24, 0x45,
0x2c, 0xc9, 0x27, 0xa7, 0x36, 0x95, 0xa7, 0xa6, 0x52, 0x68, 0xa6, 0xac, 0xd3, 0xfe, 0xfb, 0x90,
0x7a, 0x64, 0x3d, 0x1a, 0x1e, 0x6b, 0x6b, 0x65, 0xa4, 0xbd, 0x49, 0x9f, 0x1f, 0xf3, 0xf3, 0xd4,
0x58, 0x06, 0xa5, 0x9d, 0x87, 0xc7, 0xe8, 0x23, 0x0e, 0x32, 0x82, 0xd1, 0xd0, 0xbb, 0xec, 0x51,
0x2e, 0x8a, 0x7a, 0xbf, 0x17, 0x7c, 0x31, 0x5c, 0xba, 0x35, 0x9d, 0x32, 0xab, 0x39, 0xf8, 0xab,
0x2f, 0x5e, 0x16, 0x01, 0x52, 0x8a, 0xd4, 0xdf, 0x20, 0xbe, 0x50, 0x2c, 0xf3, 0x68, 0xae, 0xac,
0xea, 0x5d, 0xa3, 0xdc, 0x56, 0x0c, 0xf6, 0x4c, 0x18, 0x69, 0x00, 0xdb, 0xd8, 0x6c, 0xe8, 0xdd,
0xad, 0x13, 0xa1, 0x86, 0xd6, 0xa2, 0x5f, 0xe9, 0x09, 0xb5, 0xd2, 0x84, 0x77, 0x7c, 0xfc, 0x5a,
0xc8, 0xb0, 0x59, 0x04, 0x6c, 0xd8, 0xa7, 0x8a, 0xfc, 0x8c, 0xc4, 0x00, 0x58, 0x96, 0x36, 0xf4,
0xae, 0x11, 0x19, 0x82, 0xe0, 0x93, 0xdd, 0xc8, 0x10, 0x8c, 0xbc, 0x1c, 0xe5, 0xdf, 0x0a, 0xc1,
0x82, 0xf8, 0x9c, 0x15, 0x02, 0x83, 0x2a, 0xdf, 0xe3, 0xd6, 0xd1, 0x8f, 0x39, 0x48, 0xd1, 0xa7,
0x8b, 0x0d, 0xbd, 0x8b, 0x26, 0x3e, 0x67, 0x75, 0xdf, 0x62, 0x96, 0x6e, 0x4e, 0xa5, 0xeb, 0x41,
0x93, 0x81, 0x34, 0x41, 0xf3, 0x44, 0x57, 0x4c, 0xcc, 0x66, 0x84, 0xcf, 0x3a, 0x70, 0xcc, 0xa1,
0x46, 0xd0, 0xfc, 0x09, 0x07, 0x73, 0x6c, 0x4a, 0xdc, 0x9b, 0xf4, 0x09, 0xef, 0x7f, 0x3d, 0xf7,
0xb4, 0xa5, 0x6b, 0x53, 0xaa, 0xf2, 0x5f, 0x78, 0xf1, 0xb2, 0x48, 0x36, 0x9c, 0x52, 0x7f, 0x43,
0xa3, 0x2d, 0x6e, 0x90, 0x4a, 0xa8, 0x68, 0x4d, 0x18, 0xbb, 0xf2, 0x7d, 0x56, 0x56, 0xa4, 0x3e,
0x53, 0x42, 0x1f, 0x73, 0xf6, 0xa3, 0x43, 0x1f, 0xc2, 0x8d, 0x29, 0x87, 0xb5, 0x43, 0x37, 0x35,
0xcc, 0xf7, 0x5e, 0xbc, 0x2c, 0x22, 0x28, 0x78, 0x60, 0xba, 0xd1, 0x3b, 0xcf, 0x8f, 0xc5, 0x49,
0x22, 0x49, 0xa0, 0xb2, 0x93, 0xa8, 0xcf, 0x01, 0xd4, 0x52, 0x24, 0xd4, 0x9f, 0xd2, 0xdd, 0x64,
0x0f, 0x07, 0xa0, 0x9e, 0x62, 0xde, 0xc7, 0x51, 0xda, 0x17, 0x5f, 0xbc, 0x2c, 0x2e, 0xc0, 0xbc,
0x07, 0x94, 0x4c, 0xc7, 0x61, 0x13, 0xbd, 0x3e, 0x7e, 0xa2, 0x7f, 0xc0, 0xc1, 0xfc, 0x36, 0x36,
0x03, 0x97, 0xfa, 0xe3, 0x58, 0xf0, 0xc6, 0x34, 0x57, 0x5b, 0xd4, 0x04, 0x7f, 0xd3, 0x4d, 0xbc,
0x3e, 0x6d, 0x76, 0x13, 0xaf, 0x80, 0xf2, 0x65, 0xd6, 0x66, 0x94, 0xd9, 0xc5, 0xe8, 0x47, 0x1c,
0x59, 0x28, 0xdc, 0x8b, 0xf5, 0xc8, 0xd9, 0x0b, 0xb9, 0x81, 0x2f, 0x5d, 0x99, 0x06, 0x18, 0x7f,
0xc3, 0x9d, 0x3a, 0x0b, 0x93, 0x3b, 0x75, 0x39, 0x3e, 0x65, 0x83, 0x22, 0x53, 0xf5, 0x67, 0x1c,
0xcc, 0x05, 0xee, 0xe6, 0xd1, 0xdd, 0xa8, 0x27, 0xbd, 0xa1, 0xf7, 0xf8, 0x53, 0xe2, 0x7a, 0x3b,
0x02, 0xd7, 0x4a, 0x09, 0x39, 0xc1, 0x7a, 0x6a, 0x5d, 0x36, 0x3f, 0x23, 0x08, 0x3f, 0xe2, 0x60,
0x2e, 0x70, 0xd7, 0x1f, 0x89, 0x30, 0xfc, 0x5d, 0xc0, 0xd8, 0x8c, 0xba, 0xeb, 0x66, 0x94, 0x85,
0xc9, 0x93, 0x51, 0x8b, 0xeb, 0x21, 0xa0, 0xd0, 0xdf, 0x72, 0x50, 0x60, 0xe4, 0xec, 0x8c, 0x62,
0x44, 0x42, 0x0a, 0xbf, 0xdf, 0x2d, 0x6d, 0x9e, 0xa6, 0x8b, 0xc5, 0xbb, 0x77, 0xc6, 0xa7, 0xdb,
0x12, 0x5f, 0x70, 0xc0, 0x7a, 0xd6, 0x83, 0xc7, 0x90, 0xda, 0xc6, 0x26, 0xbb, 0x20, 0x1b, 0x97,
0xef, 0x6b, 0x13, 0x6e, 0xca, 0x0c, 0xfe, 0x5c, 0xc8, 0xea, 0x43, 0x2a, 0x0b, 0x7a, 0x83, 0x86,
0x7e, 0x1f, 0xd2, 0xd5, 0x1e, 0x96, 0xd8, 0x69, 0xc5, 0xa5, 0x09, 0xc6, 0x22, 0x3e, 0xef, 0x77,
0xc2, 0x56, 0x95, 0x8b, 0xfc, 0x79, 0x36, 0x4c, 0xf9, 0xa9, 0x7d, 0x1b, 0xf7, 0xac, 0xfc, 0xd4,
0xb9, 0x8c, 0x7b, 0x86, 0x9e, 0xd0, 0x25, 0xc6, 0x77, 0xe1, 0x3a, 0xce, 0xd1, 0x6b, 0xd3, 0xdd,
0xb8, 0x1a, 0xfc, 0xe5, 0x10, 0x7f, 0xe7, 0x50, 0xae, 0xcc, 0x6e, 0x46, 0xd9, 0x2d, 0x2e, 0xfa,
0x4b, 0x0e, 0xe6, 0x59, 0xba, 0x79, 0xef, 0x63, 0xaf, 0x4f, 0x37, 0x46, 0x44, 0x18, 0xf6, 0xc2,
0xc2, 0xf0, 0xa5, 0xf5, 0x77, 0x7d, 0xa3, 0x8f, 0x89, 0x46, 0xf9, 0x69, 0xe0, 0x4e, 0xf7, 0x19,
0x1a, 0xd2, 0x32, 0x77, 0x62, 0x49, 0x44, 0xef, 0x13, 0x4b, 0x53, 0x1c, 0xe2, 0xf3, 0x57, 0x5e,
0xbc, 0x2c, 0xe6, 0x21, 0x4b, 0xf0, 0x29, 0xb2, 0xe6, 0x2f, 0x8d, 0x14, 0x59, 0xb3, 0x4a, 0xa3,
0x3f, 0xe4, 0x20, 0x67, 0xad, 0xad, 0xec, 0xcc, 0x37, 0x7a, 0xad, 0x1a, 0xbd, 0x5a, 0x8a, 0x2c,
0xcf, 0x04, 0x59, 0xe3, 0xaf, 0xbf, 0x78, 0x59, 0x9c, 0x83, 0x9c, 0x8d, 0xc3, 0x8d, 0xd5, 0x1c,
0x6f, 0x01, 0x51, 0x15, 0xb9, 0x43, 0x3e, 0x82, 0xe7, 0x1c, 0xcc, 0xb1, 0xc5, 0xd3, 0xbd, 0x42,
0xbb, 0x12, 0x6d, 0x9d, 0xa9, 0xbf, 0x01, 0x86, 0x92, 0x27, 0x18, 0x04, 0xc3, 0x1f, 0x71, 0xb0,
0x50, 0xc3, 0x52, 0xc7, 0x54, 0x8e, 0x7d, 0x38, 0x26, 0xcf, 0xc9, 0x24, 0x0c, 0xef, 0x8c, 0xc3,
0x70, 0xb6, 0xb4, 0xec, 0x62, 0x28, 0xb7, 0x65, 0x67, 0x74, 0x1b, 0x8f, 0xf8, 0x99, 0xe2, 0xd1,
0x7d, 0x78, 0x74, 0x87, 0xe7, 0x4f, 0x01, 0x65, 0xdc, 0x27, 0x74, 0x75, 0x1c, 0x84, 0xec, 0xba,
0x37, 0x47, 0x3f, 0xe6, 0x60, 0xc1, 0x2a, 0xaa, 0x7c, 0xd7, 0xab, 0x53, 0x67, 0xaa, 0x95, 0x25,
0x53, 0xdf, 0x2b, 0xd3, 0x0a, 0x26, 0x14, 0xd8, 0x85, 0xd2, 0xaa, 0x03, 0x4c, 0xa3, 0xd5, 0x0b,
0x49, 0x5e, 0x76, 0xe6, 0x4b, 0xc2, 0xf3, 0x73, 0x67, 0xa7, 0x21, 0xc8, 0x5a, 0xf4, 0x4e, 0x23,
0x78, 0x01, 0x12, 0xb9, 0xd3, 0x18, 0xb9, 0x28, 0xe4, 0xd7, 0xc7, 0x7c, 0xde, 0x64, 0xb7, 0x41,
0x11, 0x7a, 0x56, 0x97, 0x9f, 0x72, 0xb0, 0xb4, 0x8d, 0xcd, 0x90, 0xbb, 0x83, 0x71, 0x14, 0x1c,
0xb5, 0x50, 0x86, 0x1f, 0xd0, 0xf3, 0xb7, 0xc6, 0x17, 0xf7, 0x64, 0x13, 0x48, 0xdb, 0x14, 0x6c,
0x94, 0xe9, 0xcb, 0x50, 0xf4, 0x37, 0x1c, 0x14, 0xd9, 0xb4, 0x84, 0xa0, 0xba, 0x7d, 0xaa, 0xd1,
0x4b, 0xa7, 0x53, 0xa7, 0xab, 0xf3, 0xb8, 0x9a, 0x79, 0xb1, 0x14, 0x44, 0x4a, 0xe2, 0xf7, 0x2b,
0x0e, 0x2e, 0x85, 0xc6, 0xcf, 0x73, 0xb6, 0x6c, 0xa0, 0xb7, 0xa7, 0x3b, 0x11, 0xf7, 0x4f, 0xfa,
0x3b, 0xa7, 0xeb, 0x64, 0x4d, 0x7e, 0x6d, 0x7c, 0xac, 0x6f, 0xf0, 0x57, 0x02, 0x1e, 0x90, 0x74,
0xd0, 0x6c, 0x94, 0xde, 0xb4, 0xf8, 0x07, 0x0e, 0x78, 0x52, 0xbf, 0xba, 0xc3, 0xb4, 0xd4, 0x90,
0xd9, 0xb8, 0x3e, 0x1d, 0x44, 0xa1, 0x56, 0x9a, 0x5a, 0x93, 0xff, 0x4a, 0xc4, 0x1c, 0x5c, 0xe2,
0xcf, 0x45, 0x79, 0x40, 0x90, 0xff, 0x92, 0x83, 0x6b, 0x0e, 0x0d, 0xd9, 0x66, 0xef, 0xeb, 0x6a,
0xff, 0x8d, 0xe0, 0x47, 0xad, 0xf4, 0xe3, 0xc0, 0xde, 0xe5, 0x6f, 0x45, 0x86, 0xfb, 0xa9, 0xef,
0x4e, 0x88, 0x2c, 0x31, 0x5b, 0xbf, 0xe4, 0x7e, 0x56, 0xf9, 0x09, 0x87, 0x2a, 0x90, 0xa3, 0x58,
0xd6, 0x0c, 0x76, 0x1e, 0xc5, 0xdf, 0x44, 0x37, 0x8e, 0x4c, 0x53, 0x33, 0xee, 0x95, 0xcb, 0x5d,
0xc5, 0x3c, 0x1a, 0x3e, 0xde, 0xe8, 0xa8, 0xfd, 0x32, 0x01, 0x5f, 0xb6, 0xc0, 0x97, 0xb5, 0x0f,
0xba, 0x65, 0xda, 0x69, 0x33, 0x7e, 0x67, 0xe3, 0xee, 0x3a, 0x17, 0xdb, 0x2c, 0x48, 0x9a, 0xd6,
0x53, 0x3a, 0xf4, 0xa6, 0xba, 0xfc, 0x7b, 0x86, 0x3a, 0xf0, 0xb7, 0x74, 0x75, 0xad, 0x73, 0x6f,
0x44, 0xe7, 0xde, 0x88, 0xce, 0xef, 0xbe, 0x15, 0x35, 0x24, 0xd1, 0x60, 0xe3, 0x3e, 0x9e, 0xa1,
0xb1, 0x79, 0xfb, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0xd2, 0xbb, 0xe7, 0xda, 0x85, 0x3f, 0x00,
0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
var _ context.Context
var _ grpc.ClientConn
// This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against.
const _ = grpc.SupportPackageIsVersion4
// AdminServiceClient is the client API for AdminService service.
//
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
type AdminServiceClient interface {
// Healthz returns status OK as soon as the service started
Healthz(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*empty.Empty, error)
// Ready returns status OK as soon as all dependent services are available
Ready(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*empty.Empty, error)
Validate(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*_struct.Struct, error)
//ORG
IsOrgUnique(ctx context.Context, in *UniqueOrgRequest, opts ...grpc.CallOption) (*UniqueOrgResponse, error)
GetOrgByID(ctx context.Context, in *OrgID, opts ...grpc.CallOption) (*Org, error)
SearchOrgs(ctx context.Context, in *OrgSearchRequest, opts ...grpc.CallOption) (*OrgSearchResponse, error)
SetUpOrg(ctx context.Context, in *OrgSetUpRequest, opts ...grpc.CallOption) (*OrgSetUpResponse, error)
//ORG_IAM_POLICY
GetOrgIamPolicy(ctx context.Context, in *OrgIamPolicyID, opts ...grpc.CallOption) (*OrgIamPolicy, error)
CreateOrgIamPolicy(ctx context.Context, in *OrgIamPolicyRequest, opts ...grpc.CallOption) (*OrgIamPolicy, error)
UpdateOrgIamPolicy(ctx context.Context, in *OrgIamPolicyRequest, opts ...grpc.CallOption) (*OrgIamPolicy, error)
DeleteOrgIamPolicy(ctx context.Context, in *OrgIamPolicyID, opts ...grpc.CallOption) (*empty.Empty, error)
GetIamMemberRoles(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*IamMemberRoles, error)
AddIamMember(ctx context.Context, in *AddIamMemberRequest, opts ...grpc.CallOption) (*IamMember, error)
ChangeIamMember(ctx context.Context, in *ChangeIamMemberRequest, opts ...grpc.CallOption) (*IamMember, error)
RemoveIamMember(ctx context.Context, in *RemoveIamMemberRequest, opts ...grpc.CallOption) (*empty.Empty, error)
SearchIamMembers(ctx context.Context, in *IamMemberSearchRequest, opts ...grpc.CallOption) (*IamMemberSearchResponse, error)
GetViews(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*Views, error)
ClearView(ctx context.Context, in *ViewID, opts ...grpc.CallOption) (*empty.Empty, error)
GetFailedEvents(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*FailedEvents, error)
RemoveFailedEvent(ctx context.Context, in *FailedEventID, opts ...grpc.CallOption) (*empty.Empty, error)
IdpByID(ctx context.Context, in *IdpID, opts ...grpc.CallOption) (*IdpView, error)
CreateOidcIdp(ctx context.Context, in *OidcIdpConfigCreate, opts ...grpc.CallOption) (*Idp, error)
UpdateIdpConfig(ctx context.Context, in *IdpUpdate, opts ...grpc.CallOption) (*Idp, error)
DeactivateIdpConfig(ctx context.Context, in *IdpID, opts ...grpc.CallOption) (*Idp, error)
ReactivateIdpConfig(ctx context.Context, in *IdpID, opts ...grpc.CallOption) (*Idp, error)
RemoveIdpConfig(ctx context.Context, in *IdpID, opts ...grpc.CallOption) (*empty.Empty, error)
UpdateOidcIdpConfig(ctx context.Context, in *OidcIdpConfigUpdate, opts ...grpc.CallOption) (*OidcIdpConfig, error)
SearchIdps(ctx context.Context, in *IdpSearchRequest, opts ...grpc.CallOption) (*IdpSearchResponse, error)
GetDefaultLoginPolicy(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*DefaultLoginPolicyView, error)
UpdateDefaultLoginPolicy(ctx context.Context, in *DefaultLoginPolicy, opts ...grpc.CallOption) (*DefaultLoginPolicy, error)
GetDefaultLoginPolicyIdpProviders(ctx context.Context, in *IdpProviderSearchRequest, opts ...grpc.CallOption) (*IdpProviderSearchResponse, error)
AddIdpProviderToDefaultLoginPolicy(ctx context.Context, in *IdpProviderID, opts ...grpc.CallOption) (*IdpProviderID, error)
RemoveIdpProviderFromDefaultLoginPolicy(ctx context.Context, in *IdpProviderID, opts ...grpc.CallOption) (*empty.Empty, error)
}
type adminServiceClient struct {
cc *grpc.ClientConn
}
func NewAdminServiceClient(cc *grpc.ClientConn) AdminServiceClient {
return &adminServiceClient{cc}
}
func (c *adminServiceClient) Healthz(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*empty.Empty, error) {
out := new(empty.Empty)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/Healthz", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) Ready(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*empty.Empty, error) {
out := new(empty.Empty)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/Ready", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) Validate(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*_struct.Struct, error) {
out := new(_struct.Struct)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/Validate", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) IsOrgUnique(ctx context.Context, in *UniqueOrgRequest, opts ...grpc.CallOption) (*UniqueOrgResponse, error) {
out := new(UniqueOrgResponse)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/IsOrgUnique", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) GetOrgByID(ctx context.Context, in *OrgID, opts ...grpc.CallOption) (*Org, error) {
out := new(Org)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/GetOrgByID", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) SearchOrgs(ctx context.Context, in *OrgSearchRequest, opts ...grpc.CallOption) (*OrgSearchResponse, error) {
out := new(OrgSearchResponse)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/SearchOrgs", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) SetUpOrg(ctx context.Context, in *OrgSetUpRequest, opts ...grpc.CallOption) (*OrgSetUpResponse, error) {
out := new(OrgSetUpResponse)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/SetUpOrg", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) GetOrgIamPolicy(ctx context.Context, in *OrgIamPolicyID, opts ...grpc.CallOption) (*OrgIamPolicy, error) {
out := new(OrgIamPolicy)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/GetOrgIamPolicy", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) CreateOrgIamPolicy(ctx context.Context, in *OrgIamPolicyRequest, opts ...grpc.CallOption) (*OrgIamPolicy, error) {
out := new(OrgIamPolicy)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/CreateOrgIamPolicy", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) UpdateOrgIamPolicy(ctx context.Context, in *OrgIamPolicyRequest, opts ...grpc.CallOption) (*OrgIamPolicy, error) {
out := new(OrgIamPolicy)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/UpdateOrgIamPolicy", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) DeleteOrgIamPolicy(ctx context.Context, in *OrgIamPolicyID, opts ...grpc.CallOption) (*empty.Empty, error) {
out := new(empty.Empty)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/DeleteOrgIamPolicy", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) GetIamMemberRoles(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*IamMemberRoles, error) {
out := new(IamMemberRoles)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/GetIamMemberRoles", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) AddIamMember(ctx context.Context, in *AddIamMemberRequest, opts ...grpc.CallOption) (*IamMember, error) {
out := new(IamMember)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/AddIamMember", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) ChangeIamMember(ctx context.Context, in *ChangeIamMemberRequest, opts ...grpc.CallOption) (*IamMember, error) {
out := new(IamMember)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/ChangeIamMember", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) RemoveIamMember(ctx context.Context, in *RemoveIamMemberRequest, opts ...grpc.CallOption) (*empty.Empty, error) {
out := new(empty.Empty)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/RemoveIamMember", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) SearchIamMembers(ctx context.Context, in *IamMemberSearchRequest, opts ...grpc.CallOption) (*IamMemberSearchResponse, error) {
out := new(IamMemberSearchResponse)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/SearchIamMembers", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) GetViews(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*Views, error) {
out := new(Views)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/GetViews", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) ClearView(ctx context.Context, in *ViewID, opts ...grpc.CallOption) (*empty.Empty, error) {
out := new(empty.Empty)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/ClearView", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) GetFailedEvents(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*FailedEvents, error) {
out := new(FailedEvents)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/GetFailedEvents", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) RemoveFailedEvent(ctx context.Context, in *FailedEventID, opts ...grpc.CallOption) (*empty.Empty, error) {
out := new(empty.Empty)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/RemoveFailedEvent", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) IdpByID(ctx context.Context, in *IdpID, opts ...grpc.CallOption) (*IdpView, error) {
out := new(IdpView)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/IdpByID", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) CreateOidcIdp(ctx context.Context, in *OidcIdpConfigCreate, opts ...grpc.CallOption) (*Idp, error) {
out := new(Idp)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/CreateOidcIdp", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) UpdateIdpConfig(ctx context.Context, in *IdpUpdate, opts ...grpc.CallOption) (*Idp, error) {
out := new(Idp)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/UpdateIdpConfig", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) DeactivateIdpConfig(ctx context.Context, in *IdpID, opts ...grpc.CallOption) (*Idp, error) {
out := new(Idp)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/DeactivateIdpConfig", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) ReactivateIdpConfig(ctx context.Context, in *IdpID, opts ...grpc.CallOption) (*Idp, error) {
out := new(Idp)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/ReactivateIdpConfig", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) RemoveIdpConfig(ctx context.Context, in *IdpID, opts ...grpc.CallOption) (*empty.Empty, error) {
out := new(empty.Empty)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/RemoveIdpConfig", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) UpdateOidcIdpConfig(ctx context.Context, in *OidcIdpConfigUpdate, opts ...grpc.CallOption) (*OidcIdpConfig, error) {
out := new(OidcIdpConfig)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/UpdateOidcIdpConfig", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) SearchIdps(ctx context.Context, in *IdpSearchRequest, opts ...grpc.CallOption) (*IdpSearchResponse, error) {
out := new(IdpSearchResponse)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/SearchIdps", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) GetDefaultLoginPolicy(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*DefaultLoginPolicyView, error) {
out := new(DefaultLoginPolicyView)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/GetDefaultLoginPolicy", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) UpdateDefaultLoginPolicy(ctx context.Context, in *DefaultLoginPolicy, opts ...grpc.CallOption) (*DefaultLoginPolicy, error) {
out := new(DefaultLoginPolicy)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/UpdateDefaultLoginPolicy", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) GetDefaultLoginPolicyIdpProviders(ctx context.Context, in *IdpProviderSearchRequest, opts ...grpc.CallOption) (*IdpProviderSearchResponse, error) {
out := new(IdpProviderSearchResponse)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/GetDefaultLoginPolicyIdpProviders", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) AddIdpProviderToDefaultLoginPolicy(ctx context.Context, in *IdpProviderID, opts ...grpc.CallOption) (*IdpProviderID, error) {
out := new(IdpProviderID)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/AddIdpProviderToDefaultLoginPolicy", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminServiceClient) RemoveIdpProviderFromDefaultLoginPolicy(ctx context.Context, in *IdpProviderID, opts ...grpc.CallOption) (*empty.Empty, error) {
out := new(empty.Empty)
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/RemoveIdpProviderFromDefaultLoginPolicy", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
// AdminServiceServer is the server API for AdminService service.
type AdminServiceServer interface {
// Healthz returns status OK as soon as the service started
Healthz(context.Context, *empty.Empty) (*empty.Empty, error)
// Ready returns status OK as soon as all dependent services are available
Ready(context.Context, *empty.Empty) (*empty.Empty, error)
Validate(context.Context, *empty.Empty) (*_struct.Struct, error)
//ORG
IsOrgUnique(context.Context, *UniqueOrgRequest) (*UniqueOrgResponse, error)
GetOrgByID(context.Context, *OrgID) (*Org, error)
SearchOrgs(context.Context, *OrgSearchRequest) (*OrgSearchResponse, error)
SetUpOrg(context.Context, *OrgSetUpRequest) (*OrgSetUpResponse, error)
//ORG_IAM_POLICY
GetOrgIamPolicy(context.Context, *OrgIamPolicyID) (*OrgIamPolicy, error)
CreateOrgIamPolicy(context.Context, *OrgIamPolicyRequest) (*OrgIamPolicy, error)
UpdateOrgIamPolicy(context.Context, *OrgIamPolicyRequest) (*OrgIamPolicy, error)
DeleteOrgIamPolicy(context.Context, *OrgIamPolicyID) (*empty.Empty, error)
GetIamMemberRoles(context.Context, *empty.Empty) (*IamMemberRoles, error)
AddIamMember(context.Context, *AddIamMemberRequest) (*IamMember, error)
ChangeIamMember(context.Context, *ChangeIamMemberRequest) (*IamMember, error)
RemoveIamMember(context.Context, *RemoveIamMemberRequest) (*empty.Empty, error)
SearchIamMembers(context.Context, *IamMemberSearchRequest) (*IamMemberSearchResponse, error)
GetViews(context.Context, *empty.Empty) (*Views, error)
ClearView(context.Context, *ViewID) (*empty.Empty, error)
GetFailedEvents(context.Context, *empty.Empty) (*FailedEvents, error)
RemoveFailedEvent(context.Context, *FailedEventID) (*empty.Empty, error)
IdpByID(context.Context, *IdpID) (*IdpView, error)
CreateOidcIdp(context.Context, *OidcIdpConfigCreate) (*Idp, error)
UpdateIdpConfig(context.Context, *IdpUpdate) (*Idp, error)
DeactivateIdpConfig(context.Context, *IdpID) (*Idp, error)
ReactivateIdpConfig(context.Context, *IdpID) (*Idp, error)
RemoveIdpConfig(context.Context, *IdpID) (*empty.Empty, error)
UpdateOidcIdpConfig(context.Context, *OidcIdpConfigUpdate) (*OidcIdpConfig, error)
SearchIdps(context.Context, *IdpSearchRequest) (*IdpSearchResponse, error)
GetDefaultLoginPolicy(context.Context, *empty.Empty) (*DefaultLoginPolicyView, error)
UpdateDefaultLoginPolicy(context.Context, *DefaultLoginPolicy) (*DefaultLoginPolicy, error)
GetDefaultLoginPolicyIdpProviders(context.Context, *IdpProviderSearchRequest) (*IdpProviderSearchResponse, error)
AddIdpProviderToDefaultLoginPolicy(context.Context, *IdpProviderID) (*IdpProviderID, error)
RemoveIdpProviderFromDefaultLoginPolicy(context.Context, *IdpProviderID) (*empty.Empty, error)
}
// UnimplementedAdminServiceServer can be embedded to have forward compatible implementations.
type UnimplementedAdminServiceServer struct {
}
func (*UnimplementedAdminServiceServer) Healthz(ctx context.Context, req *empty.Empty) (*empty.Empty, error) {
return nil, status.Errorf(codes.Unimplemented, "method Healthz not implemented")
}
func (*UnimplementedAdminServiceServer) Ready(ctx context.Context, req *empty.Empty) (*empty.Empty, error) {
return nil, status.Errorf(codes.Unimplemented, "method Ready not implemented")
}
func (*UnimplementedAdminServiceServer) Validate(ctx context.Context, req *empty.Empty) (*_struct.Struct, error) {
return nil, status.Errorf(codes.Unimplemented, "method Validate not implemented")
}
func (*UnimplementedAdminServiceServer) IsOrgUnique(ctx context.Context, req *UniqueOrgRequest) (*UniqueOrgResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method IsOrgUnique not implemented")
}
func (*UnimplementedAdminServiceServer) GetOrgByID(ctx context.Context, req *OrgID) (*Org, error) {
return nil, status.Errorf(codes.Unimplemented, "method GetOrgByID not implemented")
}
func (*UnimplementedAdminServiceServer) SearchOrgs(ctx context.Context, req *OrgSearchRequest) (*OrgSearchResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method SearchOrgs not implemented")
}
func (*UnimplementedAdminServiceServer) SetUpOrg(ctx context.Context, req *OrgSetUpRequest) (*OrgSetUpResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method SetUpOrg not implemented")
}
func (*UnimplementedAdminServiceServer) GetOrgIamPolicy(ctx context.Context, req *OrgIamPolicyID) (*OrgIamPolicy, error) {
return nil, status.Errorf(codes.Unimplemented, "method GetOrgIamPolicy not implemented")
}
func (*UnimplementedAdminServiceServer) CreateOrgIamPolicy(ctx context.Context, req *OrgIamPolicyRequest) (*OrgIamPolicy, error) {
return nil, status.Errorf(codes.Unimplemented, "method CreateOrgIamPolicy not implemented")
}
func (*UnimplementedAdminServiceServer) UpdateOrgIamPolicy(ctx context.Context, req *OrgIamPolicyRequest) (*OrgIamPolicy, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateOrgIamPolicy not implemented")
}
func (*UnimplementedAdminServiceServer) DeleteOrgIamPolicy(ctx context.Context, req *OrgIamPolicyID) (*empty.Empty, error) {
return nil, status.Errorf(codes.Unimplemented, "method DeleteOrgIamPolicy not implemented")
}
func (*UnimplementedAdminServiceServer) GetIamMemberRoles(ctx context.Context, req *empty.Empty) (*IamMemberRoles, error) {
return nil, status.Errorf(codes.Unimplemented, "method GetIamMemberRoles not implemented")
}
func (*UnimplementedAdminServiceServer) AddIamMember(ctx context.Context, req *AddIamMemberRequest) (*IamMember, error) {
return nil, status.Errorf(codes.Unimplemented, "method AddIamMember not implemented")
}
func (*UnimplementedAdminServiceServer) ChangeIamMember(ctx context.Context, req *ChangeIamMemberRequest) (*IamMember, error) {
return nil, status.Errorf(codes.Unimplemented, "method ChangeIamMember not implemented")
}
func (*UnimplementedAdminServiceServer) RemoveIamMember(ctx context.Context, req *RemoveIamMemberRequest) (*empty.Empty, error) {
return nil, status.Errorf(codes.Unimplemented, "method RemoveIamMember not implemented")
}
func (*UnimplementedAdminServiceServer) SearchIamMembers(ctx context.Context, req *IamMemberSearchRequest) (*IamMemberSearchResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method SearchIamMembers not implemented")
}
func (*UnimplementedAdminServiceServer) GetViews(ctx context.Context, req *empty.Empty) (*Views, error) {
return nil, status.Errorf(codes.Unimplemented, "method GetViews not implemented")
}
func (*UnimplementedAdminServiceServer) ClearView(ctx context.Context, req *ViewID) (*empty.Empty, error) {
return nil, status.Errorf(codes.Unimplemented, "method ClearView not implemented")
}
func (*UnimplementedAdminServiceServer) GetFailedEvents(ctx context.Context, req *empty.Empty) (*FailedEvents, error) {
return nil, status.Errorf(codes.Unimplemented, "method GetFailedEvents not implemented")
}
func (*UnimplementedAdminServiceServer) RemoveFailedEvent(ctx context.Context, req *FailedEventID) (*empty.Empty, error) {
return nil, status.Errorf(codes.Unimplemented, "method RemoveFailedEvent not implemented")
}
func (*UnimplementedAdminServiceServer) IdpByID(ctx context.Context, req *IdpID) (*IdpView, error) {
return nil, status.Errorf(codes.Unimplemented, "method IdpByID not implemented")
}
func (*UnimplementedAdminServiceServer) CreateOidcIdp(ctx context.Context, req *OidcIdpConfigCreate) (*Idp, error) {
return nil, status.Errorf(codes.Unimplemented, "method CreateOidcIdp not implemented")
}
func (*UnimplementedAdminServiceServer) UpdateIdpConfig(ctx context.Context, req *IdpUpdate) (*Idp, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateIdpConfig not implemented")
}
func (*UnimplementedAdminServiceServer) DeactivateIdpConfig(ctx context.Context, req *IdpID) (*Idp, error) {
return nil, status.Errorf(codes.Unimplemented, "method DeactivateIdpConfig not implemented")
}
func (*UnimplementedAdminServiceServer) ReactivateIdpConfig(ctx context.Context, req *IdpID) (*Idp, error) {
return nil, status.Errorf(codes.Unimplemented, "method ReactivateIdpConfig not implemented")
}
func (*UnimplementedAdminServiceServer) RemoveIdpConfig(ctx context.Context, req *IdpID) (*empty.Empty, error) {
return nil, status.Errorf(codes.Unimplemented, "method RemoveIdpConfig not implemented")
}
func (*UnimplementedAdminServiceServer) UpdateOidcIdpConfig(ctx context.Context, req *OidcIdpConfigUpdate) (*OidcIdpConfig, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateOidcIdpConfig not implemented")
}
func (*UnimplementedAdminServiceServer) SearchIdps(ctx context.Context, req *IdpSearchRequest) (*IdpSearchResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method SearchIdps not implemented")
}
func (*UnimplementedAdminServiceServer) GetDefaultLoginPolicy(ctx context.Context, req *empty.Empty) (*DefaultLoginPolicyView, error) {
return nil, status.Errorf(codes.Unimplemented, "method GetDefaultLoginPolicy not implemented")
}
func (*UnimplementedAdminServiceServer) UpdateDefaultLoginPolicy(ctx context.Context, req *DefaultLoginPolicy) (*DefaultLoginPolicy, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateDefaultLoginPolicy not implemented")
}
func (*UnimplementedAdminServiceServer) GetDefaultLoginPolicyIdpProviders(ctx context.Context, req *IdpProviderSearchRequest) (*IdpProviderSearchResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method GetDefaultLoginPolicyIdpProviders not implemented")
}
func (*UnimplementedAdminServiceServer) AddIdpProviderToDefaultLoginPolicy(ctx context.Context, req *IdpProviderID) (*IdpProviderID, error) {
return nil, status.Errorf(codes.Unimplemented, "method AddIdpProviderToDefaultLoginPolicy not implemented")
}
func (*UnimplementedAdminServiceServer) RemoveIdpProviderFromDefaultLoginPolicy(ctx context.Context, req *IdpProviderID) (*empty.Empty, error) {
return nil, status.Errorf(codes.Unimplemented, "method RemoveIdpProviderFromDefaultLoginPolicy not implemented")
}
func RegisterAdminServiceServer(s *grpc.Server, srv AdminServiceServer) {
s.RegisterService(&_AdminService_serviceDesc, srv)
}
func _AdminService_Healthz_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(empty.Empty)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).Healthz(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/Healthz",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).Healthz(ctx, req.(*empty.Empty))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_Ready_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(empty.Empty)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).Ready(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/Ready",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).Ready(ctx, req.(*empty.Empty))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_Validate_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(empty.Empty)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).Validate(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/Validate",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).Validate(ctx, req.(*empty.Empty))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_IsOrgUnique_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(UniqueOrgRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).IsOrgUnique(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/IsOrgUnique",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).IsOrgUnique(ctx, req.(*UniqueOrgRequest))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_GetOrgByID_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(OrgID)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).GetOrgByID(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/GetOrgByID",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).GetOrgByID(ctx, req.(*OrgID))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_SearchOrgs_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(OrgSearchRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).SearchOrgs(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/SearchOrgs",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).SearchOrgs(ctx, req.(*OrgSearchRequest))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_SetUpOrg_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(OrgSetUpRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).SetUpOrg(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/SetUpOrg",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).SetUpOrg(ctx, req.(*OrgSetUpRequest))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_GetOrgIamPolicy_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(OrgIamPolicyID)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).GetOrgIamPolicy(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/GetOrgIamPolicy",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).GetOrgIamPolicy(ctx, req.(*OrgIamPolicyID))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_CreateOrgIamPolicy_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(OrgIamPolicyRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).CreateOrgIamPolicy(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/CreateOrgIamPolicy",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).CreateOrgIamPolicy(ctx, req.(*OrgIamPolicyRequest))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_UpdateOrgIamPolicy_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(OrgIamPolicyRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).UpdateOrgIamPolicy(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/UpdateOrgIamPolicy",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).UpdateOrgIamPolicy(ctx, req.(*OrgIamPolicyRequest))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_DeleteOrgIamPolicy_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(OrgIamPolicyID)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).DeleteOrgIamPolicy(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/DeleteOrgIamPolicy",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).DeleteOrgIamPolicy(ctx, req.(*OrgIamPolicyID))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_GetIamMemberRoles_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(empty.Empty)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).GetIamMemberRoles(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/GetIamMemberRoles",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).GetIamMemberRoles(ctx, req.(*empty.Empty))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_AddIamMember_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(AddIamMemberRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).AddIamMember(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/AddIamMember",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).AddIamMember(ctx, req.(*AddIamMemberRequest))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_ChangeIamMember_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(ChangeIamMemberRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).ChangeIamMember(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/ChangeIamMember",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).ChangeIamMember(ctx, req.(*ChangeIamMemberRequest))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_RemoveIamMember_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(RemoveIamMemberRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).RemoveIamMember(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/RemoveIamMember",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).RemoveIamMember(ctx, req.(*RemoveIamMemberRequest))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_SearchIamMembers_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(IamMemberSearchRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).SearchIamMembers(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/SearchIamMembers",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).SearchIamMembers(ctx, req.(*IamMemberSearchRequest))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_GetViews_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(empty.Empty)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).GetViews(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/GetViews",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).GetViews(ctx, req.(*empty.Empty))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_ClearView_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(ViewID)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).ClearView(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/ClearView",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).ClearView(ctx, req.(*ViewID))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_GetFailedEvents_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(empty.Empty)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).GetFailedEvents(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/GetFailedEvents",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).GetFailedEvents(ctx, req.(*empty.Empty))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_RemoveFailedEvent_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(FailedEventID)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).RemoveFailedEvent(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/RemoveFailedEvent",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).RemoveFailedEvent(ctx, req.(*FailedEventID))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_IdpByID_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(IdpID)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).IdpByID(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/IdpByID",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).IdpByID(ctx, req.(*IdpID))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_CreateOidcIdp_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(OidcIdpConfigCreate)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).CreateOidcIdp(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/CreateOidcIdp",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).CreateOidcIdp(ctx, req.(*OidcIdpConfigCreate))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_UpdateIdpConfig_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(IdpUpdate)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).UpdateIdpConfig(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/UpdateIdpConfig",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).UpdateIdpConfig(ctx, req.(*IdpUpdate))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_DeactivateIdpConfig_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(IdpID)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).DeactivateIdpConfig(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/DeactivateIdpConfig",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).DeactivateIdpConfig(ctx, req.(*IdpID))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_ReactivateIdpConfig_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(IdpID)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).ReactivateIdpConfig(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/ReactivateIdpConfig",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).ReactivateIdpConfig(ctx, req.(*IdpID))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_RemoveIdpConfig_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(IdpID)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).RemoveIdpConfig(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/RemoveIdpConfig",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).RemoveIdpConfig(ctx, req.(*IdpID))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_UpdateOidcIdpConfig_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(OidcIdpConfigUpdate)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).UpdateOidcIdpConfig(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/UpdateOidcIdpConfig",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).UpdateOidcIdpConfig(ctx, req.(*OidcIdpConfigUpdate))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_SearchIdps_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(IdpSearchRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).SearchIdps(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/SearchIdps",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).SearchIdps(ctx, req.(*IdpSearchRequest))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_GetDefaultLoginPolicy_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(empty.Empty)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).GetDefaultLoginPolicy(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/GetDefaultLoginPolicy",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).GetDefaultLoginPolicy(ctx, req.(*empty.Empty))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_UpdateDefaultLoginPolicy_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(DefaultLoginPolicy)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).UpdateDefaultLoginPolicy(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/UpdateDefaultLoginPolicy",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).UpdateDefaultLoginPolicy(ctx, req.(*DefaultLoginPolicy))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_GetDefaultLoginPolicyIdpProviders_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(IdpProviderSearchRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).GetDefaultLoginPolicyIdpProviders(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/GetDefaultLoginPolicyIdpProviders",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).GetDefaultLoginPolicyIdpProviders(ctx, req.(*IdpProviderSearchRequest))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_AddIdpProviderToDefaultLoginPolicy_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(IdpProviderID)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).AddIdpProviderToDefaultLoginPolicy(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/AddIdpProviderToDefaultLoginPolicy",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).AddIdpProviderToDefaultLoginPolicy(ctx, req.(*IdpProviderID))
}
return interceptor(ctx, in, info, handler)
}
func _AdminService_RemoveIdpProviderFromDefaultLoginPolicy_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(IdpProviderID)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminServiceServer).RemoveIdpProviderFromDefaultLoginPolicy(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/RemoveIdpProviderFromDefaultLoginPolicy",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminServiceServer).RemoveIdpProviderFromDefaultLoginPolicy(ctx, req.(*IdpProviderID))
}
return interceptor(ctx, in, info, handler)
}
var _AdminService_serviceDesc = grpc.ServiceDesc{
ServiceName: "caos.zitadel.admin.api.v1.AdminService",
HandlerType: (*AdminServiceServer)(nil),
Methods: []grpc.MethodDesc{
{
MethodName: "Healthz",
Handler: _AdminService_Healthz_Handler,
},
{
MethodName: "Ready",
Handler: _AdminService_Ready_Handler,
},
{
MethodName: "Validate",
Handler: _AdminService_Validate_Handler,
},
{
MethodName: "IsOrgUnique",
Handler: _AdminService_IsOrgUnique_Handler,
},
{
MethodName: "GetOrgByID",
Handler: _AdminService_GetOrgByID_Handler,
},
{
MethodName: "SearchOrgs",
Handler: _AdminService_SearchOrgs_Handler,
},
{
MethodName: "SetUpOrg",
Handler: _AdminService_SetUpOrg_Handler,
},
{
MethodName: "GetOrgIamPolicy",
Handler: _AdminService_GetOrgIamPolicy_Handler,
},
{
MethodName: "CreateOrgIamPolicy",
Handler: _AdminService_CreateOrgIamPolicy_Handler,
},
{
MethodName: "UpdateOrgIamPolicy",
Handler: _AdminService_UpdateOrgIamPolicy_Handler,
},
{
MethodName: "DeleteOrgIamPolicy",
Handler: _AdminService_DeleteOrgIamPolicy_Handler,
},
{
MethodName: "GetIamMemberRoles",
Handler: _AdminService_GetIamMemberRoles_Handler,
},
{
MethodName: "AddIamMember",
Handler: _AdminService_AddIamMember_Handler,
},
{
MethodName: "ChangeIamMember",
Handler: _AdminService_ChangeIamMember_Handler,
},
{
MethodName: "RemoveIamMember",
Handler: _AdminService_RemoveIamMember_Handler,
},
{
MethodName: "SearchIamMembers",
Handler: _AdminService_SearchIamMembers_Handler,
},
{
MethodName: "GetViews",
Handler: _AdminService_GetViews_Handler,
},
{
MethodName: "ClearView",
Handler: _AdminService_ClearView_Handler,
},
{
MethodName: "GetFailedEvents",
Handler: _AdminService_GetFailedEvents_Handler,
},
{
MethodName: "RemoveFailedEvent",
Handler: _AdminService_RemoveFailedEvent_Handler,
},
{
MethodName: "IdpByID",
Handler: _AdminService_IdpByID_Handler,
},
{
MethodName: "CreateOidcIdp",
Handler: _AdminService_CreateOidcIdp_Handler,
},
{
MethodName: "UpdateIdpConfig",
Handler: _AdminService_UpdateIdpConfig_Handler,
},
{
MethodName: "DeactivateIdpConfig",
Handler: _AdminService_DeactivateIdpConfig_Handler,
},
{
MethodName: "ReactivateIdpConfig",
Handler: _AdminService_ReactivateIdpConfig_Handler,
},
{
MethodName: "RemoveIdpConfig",
Handler: _AdminService_RemoveIdpConfig_Handler,
},
{
MethodName: "UpdateOidcIdpConfig",
Handler: _AdminService_UpdateOidcIdpConfig_Handler,
},
{
MethodName: "SearchIdps",
Handler: _AdminService_SearchIdps_Handler,
},
{
MethodName: "GetDefaultLoginPolicy",
Handler: _AdminService_GetDefaultLoginPolicy_Handler,
},
{
MethodName: "UpdateDefaultLoginPolicy",
Handler: _AdminService_UpdateDefaultLoginPolicy_Handler,
},
{
MethodName: "GetDefaultLoginPolicyIdpProviders",
Handler: _AdminService_GetDefaultLoginPolicyIdpProviders_Handler,
},
{
MethodName: "AddIdpProviderToDefaultLoginPolicy",
Handler: _AdminService_AddIdpProviderToDefaultLoginPolicy_Handler,
},
{
MethodName: "RemoveIdpProviderFromDefaultLoginPolicy",
Handler: _AdminService_RemoveIdpProviderFromDefaultLoginPolicy_Handler,
},
},
Streams: []grpc.StreamDesc{},
Metadata: "admin.proto",
}