grpc

package
v0.51.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 8, 2020 License: Apache-2.0 Imports: 49 Imported by: 0

Documentation

Overview

Package grpc is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
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",
	}
	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,
	}
)

Enum value maps for UserState.

View Source
var (
	Gender_name = map[int32]string{
		0: "GENDER_UNSPECIFIED",
		1: "GENDER_FEMALE",
		2: "GENDER_MALE",
		3: "GENDER_DIVERSE",
	}
	Gender_value = map[string]int32{
		"GENDER_UNSPECIFIED": 0,
		"GENDER_FEMALE":      1,
		"GENDER_MALE":        2,
		"GENDER_DIVERSE":     3,
	}
)

Enum value maps for Gender.

View Source
var (
	UserSearchKey_name = map[int32]string{
		0: "USERSEARCHKEY_UNSPECIFIED",
		1: "USERSEARCHKEY_USER_NAME",
		2: "USERSEARCHKEY_FIRST_NAME",
		3: "USERSEARCHKEY_LAST_NAME",
		4: "USERSEARCHKEY_NICK_NAME",
		5: "USERSEARCHKEY_DISPLAY_NAME",
		6: "USERSEARCHKEY_EMAIL",
		7: "USERSEARCHKEY_STATE",
	}
	UserSearchKey_value = map[string]int32{
		"USERSEARCHKEY_UNSPECIFIED":  0,
		"USERSEARCHKEY_USER_NAME":    1,
		"USERSEARCHKEY_FIRST_NAME":   2,
		"USERSEARCHKEY_LAST_NAME":    3,
		"USERSEARCHKEY_NICK_NAME":    4,
		"USERSEARCHKEY_DISPLAY_NAME": 5,
		"USERSEARCHKEY_EMAIL":        6,
		"USERSEARCHKEY_STATE":        7,
	}
)

Enum value maps for UserSearchKey.

View Source
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",
	}
	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,
	}
)

Enum value maps for SearchMethod.

View Source
var (
	MfaType_name = map[int32]string{
		0: "MFATYPE_UNSPECIFIED",
		1: "MFATYPE_SMS",
		2: "MFATYPE_OTP",
	}
	MfaType_value = map[string]int32{
		"MFATYPE_UNSPECIFIED": 0,
		"MFATYPE_SMS":         1,
		"MFATYPE_OTP":         2,
	}
)

Enum value maps for MfaType.

View Source
var (
	MFAState_name = map[int32]string{
		0: "MFASTATE_UNSPECIFIED",
		1: "MFASTATE_NOT_READY",
		2: "MFASTATE_READY",
		3: "MFASTATE_REMOVED",
	}
	MFAState_value = map[string]int32{
		"MFASTATE_UNSPECIFIED": 0,
		"MFASTATE_NOT_READY":   1,
		"MFASTATE_READY":       2,
		"MFASTATE_REMOVED":     3,
	}
)

Enum value maps for MFAState.

View Source
var (
	NotificationType_name = map[int32]string{
		0: "NOTIFICATIONTYPE_EMAIL",
		1: "NOTIFICATIONTYPE_SMS",
	}
	NotificationType_value = map[string]int32{
		"NOTIFICATIONTYPE_EMAIL": 0,
		"NOTIFICATIONTYPE_SMS":   1,
	}
)

Enum value maps for NotificationType.

View Source
var (
	PolicyState_name = map[int32]string{
		0: "POLICYSTATE_UNSPECIFIED",
		1: "POLICYSTATE_ACTIVE",
		2: "POLICYSTATE_INACTIVE",
		3: "POLICYSTATE_DELETED",
	}
	PolicyState_value = map[string]int32{
		"POLICYSTATE_UNSPECIFIED": 0,
		"POLICYSTATE_ACTIVE":      1,
		"POLICYSTATE_INACTIVE":    2,
		"POLICYSTATE_DELETED":     3,
	}
)

Enum value maps for PolicyState.

View Source
var (
	OrgState_name = map[int32]string{
		0: "ORGSTATE_UNSPECIFIED",
		1: "ORGSTATE_ACTIVE",
		2: "ORGSTATE_INACTIVE",
	}
	OrgState_value = map[string]int32{
		"ORGSTATE_UNSPECIFIED": 0,
		"ORGSTATE_ACTIVE":      1,
		"ORGSTATE_INACTIVE":    2,
	}
)

Enum value maps for OrgState.

View Source
var (
	OrgDomainSearchKey_name = map[int32]string{
		0: "ORGDOMAINSEARCHKEY_UNSPECIFIED",
		1: "ORGDOMAINSEARCHKEY_DOMAIN",
	}
	OrgDomainSearchKey_value = map[string]int32{
		"ORGDOMAINSEARCHKEY_UNSPECIFIED": 0,
		"ORGDOMAINSEARCHKEY_DOMAIN":      1,
	}
)

Enum value maps for OrgDomainSearchKey.

View Source
var (
	OrgMemberSearchKey_name = map[int32]string{
		0: "ORGMEMBERSEARCHKEY_UNSPECIFIED",
		1: "ORGMEMBERSEARCHKEY_FIRST_NAME",
		2: "ORGMEMBERSEARCHKEY_LAST_NAME",
		3: "ORGMEMBERSEARCHKEY_EMAIL",
		4: "ORGMEMBERSEARCHKEY_USER_ID",
	}
	OrgMemberSearchKey_value = map[string]int32{
		"ORGMEMBERSEARCHKEY_UNSPECIFIED": 0,
		"ORGMEMBERSEARCHKEY_FIRST_NAME":  1,
		"ORGMEMBERSEARCHKEY_LAST_NAME":   2,
		"ORGMEMBERSEARCHKEY_EMAIL":       3,
		"ORGMEMBERSEARCHKEY_USER_ID":     4,
	}
)

Enum value maps for OrgMemberSearchKey.

View Source
var (
	ProjectSearchKey_name = map[int32]string{
		0: "PROJECTSEARCHKEY_UNSPECIFIED",
		1: "PROJECTSEARCHKEY_PROJECT_NAME",
	}
	ProjectSearchKey_value = map[string]int32{
		"PROJECTSEARCHKEY_UNSPECIFIED":  0,
		"PROJECTSEARCHKEY_PROJECT_NAME": 1,
	}
)

Enum value maps for ProjectSearchKey.

View Source
var (
	ProjectState_name = map[int32]string{
		0: "PROJECTSTATE_UNSPECIFIED",
		1: "PROJECTSTATE_ACTIVE",
		2: "PROJECTSTATE_INACTIVE",
	}
	ProjectState_value = map[string]int32{
		"PROJECTSTATE_UNSPECIFIED": 0,
		"PROJECTSTATE_ACTIVE":      1,
		"PROJECTSTATE_INACTIVE":    2,
	}
)

Enum value maps for ProjectState.

View Source
var (
	ProjectType_name = map[int32]string{
		0: "PROJECTTYPE_UNSPECIFIED",
		1: "PROJECTTYPE_OWNED",
		2: "PROJECTTYPE_GRANTED",
	}
	ProjectType_value = map[string]int32{
		"PROJECTTYPE_UNSPECIFIED": 0,
		"PROJECTTYPE_OWNED":       1,
		"PROJECTTYPE_GRANTED":     2,
	}
)

Enum value maps for ProjectType.

View Source
var (
	ProjectRoleSearchKey_name = map[int32]string{
		0: "PROJECTROLESEARCHKEY_UNSPECIFIED",
		1: "PROJECTROLESEARCHKEY_KEY",
		2: "PROJECTROLESEARCHKEY_DISPLAY_NAME",
	}
	ProjectRoleSearchKey_value = map[string]int32{
		"PROJECTROLESEARCHKEY_UNSPECIFIED":  0,
		"PROJECTROLESEARCHKEY_KEY":          1,
		"PROJECTROLESEARCHKEY_DISPLAY_NAME": 2,
	}
)

Enum value maps for ProjectRoleSearchKey.

View Source
var (
	ProjectMemberSearchKey_name = map[int32]string{
		0: "PROJECTMEMBERSEARCHKEY_UNSPECIFIED",
		1: "PROJECTMEMBERSEARCHKEY_FIRST_NAME",
		2: "PROJECTMEMBERSEARCHKEY_LAST_NAME",
		3: "PROJECTMEMBERSEARCHKEY_EMAIL",
		4: "PROJECTMEMBERSEARCHKEY_USER_ID",
		5: "PROJECTMEMBERSEARCHKEY_USER_NAME",
	}
	ProjectMemberSearchKey_value = map[string]int32{
		"PROJECTMEMBERSEARCHKEY_UNSPECIFIED": 0,
		"PROJECTMEMBERSEARCHKEY_FIRST_NAME":  1,
		"PROJECTMEMBERSEARCHKEY_LAST_NAME":   2,
		"PROJECTMEMBERSEARCHKEY_EMAIL":       3,
		"PROJECTMEMBERSEARCHKEY_USER_ID":     4,
		"PROJECTMEMBERSEARCHKEY_USER_NAME":   5,
	}
)

Enum value maps for ProjectMemberSearchKey.

View Source
var (
	AppState_name = map[int32]string{
		0: "APPSTATE_UNSPECIFIED",
		1: "APPSTATE_ACTIVE",
		2: "APPSTATE_INACTIVE",
	}
	AppState_value = map[string]int32{
		"APPSTATE_UNSPECIFIED": 0,
		"APPSTATE_ACTIVE":      1,
		"APPSTATE_INACTIVE":    2,
	}
)

Enum value maps for AppState.

View Source
var (
	OIDCResponseType_name = map[int32]string{
		0: "OIDCRESPONSETYPE_CODE",
		1: "OIDCRESPONSETYPE_ID_TOKEN",
		2: "OIDCRESPONSETYPE_TOKEN",
	}
	OIDCResponseType_value = map[string]int32{
		"OIDCRESPONSETYPE_CODE":     0,
		"OIDCRESPONSETYPE_ID_TOKEN": 1,
		"OIDCRESPONSETYPE_TOKEN":    2,
	}
)

Enum value maps for OIDCResponseType.

View Source
var (
	OIDCGrantType_name = map[int32]string{
		0: "OIDCGRANTTYPE_AUTHORIZATION_CODE",
		1: "OIDCGRANTTYPE_IMPLICIT",
		2: "OIDCGRANTTYPE_REFRESH_TOKEN",
	}
	OIDCGrantType_value = map[string]int32{
		"OIDCGRANTTYPE_AUTHORIZATION_CODE": 0,
		"OIDCGRANTTYPE_IMPLICIT":           1,
		"OIDCGRANTTYPE_REFRESH_TOKEN":      2,
	}
)

Enum value maps for OIDCGrantType.

View Source
var (
	OIDCApplicationType_name = map[int32]string{
		0: "OIDCAPPLICATIONTYPE_WEB",
		1: "OIDCAPPLICATIONTYPE_USER_AGENT",
		2: "OIDCAPPLICATIONTYPE_NATIVE",
	}
	OIDCApplicationType_value = map[string]int32{
		"OIDCAPPLICATIONTYPE_WEB":        0,
		"OIDCAPPLICATIONTYPE_USER_AGENT": 1,
		"OIDCAPPLICATIONTYPE_NATIVE":     2,
	}
)

Enum value maps for OIDCApplicationType.

View Source
var (
	OIDCAuthMethodType_name = map[int32]string{
		0: "OIDCAUTHMETHODTYPE_BASIC",
		1: "OIDCAUTHMETHODTYPE_POST",
		2: "OIDCAUTHMETHODTYPE_NONE",
	}
	OIDCAuthMethodType_value = map[string]int32{
		"OIDCAUTHMETHODTYPE_BASIC": 0,
		"OIDCAUTHMETHODTYPE_POST":  1,
		"OIDCAUTHMETHODTYPE_NONE":  2,
	}
)

Enum value maps for OIDCAuthMethodType.

View Source
var (
	ApplicationSearchKey_name = map[int32]string{
		0: "APPLICATIONSERACHKEY_UNSPECIFIED",
		1: "APPLICATIONSEARCHKEY_APP_NAME",
	}
	ApplicationSearchKey_value = map[string]int32{
		"APPLICATIONSERACHKEY_UNSPECIFIED": 0,
		"APPLICATIONSEARCHKEY_APP_NAME":    1,
	}
)

Enum value maps for ApplicationSearchKey.

View Source
var (
	ProjectGrantState_name = map[int32]string{
		0: "PROJECTGRANTSTATE_UNSPECIFIED",
		1: "PROJECTGRANTSTATE_ACTIVE",
		2: "PROJECTGRANTSTATE_INACTIVE",
	}
	ProjectGrantState_value = map[string]int32{
		"PROJECTGRANTSTATE_UNSPECIFIED": 0,
		"PROJECTGRANTSTATE_ACTIVE":      1,
		"PROJECTGRANTSTATE_INACTIVE":    2,
	}
)

Enum value maps for ProjectGrantState.

View Source
var (
	ProjectGrantSearchKey_name = map[int32]string{
		0: "PROJECTGRANTSEARCHKEY_UNSPECIFIED",
		1: "PROJECTGRANTSEARCHKEY_PROJECT_NAME",
		2: "PROJECTGRANTSEARCHKEY_ROLE_KEY",
	}
	ProjectGrantSearchKey_value = map[string]int32{
		"PROJECTGRANTSEARCHKEY_UNSPECIFIED":  0,
		"PROJECTGRANTSEARCHKEY_PROJECT_NAME": 1,
		"PROJECTGRANTSEARCHKEY_ROLE_KEY":     2,
	}
)

Enum value maps for ProjectGrantSearchKey.

View Source
var (
	ProjectGrantMemberSearchKey_name = map[int32]string{
		0: "PROJECTGRANTMEMBERSEARCHKEY_UNSPECIFIED",
		1: "PROJECTGRANTMEMBERSEARCHKEY_FIRST_NAME",
		2: "PROJECTGRANTMEMBERSEARCHKEY_LAST_NAME",
		3: "PROJECTGRANTMEMBERSEARCHKEY_EMAIL",
		4: "PROJECTGRANTMEMBERSEARCHKEY_USER_ID",
		5: "PROJECTGRANTMEMBERSEARCHKEY_USER_NAME",
	}
	ProjectGrantMemberSearchKey_value = map[string]int32{
		"PROJECTGRANTMEMBERSEARCHKEY_UNSPECIFIED": 0,
		"PROJECTGRANTMEMBERSEARCHKEY_FIRST_NAME":  1,
		"PROJECTGRANTMEMBERSEARCHKEY_LAST_NAME":   2,
		"PROJECTGRANTMEMBERSEARCHKEY_EMAIL":       3,
		"PROJECTGRANTMEMBERSEARCHKEY_USER_ID":     4,
		"PROJECTGRANTMEMBERSEARCHKEY_USER_NAME":   5,
	}
)

Enum value maps for ProjectGrantMemberSearchKey.

View Source
var (
	UserGrantState_name = map[int32]string{
		0: "USERGRANTSTATE_UNSPECIFIED",
		1: "USERGRANTSTATE_ACTIVE",
		2: "USERGRANTSTATE_INACTIVE",
	}
	UserGrantState_value = map[string]int32{
		"USERGRANTSTATE_UNSPECIFIED": 0,
		"USERGRANTSTATE_ACTIVE":      1,
		"USERGRANTSTATE_INACTIVE":    2,
	}
)

Enum value maps for UserGrantState.

View Source
var (
	UserGrantSearchKey_name = map[int32]string{
		0: "USERGRANTSEARCHKEY_UNSPECIFIED",
		1: "USERGRANTSEARCHKEY_PROJECT_ID",
		2: "USERGRANTSEARCHKEY_USER_ID",
		3: "USERGRANTSEARCHKEY_ORG_ID",
		4: "USERGRANTSEARCHKEY_ROLE_KEY",
	}
	UserGrantSearchKey_value = map[string]int32{
		"USERGRANTSEARCHKEY_UNSPECIFIED": 0,
		"USERGRANTSEARCHKEY_PROJECT_ID":  1,
		"USERGRANTSEARCHKEY_USER_ID":     2,
		"USERGRANTSEARCHKEY_ORG_ID":      3,
		"USERGRANTSEARCHKEY_ROLE_KEY":    4,
	}
)

Enum value maps for UserGrantSearchKey.

View Source
var File_management_proto protoreflect.FileDescriptor
View Source
var ManagementService_AuthMethods = utils_auth.MethodMapping{}/* 115 elements not displayed */

Functions

func ManagementService_Authorization_Interceptor

func ManagementService_Authorization_Interceptor(verifier utils_auth.TokenVerifier, authConf *utils_auth.Config) grpc.UnaryServerInterceptor

func RegisterManagementServiceHandler

func RegisterManagementServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterManagementServiceHandler registers the http handlers for service ManagementService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterManagementServiceHandlerClient

func RegisterManagementServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ManagementServiceClient) error

RegisterManagementServiceHandlerClient registers the http handlers for service ManagementService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ManagementServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ManagementServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ManagementServiceClient" to call the correct interceptors.

func RegisterManagementServiceHandlerFromEndpoint

func RegisterManagementServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterManagementServiceHandlerFromEndpoint is same as RegisterManagementServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterManagementServiceServer

func RegisterManagementServiceServer(s *grpc.Server, srv ManagementServiceServer)

Types

type AddOrgDomainRequest added in v0.26.0

type AddOrgDomainRequest struct {
	Domain string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	// contains filtered or unexported fields
}

func (*AddOrgDomainRequest) Descriptor deprecated added in v0.26.0

func (*AddOrgDomainRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddOrgDomainRequest.ProtoReflect.Descriptor instead.

func (*AddOrgDomainRequest) GetDomain added in v0.26.0

func (x *AddOrgDomainRequest) GetDomain() string

func (*AddOrgDomainRequest) ProtoMessage added in v0.26.0

func (*AddOrgDomainRequest) ProtoMessage()

func (*AddOrgDomainRequest) ProtoReflect added in v0.26.0

func (x *AddOrgDomainRequest) ProtoReflect() protoreflect.Message

func (*AddOrgDomainRequest) Reset added in v0.26.0

func (x *AddOrgDomainRequest) Reset()

func (*AddOrgDomainRequest) String added in v0.26.0

func (x *AddOrgDomainRequest) String() string

type AddOrgMemberRequest

type AddOrgMemberRequest 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"`
	// contains filtered or unexported fields
}

func (*AddOrgMemberRequest) Descriptor deprecated

func (*AddOrgMemberRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddOrgMemberRequest.ProtoReflect.Descriptor instead.

func (*AddOrgMemberRequest) GetRoles

func (x *AddOrgMemberRequest) GetRoles() []string

func (*AddOrgMemberRequest) GetUserId

func (x *AddOrgMemberRequest) GetUserId() string

func (*AddOrgMemberRequest) ProtoMessage

func (*AddOrgMemberRequest) ProtoMessage()

func (*AddOrgMemberRequest) ProtoReflect added in v0.4.0

func (x *AddOrgMemberRequest) ProtoReflect() protoreflect.Message

func (*AddOrgMemberRequest) Reset

func (x *AddOrgMemberRequest) Reset()

func (*AddOrgMemberRequest) String

func (x *AddOrgMemberRequest) String() string

type AppState

type AppState int32
const (
	AppState_APPSTATE_UNSPECIFIED AppState = 0
	AppState_APPSTATE_ACTIVE      AppState = 1
	AppState_APPSTATE_INACTIVE    AppState = 2
)

func (AppState) Descriptor added in v0.4.0

func (AppState) Descriptor() protoreflect.EnumDescriptor

func (AppState) Enum added in v0.4.0

func (x AppState) Enum() *AppState

func (AppState) EnumDescriptor deprecated

func (AppState) EnumDescriptor() ([]byte, []int)

Deprecated: Use AppState.Descriptor instead.

func (AppState) Number added in v0.4.0

func (x AppState) Number() protoreflect.EnumNumber

func (AppState) String

func (x AppState) String() string

func (AppState) Type added in v0.4.0

type Application

type Application struct {
	Id           string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	State        AppState             `protobuf:"varint,2,opt,name=state,proto3,enum=caos.zitadel.management.api.v1.AppState" 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"`
	// Types that are assignable to AppConfig:
	//	*Application_OidcConfig
	AppConfig isApplication_AppConfig `protobuf_oneof:"app_config"`
	Sequence  uint64                  `protobuf:"varint,9,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// contains filtered or unexported fields
}

func (*Application) Descriptor deprecated

func (*Application) Descriptor() ([]byte, []int)

Deprecated: Use Application.ProtoReflect.Descriptor instead.

func (*Application) GetAppConfig

func (m *Application) GetAppConfig() isApplication_AppConfig

func (*Application) GetChangeDate

func (x *Application) GetChangeDate() *timestamp.Timestamp

func (*Application) GetCreationDate

func (x *Application) GetCreationDate() *timestamp.Timestamp

func (*Application) GetId

func (x *Application) GetId() string

func (*Application) GetName

func (x *Application) GetName() string

func (*Application) GetOidcConfig

func (x *Application) GetOidcConfig() *OIDCConfig

func (*Application) GetSequence

func (x *Application) GetSequence() uint64

func (*Application) GetState

func (x *Application) GetState() AppState

func (*Application) ProtoMessage

func (*Application) ProtoMessage()

func (*Application) ProtoReflect added in v0.4.0

func (x *Application) ProtoReflect() protoreflect.Message

func (*Application) Reset

func (x *Application) Reset()

func (*Application) String

func (x *Application) String() string

type ApplicationID

type ApplicationID struct {
	Id        string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ProjectId string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplicationID) Descriptor deprecated

func (*ApplicationID) Descriptor() ([]byte, []int)

Deprecated: Use ApplicationID.ProtoReflect.Descriptor instead.

func (*ApplicationID) GetId

func (x *ApplicationID) GetId() string

func (*ApplicationID) GetProjectId

func (x *ApplicationID) GetProjectId() string

func (*ApplicationID) ProtoMessage

func (*ApplicationID) ProtoMessage()

func (*ApplicationID) ProtoReflect added in v0.4.0

func (x *ApplicationID) ProtoReflect() protoreflect.Message

func (*ApplicationID) Reset

func (x *ApplicationID) Reset()

func (*ApplicationID) String

func (x *ApplicationID) String() string

type ApplicationSearchKey

type ApplicationSearchKey int32
const (
	ApplicationSearchKey_APPLICATIONSERACHKEY_UNSPECIFIED ApplicationSearchKey = 0
	ApplicationSearchKey_APPLICATIONSEARCHKEY_APP_NAME    ApplicationSearchKey = 1
)

func (ApplicationSearchKey) Descriptor added in v0.4.0

func (ApplicationSearchKey) Enum added in v0.4.0

func (ApplicationSearchKey) EnumDescriptor deprecated

func (ApplicationSearchKey) EnumDescriptor() ([]byte, []int)

Deprecated: Use ApplicationSearchKey.Descriptor instead.

func (ApplicationSearchKey) Number added in v0.4.0

func (ApplicationSearchKey) String

func (x ApplicationSearchKey) String() string

func (ApplicationSearchKey) Type added in v0.4.0

type ApplicationSearchQuery

type ApplicationSearchQuery struct {
	Key    ApplicationSearchKey `protobuf:"varint,1,opt,name=key,proto3,enum=caos.zitadel.management.api.v1.ApplicationSearchKey" json:"key,omitempty"`
	Method SearchMethod         `protobuf:"varint,2,opt,name=method,proto3,enum=caos.zitadel.management.api.v1.SearchMethod" json:"method,omitempty"`
	Value  string               `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplicationSearchQuery) Descriptor deprecated

func (*ApplicationSearchQuery) Descriptor() ([]byte, []int)

Deprecated: Use ApplicationSearchQuery.ProtoReflect.Descriptor instead.

func (*ApplicationSearchQuery) GetKey

func (*ApplicationSearchQuery) GetMethod

func (x *ApplicationSearchQuery) GetMethod() SearchMethod

func (*ApplicationSearchQuery) GetValue

func (x *ApplicationSearchQuery) GetValue() string

func (*ApplicationSearchQuery) ProtoMessage

func (*ApplicationSearchQuery) ProtoMessage()

func (*ApplicationSearchQuery) ProtoReflect added in v0.4.0

func (x *ApplicationSearchQuery) ProtoReflect() protoreflect.Message

func (*ApplicationSearchQuery) Reset

func (x *ApplicationSearchQuery) Reset()

func (*ApplicationSearchQuery) String

func (x *ApplicationSearchQuery) String() string

type ApplicationSearchRequest

type ApplicationSearchRequest struct {
	ProjectId string                    `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Offset    uint64                    `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit     uint64                    `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	Queries   []*ApplicationSearchQuery `protobuf:"bytes,4,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplicationSearchRequest) Descriptor deprecated

func (*ApplicationSearchRequest) Descriptor() ([]byte, []int)

Deprecated: Use ApplicationSearchRequest.ProtoReflect.Descriptor instead.

func (*ApplicationSearchRequest) GetLimit

func (x *ApplicationSearchRequest) GetLimit() uint64

func (*ApplicationSearchRequest) GetOffset

func (x *ApplicationSearchRequest) GetOffset() uint64

func (*ApplicationSearchRequest) GetProjectId

func (x *ApplicationSearchRequest) GetProjectId() string

func (*ApplicationSearchRequest) GetQueries

func (*ApplicationSearchRequest) ProtoMessage

func (*ApplicationSearchRequest) ProtoMessage()

func (*ApplicationSearchRequest) ProtoReflect added in v0.4.0

func (x *ApplicationSearchRequest) ProtoReflect() protoreflect.Message

func (*ApplicationSearchRequest) Reset

func (x *ApplicationSearchRequest) Reset()

func (*ApplicationSearchRequest) String

func (x *ApplicationSearchRequest) String() string

type ApplicationSearchResponse

type ApplicationSearchResponse 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      []*ApplicationView `protobuf:"bytes,4,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplicationSearchResponse) Descriptor deprecated

func (*ApplicationSearchResponse) Descriptor() ([]byte, []int)

Deprecated: Use ApplicationSearchResponse.ProtoReflect.Descriptor instead.

func (*ApplicationSearchResponse) GetLimit

func (x *ApplicationSearchResponse) GetLimit() uint64

func (*ApplicationSearchResponse) GetOffset

func (x *ApplicationSearchResponse) GetOffset() uint64

func (*ApplicationSearchResponse) GetResult

func (x *ApplicationSearchResponse) GetResult() []*ApplicationView

func (*ApplicationSearchResponse) GetTotalResult

func (x *ApplicationSearchResponse) GetTotalResult() uint64

func (*ApplicationSearchResponse) ProtoMessage

func (*ApplicationSearchResponse) ProtoMessage()

func (*ApplicationSearchResponse) ProtoReflect added in v0.4.0

func (*ApplicationSearchResponse) Reset

func (x *ApplicationSearchResponse) Reset()

func (*ApplicationSearchResponse) String

func (x *ApplicationSearchResponse) String() string

type ApplicationUpdate

type ApplicationUpdate struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Id        string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Name      string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplicationUpdate) Descriptor deprecated

func (*ApplicationUpdate) Descriptor() ([]byte, []int)

Deprecated: Use ApplicationUpdate.ProtoReflect.Descriptor instead.

func (*ApplicationUpdate) GetId

func (x *ApplicationUpdate) GetId() string

func (*ApplicationUpdate) GetName

func (x *ApplicationUpdate) GetName() string

func (*ApplicationUpdate) GetProjectId

func (x *ApplicationUpdate) GetProjectId() string

func (*ApplicationUpdate) ProtoMessage

func (*ApplicationUpdate) ProtoMessage()

func (*ApplicationUpdate) ProtoReflect added in v0.4.0

func (x *ApplicationUpdate) ProtoReflect() protoreflect.Message

func (*ApplicationUpdate) Reset

func (x *ApplicationUpdate) Reset()

func (*ApplicationUpdate) String

func (x *ApplicationUpdate) String() string

type ApplicationView added in v0.11.0

type ApplicationView struct {
	Id           string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	State        AppState             `protobuf:"varint,2,opt,name=state,proto3,enum=caos.zitadel.management.api.v1.AppState" 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"`
	// Types that are assignable to AppConfig:
	//	*ApplicationView_OidcConfig
	AppConfig isApplicationView_AppConfig `protobuf_oneof:"app_config"`
	Sequence  uint64                      `protobuf:"varint,9,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplicationView) Descriptor deprecated added in v0.11.0

func (*ApplicationView) Descriptor() ([]byte, []int)

Deprecated: Use ApplicationView.ProtoReflect.Descriptor instead.

func (*ApplicationView) GetAppConfig added in v0.11.0

func (m *ApplicationView) GetAppConfig() isApplicationView_AppConfig

func (*ApplicationView) GetChangeDate added in v0.11.0

func (x *ApplicationView) GetChangeDate() *timestamp.Timestamp

func (*ApplicationView) GetCreationDate added in v0.11.0

func (x *ApplicationView) GetCreationDate() *timestamp.Timestamp

func (*ApplicationView) GetId added in v0.11.0

func (x *ApplicationView) GetId() string

func (*ApplicationView) GetName added in v0.11.0

func (x *ApplicationView) GetName() string

func (*ApplicationView) GetOidcConfig added in v0.11.0

func (x *ApplicationView) GetOidcConfig() *OIDCConfig

func (*ApplicationView) GetSequence added in v0.11.0

func (x *ApplicationView) GetSequence() uint64

func (*ApplicationView) GetState added in v0.11.0

func (x *ApplicationView) GetState() AppState

func (*ApplicationView) ProtoMessage added in v0.11.0

func (*ApplicationView) ProtoMessage()

func (*ApplicationView) ProtoReflect added in v0.11.0

func (x *ApplicationView) ProtoReflect() protoreflect.Message

func (*ApplicationView) Reset added in v0.11.0

func (x *ApplicationView) Reset()

func (*ApplicationView) String added in v0.11.0

func (x *ApplicationView) String() string

type ApplicationView_OidcConfig added in v0.11.0

type ApplicationView_OidcConfig struct {
	OidcConfig *OIDCConfig `protobuf:"bytes,8,opt,name=oidc_config,json=oidcConfig,proto3,oneof"`
}

type Application_OidcConfig

type Application_OidcConfig struct {
	OidcConfig *OIDCConfig `protobuf:"bytes,8,opt,name=oidc_config,json=oidcConfig,proto3,oneof"`
}

type Change

type Change struct {
	ChangeDate *timestamp.Timestamp      `protobuf:"bytes,1,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
	EventType  *message.LocalizedMessage `protobuf:"bytes,2,opt,name=event_type,json=eventType,proto3" json:"event_type,omitempty"`
	Sequence   uint64                    `protobuf:"varint,3,opt,name=sequence,proto3" json:"sequence,omitempty"`
	EditorId   string                    `protobuf:"bytes,4,opt,name=editor_id,json=editorId,proto3" json:"editor_id,omitempty"`
	Editor     string                    `protobuf:"bytes,5,opt,name=editor,proto3" json:"editor,omitempty"`
	Data       *_struct.Struct           `protobuf:"bytes,6,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*Change) Descriptor deprecated

func (*Change) Descriptor() ([]byte, []int)

Deprecated: Use Change.ProtoReflect.Descriptor instead.

func (*Change) GetChangeDate

func (x *Change) GetChangeDate() *timestamp.Timestamp

func (*Change) GetData

func (x *Change) GetData() *_struct.Struct

func (*Change) GetEditor

func (x *Change) GetEditor() string

func (*Change) GetEditorId added in v0.40.4

func (x *Change) GetEditorId() string

func (*Change) GetEventType

func (x *Change) GetEventType() *message.LocalizedMessage

func (*Change) GetSequence

func (x *Change) GetSequence() uint64

func (*Change) ProtoMessage

func (*Change) ProtoMessage()

func (*Change) ProtoReflect added in v0.4.0

func (x *Change) ProtoReflect() protoreflect.Message

func (*Change) Reset

func (x *Change) Reset()

func (*Change) String

func (x *Change) String() string

type ChangeOrgMemberRequest

type ChangeOrgMemberRequest 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"`
	// contains filtered or unexported fields
}

func (*ChangeOrgMemberRequest) Descriptor deprecated

func (*ChangeOrgMemberRequest) Descriptor() ([]byte, []int)

Deprecated: Use ChangeOrgMemberRequest.ProtoReflect.Descriptor instead.

func (*ChangeOrgMemberRequest) GetRoles

func (x *ChangeOrgMemberRequest) GetRoles() []string

func (*ChangeOrgMemberRequest) GetUserId

func (x *ChangeOrgMemberRequest) GetUserId() string

func (*ChangeOrgMemberRequest) ProtoMessage

func (*ChangeOrgMemberRequest) ProtoMessage()

func (*ChangeOrgMemberRequest) ProtoReflect added in v0.4.0

func (x *ChangeOrgMemberRequest) ProtoReflect() protoreflect.Message

func (*ChangeOrgMemberRequest) Reset

func (x *ChangeOrgMemberRequest) Reset()

func (*ChangeOrgMemberRequest) String

func (x *ChangeOrgMemberRequest) String() string

type ChangeRequest

type ChangeRequest struct {
	Id             string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	SecId          string `protobuf:"bytes,2,opt,name=sec_id,json=secId,proto3" json:"sec_id,omitempty"`
	Limit          uint64 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	SequenceOffset uint64 `protobuf:"varint,4,opt,name=sequence_offset,json=sequenceOffset,proto3" json:"sequence_offset,omitempty"`
	Asc            bool   `protobuf:"varint,5,opt,name=asc,proto3" json:"asc,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeRequest) Descriptor deprecated

func (*ChangeRequest) Descriptor() ([]byte, []int)

Deprecated: Use ChangeRequest.ProtoReflect.Descriptor instead.

func (*ChangeRequest) GetAsc added in v0.38.0

func (x *ChangeRequest) GetAsc() bool

func (*ChangeRequest) GetId

func (x *ChangeRequest) GetId() string

func (*ChangeRequest) GetLimit

func (x *ChangeRequest) GetLimit() uint64

func (*ChangeRequest) GetSecId added in v0.25.1

func (x *ChangeRequest) GetSecId() string

func (*ChangeRequest) GetSequenceOffset

func (x *ChangeRequest) GetSequenceOffset() uint64

func (*ChangeRequest) ProtoMessage

func (*ChangeRequest) ProtoMessage()

func (*ChangeRequest) ProtoReflect added in v0.4.0

func (x *ChangeRequest) ProtoReflect() protoreflect.Message

func (*ChangeRequest) Reset

func (x *ChangeRequest) Reset()

func (*ChangeRequest) String

func (x *ChangeRequest) String() string

type Changes

type Changes struct {
	Changes []*Change `protobuf:"bytes,1,rep,name=changes,proto3" json:"changes,omitempty"`
	Offset  uint64    `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit   uint64    `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*Changes) Descriptor deprecated

func (*Changes) Descriptor() ([]byte, []int)

Deprecated: Use Changes.ProtoReflect.Descriptor instead.

func (*Changes) GetChanges

func (x *Changes) GetChanges() []*Change

func (*Changes) GetLimit

func (x *Changes) GetLimit() uint64

func (*Changes) GetOffset

func (x *Changes) GetOffset() uint64

func (*Changes) ProtoMessage

func (*Changes) ProtoMessage()

func (*Changes) ProtoReflect added in v0.4.0

func (x *Changes) ProtoReflect() protoreflect.Message

func (*Changes) Reset

func (x *Changes) Reset()

func (*Changes) String

func (x *Changes) String() string

type ClientSecret

type ClientSecret struct {
	ClientSecret string `protobuf:"bytes,1,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientSecret) Descriptor deprecated

func (*ClientSecret) Descriptor() ([]byte, []int)

Deprecated: Use ClientSecret.ProtoReflect.Descriptor instead.

func (*ClientSecret) GetClientSecret

func (x *ClientSecret) GetClientSecret() string

func (*ClientSecret) ProtoMessage

func (*ClientSecret) ProtoMessage()

func (*ClientSecret) ProtoReflect added in v0.4.0

func (x *ClientSecret) ProtoReflect() protoreflect.Message

func (*ClientSecret) Reset

func (x *ClientSecret) Reset()

func (*ClientSecret) String

func (x *ClientSecret) String() string

type CreateUserRequest

type CreateUserRequest struct {
	UserName          string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	FirstName         string `protobuf:"bytes,2,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName          string `protobuf:"bytes,3,opt,name=last_name,json=lastName,proto3" json:"last_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.management.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"`
	Password          string `protobuf:"bytes,16,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateUserRequest) Descriptor deprecated

func (*CreateUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateUserRequest.ProtoReflect.Descriptor instead.

func (*CreateUserRequest) GetCountry

func (x *CreateUserRequest) GetCountry() string

func (*CreateUserRequest) GetEmail

func (x *CreateUserRequest) GetEmail() string

func (*CreateUserRequest) GetFirstName

func (x *CreateUserRequest) GetFirstName() string

func (*CreateUserRequest) GetGender

func (x *CreateUserRequest) GetGender() Gender

func (*CreateUserRequest) GetIsEmailVerified

func (x *CreateUserRequest) GetIsEmailVerified() bool

func (*CreateUserRequest) GetIsPhoneVerified

func (x *CreateUserRequest) GetIsPhoneVerified() bool

func (*CreateUserRequest) GetLastName

func (x *CreateUserRequest) GetLastName() string

func (*CreateUserRequest) GetLocality

func (x *CreateUserRequest) GetLocality() string

func (*CreateUserRequest) GetNickName

func (x *CreateUserRequest) GetNickName() string

func (*CreateUserRequest) GetPassword

func (x *CreateUserRequest) GetPassword() string

func (*CreateUserRequest) GetPhone

func (x *CreateUserRequest) GetPhone() string

func (*CreateUserRequest) GetPostalCode

func (x *CreateUserRequest) GetPostalCode() string

func (*CreateUserRequest) GetPreferredLanguage

func (x *CreateUserRequest) GetPreferredLanguage() string

func (*CreateUserRequest) GetRegion

func (x *CreateUserRequest) GetRegion() string

func (*CreateUserRequest) GetStreetAddress

func (x *CreateUserRequest) GetStreetAddress() string

func (*CreateUserRequest) GetUserName

func (x *CreateUserRequest) GetUserName() string

func (*CreateUserRequest) ProtoMessage

func (*CreateUserRequest) ProtoMessage()

func (*CreateUserRequest) ProtoReflect added in v0.4.0

func (x *CreateUserRequest) ProtoReflect() protoreflect.Message

func (*CreateUserRequest) Reset

func (x *CreateUserRequest) Reset()

func (*CreateUserRequest) String

func (x *CreateUserRequest) String() string

type Domain added in v0.33.4

type Domain struct {
	Domain string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	// contains filtered or unexported fields
}

func (*Domain) Descriptor deprecated added in v0.33.4

func (*Domain) Descriptor() ([]byte, []int)

Deprecated: Use Domain.ProtoReflect.Descriptor instead.

func (*Domain) GetDomain added in v0.33.4

func (x *Domain) GetDomain() string

func (*Domain) ProtoMessage added in v0.33.4

func (*Domain) ProtoMessage()

func (*Domain) ProtoReflect added in v0.33.4

func (x *Domain) ProtoReflect() protoreflect.Message

func (*Domain) Reset added in v0.33.4

func (x *Domain) Reset()

func (*Domain) String added in v0.33.4

func (x *Domain) String() string

type Email added in v0.33.4

type Email struct {
	Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*Email) Descriptor deprecated added in v0.33.4

func (*Email) Descriptor() ([]byte, []int)

Deprecated: Use Email.ProtoReflect.Descriptor instead.

func (*Email) GetEmail added in v0.33.4

func (x *Email) GetEmail() string

func (*Email) ProtoMessage added in v0.33.4

func (*Email) ProtoMessage()

func (*Email) ProtoReflect added in v0.33.4

func (x *Email) ProtoReflect() protoreflect.Message

func (*Email) Reset added in v0.33.4

func (x *Email) Reset()

func (*Email) String added in v0.33.4

func (x *Email) String() string

type Gateway

type Gateway struct {
	// contains filtered or unexported fields
}

func StartGateway

func StartGateway(conf grpc_util.GatewayConfig) *Gateway

func (*Gateway) GRPCEndpoint

func (gw *Gateway) GRPCEndpoint() string

func (*Gateway) Gateway

func (gw *Gateway) Gateway() server.GatewayFunc

func (*Gateway) GatewayPort

func (gw *Gateway) GatewayPort() string

func (*Gateway) GatewayServeMuxOptions

func (gw *Gateway) GatewayServeMuxOptions() []runtime.ServeMuxOption

type Gender

type Gender int32
const (
	Gender_GENDER_UNSPECIFIED Gender = 0
	Gender_GENDER_FEMALE      Gender = 1
	Gender_GENDER_MALE        Gender = 2
	Gender_GENDER_DIVERSE     Gender = 3
)

func (Gender) Descriptor added in v0.4.0

func (Gender) Descriptor() protoreflect.EnumDescriptor

func (Gender) Enum added in v0.4.0

func (x Gender) Enum() *Gender

func (Gender) EnumDescriptor deprecated

func (Gender) EnumDescriptor() ([]byte, []int)

Deprecated: Use Gender.Descriptor instead.

func (Gender) Number added in v0.4.0

func (x Gender) Number() protoreflect.EnumNumber

func (Gender) String

func (x Gender) String() string

func (Gender) Type added in v0.4.0

func (Gender) Type() protoreflect.EnumType

type GrantedProjectSearchRequest added in v0.11.0

type GrantedProjectSearchRequest 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 []*ProjectSearchQuery `protobuf:"bytes,3,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*GrantedProjectSearchRequest) Descriptor deprecated added in v0.11.0

func (*GrantedProjectSearchRequest) Descriptor() ([]byte, []int)

Deprecated: Use GrantedProjectSearchRequest.ProtoReflect.Descriptor instead.

func (*GrantedProjectSearchRequest) GetLimit added in v0.11.0

func (x *GrantedProjectSearchRequest) GetLimit() uint64

func (*GrantedProjectSearchRequest) GetOffset added in v0.11.0

func (x *GrantedProjectSearchRequest) GetOffset() uint64

func (*GrantedProjectSearchRequest) GetQueries added in v0.11.0

func (*GrantedProjectSearchRequest) ProtoMessage added in v0.11.0

func (*GrantedProjectSearchRequest) ProtoMessage()

func (*GrantedProjectSearchRequest) ProtoReflect added in v0.11.0

func (*GrantedProjectSearchRequest) Reset added in v0.11.0

func (x *GrantedProjectSearchRequest) Reset()

func (*GrantedProjectSearchRequest) String added in v0.11.0

func (x *GrantedProjectSearchRequest) String() string

type Iam added in v0.28.0

type Iam struct {
	GlobalOrgId  string `protobuf:"bytes,1,opt,name=global_org_id,json=globalOrgId,proto3" json:"global_org_id,omitempty"`
	IamProjectId string `protobuf:"bytes,2,opt,name=iam_project_id,json=iamProjectId,proto3" json:"iam_project_id,omitempty"`
	SetUpDone    bool   `protobuf:"varint,3,opt,name=set_up_done,json=setUpDone,proto3" json:"set_up_done,omitempty"`
	SetUpStarted bool   `protobuf:"varint,4,opt,name=set_up_started,json=setUpStarted,proto3" json:"set_up_started,omitempty"`
	// contains filtered or unexported fields
}

func (*Iam) Descriptor deprecated added in v0.28.0

func (*Iam) Descriptor() ([]byte, []int)

Deprecated: Use Iam.ProtoReflect.Descriptor instead.

func (*Iam) GetGlobalOrgId added in v0.28.0

func (x *Iam) GetGlobalOrgId() string

func (*Iam) GetIamProjectId added in v0.28.0

func (x *Iam) GetIamProjectId() string

func (*Iam) GetSetUpDone added in v0.28.0

func (x *Iam) GetSetUpDone() bool

func (*Iam) GetSetUpStarted added in v0.28.0

func (x *Iam) GetSetUpStarted() bool

func (*Iam) ProtoMessage added in v0.28.0

func (*Iam) ProtoMessage()

func (*Iam) ProtoReflect added in v0.28.0

func (x *Iam) ProtoReflect() protoreflect.Message

func (*Iam) Reset added in v0.28.0

func (x *Iam) Reset()

func (*Iam) String added in v0.28.0

func (x *Iam) String() string

type MFAState

type MFAState int32
const (
	MFAState_MFASTATE_UNSPECIFIED MFAState = 0
	MFAState_MFASTATE_NOT_READY   MFAState = 1
	MFAState_MFASTATE_READY       MFAState = 2
	MFAState_MFASTATE_REMOVED     MFAState = 3
)

func (MFAState) Descriptor added in v0.4.0

func (MFAState) Descriptor() protoreflect.EnumDescriptor

func (MFAState) Enum added in v0.4.0

func (x MFAState) Enum() *MFAState

func (MFAState) EnumDescriptor deprecated

func (MFAState) EnumDescriptor() ([]byte, []int)

Deprecated: Use MFAState.Descriptor instead.

func (MFAState) Number added in v0.4.0

func (x MFAState) Number() protoreflect.EnumNumber

func (MFAState) String

func (x MFAState) String() string

func (MFAState) Type added in v0.4.0

type ManagementServiceClient

type ManagementServiceClient interface {
	//READINESS
	Healthz(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*empty.Empty, error)
	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)
	// GetIam returns some needed settings of the iam (Global Organisation ID, Zitadel Project ID)
	GetIam(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*Iam, error)
	GetUserByID(ctx context.Context, in *UserID, opts ...grpc.CallOption) (*UserView, error)
	// GetUserByEmailGlobal returns User, global search is overall organisations
	GetUserByEmailGlobal(ctx context.Context, in *Email, opts ...grpc.CallOption) (*UserView, error)
	// Limit should always be set, there is a default limit set by the service
	SearchUsers(ctx context.Context, in *UserSearchRequest, opts ...grpc.CallOption) (*UserSearchResponse, error)
	IsUserUnique(ctx context.Context, in *UniqueUserRequest, opts ...grpc.CallOption) (*UniqueUserResponse, error)
	CreateUser(ctx context.Context, in *CreateUserRequest, opts ...grpc.CallOption) (*User, error)
	DeactivateUser(ctx context.Context, in *UserID, opts ...grpc.CallOption) (*User, error)
	ReactivateUser(ctx context.Context, in *UserID, opts ...grpc.CallOption) (*User, error)
	LockUser(ctx context.Context, in *UserID, opts ...grpc.CallOption) (*User, error)
	UnlockUser(ctx context.Context, in *UserID, opts ...grpc.CallOption) (*User, error)
	DeleteUser(ctx context.Context, in *UserID, opts ...grpc.CallOption) (*empty.Empty, error)
	// UserChanges returns the event stream of the user object
	UserChanges(ctx context.Context, in *ChangeRequest, opts ...grpc.CallOption) (*Changes, error)
	// ApplicationChanges returns the event stream of the application object
	ApplicationChanges(ctx context.Context, in *ChangeRequest, opts ...grpc.CallOption) (*Changes, error)
	// OrgChanges returns the event stream of the org object
	OrgChanges(ctx context.Context, in *ChangeRequest, opts ...grpc.CallOption) (*Changes, error)
	// ProjectChanges returns the event stream of the project object
	ProjectChanges(ctx context.Context, in *ChangeRequest, opts ...grpc.CallOption) (*Changes, error)
	GetUserProfile(ctx context.Context, in *UserID, opts ...grpc.CallOption) (*UserProfileView, error)
	UpdateUserProfile(ctx context.Context, in *UpdateUserProfileRequest, opts ...grpc.CallOption) (*UserProfile, error)
	GetUserEmail(ctx context.Context, in *UserID, opts ...grpc.CallOption) (*UserEmailView, error)
	ChangeUserEmail(ctx context.Context, in *UpdateUserEmailRequest, opts ...grpc.CallOption) (*UserEmail, error)
	ResendEmailVerificationMail(ctx context.Context, in *UserID, opts ...grpc.CallOption) (*empty.Empty, error)
	GetUserPhone(ctx context.Context, in *UserID, opts ...grpc.CallOption) (*UserPhoneView, error)
	ChangeUserPhone(ctx context.Context, in *UpdateUserPhoneRequest, opts ...grpc.CallOption) (*UserPhone, error)
	RemoveUserPhone(ctx context.Context, in *UserID, opts ...grpc.CallOption) (*empty.Empty, error)
	ResendPhoneVerificationCode(ctx context.Context, in *UserID, opts ...grpc.CallOption) (*empty.Empty, error)
	GetUserAddress(ctx context.Context, in *UserID, opts ...grpc.CallOption) (*UserAddressView, error)
	UpdateUserAddress(ctx context.Context, in *UpdateUserAddressRequest, opts ...grpc.CallOption) (*UserAddress, error)
	GetUserMfas(ctx context.Context, in *UserID, opts ...grpc.CallOption) (*MultiFactors, error)
	// Sends an Notification (Email/SMS) with a password reset Link
	SendSetPasswordNotification(ctx context.Context, in *SetPasswordNotificationRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// A Manager is only allowed to set an initial password, on the next login the user has to change his password
	SetInitialPassword(ctx context.Context, in *PasswordRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// returns default policy if nothing other set on organisation
	GetPasswordComplexityPolicy(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*PasswordComplexityPolicy, error)
	CreatePasswordComplexityPolicy(ctx context.Context, in *PasswordComplexityPolicyCreate, opts ...grpc.CallOption) (*PasswordComplexityPolicy, error)
	UpdatePasswordComplexityPolicy(ctx context.Context, in *PasswordComplexityPolicyUpdate, opts ...grpc.CallOption) (*PasswordComplexityPolicy, error)
	DeletePasswordComplexityPolicy(ctx context.Context, in *PasswordComplexityPolicyID, opts ...grpc.CallOption) (*empty.Empty, error)
	// returns default if nothing other set on organisation
	GetPasswordAgePolicy(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*PasswordAgePolicy, error)
	CreatePasswordAgePolicy(ctx context.Context, in *PasswordAgePolicyCreate, opts ...grpc.CallOption) (*PasswordAgePolicy, error)
	UpdatePasswordAgePolicy(ctx context.Context, in *PasswordAgePolicyUpdate, opts ...grpc.CallOption) (*PasswordAgePolicy, error)
	DeletePasswordAgePolicy(ctx context.Context, in *PasswordAgePolicyID, opts ...grpc.CallOption) (*empty.Empty, error)
	// returns default if nothing other set on organisation
	GetPasswordLockoutPolicy(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*PasswordLockoutPolicy, error)
	CreatePasswordLockoutPolicy(ctx context.Context, in *PasswordLockoutPolicyCreate, opts ...grpc.CallOption) (*PasswordLockoutPolicy, error)
	UpdatePasswordLockoutPolicy(ctx context.Context, in *PasswordLockoutPolicyUpdate, opts ...grpc.CallOption) (*PasswordLockoutPolicy, error)
	DeletePasswordLockoutPolicy(ctx context.Context, in *PasswordLockoutPolicyID, opts ...grpc.CallOption) (*empty.Empty, error)
	GetMyOrg(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*OrgView, error)
	// search a organisation by its domain overall organisations
	GetOrgByDomainGlobal(ctx context.Context, in *Domain, opts ...grpc.CallOption) (*OrgView, error)
	DeactivateMyOrg(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*Org, error)
	ReactivateMyOrg(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*Org, error)
	SearchMyOrgDomains(ctx context.Context, in *OrgDomainSearchRequest, opts ...grpc.CallOption) (*OrgDomainSearchResponse, error)
	AddMyOrgDomain(ctx context.Context, in *AddOrgDomainRequest, opts ...grpc.CallOption) (*OrgDomain, error)
	RemoveMyOrgDomain(ctx context.Context, in *RemoveOrgDomainRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	GetMyOrgIamPolicy(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*OrgIamPolicy, error)
	GetOrgMemberRoles(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*OrgMemberRoles, error)
	AddMyOrgMember(ctx context.Context, in *AddOrgMemberRequest, opts ...grpc.CallOption) (*OrgMember, error)
	ChangeMyOrgMember(ctx context.Context, in *ChangeOrgMemberRequest, opts ...grpc.CallOption) (*OrgMember, error)
	RemoveMyOrgMember(ctx context.Context, in *RemoveOrgMemberRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	SearchMyOrgMembers(ctx context.Context, in *OrgMemberSearchRequest, opts ...grpc.CallOption) (*OrgMemberSearchResponse, error)
	SearchProjects(ctx context.Context, in *ProjectSearchRequest, opts ...grpc.CallOption) (*ProjectSearchResponse, error)
	ProjectByID(ctx context.Context, in *ProjectID, opts ...grpc.CallOption) (*ProjectView, error)
	CreateProject(ctx context.Context, in *ProjectCreateRequest, opts ...grpc.CallOption) (*Project, error)
	UpdateProject(ctx context.Context, in *ProjectUpdateRequest, opts ...grpc.CallOption) (*Project, error)
	DeactivateProject(ctx context.Context, in *ProjectID, opts ...grpc.CallOption) (*Project, error)
	ReactivateProject(ctx context.Context, in *ProjectID, opts ...grpc.CallOption) (*Project, error)
	// returns all projects my organisation got granted from another organisation
	SearchGrantedProjects(ctx context.Context, in *GrantedProjectSearchRequest, opts ...grpc.CallOption) (*ProjectGrantSearchResponse, error)
	// returns a project my organisation got granted from another organisation
	GetGrantedProjectByID(ctx context.Context, in *ProjectGrantID, opts ...grpc.CallOption) (*ProjectGrantView, error)
	GetProjectMemberRoles(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*ProjectMemberRoles, error)
	SearchProjectMembers(ctx context.Context, in *ProjectMemberSearchRequest, opts ...grpc.CallOption) (*ProjectMemberSearchResponse, error)
	AddProjectMember(ctx context.Context, in *ProjectMemberAdd, opts ...grpc.CallOption) (*ProjectMember, error)
	ChangeProjectMember(ctx context.Context, in *ProjectMemberChange, opts ...grpc.CallOption) (*ProjectMember, error)
	RemoveProjectMember(ctx context.Context, in *ProjectMemberRemove, opts ...grpc.CallOption) (*empty.Empty, error)
	SearchProjectRoles(ctx context.Context, in *ProjectRoleSearchRequest, opts ...grpc.CallOption) (*ProjectRoleSearchResponse, error)
	AddProjectRole(ctx context.Context, in *ProjectRoleAdd, opts ...grpc.CallOption) (*ProjectRole, error)
	// add a list of project roles in one request
	BulkAddProjectRole(ctx context.Context, in *ProjectRoleAddBulk, opts ...grpc.CallOption) (*empty.Empty, error)
	ChangeProjectRole(ctx context.Context, in *ProjectRoleChange, opts ...grpc.CallOption) (*ProjectRole, error)
	// RemoveProjectRole removes role from UserGrants, ProjectGrants and from Project
	RemoveProjectRole(ctx context.Context, in *ProjectRoleRemove, opts ...grpc.CallOption) (*empty.Empty, error)
	SearchApplications(ctx context.Context, in *ApplicationSearchRequest, opts ...grpc.CallOption) (*ApplicationSearchResponse, error)
	ApplicationByID(ctx context.Context, in *ApplicationID, opts ...grpc.CallOption) (*ApplicationView, error)
	CreateOIDCApplication(ctx context.Context, in *OIDCApplicationCreate, opts ...grpc.CallOption) (*Application, error)
	UpdateApplication(ctx context.Context, in *ApplicationUpdate, opts ...grpc.CallOption) (*Application, error)
	DeactivateApplication(ctx context.Context, in *ApplicationID, opts ...grpc.CallOption) (*Application, error)
	ReactivateApplication(ctx context.Context, in *ApplicationID, opts ...grpc.CallOption) (*Application, error)
	RemoveApplication(ctx context.Context, in *ApplicationID, opts ...grpc.CallOption) (*empty.Empty, error)
	UpdateApplicationOIDCConfig(ctx context.Context, in *OIDCConfigUpdate, opts ...grpc.CallOption) (*OIDCConfig, error)
	RegenerateOIDCClientSecret(ctx context.Context, in *ApplicationID, opts ...grpc.CallOption) (*ClientSecret, error)
	SearchProjectGrants(ctx context.Context, in *ProjectGrantSearchRequest, opts ...grpc.CallOption) (*ProjectGrantSearchResponse, error)
	ProjectGrantByID(ctx context.Context, in *ProjectGrantID, opts ...grpc.CallOption) (*ProjectGrantView, error)
	CreateProjectGrant(ctx context.Context, in *ProjectGrantCreate, opts ...grpc.CallOption) (*ProjectGrant, error)
	UpdateProjectGrant(ctx context.Context, in *ProjectGrantUpdate, opts ...grpc.CallOption) (*ProjectGrant, error)
	DeactivateProjectGrant(ctx context.Context, in *ProjectGrantID, opts ...grpc.CallOption) (*ProjectGrant, error)
	ReactivateProjectGrant(ctx context.Context, in *ProjectGrantID, opts ...grpc.CallOption) (*ProjectGrant, error)
	// RemoveProjectGrant removes project grant and all user grants for this project grant
	RemoveProjectGrant(ctx context.Context, in *ProjectGrantID, opts ...grpc.CallOption) (*empty.Empty, error)
	GetProjectGrantMemberRoles(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*ProjectGrantMemberRoles, error)
	SearchProjectGrantMembers(ctx context.Context, in *ProjectGrantMemberSearchRequest, opts ...grpc.CallOption) (*ProjectGrantMemberSearchResponse, error)
	AddProjectGrantMember(ctx context.Context, in *ProjectGrantMemberAdd, opts ...grpc.CallOption) (*ProjectGrantMember, error)
	ChangeProjectGrantMember(ctx context.Context, in *ProjectGrantMemberChange, opts ...grpc.CallOption) (*ProjectGrantMember, error)
	RemoveProjectGrantMember(ctx context.Context, in *ProjectGrantMemberRemove, opts ...grpc.CallOption) (*empty.Empty, error)
	SearchUserGrants(ctx context.Context, in *UserGrantSearchRequest, opts ...grpc.CallOption) (*UserGrantSearchResponse, error)
	UserGrantByID(ctx context.Context, in *UserGrantID, opts ...grpc.CallOption) (*UserGrantView, error)
	CreateUserGrant(ctx context.Context, in *UserGrantCreate, opts ...grpc.CallOption) (*UserGrant, error)
	UpdateUserGrant(ctx context.Context, in *UserGrantUpdate, opts ...grpc.CallOption) (*UserGrant, error)
	DeactivateUserGrant(ctx context.Context, in *UserGrantID, opts ...grpc.CallOption) (*UserGrant, error)
	ReactivateUserGrant(ctx context.Context, in *UserGrantID, opts ...grpc.CallOption) (*UserGrant, error)
	RemoveUserGrant(ctx context.Context, in *UserGrantID, opts ...grpc.CallOption) (*empty.Empty, error)
	// add a list of user grants in one request
	BulkCreateUserGrant(ctx context.Context, in *UserGrantCreateBulk, opts ...grpc.CallOption) (*empty.Empty, error)
	// update a list of user grants in one request
	BulkUpdateUserGrant(ctx context.Context, in *UserGrantUpdateBulk, opts ...grpc.CallOption) (*empty.Empty, error)
	// remove a list of user grants in one request
	BulkRemoveUserGrant(ctx context.Context, in *UserGrantRemoveBulk, opts ...grpc.CallOption) (*empty.Empty, error)
	// search user grants based on a project
	// This request is required that the user authorizations of zitadel can be differentiated
	SearchProjectUserGrants(ctx context.Context, in *ProjectUserGrantSearchRequest, opts ...grpc.CallOption) (*UserGrantSearchResponse, error)
	// get user grant based on a project
	// This request is required that the user authorizations of zitadel can be differentiated
	ProjectUserGrantByID(ctx context.Context, in *ProjectUserGrantID, opts ...grpc.CallOption) (*UserGrantView, error)
	// create user grant based on a project
	// This request is required that the user authorizations of zitadel can be differentiated
	CreateProjectUserGrant(ctx context.Context, in *UserGrantCreate, opts ...grpc.CallOption) (*UserGrant, error)
	// update user grant based on a project
	// This request is required that the user authorizations of zitadel can be differentiated
	UpdateProjectUserGrant(ctx context.Context, in *ProjectUserGrantUpdate, opts ...grpc.CallOption) (*UserGrant, error)
	// deactivate user grant based on a project
	// This request is required that the user authorizations of zitadel can be differentiated
	DeactivateProjectUserGrant(ctx context.Context, in *ProjectUserGrantID, opts ...grpc.CallOption) (*UserGrant, error)
	// reactivate user grant based on a project
	// This request is required that the user authorizations of zitadel can be differentiated
	ReactivateProjectUserGrant(ctx context.Context, in *ProjectUserGrantID, opts ...grpc.CallOption) (*UserGrant, error)
	// search user grants based on a projectgrant
	// This request is required that the user authorizations of zitadel can be differentiated
	SearchProjectGrantUserGrants(ctx context.Context, in *ProjectGrantUserGrantSearchRequest, opts ...grpc.CallOption) (*UserGrantSearchResponse, error)
	// get user grant based on a projectgrant
	// This request is required that the user authorizations of zitadel can be differentiated
	ProjectGrantUserGrantByID(ctx context.Context, in *ProjectGrantUserGrantID, opts ...grpc.CallOption) (*UserGrantView, error)
	// create user grant based on a projectgrant
	// This request is required that the user authorizations of zitadel can be differentiated
	CreateProjectGrantUserGrant(ctx context.Context, in *ProjectGrantUserGrantCreate, opts ...grpc.CallOption) (*UserGrant, error)
	// update user grant based on a projectgrant
	// This request is required that the user authorizations of zitadel can be differentiated
	UpdateProjectGrantUserGrant(ctx context.Context, in *ProjectGrantUserGrantUpdate, opts ...grpc.CallOption) (*UserGrant, error)
	// deactivate user grant based on a projectgrant
	// This request is required that the user authorizations of zitadel can be differentiated
	DeactivateProjectGrantUserGrant(ctx context.Context, in *ProjectGrantUserGrantID, opts ...grpc.CallOption) (*UserGrant, error)
	// reactivate user grant based on a projectgrant
	// This request is required that the user authorizations of zitadel can be differentiated
	ReactivateProjectGrantUserGrant(ctx context.Context, in *ProjectGrantUserGrantID, opts ...grpc.CallOption) (*UserGrant, error)
}

ManagementServiceClient is the client API for ManagementService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type ManagementServiceServer

type ManagementServiceServer interface {
	//READINESS
	Healthz(context.Context, *empty.Empty) (*empty.Empty, error)
	Ready(context.Context, *empty.Empty) (*empty.Empty, error)
	Validate(context.Context, *empty.Empty) (*_struct.Struct, error)
	// GetIam returns some needed settings of the iam (Global Organisation ID, Zitadel Project ID)
	GetIam(context.Context, *empty.Empty) (*Iam, error)
	GetUserByID(context.Context, *UserID) (*UserView, error)
	// GetUserByEmailGlobal returns User, global search is overall organisations
	GetUserByEmailGlobal(context.Context, *Email) (*UserView, error)
	// Limit should always be set, there is a default limit set by the service
	SearchUsers(context.Context, *UserSearchRequest) (*UserSearchResponse, error)
	IsUserUnique(context.Context, *UniqueUserRequest) (*UniqueUserResponse, error)
	CreateUser(context.Context, *CreateUserRequest) (*User, error)
	DeactivateUser(context.Context, *UserID) (*User, error)
	ReactivateUser(context.Context, *UserID) (*User, error)
	LockUser(context.Context, *UserID) (*User, error)
	UnlockUser(context.Context, *UserID) (*User, error)
	DeleteUser(context.Context, *UserID) (*empty.Empty, error)
	// UserChanges returns the event stream of the user object
	UserChanges(context.Context, *ChangeRequest) (*Changes, error)
	// ApplicationChanges returns the event stream of the application object
	ApplicationChanges(context.Context, *ChangeRequest) (*Changes, error)
	// OrgChanges returns the event stream of the org object
	OrgChanges(context.Context, *ChangeRequest) (*Changes, error)
	// ProjectChanges returns the event stream of the project object
	ProjectChanges(context.Context, *ChangeRequest) (*Changes, error)
	GetUserProfile(context.Context, *UserID) (*UserProfileView, error)
	UpdateUserProfile(context.Context, *UpdateUserProfileRequest) (*UserProfile, error)
	GetUserEmail(context.Context, *UserID) (*UserEmailView, error)
	ChangeUserEmail(context.Context, *UpdateUserEmailRequest) (*UserEmail, error)
	ResendEmailVerificationMail(context.Context, *UserID) (*empty.Empty, error)
	GetUserPhone(context.Context, *UserID) (*UserPhoneView, error)
	ChangeUserPhone(context.Context, *UpdateUserPhoneRequest) (*UserPhone, error)
	RemoveUserPhone(context.Context, *UserID) (*empty.Empty, error)
	ResendPhoneVerificationCode(context.Context, *UserID) (*empty.Empty, error)
	GetUserAddress(context.Context, *UserID) (*UserAddressView, error)
	UpdateUserAddress(context.Context, *UpdateUserAddressRequest) (*UserAddress, error)
	GetUserMfas(context.Context, *UserID) (*MultiFactors, error)
	// Sends an Notification (Email/SMS) with a password reset Link
	SendSetPasswordNotification(context.Context, *SetPasswordNotificationRequest) (*empty.Empty, error)
	// A Manager is only allowed to set an initial password, on the next login the user has to change his password
	SetInitialPassword(context.Context, *PasswordRequest) (*empty.Empty, error)
	// returns default policy if nothing other set on organisation
	GetPasswordComplexityPolicy(context.Context, *empty.Empty) (*PasswordComplexityPolicy, error)
	CreatePasswordComplexityPolicy(context.Context, *PasswordComplexityPolicyCreate) (*PasswordComplexityPolicy, error)
	UpdatePasswordComplexityPolicy(context.Context, *PasswordComplexityPolicyUpdate) (*PasswordComplexityPolicy, error)
	DeletePasswordComplexityPolicy(context.Context, *PasswordComplexityPolicyID) (*empty.Empty, error)
	// returns default if nothing other set on organisation
	GetPasswordAgePolicy(context.Context, *empty.Empty) (*PasswordAgePolicy, error)
	CreatePasswordAgePolicy(context.Context, *PasswordAgePolicyCreate) (*PasswordAgePolicy, error)
	UpdatePasswordAgePolicy(context.Context, *PasswordAgePolicyUpdate) (*PasswordAgePolicy, error)
	DeletePasswordAgePolicy(context.Context, *PasswordAgePolicyID) (*empty.Empty, error)
	// returns default if nothing other set on organisation
	GetPasswordLockoutPolicy(context.Context, *empty.Empty) (*PasswordLockoutPolicy, error)
	CreatePasswordLockoutPolicy(context.Context, *PasswordLockoutPolicyCreate) (*PasswordLockoutPolicy, error)
	UpdatePasswordLockoutPolicy(context.Context, *PasswordLockoutPolicyUpdate) (*PasswordLockoutPolicy, error)
	DeletePasswordLockoutPolicy(context.Context, *PasswordLockoutPolicyID) (*empty.Empty, error)
	GetMyOrg(context.Context, *empty.Empty) (*OrgView, error)
	// search a organisation by its domain overall organisations
	GetOrgByDomainGlobal(context.Context, *Domain) (*OrgView, error)
	DeactivateMyOrg(context.Context, *empty.Empty) (*Org, error)
	ReactivateMyOrg(context.Context, *empty.Empty) (*Org, error)
	SearchMyOrgDomains(context.Context, *OrgDomainSearchRequest) (*OrgDomainSearchResponse, error)
	AddMyOrgDomain(context.Context, *AddOrgDomainRequest) (*OrgDomain, error)
	RemoveMyOrgDomain(context.Context, *RemoveOrgDomainRequest) (*empty.Empty, error)
	GetMyOrgIamPolicy(context.Context, *empty.Empty) (*OrgIamPolicy, error)
	GetOrgMemberRoles(context.Context, *empty.Empty) (*OrgMemberRoles, error)
	AddMyOrgMember(context.Context, *AddOrgMemberRequest) (*OrgMember, error)
	ChangeMyOrgMember(context.Context, *ChangeOrgMemberRequest) (*OrgMember, error)
	RemoveMyOrgMember(context.Context, *RemoveOrgMemberRequest) (*empty.Empty, error)
	SearchMyOrgMembers(context.Context, *OrgMemberSearchRequest) (*OrgMemberSearchResponse, error)
	SearchProjects(context.Context, *ProjectSearchRequest) (*ProjectSearchResponse, error)
	ProjectByID(context.Context, *ProjectID) (*ProjectView, error)
	CreateProject(context.Context, *ProjectCreateRequest) (*Project, error)
	UpdateProject(context.Context, *ProjectUpdateRequest) (*Project, error)
	DeactivateProject(context.Context, *ProjectID) (*Project, error)
	ReactivateProject(context.Context, *ProjectID) (*Project, error)
	// returns all projects my organisation got granted from another organisation
	SearchGrantedProjects(context.Context, *GrantedProjectSearchRequest) (*ProjectGrantSearchResponse, error)
	// returns a project my organisation got granted from another organisation
	GetGrantedProjectByID(context.Context, *ProjectGrantID) (*ProjectGrantView, error)
	GetProjectMemberRoles(context.Context, *empty.Empty) (*ProjectMemberRoles, error)
	SearchProjectMembers(context.Context, *ProjectMemberSearchRequest) (*ProjectMemberSearchResponse, error)
	AddProjectMember(context.Context, *ProjectMemberAdd) (*ProjectMember, error)
	ChangeProjectMember(context.Context, *ProjectMemberChange) (*ProjectMember, error)
	RemoveProjectMember(context.Context, *ProjectMemberRemove) (*empty.Empty, error)
	SearchProjectRoles(context.Context, *ProjectRoleSearchRequest) (*ProjectRoleSearchResponse, error)
	AddProjectRole(context.Context, *ProjectRoleAdd) (*ProjectRole, error)
	// add a list of project roles in one request
	BulkAddProjectRole(context.Context, *ProjectRoleAddBulk) (*empty.Empty, error)
	ChangeProjectRole(context.Context, *ProjectRoleChange) (*ProjectRole, error)
	// RemoveProjectRole removes role from UserGrants, ProjectGrants and from Project
	RemoveProjectRole(context.Context, *ProjectRoleRemove) (*empty.Empty, error)
	SearchApplications(context.Context, *ApplicationSearchRequest) (*ApplicationSearchResponse, error)
	ApplicationByID(context.Context, *ApplicationID) (*ApplicationView, error)
	CreateOIDCApplication(context.Context, *OIDCApplicationCreate) (*Application, error)
	UpdateApplication(context.Context, *ApplicationUpdate) (*Application, error)
	DeactivateApplication(context.Context, *ApplicationID) (*Application, error)
	ReactivateApplication(context.Context, *ApplicationID) (*Application, error)
	RemoveApplication(context.Context, *ApplicationID) (*empty.Empty, error)
	UpdateApplicationOIDCConfig(context.Context, *OIDCConfigUpdate) (*OIDCConfig, error)
	RegenerateOIDCClientSecret(context.Context, *ApplicationID) (*ClientSecret, error)
	SearchProjectGrants(context.Context, *ProjectGrantSearchRequest) (*ProjectGrantSearchResponse, error)
	ProjectGrantByID(context.Context, *ProjectGrantID) (*ProjectGrantView, error)
	CreateProjectGrant(context.Context, *ProjectGrantCreate) (*ProjectGrant, error)
	UpdateProjectGrant(context.Context, *ProjectGrantUpdate) (*ProjectGrant, error)
	DeactivateProjectGrant(context.Context, *ProjectGrantID) (*ProjectGrant, error)
	ReactivateProjectGrant(context.Context, *ProjectGrantID) (*ProjectGrant, error)
	// RemoveProjectGrant removes project grant and all user grants for this project grant
	RemoveProjectGrant(context.Context, *ProjectGrantID) (*empty.Empty, error)
	GetProjectGrantMemberRoles(context.Context, *empty.Empty) (*ProjectGrantMemberRoles, error)
	SearchProjectGrantMembers(context.Context, *ProjectGrantMemberSearchRequest) (*ProjectGrantMemberSearchResponse, error)
	AddProjectGrantMember(context.Context, *ProjectGrantMemberAdd) (*ProjectGrantMember, error)
	ChangeProjectGrantMember(context.Context, *ProjectGrantMemberChange) (*ProjectGrantMember, error)
	RemoveProjectGrantMember(context.Context, *ProjectGrantMemberRemove) (*empty.Empty, error)
	SearchUserGrants(context.Context, *UserGrantSearchRequest) (*UserGrantSearchResponse, error)
	UserGrantByID(context.Context, *UserGrantID) (*UserGrantView, error)
	CreateUserGrant(context.Context, *UserGrantCreate) (*UserGrant, error)
	UpdateUserGrant(context.Context, *UserGrantUpdate) (*UserGrant, error)
	DeactivateUserGrant(context.Context, *UserGrantID) (*UserGrant, error)
	ReactivateUserGrant(context.Context, *UserGrantID) (*UserGrant, error)
	RemoveUserGrant(context.Context, *UserGrantID) (*empty.Empty, error)
	// add a list of user grants in one request
	BulkCreateUserGrant(context.Context, *UserGrantCreateBulk) (*empty.Empty, error)
	// update a list of user grants in one request
	BulkUpdateUserGrant(context.Context, *UserGrantUpdateBulk) (*empty.Empty, error)
	// remove a list of user grants in one request
	BulkRemoveUserGrant(context.Context, *UserGrantRemoveBulk) (*empty.Empty, error)
	// search user grants based on a project
	// This request is required that the user authorizations of zitadel can be differentiated
	SearchProjectUserGrants(context.Context, *ProjectUserGrantSearchRequest) (*UserGrantSearchResponse, error)
	// get user grant based on a project
	// This request is required that the user authorizations of zitadel can be differentiated
	ProjectUserGrantByID(context.Context, *ProjectUserGrantID) (*UserGrantView, error)
	// create user grant based on a project
	// This request is required that the user authorizations of zitadel can be differentiated
	CreateProjectUserGrant(context.Context, *UserGrantCreate) (*UserGrant, error)
	// update user grant based on a project
	// This request is required that the user authorizations of zitadel can be differentiated
	UpdateProjectUserGrant(context.Context, *ProjectUserGrantUpdate) (*UserGrant, error)
	// deactivate user grant based on a project
	// This request is required that the user authorizations of zitadel can be differentiated
	DeactivateProjectUserGrant(context.Context, *ProjectUserGrantID) (*UserGrant, error)
	// reactivate user grant based on a project
	// This request is required that the user authorizations of zitadel can be differentiated
	ReactivateProjectUserGrant(context.Context, *ProjectUserGrantID) (*UserGrant, error)
	// search user grants based on a projectgrant
	// This request is required that the user authorizations of zitadel can be differentiated
	SearchProjectGrantUserGrants(context.Context, *ProjectGrantUserGrantSearchRequest) (*UserGrantSearchResponse, error)
	// get user grant based on a projectgrant
	// This request is required that the user authorizations of zitadel can be differentiated
	ProjectGrantUserGrantByID(context.Context, *ProjectGrantUserGrantID) (*UserGrantView, error)
	// create user grant based on a projectgrant
	// This request is required that the user authorizations of zitadel can be differentiated
	CreateProjectGrantUserGrant(context.Context, *ProjectGrantUserGrantCreate) (*UserGrant, error)
	// update user grant based on a projectgrant
	// This request is required that the user authorizations of zitadel can be differentiated
	UpdateProjectGrantUserGrant(context.Context, *ProjectGrantUserGrantUpdate) (*UserGrant, error)
	// deactivate user grant based on a projectgrant
	// This request is required that the user authorizations of zitadel can be differentiated
	DeactivateProjectGrantUserGrant(context.Context, *ProjectGrantUserGrantID) (*UserGrant, error)
	// reactivate user grant based on a projectgrant
	// This request is required that the user authorizations of zitadel can be differentiated
	ReactivateProjectGrantUserGrant(context.Context, *ProjectGrantUserGrantID) (*UserGrant, error)
}

ManagementServiceServer is the server API for ManagementService service.

type MfaType

type MfaType int32
const (
	MfaType_MFATYPE_UNSPECIFIED MfaType = 0
	MfaType_MFATYPE_SMS         MfaType = 1
	MfaType_MFATYPE_OTP         MfaType = 2
)

func (MfaType) Descriptor added in v0.4.0

func (MfaType) Descriptor() protoreflect.EnumDescriptor

func (MfaType) Enum added in v0.4.0

func (x MfaType) Enum() *MfaType

func (MfaType) EnumDescriptor deprecated

func (MfaType) EnumDescriptor() ([]byte, []int)

Deprecated: Use MfaType.Descriptor instead.

func (MfaType) Number added in v0.4.0

func (x MfaType) Number() protoreflect.EnumNumber

func (MfaType) String

func (x MfaType) String() string

func (MfaType) Type added in v0.4.0

func (MfaType) Type() protoreflect.EnumType

type MultiFactor

type MultiFactor struct {
	Type  MfaType  `protobuf:"varint,1,opt,name=type,proto3,enum=caos.zitadel.management.api.v1.MfaType" json:"type,omitempty"`
	State MFAState `protobuf:"varint,2,opt,name=state,proto3,enum=caos.zitadel.management.api.v1.MFAState" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*MultiFactor) Descriptor deprecated

func (*MultiFactor) Descriptor() ([]byte, []int)

Deprecated: Use MultiFactor.ProtoReflect.Descriptor instead.

func (*MultiFactor) GetState

func (x *MultiFactor) GetState() MFAState

func (*MultiFactor) GetType

func (x *MultiFactor) GetType() MfaType

func (*MultiFactor) ProtoMessage

func (*MultiFactor) ProtoMessage()

func (*MultiFactor) ProtoReflect added in v0.4.0

func (x *MultiFactor) ProtoReflect() protoreflect.Message

func (*MultiFactor) Reset

func (x *MultiFactor) Reset()

func (*MultiFactor) String

func (x *MultiFactor) String() string

type MultiFactors

type MultiFactors struct {
	Mfas []*MultiFactor `protobuf:"bytes,1,rep,name=mfas,proto3" json:"mfas,omitempty"`
	// contains filtered or unexported fields
}

func (*MultiFactors) Descriptor deprecated

func (*MultiFactors) Descriptor() ([]byte, []int)

Deprecated: Use MultiFactors.ProtoReflect.Descriptor instead.

func (*MultiFactors) GetMfas

func (x *MultiFactors) GetMfas() []*MultiFactor

func (*MultiFactors) ProtoMessage

func (*MultiFactors) ProtoMessage()

func (*MultiFactors) ProtoReflect added in v0.4.0

func (x *MultiFactors) ProtoReflect() protoreflect.Message

func (*MultiFactors) Reset

func (x *MultiFactors) Reset()

func (*MultiFactors) String

func (x *MultiFactors) String() string

type NotificationType

type NotificationType int32
const (
	NotificationType_NOTIFICATIONTYPE_EMAIL NotificationType = 0
	NotificationType_NOTIFICATIONTYPE_SMS   NotificationType = 1
)

func (NotificationType) Descriptor added in v0.4.0

func (NotificationType) Enum added in v0.4.0

func (NotificationType) EnumDescriptor deprecated

func (NotificationType) EnumDescriptor() ([]byte, []int)

Deprecated: Use NotificationType.Descriptor instead.

func (NotificationType) Number added in v0.4.0

func (NotificationType) String

func (x NotificationType) String() string

func (NotificationType) Type added in v0.4.0

type OIDCApplicationCreate

type OIDCApplicationCreate struct {
	ProjectId              string              `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Name                   string              `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	RedirectUris           []string            `protobuf:"bytes,3,rep,name=redirect_uris,json=redirectUris,proto3" json:"redirect_uris,omitempty"`
	ResponseTypes          []OIDCResponseType  `` /* 161-byte string literal not displayed */
	GrantTypes             []OIDCGrantType     `` /* 149-byte string literal not displayed */
	ApplicationType        OIDCApplicationType `` /* 163-byte string literal not displayed */
	AuthMethodType         OIDCAuthMethodType  `` /* 161-byte string literal not displayed */
	PostLogoutRedirectUris []string            `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*OIDCApplicationCreate) Descriptor deprecated

func (*OIDCApplicationCreate) Descriptor() ([]byte, []int)

Deprecated: Use OIDCApplicationCreate.ProtoReflect.Descriptor instead.

func (*OIDCApplicationCreate) GetApplicationType

func (x *OIDCApplicationCreate) GetApplicationType() OIDCApplicationType

func (*OIDCApplicationCreate) GetAuthMethodType

func (x *OIDCApplicationCreate) GetAuthMethodType() OIDCAuthMethodType

func (*OIDCApplicationCreate) GetGrantTypes

func (x *OIDCApplicationCreate) GetGrantTypes() []OIDCGrantType

func (*OIDCApplicationCreate) GetName

func (x *OIDCApplicationCreate) GetName() string

func (*OIDCApplicationCreate) GetPostLogoutRedirectUris

func (x *OIDCApplicationCreate) GetPostLogoutRedirectUris() []string

func (*OIDCApplicationCreate) GetProjectId

func (x *OIDCApplicationCreate) GetProjectId() string

func (*OIDCApplicationCreate) GetRedirectUris

func (x *OIDCApplicationCreate) GetRedirectUris() []string

func (*OIDCApplicationCreate) GetResponseTypes

func (x *OIDCApplicationCreate) GetResponseTypes() []OIDCResponseType

func (*OIDCApplicationCreate) ProtoMessage

func (*OIDCApplicationCreate) ProtoMessage()

func (*OIDCApplicationCreate) ProtoReflect added in v0.4.0

func (x *OIDCApplicationCreate) ProtoReflect() protoreflect.Message

func (*OIDCApplicationCreate) Reset

func (x *OIDCApplicationCreate) Reset()

func (*OIDCApplicationCreate) String

func (x *OIDCApplicationCreate) String() string

type OIDCApplicationType

type OIDCApplicationType int32
const (
	OIDCApplicationType_OIDCAPPLICATIONTYPE_WEB        OIDCApplicationType = 0
	OIDCApplicationType_OIDCAPPLICATIONTYPE_USER_AGENT OIDCApplicationType = 1
	OIDCApplicationType_OIDCAPPLICATIONTYPE_NATIVE     OIDCApplicationType = 2
)

func (OIDCApplicationType) Descriptor added in v0.4.0

func (OIDCApplicationType) Enum added in v0.4.0

func (OIDCApplicationType) EnumDescriptor deprecated

func (OIDCApplicationType) EnumDescriptor() ([]byte, []int)

Deprecated: Use OIDCApplicationType.Descriptor instead.

func (OIDCApplicationType) Number added in v0.4.0

func (OIDCApplicationType) String

func (x OIDCApplicationType) String() string

func (OIDCApplicationType) Type added in v0.4.0

type OIDCAuthMethodType

type OIDCAuthMethodType int32
const (
	OIDCAuthMethodType_OIDCAUTHMETHODTYPE_BASIC OIDCAuthMethodType = 0
	OIDCAuthMethodType_OIDCAUTHMETHODTYPE_POST  OIDCAuthMethodType = 1
	OIDCAuthMethodType_OIDCAUTHMETHODTYPE_NONE  OIDCAuthMethodType = 2
)

func (OIDCAuthMethodType) Descriptor added in v0.4.0

func (OIDCAuthMethodType) Enum added in v0.4.0

func (OIDCAuthMethodType) EnumDescriptor deprecated

func (OIDCAuthMethodType) EnumDescriptor() ([]byte, []int)

Deprecated: Use OIDCAuthMethodType.Descriptor instead.

func (OIDCAuthMethodType) Number added in v0.4.0

func (OIDCAuthMethodType) String

func (x OIDCAuthMethodType) String() string

func (OIDCAuthMethodType) Type added in v0.4.0

type OIDCConfig

type OIDCConfig struct {
	RedirectUris           []string            `protobuf:"bytes,1,rep,name=redirect_uris,json=redirectUris,proto3" json:"redirect_uris,omitempty"`
	ResponseTypes          []OIDCResponseType  `` /* 161-byte string literal not displayed */
	GrantTypes             []OIDCGrantType     `` /* 149-byte string literal not displayed */
	ApplicationType        OIDCApplicationType `` /* 163-byte string literal not displayed */
	ClientId               string              `protobuf:"bytes,5,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	ClientSecret           string              `protobuf:"bytes,6,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	AuthMethodType         OIDCAuthMethodType  `` /* 161-byte string literal not displayed */
	PostLogoutRedirectUris []string            `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*OIDCConfig) Descriptor deprecated

func (*OIDCConfig) Descriptor() ([]byte, []int)

Deprecated: Use OIDCConfig.ProtoReflect.Descriptor instead.

func (*OIDCConfig) GetApplicationType

func (x *OIDCConfig) GetApplicationType() OIDCApplicationType

func (*OIDCConfig) GetAuthMethodType

func (x *OIDCConfig) GetAuthMethodType() OIDCAuthMethodType

func (*OIDCConfig) GetClientId

func (x *OIDCConfig) GetClientId() string

func (*OIDCConfig) GetClientSecret

func (x *OIDCConfig) GetClientSecret() string

func (*OIDCConfig) GetGrantTypes

func (x *OIDCConfig) GetGrantTypes() []OIDCGrantType

func (*OIDCConfig) GetPostLogoutRedirectUris

func (x *OIDCConfig) GetPostLogoutRedirectUris() []string

func (*OIDCConfig) GetRedirectUris

func (x *OIDCConfig) GetRedirectUris() []string

func (*OIDCConfig) GetResponseTypes

func (x *OIDCConfig) GetResponseTypes() []OIDCResponseType

func (*OIDCConfig) ProtoMessage

func (*OIDCConfig) ProtoMessage()

func (*OIDCConfig) ProtoReflect added in v0.4.0

func (x *OIDCConfig) ProtoReflect() protoreflect.Message

func (*OIDCConfig) Reset

func (x *OIDCConfig) Reset()

func (*OIDCConfig) String

func (x *OIDCConfig) String() string

type OIDCConfigUpdate

type OIDCConfigUpdate struct {
	ProjectId              string              `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ApplicationId          string              `protobuf:"bytes,2,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	RedirectUris           []string            `protobuf:"bytes,3,rep,name=redirect_uris,json=redirectUris,proto3" json:"redirect_uris,omitempty"`
	ResponseTypes          []OIDCResponseType  `` /* 161-byte string literal not displayed */
	GrantTypes             []OIDCGrantType     `` /* 149-byte string literal not displayed */
	ApplicationType        OIDCApplicationType `` /* 163-byte string literal not displayed */
	AuthMethodType         OIDCAuthMethodType  `` /* 161-byte string literal not displayed */
	PostLogoutRedirectUris []string            `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*OIDCConfigUpdate) Descriptor deprecated

func (*OIDCConfigUpdate) Descriptor() ([]byte, []int)

Deprecated: Use OIDCConfigUpdate.ProtoReflect.Descriptor instead.

func (*OIDCConfigUpdate) GetApplicationId

func (x *OIDCConfigUpdate) GetApplicationId() string

func (*OIDCConfigUpdate) GetApplicationType

func (x *OIDCConfigUpdate) GetApplicationType() OIDCApplicationType

func (*OIDCConfigUpdate) GetAuthMethodType

func (x *OIDCConfigUpdate) GetAuthMethodType() OIDCAuthMethodType

func (*OIDCConfigUpdate) GetGrantTypes

func (x *OIDCConfigUpdate) GetGrantTypes() []OIDCGrantType

func (*OIDCConfigUpdate) GetPostLogoutRedirectUris

func (x *OIDCConfigUpdate) GetPostLogoutRedirectUris() []string

func (*OIDCConfigUpdate) GetProjectId

func (x *OIDCConfigUpdate) GetProjectId() string

func (*OIDCConfigUpdate) GetRedirectUris

func (x *OIDCConfigUpdate) GetRedirectUris() []string

func (*OIDCConfigUpdate) GetResponseTypes

func (x *OIDCConfigUpdate) GetResponseTypes() []OIDCResponseType

func (*OIDCConfigUpdate) ProtoMessage

func (*OIDCConfigUpdate) ProtoMessage()

func (*OIDCConfigUpdate) ProtoReflect added in v0.4.0

func (x *OIDCConfigUpdate) ProtoReflect() protoreflect.Message

func (*OIDCConfigUpdate) Reset

func (x *OIDCConfigUpdate) Reset()

func (*OIDCConfigUpdate) String

func (x *OIDCConfigUpdate) String() string

type OIDCGrantType

type OIDCGrantType int32
const (
	OIDCGrantType_OIDCGRANTTYPE_AUTHORIZATION_CODE OIDCGrantType = 0
	OIDCGrantType_OIDCGRANTTYPE_IMPLICIT           OIDCGrantType = 1
	OIDCGrantType_OIDCGRANTTYPE_REFRESH_TOKEN      OIDCGrantType = 2
)

func (OIDCGrantType) Descriptor added in v0.4.0

func (OIDCGrantType) Enum added in v0.4.0

func (x OIDCGrantType) Enum() *OIDCGrantType

func (OIDCGrantType) EnumDescriptor deprecated

func (OIDCGrantType) EnumDescriptor() ([]byte, []int)

Deprecated: Use OIDCGrantType.Descriptor instead.

func (OIDCGrantType) Number added in v0.4.0

func (OIDCGrantType) String

func (x OIDCGrantType) String() string

func (OIDCGrantType) Type added in v0.4.0

type OIDCResponseType

type OIDCResponseType int32
const (
	OIDCResponseType_OIDCRESPONSETYPE_CODE     OIDCResponseType = 0
	OIDCResponseType_OIDCRESPONSETYPE_ID_TOKEN OIDCResponseType = 1
	OIDCResponseType_OIDCRESPONSETYPE_TOKEN    OIDCResponseType = 2
)

func (OIDCResponseType) Descriptor added in v0.4.0

func (OIDCResponseType) Enum added in v0.4.0

func (OIDCResponseType) EnumDescriptor deprecated

func (OIDCResponseType) EnumDescriptor() ([]byte, []int)

Deprecated: Use OIDCResponseType.Descriptor instead.

func (OIDCResponseType) Number added in v0.4.0

func (OIDCResponseType) String

func (x OIDCResponseType) String() string

func (OIDCResponseType) Type added in v0.4.0

type Org

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.management.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"`
	Sequence     uint64               `protobuf:"varint,6,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// contains filtered or unexported fields
}

func (*Org) Descriptor deprecated

func (*Org) Descriptor() ([]byte, []int)

Deprecated: Use Org.ProtoReflect.Descriptor instead.

func (*Org) GetChangeDate

func (x *Org) GetChangeDate() *timestamp.Timestamp

func (*Org) GetCreationDate

func (x *Org) GetCreationDate() *timestamp.Timestamp

func (*Org) GetId

func (x *Org) GetId() string

func (*Org) GetName

func (x *Org) GetName() string

func (*Org) GetSequence

func (x *Org) GetSequence() uint64

func (*Org) GetState

func (x *Org) GetState() OrgState

func (*Org) ProtoMessage

func (*Org) ProtoMessage()

func (*Org) ProtoReflect added in v0.4.0

func (x *Org) ProtoReflect() protoreflect.Message

func (*Org) Reset

func (x *Org) Reset()

func (*Org) String

func (x *Org) String() string

type OrgDomain

type OrgDomain struct {
	OrgId        string               `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	CreationDate *timestamp.Timestamp `protobuf:"bytes,2,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
	ChangeDate   *timestamp.Timestamp `protobuf:"bytes,3,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
	Domain       string               `protobuf:"bytes,4,opt,name=domain,proto3" json:"domain,omitempty"`
	Verified     bool                 `protobuf:"varint,5,opt,name=verified,proto3" json:"verified,omitempty"`
	Primary      bool                 `protobuf:"varint,6,opt,name=primary,proto3" json:"primary,omitempty"`
	Sequence     uint64               `protobuf:"varint,7,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// contains filtered or unexported fields
}

func (*OrgDomain) Descriptor deprecated

func (*OrgDomain) Descriptor() ([]byte, []int)

Deprecated: Use OrgDomain.ProtoReflect.Descriptor instead.

func (*OrgDomain) GetChangeDate added in v0.26.0

func (x *OrgDomain) GetChangeDate() *timestamp.Timestamp

func (*OrgDomain) GetCreationDate added in v0.26.0

func (x *OrgDomain) GetCreationDate() *timestamp.Timestamp

func (*OrgDomain) GetDomain

func (x *OrgDomain) GetDomain() string

func (*OrgDomain) GetOrgId added in v0.26.0

func (x *OrgDomain) GetOrgId() string

func (*OrgDomain) GetPrimary added in v0.26.0

func (x *OrgDomain) GetPrimary() bool

func (*OrgDomain) GetSequence added in v0.26.0

func (x *OrgDomain) GetSequence() uint64

func (*OrgDomain) GetVerified added in v0.26.0

func (x *OrgDomain) GetVerified() bool

func (*OrgDomain) ProtoMessage

func (*OrgDomain) ProtoMessage()

func (*OrgDomain) ProtoReflect added in v0.4.0

func (x *OrgDomain) ProtoReflect() protoreflect.Message

func (*OrgDomain) Reset

func (x *OrgDomain) Reset()

func (*OrgDomain) String

func (x *OrgDomain) String() string

type OrgDomainSearchKey added in v0.26.0

type OrgDomainSearchKey int32
const (
	OrgDomainSearchKey_ORGDOMAINSEARCHKEY_UNSPECIFIED OrgDomainSearchKey = 0
	OrgDomainSearchKey_ORGDOMAINSEARCHKEY_DOMAIN      OrgDomainSearchKey = 1
)

func (OrgDomainSearchKey) Descriptor added in v0.26.0

func (OrgDomainSearchKey) Enum added in v0.26.0

func (OrgDomainSearchKey) EnumDescriptor deprecated added in v0.26.0

func (OrgDomainSearchKey) EnumDescriptor() ([]byte, []int)

Deprecated: Use OrgDomainSearchKey.Descriptor instead.

func (OrgDomainSearchKey) Number added in v0.26.0

func (OrgDomainSearchKey) String added in v0.26.0

func (x OrgDomainSearchKey) String() string

func (OrgDomainSearchKey) Type added in v0.26.0

type OrgDomainSearchQuery added in v0.26.0

type OrgDomainSearchQuery struct {
	Key    OrgDomainSearchKey `protobuf:"varint,1,opt,name=key,proto3,enum=caos.zitadel.management.api.v1.OrgDomainSearchKey" json:"key,omitempty"`
	Method SearchMethod       `protobuf:"varint,2,opt,name=method,proto3,enum=caos.zitadel.management.api.v1.SearchMethod" json:"method,omitempty"`
	Value  string             `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*OrgDomainSearchQuery) Descriptor deprecated added in v0.26.0

func (*OrgDomainSearchQuery) Descriptor() ([]byte, []int)

Deprecated: Use OrgDomainSearchQuery.ProtoReflect.Descriptor instead.

func (*OrgDomainSearchQuery) GetKey added in v0.26.0

func (*OrgDomainSearchQuery) GetMethod added in v0.26.0

func (x *OrgDomainSearchQuery) GetMethod() SearchMethod

func (*OrgDomainSearchQuery) GetValue added in v0.26.0

func (x *OrgDomainSearchQuery) GetValue() string

func (*OrgDomainSearchQuery) ProtoMessage added in v0.26.0

func (*OrgDomainSearchQuery) ProtoMessage()

func (*OrgDomainSearchQuery) ProtoReflect added in v0.26.0

func (x *OrgDomainSearchQuery) ProtoReflect() protoreflect.Message

func (*OrgDomainSearchQuery) Reset added in v0.26.0

func (x *OrgDomainSearchQuery) Reset()

func (*OrgDomainSearchQuery) String added in v0.26.0

func (x *OrgDomainSearchQuery) String() string

type OrgDomainSearchRequest added in v0.26.0

type OrgDomainSearchRequest 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 []*OrgDomainSearchQuery `protobuf:"bytes,3,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*OrgDomainSearchRequest) Descriptor deprecated added in v0.26.0

func (*OrgDomainSearchRequest) Descriptor() ([]byte, []int)

Deprecated: Use OrgDomainSearchRequest.ProtoReflect.Descriptor instead.

func (*OrgDomainSearchRequest) GetLimit added in v0.26.0

func (x *OrgDomainSearchRequest) GetLimit() uint64

func (*OrgDomainSearchRequest) GetOffset added in v0.26.0

func (x *OrgDomainSearchRequest) GetOffset() uint64

func (*OrgDomainSearchRequest) GetQueries added in v0.26.0

func (x *OrgDomainSearchRequest) GetQueries() []*OrgDomainSearchQuery

func (*OrgDomainSearchRequest) ProtoMessage added in v0.26.0

func (*OrgDomainSearchRequest) ProtoMessage()

func (*OrgDomainSearchRequest) ProtoReflect added in v0.26.0

func (x *OrgDomainSearchRequest) ProtoReflect() protoreflect.Message

func (*OrgDomainSearchRequest) Reset added in v0.26.0

func (x *OrgDomainSearchRequest) Reset()

func (*OrgDomainSearchRequest) String added in v0.26.0

func (x *OrgDomainSearchRequest) String() string

type OrgDomainSearchResponse added in v0.26.0

type OrgDomainSearchResponse 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      []*OrgDomainView `protobuf:"bytes,4,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OrgDomainSearchResponse) Descriptor deprecated added in v0.26.0

func (*OrgDomainSearchResponse) Descriptor() ([]byte, []int)

Deprecated: Use OrgDomainSearchResponse.ProtoReflect.Descriptor instead.

func (*OrgDomainSearchResponse) GetLimit added in v0.26.0

func (x *OrgDomainSearchResponse) GetLimit() uint64

func (*OrgDomainSearchResponse) GetOffset added in v0.26.0

func (x *OrgDomainSearchResponse) GetOffset() uint64

func (*OrgDomainSearchResponse) GetResult added in v0.26.0

func (x *OrgDomainSearchResponse) GetResult() []*OrgDomainView

func (*OrgDomainSearchResponse) GetTotalResult added in v0.26.0

func (x *OrgDomainSearchResponse) GetTotalResult() uint64

func (*OrgDomainSearchResponse) ProtoMessage added in v0.26.0

func (*OrgDomainSearchResponse) ProtoMessage()

func (*OrgDomainSearchResponse) ProtoReflect added in v0.26.0

func (x *OrgDomainSearchResponse) ProtoReflect() protoreflect.Message

func (*OrgDomainSearchResponse) Reset added in v0.26.0

func (x *OrgDomainSearchResponse) Reset()

func (*OrgDomainSearchResponse) String added in v0.26.0

func (x *OrgDomainSearchResponse) String() string

type OrgDomainView added in v0.26.0

type OrgDomainView struct {
	OrgId        string               `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	CreationDate *timestamp.Timestamp `protobuf:"bytes,2,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
	ChangeDate   *timestamp.Timestamp `protobuf:"bytes,3,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
	Domain       string               `protobuf:"bytes,4,opt,name=domain,proto3" json:"domain,omitempty"`
	Verified     bool                 `protobuf:"varint,5,opt,name=verified,proto3" json:"verified,omitempty"`
	Primary      bool                 `protobuf:"varint,6,opt,name=primary,proto3" json:"primary,omitempty"`
	Sequence     uint64               `protobuf:"varint,7,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// contains filtered or unexported fields
}

func (*OrgDomainView) Descriptor deprecated added in v0.26.0

func (*OrgDomainView) Descriptor() ([]byte, []int)

Deprecated: Use OrgDomainView.ProtoReflect.Descriptor instead.

func (*OrgDomainView) GetChangeDate added in v0.26.0

func (x *OrgDomainView) GetChangeDate() *timestamp.Timestamp

func (*OrgDomainView) GetCreationDate added in v0.26.0

func (x *OrgDomainView) GetCreationDate() *timestamp.Timestamp

func (*OrgDomainView) GetDomain added in v0.26.0

func (x *OrgDomainView) GetDomain() string

func (*OrgDomainView) GetOrgId added in v0.26.0

func (x *OrgDomainView) GetOrgId() string

func (*OrgDomainView) GetPrimary added in v0.26.0

func (x *OrgDomainView) GetPrimary() bool

func (*OrgDomainView) GetSequence added in v0.26.0

func (x *OrgDomainView) GetSequence() uint64

func (*OrgDomainView) GetVerified added in v0.26.0

func (x *OrgDomainView) GetVerified() bool

func (*OrgDomainView) ProtoMessage added in v0.26.0

func (*OrgDomainView) ProtoMessage()

func (*OrgDomainView) ProtoReflect added in v0.26.0

func (x *OrgDomainView) ProtoReflect() protoreflect.Message

func (*OrgDomainView) Reset added in v0.26.0

func (x *OrgDomainView) Reset()

func (*OrgDomainView) String added in v0.26.0

func (x *OrgDomainView) String() string

type OrgDomains added in v0.26.0

type OrgDomains struct {
	Domains []*OrgDomain `protobuf:"bytes,1,rep,name=domains,proto3" json:"domains,omitempty"`
	// contains filtered or unexported fields
}

func (*OrgDomains) Descriptor deprecated added in v0.26.0

func (*OrgDomains) Descriptor() ([]byte, []int)

Deprecated: Use OrgDomains.ProtoReflect.Descriptor instead.

func (*OrgDomains) GetDomains added in v0.26.0

func (x *OrgDomains) GetDomains() []*OrgDomain

func (*OrgDomains) ProtoMessage added in v0.26.0

func (*OrgDomains) ProtoMessage()

func (*OrgDomains) ProtoReflect added in v0.26.0

func (x *OrgDomains) ProtoReflect() protoreflect.Message

func (*OrgDomains) Reset added in v0.26.0

func (x *OrgDomains) Reset()

func (*OrgDomains) String added in v0.26.0

func (x *OrgDomains) String() string

type OrgID

type OrgID struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*OrgID) Descriptor deprecated

func (*OrgID) Descriptor() ([]byte, []int)

Deprecated: Use OrgID.ProtoReflect.Descriptor instead.

func (*OrgID) GetId

func (x *OrgID) GetId() string

func (*OrgID) ProtoMessage

func (*OrgID) ProtoMessage()

func (*OrgID) ProtoReflect added in v0.4.0

func (x *OrgID) ProtoReflect() protoreflect.Message

func (*OrgID) Reset

func (x *OrgID) Reset()

func (*OrgID) String

func (x *OrgID) String() string

type OrgIamPolicy added in v0.31.2

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   `` /* 131-byte string literal not displayed */
	Default               bool   `protobuf:"varint,4,opt,name=default,proto3" json:"default,omitempty"`
	// contains filtered or unexported fields
}

func (*OrgIamPolicy) Descriptor deprecated added in v0.31.2

func (*OrgIamPolicy) Descriptor() ([]byte, []int)

Deprecated: Use OrgIamPolicy.ProtoReflect.Descriptor instead.

func (*OrgIamPolicy) GetDefault added in v0.31.2

func (x *OrgIamPolicy) GetDefault() bool

func (*OrgIamPolicy) GetDescription added in v0.31.2

func (x *OrgIamPolicy) GetDescription() string

func (*OrgIamPolicy) GetOrgId added in v0.31.2

func (x *OrgIamPolicy) GetOrgId() string

func (*OrgIamPolicy) GetUserLoginMustBeDomain added in v0.31.2

func (x *OrgIamPolicy) GetUserLoginMustBeDomain() bool

func (*OrgIamPolicy) ProtoMessage added in v0.31.2

func (*OrgIamPolicy) ProtoMessage()

func (*OrgIamPolicy) ProtoReflect added in v0.31.2

func (x *OrgIamPolicy) ProtoReflect() protoreflect.Message

func (*OrgIamPolicy) Reset added in v0.31.2

func (x *OrgIamPolicy) Reset()

func (*OrgIamPolicy) String added in v0.31.2

func (x *OrgIamPolicy) String() string

type OrgMember

type OrgMember 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"`
	// contains filtered or unexported fields
}

func (*OrgMember) Descriptor deprecated

func (*OrgMember) Descriptor() ([]byte, []int)

Deprecated: Use OrgMember.ProtoReflect.Descriptor instead.

func (*OrgMember) GetChangeDate

func (x *OrgMember) GetChangeDate() *timestamp.Timestamp

func (*OrgMember) GetCreationDate

func (x *OrgMember) GetCreationDate() *timestamp.Timestamp

func (*OrgMember) GetRoles

func (x *OrgMember) GetRoles() []string

func (*OrgMember) GetSequence

func (x *OrgMember) GetSequence() uint64

func (*OrgMember) GetUserId

func (x *OrgMember) GetUserId() string

func (*OrgMember) ProtoMessage

func (*OrgMember) ProtoMessage()

func (*OrgMember) ProtoReflect added in v0.4.0

func (x *OrgMember) ProtoReflect() protoreflect.Message

func (*OrgMember) Reset

func (x *OrgMember) Reset()

func (*OrgMember) String

func (x *OrgMember) String() string

type OrgMemberRoles

type OrgMemberRoles struct {
	Roles []string `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*OrgMemberRoles) Descriptor deprecated

func (*OrgMemberRoles) Descriptor() ([]byte, []int)

Deprecated: Use OrgMemberRoles.ProtoReflect.Descriptor instead.

func (*OrgMemberRoles) GetRoles

func (x *OrgMemberRoles) GetRoles() []string

func (*OrgMemberRoles) ProtoMessage

func (*OrgMemberRoles) ProtoMessage()

func (*OrgMemberRoles) ProtoReflect added in v0.4.0

func (x *OrgMemberRoles) ProtoReflect() protoreflect.Message

func (*OrgMemberRoles) Reset

func (x *OrgMemberRoles) Reset()

func (*OrgMemberRoles) String

func (x *OrgMemberRoles) String() string

type OrgMemberSearchKey

type OrgMemberSearchKey int32
const (
	OrgMemberSearchKey_ORGMEMBERSEARCHKEY_UNSPECIFIED OrgMemberSearchKey = 0
	OrgMemberSearchKey_ORGMEMBERSEARCHKEY_FIRST_NAME  OrgMemberSearchKey = 1
	OrgMemberSearchKey_ORGMEMBERSEARCHKEY_LAST_NAME   OrgMemberSearchKey = 2
	OrgMemberSearchKey_ORGMEMBERSEARCHKEY_EMAIL       OrgMemberSearchKey = 3
	OrgMemberSearchKey_ORGMEMBERSEARCHKEY_USER_ID     OrgMemberSearchKey = 4
)

func (OrgMemberSearchKey) Descriptor added in v0.4.0

func (OrgMemberSearchKey) Enum added in v0.4.0

func (OrgMemberSearchKey) EnumDescriptor deprecated

func (OrgMemberSearchKey) EnumDescriptor() ([]byte, []int)

Deprecated: Use OrgMemberSearchKey.Descriptor instead.

func (OrgMemberSearchKey) Number added in v0.4.0

func (OrgMemberSearchKey) String

func (x OrgMemberSearchKey) String() string

func (OrgMemberSearchKey) Type added in v0.4.0

type OrgMemberSearchQuery

type OrgMemberSearchQuery struct {
	Key    OrgMemberSearchKey `protobuf:"varint,1,opt,name=key,proto3,enum=caos.zitadel.management.api.v1.OrgMemberSearchKey" json:"key,omitempty"`
	Method SearchMethod       `protobuf:"varint,2,opt,name=method,proto3,enum=caos.zitadel.management.api.v1.SearchMethod" json:"method,omitempty"`
	Value  string             `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*OrgMemberSearchQuery) Descriptor deprecated

func (*OrgMemberSearchQuery) Descriptor() ([]byte, []int)

Deprecated: Use OrgMemberSearchQuery.ProtoReflect.Descriptor instead.

func (*OrgMemberSearchQuery) GetKey

func (*OrgMemberSearchQuery) GetMethod

func (x *OrgMemberSearchQuery) GetMethod() SearchMethod

func (*OrgMemberSearchQuery) GetValue

func (x *OrgMemberSearchQuery) GetValue() string

func (*OrgMemberSearchQuery) ProtoMessage

func (*OrgMemberSearchQuery) ProtoMessage()

func (*OrgMemberSearchQuery) ProtoReflect added in v0.4.0

func (x *OrgMemberSearchQuery) ProtoReflect() protoreflect.Message

func (*OrgMemberSearchQuery) Reset

func (x *OrgMemberSearchQuery) Reset()

func (*OrgMemberSearchQuery) String

func (x *OrgMemberSearchQuery) String() string

type OrgMemberSearchRequest

type OrgMemberSearchRequest 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 []*OrgMemberSearchQuery `protobuf:"bytes,3,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*OrgMemberSearchRequest) Descriptor deprecated

func (*OrgMemberSearchRequest) Descriptor() ([]byte, []int)

Deprecated: Use OrgMemberSearchRequest.ProtoReflect.Descriptor instead.

func (*OrgMemberSearchRequest) GetLimit

func (x *OrgMemberSearchRequest) GetLimit() uint64

func (*OrgMemberSearchRequest) GetOffset

func (x *OrgMemberSearchRequest) GetOffset() uint64

func (*OrgMemberSearchRequest) GetQueries

func (x *OrgMemberSearchRequest) GetQueries() []*OrgMemberSearchQuery

func (*OrgMemberSearchRequest) ProtoMessage

func (*OrgMemberSearchRequest) ProtoMessage()

func (*OrgMemberSearchRequest) ProtoReflect added in v0.4.0

func (x *OrgMemberSearchRequest) ProtoReflect() protoreflect.Message

func (*OrgMemberSearchRequest) Reset

func (x *OrgMemberSearchRequest) Reset()

func (*OrgMemberSearchRequest) String

func (x *OrgMemberSearchRequest) String() string

type OrgMemberSearchResponse

type OrgMemberSearchResponse 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      []*OrgMemberView `protobuf:"bytes,4,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OrgMemberSearchResponse) Descriptor deprecated

func (*OrgMemberSearchResponse) Descriptor() ([]byte, []int)

Deprecated: Use OrgMemberSearchResponse.ProtoReflect.Descriptor instead.

func (*OrgMemberSearchResponse) GetLimit

func (x *OrgMemberSearchResponse) GetLimit() uint64

func (*OrgMemberSearchResponse) GetOffset

func (x *OrgMemberSearchResponse) GetOffset() uint64

func (*OrgMemberSearchResponse) GetResult

func (x *OrgMemberSearchResponse) GetResult() []*OrgMemberView

func (*OrgMemberSearchResponse) GetTotalResult

func (x *OrgMemberSearchResponse) GetTotalResult() uint64

func (*OrgMemberSearchResponse) ProtoMessage

func (*OrgMemberSearchResponse) ProtoMessage()

func (*OrgMemberSearchResponse) ProtoReflect added in v0.4.0

func (x *OrgMemberSearchResponse) ProtoReflect() protoreflect.Message

func (*OrgMemberSearchResponse) Reset

func (x *OrgMemberSearchResponse) Reset()

func (*OrgMemberSearchResponse) String

func (x *OrgMemberSearchResponse) String() string

type OrgMemberView added in v0.22.3

type OrgMemberView 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"`
	// contains filtered or unexported fields
}

func (*OrgMemberView) Descriptor deprecated added in v0.22.3

func (*OrgMemberView) Descriptor() ([]byte, []int)

Deprecated: Use OrgMemberView.ProtoReflect.Descriptor instead.

func (*OrgMemberView) GetChangeDate added in v0.22.3

func (x *OrgMemberView) GetChangeDate() *timestamp.Timestamp

func (*OrgMemberView) GetCreationDate added in v0.22.3

func (x *OrgMemberView) GetCreationDate() *timestamp.Timestamp

func (*OrgMemberView) GetEmail added in v0.22.3

func (x *OrgMemberView) GetEmail() string

func (*OrgMemberView) GetFirstName added in v0.22.3

func (x *OrgMemberView) GetFirstName() string

func (*OrgMemberView) GetLastName added in v0.22.3

func (x *OrgMemberView) GetLastName() string

func (*OrgMemberView) GetRoles added in v0.22.3

func (x *OrgMemberView) GetRoles() []string

func (*OrgMemberView) GetSequence added in v0.22.3

func (x *OrgMemberView) GetSequence() uint64

func (*OrgMemberView) GetUserId added in v0.22.3

func (x *OrgMemberView) GetUserId() string

func (*OrgMemberView) GetUserName added in v0.22.3

func (x *OrgMemberView) GetUserName() string

func (*OrgMemberView) ProtoMessage added in v0.22.3

func (*OrgMemberView) ProtoMessage()

func (*OrgMemberView) ProtoReflect added in v0.22.3

func (x *OrgMemberView) ProtoReflect() protoreflect.Message

func (*OrgMemberView) Reset added in v0.22.3

func (x *OrgMemberView) Reset()

func (*OrgMemberView) String added in v0.22.3

func (x *OrgMemberView) String() string

type OrgState

type OrgState int32
const (
	OrgState_ORGSTATE_UNSPECIFIED OrgState = 0
	OrgState_ORGSTATE_ACTIVE      OrgState = 1
	OrgState_ORGSTATE_INACTIVE    OrgState = 2
)

func (OrgState) Descriptor added in v0.4.0

func (OrgState) Descriptor() protoreflect.EnumDescriptor

func (OrgState) Enum added in v0.4.0

func (x OrgState) Enum() *OrgState

func (OrgState) EnumDescriptor deprecated

func (OrgState) EnumDescriptor() ([]byte, []int)

Deprecated: Use OrgState.Descriptor instead.

func (OrgState) Number added in v0.4.0

func (x OrgState) Number() protoreflect.EnumNumber

func (OrgState) String

func (x OrgState) String() string

func (OrgState) Type added in v0.4.0

type OrgView added in v0.33.1

type OrgView 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.management.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"`
	Sequence     uint64               `protobuf:"varint,6,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// contains filtered or unexported fields
}

func (*OrgView) Descriptor deprecated added in v0.33.1

func (*OrgView) Descriptor() ([]byte, []int)

Deprecated: Use OrgView.ProtoReflect.Descriptor instead.

func (*OrgView) GetChangeDate added in v0.33.1

func (x *OrgView) GetChangeDate() *timestamp.Timestamp

func (*OrgView) GetCreationDate added in v0.33.1

func (x *OrgView) GetCreationDate() *timestamp.Timestamp

func (*OrgView) GetId added in v0.33.1

func (x *OrgView) GetId() string

func (*OrgView) GetName added in v0.33.1

func (x *OrgView) GetName() string

func (*OrgView) GetSequence added in v0.33.1

func (x *OrgView) GetSequence() uint64

func (*OrgView) GetState added in v0.33.1

func (x *OrgView) GetState() OrgState

func (*OrgView) ProtoMessage added in v0.33.1

func (*OrgView) ProtoMessage()

func (*OrgView) ProtoReflect added in v0.33.1

func (x *OrgView) ProtoReflect() protoreflect.Message

func (*OrgView) Reset added in v0.33.1

func (x *OrgView) Reset()

func (*OrgView) String added in v0.33.1

func (x *OrgView) String() string

type PasswordAgePolicy

type PasswordAgePolicy struct {
	Id             string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Description    string               `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	State          PolicyState          `protobuf:"varint,3,opt,name=state,proto3,enum=caos.zitadel.management.api.v1.PolicyState" json:"state,omitempty"`
	CreationDate   *timestamp.Timestamp `protobuf:"bytes,4,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
	ChangeDate     *timestamp.Timestamp `protobuf:"bytes,5,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
	MaxAgeDays     uint64               `protobuf:"varint,6,opt,name=max_age_days,json=maxAgeDays,proto3" json:"max_age_days,omitempty"`
	ExpireWarnDays uint64               `protobuf:"varint,7,opt,name=expire_warn_days,json=expireWarnDays,proto3" json:"expire_warn_days,omitempty"`
	Sequence       uint64               `protobuf:"varint,8,opt,name=sequence,proto3" json:"sequence,omitempty"`
	IsDefault      bool                 `protobuf:"varint,9,opt,name=is_default,json=isDefault,proto3" json:"is_default,omitempty"`
	// contains filtered or unexported fields
}

func (*PasswordAgePolicy) Descriptor deprecated

func (*PasswordAgePolicy) Descriptor() ([]byte, []int)

Deprecated: Use PasswordAgePolicy.ProtoReflect.Descriptor instead.

func (*PasswordAgePolicy) GetChangeDate

func (x *PasswordAgePolicy) GetChangeDate() *timestamp.Timestamp

func (*PasswordAgePolicy) GetCreationDate

func (x *PasswordAgePolicy) GetCreationDate() *timestamp.Timestamp

func (*PasswordAgePolicy) GetDescription

func (x *PasswordAgePolicy) GetDescription() string

func (*PasswordAgePolicy) GetExpireWarnDays

func (x *PasswordAgePolicy) GetExpireWarnDays() uint64

func (*PasswordAgePolicy) GetId

func (x *PasswordAgePolicy) GetId() string

func (*PasswordAgePolicy) GetIsDefault added in v0.14.0

func (x *PasswordAgePolicy) GetIsDefault() bool

func (*PasswordAgePolicy) GetMaxAgeDays

func (x *PasswordAgePolicy) GetMaxAgeDays() uint64

func (*PasswordAgePolicy) GetSequence

func (x *PasswordAgePolicy) GetSequence() uint64

func (*PasswordAgePolicy) GetState

func (x *PasswordAgePolicy) GetState() PolicyState

func (*PasswordAgePolicy) ProtoMessage

func (*PasswordAgePolicy) ProtoMessage()

func (*PasswordAgePolicy) ProtoReflect added in v0.4.0

func (x *PasswordAgePolicy) ProtoReflect() protoreflect.Message

func (*PasswordAgePolicy) Reset

func (x *PasswordAgePolicy) Reset()

func (*PasswordAgePolicy) String

func (x *PasswordAgePolicy) String() string

type PasswordAgePolicyCreate

type PasswordAgePolicyCreate struct {
	Description    string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	MaxAgeDays     uint64 `protobuf:"varint,2,opt,name=max_age_days,json=maxAgeDays,proto3" json:"max_age_days,omitempty"`
	ExpireWarnDays uint64 `protobuf:"varint,3,opt,name=expire_warn_days,json=expireWarnDays,proto3" json:"expire_warn_days,omitempty"`
	// contains filtered or unexported fields
}

func (*PasswordAgePolicyCreate) Descriptor deprecated

func (*PasswordAgePolicyCreate) Descriptor() ([]byte, []int)

Deprecated: Use PasswordAgePolicyCreate.ProtoReflect.Descriptor instead.

func (*PasswordAgePolicyCreate) GetDescription

func (x *PasswordAgePolicyCreate) GetDescription() string

func (*PasswordAgePolicyCreate) GetExpireWarnDays

func (x *PasswordAgePolicyCreate) GetExpireWarnDays() uint64

func (*PasswordAgePolicyCreate) GetMaxAgeDays

func (x *PasswordAgePolicyCreate) GetMaxAgeDays() uint64

func (*PasswordAgePolicyCreate) ProtoMessage

func (*PasswordAgePolicyCreate) ProtoMessage()

func (*PasswordAgePolicyCreate) ProtoReflect added in v0.4.0

func (x *PasswordAgePolicyCreate) ProtoReflect() protoreflect.Message

func (*PasswordAgePolicyCreate) Reset

func (x *PasswordAgePolicyCreate) Reset()

func (*PasswordAgePolicyCreate) String

func (x *PasswordAgePolicyCreate) String() string

type PasswordAgePolicyID

type PasswordAgePolicyID struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*PasswordAgePolicyID) Descriptor deprecated

func (*PasswordAgePolicyID) Descriptor() ([]byte, []int)

Deprecated: Use PasswordAgePolicyID.ProtoReflect.Descriptor instead.

func (*PasswordAgePolicyID) GetId

func (x *PasswordAgePolicyID) GetId() string

func (*PasswordAgePolicyID) ProtoMessage

func (*PasswordAgePolicyID) ProtoMessage()

func (*PasswordAgePolicyID) ProtoReflect added in v0.4.0

func (x *PasswordAgePolicyID) ProtoReflect() protoreflect.Message

func (*PasswordAgePolicyID) Reset

func (x *PasswordAgePolicyID) Reset()

func (*PasswordAgePolicyID) String

func (x *PasswordAgePolicyID) String() string

type PasswordAgePolicyUpdate

type PasswordAgePolicyUpdate struct {
	Id             string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Description    string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	MaxAgeDays     uint64 `protobuf:"varint,3,opt,name=max_age_days,json=maxAgeDays,proto3" json:"max_age_days,omitempty"`
	ExpireWarnDays uint64 `protobuf:"varint,4,opt,name=expire_warn_days,json=expireWarnDays,proto3" json:"expire_warn_days,omitempty"`
	// contains filtered or unexported fields
}

func (*PasswordAgePolicyUpdate) Descriptor deprecated

func (*PasswordAgePolicyUpdate) Descriptor() ([]byte, []int)

Deprecated: Use PasswordAgePolicyUpdate.ProtoReflect.Descriptor instead.

func (*PasswordAgePolicyUpdate) GetDescription

func (x *PasswordAgePolicyUpdate) GetDescription() string

func (*PasswordAgePolicyUpdate) GetExpireWarnDays

func (x *PasswordAgePolicyUpdate) GetExpireWarnDays() uint64

func (*PasswordAgePolicyUpdate) GetId

func (x *PasswordAgePolicyUpdate) GetId() string

func (*PasswordAgePolicyUpdate) GetMaxAgeDays

func (x *PasswordAgePolicyUpdate) GetMaxAgeDays() uint64

func (*PasswordAgePolicyUpdate) ProtoMessage

func (*PasswordAgePolicyUpdate) ProtoMessage()

func (*PasswordAgePolicyUpdate) ProtoReflect added in v0.4.0

func (x *PasswordAgePolicyUpdate) ProtoReflect() protoreflect.Message

func (*PasswordAgePolicyUpdate) Reset

func (x *PasswordAgePolicyUpdate) Reset()

func (*PasswordAgePolicyUpdate) String

func (x *PasswordAgePolicyUpdate) String() string

type PasswordComplexityPolicy

type PasswordComplexityPolicy struct {
	Id           string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Description  string               `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	State        PolicyState          `protobuf:"varint,3,opt,name=state,proto3,enum=caos.zitadel.management.api.v1.PolicyState" json:"state,omitempty"`
	CreationDate *timestamp.Timestamp `protobuf:"bytes,4,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
	ChangeDate   *timestamp.Timestamp `protobuf:"bytes,5,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
	MinLength    uint64               `protobuf:"varint,6,opt,name=min_length,json=minLength,proto3" json:"min_length,omitempty"`
	HasLowercase bool                 `protobuf:"varint,7,opt,name=has_lowercase,json=hasLowercase,proto3" json:"has_lowercase,omitempty"`
	HasUppercase bool                 `protobuf:"varint,8,opt,name=has_uppercase,json=hasUppercase,proto3" json:"has_uppercase,omitempty"`
	HasNumber    bool                 `protobuf:"varint,9,opt,name=has_number,json=hasNumber,proto3" json:"has_number,omitempty"`
	HasSymbol    bool                 `protobuf:"varint,10,opt,name=has_symbol,json=hasSymbol,proto3" json:"has_symbol,omitempty"`
	Sequence     uint64               `protobuf:"varint,11,opt,name=sequence,proto3" json:"sequence,omitempty"`
	IsDefault    bool                 `protobuf:"varint,12,opt,name=is_default,json=isDefault,proto3" json:"is_default,omitempty"`
	// contains filtered or unexported fields
}

func (*PasswordComplexityPolicy) Descriptor deprecated

func (*PasswordComplexityPolicy) Descriptor() ([]byte, []int)

Deprecated: Use PasswordComplexityPolicy.ProtoReflect.Descriptor instead.

func (*PasswordComplexityPolicy) GetChangeDate

func (x *PasswordComplexityPolicy) GetChangeDate() *timestamp.Timestamp

func (*PasswordComplexityPolicy) GetCreationDate

func (x *PasswordComplexityPolicy) GetCreationDate() *timestamp.Timestamp

func (*PasswordComplexityPolicy) GetDescription

func (x *PasswordComplexityPolicy) GetDescription() string

func (*PasswordComplexityPolicy) GetHasLowercase

func (x *PasswordComplexityPolicy) GetHasLowercase() bool

func (*PasswordComplexityPolicy) GetHasNumber

func (x *PasswordComplexityPolicy) GetHasNumber() bool

func (*PasswordComplexityPolicy) GetHasSymbol

func (x *PasswordComplexityPolicy) GetHasSymbol() bool

func (*PasswordComplexityPolicy) GetHasUppercase

func (x *PasswordComplexityPolicy) GetHasUppercase() bool

func (*PasswordComplexityPolicy) GetId

func (x *PasswordComplexityPolicy) GetId() string

func (*PasswordComplexityPolicy) GetIsDefault added in v0.14.0

func (x *PasswordComplexityPolicy) GetIsDefault() bool

func (*PasswordComplexityPolicy) GetMinLength

func (x *PasswordComplexityPolicy) GetMinLength() uint64

func (*PasswordComplexityPolicy) GetSequence

func (x *PasswordComplexityPolicy) GetSequence() uint64

func (*PasswordComplexityPolicy) GetState

func (x *PasswordComplexityPolicy) GetState() PolicyState

func (*PasswordComplexityPolicy) ProtoMessage

func (*PasswordComplexityPolicy) ProtoMessage()

func (*PasswordComplexityPolicy) ProtoReflect added in v0.4.0

func (x *PasswordComplexityPolicy) ProtoReflect() protoreflect.Message

func (*PasswordComplexityPolicy) Reset

func (x *PasswordComplexityPolicy) Reset()

func (*PasswordComplexityPolicy) String

func (x *PasswordComplexityPolicy) String() string

type PasswordComplexityPolicyCreate

type PasswordComplexityPolicyCreate struct {
	Description  string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	MinLength    uint64 `protobuf:"varint,2,opt,name=min_length,json=minLength,proto3" json:"min_length,omitempty"`
	HasLowercase bool   `protobuf:"varint,3,opt,name=has_lowercase,json=hasLowercase,proto3" json:"has_lowercase,omitempty"`
	HasUppercase bool   `protobuf:"varint,4,opt,name=has_uppercase,json=hasUppercase,proto3" json:"has_uppercase,omitempty"`
	HasNumber    bool   `protobuf:"varint,5,opt,name=has_number,json=hasNumber,proto3" json:"has_number,omitempty"`
	HasSymbol    bool   `protobuf:"varint,6,opt,name=has_symbol,json=hasSymbol,proto3" json:"has_symbol,omitempty"`
	// contains filtered or unexported fields
}

func (*PasswordComplexityPolicyCreate) Descriptor deprecated

func (*PasswordComplexityPolicyCreate) Descriptor() ([]byte, []int)

Deprecated: Use PasswordComplexityPolicyCreate.ProtoReflect.Descriptor instead.

func (*PasswordComplexityPolicyCreate) GetDescription

func (x *PasswordComplexityPolicyCreate) GetDescription() string

func (*PasswordComplexityPolicyCreate) GetHasLowercase

func (x *PasswordComplexityPolicyCreate) GetHasLowercase() bool

func (*PasswordComplexityPolicyCreate) GetHasNumber

func (x *PasswordComplexityPolicyCreate) GetHasNumber() bool

func (*PasswordComplexityPolicyCreate) GetHasSymbol

func (x *PasswordComplexityPolicyCreate) GetHasSymbol() bool

func (*PasswordComplexityPolicyCreate) GetHasUppercase

func (x *PasswordComplexityPolicyCreate) GetHasUppercase() bool

func (*PasswordComplexityPolicyCreate) GetMinLength

func (x *PasswordComplexityPolicyCreate) GetMinLength() uint64

func (*PasswordComplexityPolicyCreate) ProtoMessage

func (*PasswordComplexityPolicyCreate) ProtoMessage()

func (*PasswordComplexityPolicyCreate) ProtoReflect added in v0.4.0

func (*PasswordComplexityPolicyCreate) Reset

func (x *PasswordComplexityPolicyCreate) Reset()

func (*PasswordComplexityPolicyCreate) String

type PasswordComplexityPolicyID

type PasswordComplexityPolicyID struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*PasswordComplexityPolicyID) Descriptor deprecated

func (*PasswordComplexityPolicyID) Descriptor() ([]byte, []int)

Deprecated: Use PasswordComplexityPolicyID.ProtoReflect.Descriptor instead.

func (*PasswordComplexityPolicyID) GetId

func (*PasswordComplexityPolicyID) ProtoMessage

func (*PasswordComplexityPolicyID) ProtoMessage()

func (*PasswordComplexityPolicyID) ProtoReflect added in v0.4.0

func (*PasswordComplexityPolicyID) Reset

func (x *PasswordComplexityPolicyID) Reset()

func (*PasswordComplexityPolicyID) String

func (x *PasswordComplexityPolicyID) String() string

type PasswordComplexityPolicyUpdate

type PasswordComplexityPolicyUpdate struct {
	Id           string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Description  string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	MinLength    uint64 `protobuf:"varint,3,opt,name=min_length,json=minLength,proto3" json:"min_length,omitempty"`
	HasLowercase bool   `protobuf:"varint,4,opt,name=has_lowercase,json=hasLowercase,proto3" json:"has_lowercase,omitempty"`
	HasUppercase bool   `protobuf:"varint,5,opt,name=has_uppercase,json=hasUppercase,proto3" json:"has_uppercase,omitempty"`
	HasNumber    bool   `protobuf:"varint,6,opt,name=has_number,json=hasNumber,proto3" json:"has_number,omitempty"`
	HasSymbol    bool   `protobuf:"varint,7,opt,name=has_symbol,json=hasSymbol,proto3" json:"has_symbol,omitempty"`
	// contains filtered or unexported fields
}

func (*PasswordComplexityPolicyUpdate) Descriptor deprecated

func (*PasswordComplexityPolicyUpdate) Descriptor() ([]byte, []int)

Deprecated: Use PasswordComplexityPolicyUpdate.ProtoReflect.Descriptor instead.

func (*PasswordComplexityPolicyUpdate) GetDescription

func (x *PasswordComplexityPolicyUpdate) GetDescription() string

func (*PasswordComplexityPolicyUpdate) GetHasLowercase

func (x *PasswordComplexityPolicyUpdate) GetHasLowercase() bool

func (*PasswordComplexityPolicyUpdate) GetHasNumber

func (x *PasswordComplexityPolicyUpdate) GetHasNumber() bool

func (*PasswordComplexityPolicyUpdate) GetHasSymbol

func (x *PasswordComplexityPolicyUpdate) GetHasSymbol() bool

func (*PasswordComplexityPolicyUpdate) GetHasUppercase

func (x *PasswordComplexityPolicyUpdate) GetHasUppercase() bool

func (*PasswordComplexityPolicyUpdate) GetId

func (*PasswordComplexityPolicyUpdate) GetMinLength

func (x *PasswordComplexityPolicyUpdate) GetMinLength() uint64

func (*PasswordComplexityPolicyUpdate) ProtoMessage

func (*PasswordComplexityPolicyUpdate) ProtoMessage()

func (*PasswordComplexityPolicyUpdate) ProtoReflect added in v0.4.0

func (*PasswordComplexityPolicyUpdate) Reset

func (x *PasswordComplexityPolicyUpdate) Reset()

func (*PasswordComplexityPolicyUpdate) String

type PasswordID

type PasswordID struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*PasswordID) Descriptor deprecated

func (*PasswordID) Descriptor() ([]byte, []int)

Deprecated: Use PasswordID.ProtoReflect.Descriptor instead.

func (*PasswordID) GetId

func (x *PasswordID) GetId() string

func (*PasswordID) ProtoMessage

func (*PasswordID) ProtoMessage()

func (*PasswordID) ProtoReflect added in v0.4.0

func (x *PasswordID) ProtoReflect() protoreflect.Message

func (*PasswordID) Reset

func (x *PasswordID) Reset()

func (*PasswordID) String

func (x *PasswordID) String() string

type PasswordLockoutPolicy

type PasswordLockoutPolicy struct {
	Id                  string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Description         string               `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	State               PolicyState          `protobuf:"varint,3,opt,name=state,proto3,enum=caos.zitadel.management.api.v1.PolicyState" json:"state,omitempty"`
	CreationDate        *timestamp.Timestamp `protobuf:"bytes,4,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
	ChangeDate          *timestamp.Timestamp `protobuf:"bytes,5,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
	MaxAttempts         uint64               `protobuf:"varint,6,opt,name=max_attempts,json=maxAttempts,proto3" json:"max_attempts,omitempty"`
	ShowLockOutFailures bool                 `protobuf:"varint,7,opt,name=show_lock_out_failures,json=showLockOutFailures,proto3" json:"show_lock_out_failures,omitempty"`
	Sequence            uint64               `protobuf:"varint,8,opt,name=sequence,proto3" json:"sequence,omitempty"`
	IsDefault           bool                 `protobuf:"varint,9,opt,name=is_default,json=isDefault,proto3" json:"is_default,omitempty"`
	// contains filtered or unexported fields
}

func (*PasswordLockoutPolicy) Descriptor deprecated

func (*PasswordLockoutPolicy) Descriptor() ([]byte, []int)

Deprecated: Use PasswordLockoutPolicy.ProtoReflect.Descriptor instead.

func (*PasswordLockoutPolicy) GetChangeDate

func (x *PasswordLockoutPolicy) GetChangeDate() *timestamp.Timestamp

func (*PasswordLockoutPolicy) GetCreationDate

func (x *PasswordLockoutPolicy) GetCreationDate() *timestamp.Timestamp

func (*PasswordLockoutPolicy) GetDescription

func (x *PasswordLockoutPolicy) GetDescription() string

func (*PasswordLockoutPolicy) GetId

func (x *PasswordLockoutPolicy) GetId() string

func (*PasswordLockoutPolicy) GetIsDefault added in v0.14.0

func (x *PasswordLockoutPolicy) GetIsDefault() bool

func (*PasswordLockoutPolicy) GetMaxAttempts

func (x *PasswordLockoutPolicy) GetMaxAttempts() uint64

func (*PasswordLockoutPolicy) GetSequence

func (x *PasswordLockoutPolicy) GetSequence() uint64

func (*PasswordLockoutPolicy) GetShowLockOutFailures

func (x *PasswordLockoutPolicy) GetShowLockOutFailures() bool

func (*PasswordLockoutPolicy) GetState

func (x *PasswordLockoutPolicy) GetState() PolicyState

func (*PasswordLockoutPolicy) ProtoMessage

func (*PasswordLockoutPolicy) ProtoMessage()

func (*PasswordLockoutPolicy) ProtoReflect added in v0.4.0

func (x *PasswordLockoutPolicy) ProtoReflect() protoreflect.Message

func (*PasswordLockoutPolicy) Reset

func (x *PasswordLockoutPolicy) Reset()

func (*PasswordLockoutPolicy) String

func (x *PasswordLockoutPolicy) String() string

type PasswordLockoutPolicyCreate

type PasswordLockoutPolicyCreate struct {
	Description         string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	MaxAttempts         uint64 `protobuf:"varint,2,opt,name=max_attempts,json=maxAttempts,proto3" json:"max_attempts,omitempty"`
	ShowLockOutFailures bool   `protobuf:"varint,3,opt,name=show_lock_out_failures,json=showLockOutFailures,proto3" json:"show_lock_out_failures,omitempty"`
	// contains filtered or unexported fields
}

func (*PasswordLockoutPolicyCreate) Descriptor deprecated

func (*PasswordLockoutPolicyCreate) Descriptor() ([]byte, []int)

Deprecated: Use PasswordLockoutPolicyCreate.ProtoReflect.Descriptor instead.

func (*PasswordLockoutPolicyCreate) GetDescription

func (x *PasswordLockoutPolicyCreate) GetDescription() string

func (*PasswordLockoutPolicyCreate) GetMaxAttempts

func (x *PasswordLockoutPolicyCreate) GetMaxAttempts() uint64

func (*PasswordLockoutPolicyCreate) GetShowLockOutFailures

func (x *PasswordLockoutPolicyCreate) GetShowLockOutFailures() bool

func (*PasswordLockoutPolicyCreate) ProtoMessage

func (*PasswordLockoutPolicyCreate) ProtoMessage()

func (*PasswordLockoutPolicyCreate) ProtoReflect added in v0.4.0

func (*PasswordLockoutPolicyCreate) Reset

func (x *PasswordLockoutPolicyCreate) Reset()

func (*PasswordLockoutPolicyCreate) String

func (x *PasswordLockoutPolicyCreate) String() string

type PasswordLockoutPolicyID

type PasswordLockoutPolicyID struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*PasswordLockoutPolicyID) Descriptor deprecated

func (*PasswordLockoutPolicyID) Descriptor() ([]byte, []int)

Deprecated: Use PasswordLockoutPolicyID.ProtoReflect.Descriptor instead.

func (*PasswordLockoutPolicyID) GetId

func (x *PasswordLockoutPolicyID) GetId() string

func (*PasswordLockoutPolicyID) ProtoMessage

func (*PasswordLockoutPolicyID) ProtoMessage()

func (*PasswordLockoutPolicyID) ProtoReflect added in v0.4.0

func (x *PasswordLockoutPolicyID) ProtoReflect() protoreflect.Message

func (*PasswordLockoutPolicyID) Reset

func (x *PasswordLockoutPolicyID) Reset()

func (*PasswordLockoutPolicyID) String

func (x *PasswordLockoutPolicyID) String() string

type PasswordLockoutPolicyUpdate

type PasswordLockoutPolicyUpdate struct {
	Id                  string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Description         string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	MaxAttempts         uint64 `protobuf:"varint,3,opt,name=max_attempts,json=maxAttempts,proto3" json:"max_attempts,omitempty"`
	ShowLockOutFailures bool   `protobuf:"varint,4,opt,name=show_lock_out_failures,json=showLockOutFailures,proto3" json:"show_lock_out_failures,omitempty"`
	// contains filtered or unexported fields
}

func (*PasswordLockoutPolicyUpdate) Descriptor deprecated

func (*PasswordLockoutPolicyUpdate) Descriptor() ([]byte, []int)

Deprecated: Use PasswordLockoutPolicyUpdate.ProtoReflect.Descriptor instead.

func (*PasswordLockoutPolicyUpdate) GetDescription

func (x *PasswordLockoutPolicyUpdate) GetDescription() string

func (*PasswordLockoutPolicyUpdate) GetId

func (*PasswordLockoutPolicyUpdate) GetMaxAttempts

func (x *PasswordLockoutPolicyUpdate) GetMaxAttempts() uint64

func (*PasswordLockoutPolicyUpdate) GetShowLockOutFailures

func (x *PasswordLockoutPolicyUpdate) GetShowLockOutFailures() bool

func (*PasswordLockoutPolicyUpdate) ProtoMessage

func (*PasswordLockoutPolicyUpdate) ProtoMessage()

func (*PasswordLockoutPolicyUpdate) ProtoReflect added in v0.4.0

func (*PasswordLockoutPolicyUpdate) Reset

func (x *PasswordLockoutPolicyUpdate) Reset()

func (*PasswordLockoutPolicyUpdate) String

func (x *PasswordLockoutPolicyUpdate) String() string

type PasswordRequest

type PasswordRequest struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*PasswordRequest) Descriptor deprecated

func (*PasswordRequest) Descriptor() ([]byte, []int)

Deprecated: Use PasswordRequest.ProtoReflect.Descriptor instead.

func (*PasswordRequest) GetId

func (x *PasswordRequest) GetId() string

func (*PasswordRequest) GetPassword

func (x *PasswordRequest) GetPassword() string

func (*PasswordRequest) ProtoMessage

func (*PasswordRequest) ProtoMessage()

func (*PasswordRequest) ProtoReflect added in v0.4.0

func (x *PasswordRequest) ProtoReflect() protoreflect.Message

func (*PasswordRequest) Reset

func (x *PasswordRequest) Reset()

func (*PasswordRequest) String

func (x *PasswordRequest) String() string

type PolicyState

type PolicyState int32
const (
	PolicyState_POLICYSTATE_UNSPECIFIED PolicyState = 0
	PolicyState_POLICYSTATE_ACTIVE      PolicyState = 1
	PolicyState_POLICYSTATE_INACTIVE    PolicyState = 2
	PolicyState_POLICYSTATE_DELETED     PolicyState = 3
)

func (PolicyState) Descriptor added in v0.4.0

func (PolicyState) Enum added in v0.4.0

func (x PolicyState) Enum() *PolicyState

func (PolicyState) EnumDescriptor deprecated

func (PolicyState) EnumDescriptor() ([]byte, []int)

Deprecated: Use PolicyState.Descriptor instead.

func (PolicyState) Number added in v0.4.0

func (x PolicyState) Number() protoreflect.EnumNumber

func (PolicyState) String

func (x PolicyState) String() string

func (PolicyState) Type added in v0.4.0

type Project

type Project 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"`
	State        ProjectState         `protobuf:"varint,3,opt,name=state,proto3,enum=caos.zitadel.management.api.v1.ProjectState" json:"state,omitempty"`
	ChangeDate   *timestamp.Timestamp `protobuf:"bytes,4,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
	CreationDate *timestamp.Timestamp `protobuf:"bytes,5,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
	Sequence     uint64               `protobuf:"varint,6,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// contains filtered or unexported fields
}

func (*Project) Descriptor deprecated

func (*Project) Descriptor() ([]byte, []int)

Deprecated: Use Project.ProtoReflect.Descriptor instead.

func (*Project) GetChangeDate

func (x *Project) GetChangeDate() *timestamp.Timestamp

func (*Project) GetCreationDate

func (x *Project) GetCreationDate() *timestamp.Timestamp

func (*Project) GetId

func (x *Project) GetId() string

func (*Project) GetName

func (x *Project) GetName() string

func (*Project) GetSequence

func (x *Project) GetSequence() uint64

func (*Project) GetState

func (x *Project) GetState() ProjectState

func (*Project) ProtoMessage

func (*Project) ProtoMessage()

func (*Project) ProtoReflect added in v0.4.0

func (x *Project) ProtoReflect() protoreflect.Message

func (*Project) Reset

func (x *Project) Reset()

func (*Project) String

func (x *Project) String() string

type ProjectCreateRequest

type ProjectCreateRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectCreateRequest) Descriptor deprecated

func (*ProjectCreateRequest) Descriptor() ([]byte, []int)

Deprecated: Use ProjectCreateRequest.ProtoReflect.Descriptor instead.

func (*ProjectCreateRequest) GetName

func (x *ProjectCreateRequest) GetName() string

func (*ProjectCreateRequest) ProtoMessage

func (*ProjectCreateRequest) ProtoMessage()

func (*ProjectCreateRequest) ProtoReflect added in v0.4.0

func (x *ProjectCreateRequest) ProtoReflect() protoreflect.Message

func (*ProjectCreateRequest) Reset

func (x *ProjectCreateRequest) Reset()

func (*ProjectCreateRequest) String

func (x *ProjectCreateRequest) String() string

type ProjectGrant

type ProjectGrant struct {
	Id           string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ProjectId    string               `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	GrantedOrgId string               `protobuf:"bytes,3,opt,name=granted_org_id,json=grantedOrgId,proto3" json:"granted_org_id,omitempty"`
	RoleKeys     []string             `protobuf:"bytes,4,rep,name=role_keys,json=roleKeys,proto3" json:"role_keys,omitempty"`
	State        ProjectGrantState    `protobuf:"varint,5,opt,name=state,proto3,enum=caos.zitadel.management.api.v1.ProjectGrantState" json:"state,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"`
	Sequence     uint64               `protobuf:"varint,9,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectGrant) Descriptor deprecated

func (*ProjectGrant) Descriptor() ([]byte, []int)

Deprecated: Use ProjectGrant.ProtoReflect.Descriptor instead.

func (*ProjectGrant) GetChangeDate

func (x *ProjectGrant) GetChangeDate() *timestamp.Timestamp

func (*ProjectGrant) GetCreationDate

func (x *ProjectGrant) GetCreationDate() *timestamp.Timestamp

func (*ProjectGrant) GetGrantedOrgId

func (x *ProjectGrant) GetGrantedOrgId() string

func (*ProjectGrant) GetId

func (x *ProjectGrant) GetId() string

func (*ProjectGrant) GetProjectId

func (x *ProjectGrant) GetProjectId() string

func (*ProjectGrant) GetRoleKeys added in v0.7.0

func (x *ProjectGrant) GetRoleKeys() []string

func (*ProjectGrant) GetSequence

func (x *ProjectGrant) GetSequence() uint64

func (*ProjectGrant) GetState

func (x *ProjectGrant) GetState() ProjectGrantState

func (*ProjectGrant) ProtoMessage

func (*ProjectGrant) ProtoMessage()

func (*ProjectGrant) ProtoReflect added in v0.4.0

func (x *ProjectGrant) ProtoReflect() protoreflect.Message

func (*ProjectGrant) Reset

func (x *ProjectGrant) Reset()

func (*ProjectGrant) String

func (x *ProjectGrant) String() string

type ProjectGrantCreate

type ProjectGrantCreate struct {
	ProjectId    string   `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	GrantedOrgId string   `protobuf:"bytes,2,opt,name=granted_org_id,json=grantedOrgId,proto3" json:"granted_org_id,omitempty"`
	RoleKeys     []string `protobuf:"bytes,3,rep,name=role_keys,json=roleKeys,proto3" json:"role_keys,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectGrantCreate) Descriptor deprecated

func (*ProjectGrantCreate) Descriptor() ([]byte, []int)

Deprecated: Use ProjectGrantCreate.ProtoReflect.Descriptor instead.

func (*ProjectGrantCreate) GetGrantedOrgId

func (x *ProjectGrantCreate) GetGrantedOrgId() string

func (*ProjectGrantCreate) GetProjectId

func (x *ProjectGrantCreate) GetProjectId() string

func (*ProjectGrantCreate) GetRoleKeys added in v0.7.0

func (x *ProjectGrantCreate) GetRoleKeys() []string

func (*ProjectGrantCreate) ProtoMessage

func (*ProjectGrantCreate) ProtoMessage()

func (*ProjectGrantCreate) ProtoReflect added in v0.4.0

func (x *ProjectGrantCreate) ProtoReflect() protoreflect.Message

func (*ProjectGrantCreate) Reset

func (x *ProjectGrantCreate) Reset()

func (*ProjectGrantCreate) String

func (x *ProjectGrantCreate) String() string

type ProjectGrantID

type ProjectGrantID struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Id        string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectGrantID) Descriptor deprecated

func (*ProjectGrantID) Descriptor() ([]byte, []int)

Deprecated: Use ProjectGrantID.ProtoReflect.Descriptor instead.

func (*ProjectGrantID) GetId

func (x *ProjectGrantID) GetId() string

func (*ProjectGrantID) GetProjectId

func (x *ProjectGrantID) GetProjectId() string

func (*ProjectGrantID) ProtoMessage

func (*ProjectGrantID) ProtoMessage()

func (*ProjectGrantID) ProtoReflect added in v0.4.0

func (x *ProjectGrantID) ProtoReflect() protoreflect.Message

func (*ProjectGrantID) Reset

func (x *ProjectGrantID) Reset()

func (*ProjectGrantID) String

func (x *ProjectGrantID) String() string

type ProjectGrantMember

type ProjectGrantMember 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"`
	// contains filtered or unexported fields
}

func (*ProjectGrantMember) Descriptor deprecated

func (*ProjectGrantMember) Descriptor() ([]byte, []int)

Deprecated: Use ProjectGrantMember.ProtoReflect.Descriptor instead.

func (*ProjectGrantMember) GetChangeDate

func (x *ProjectGrantMember) GetChangeDate() *timestamp.Timestamp

func (*ProjectGrantMember) GetCreationDate

func (x *ProjectGrantMember) GetCreationDate() *timestamp.Timestamp

func (*ProjectGrantMember) GetRoles

func (x *ProjectGrantMember) GetRoles() []string

func (*ProjectGrantMember) GetSequence

func (x *ProjectGrantMember) GetSequence() uint64

func (*ProjectGrantMember) GetUserId

func (x *ProjectGrantMember) GetUserId() string

func (*ProjectGrantMember) ProtoMessage

func (*ProjectGrantMember) ProtoMessage()

func (*ProjectGrantMember) ProtoReflect added in v0.4.0

func (x *ProjectGrantMember) ProtoReflect() protoreflect.Message

func (*ProjectGrantMember) Reset

func (x *ProjectGrantMember) Reset()

func (*ProjectGrantMember) String

func (x *ProjectGrantMember) String() string

type ProjectGrantMemberAdd

type ProjectGrantMemberAdd struct {
	ProjectId string   `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	GrantId   string   `protobuf:"bytes,2,opt,name=grant_id,json=grantId,proto3" json:"grant_id,omitempty"`
	UserId    string   `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Roles     []string `protobuf:"bytes,4,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectGrantMemberAdd) Descriptor deprecated

func (*ProjectGrantMemberAdd) Descriptor() ([]byte, []int)

Deprecated: Use ProjectGrantMemberAdd.ProtoReflect.Descriptor instead.

func (*ProjectGrantMemberAdd) GetGrantId

func (x *ProjectGrantMemberAdd) GetGrantId() string

func (*ProjectGrantMemberAdd) GetProjectId

func (x *ProjectGrantMemberAdd) GetProjectId() string

func (*ProjectGrantMemberAdd) GetRoles

func (x *ProjectGrantMemberAdd) GetRoles() []string

func (*ProjectGrantMemberAdd) GetUserId

func (x *ProjectGrantMemberAdd) GetUserId() string

func (*ProjectGrantMemberAdd) ProtoMessage

func (*ProjectGrantMemberAdd) ProtoMessage()

func (*ProjectGrantMemberAdd) ProtoReflect added in v0.4.0

func (x *ProjectGrantMemberAdd) ProtoReflect() protoreflect.Message

func (*ProjectGrantMemberAdd) Reset

func (x *ProjectGrantMemberAdd) Reset()

func (*ProjectGrantMemberAdd) String

func (x *ProjectGrantMemberAdd) String() string

type ProjectGrantMemberChange

type ProjectGrantMemberChange struct {
	ProjectId string   `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	GrantId   string   `protobuf:"bytes,2,opt,name=grant_id,json=grantId,proto3" json:"grant_id,omitempty"`
	UserId    string   `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Roles     []string `protobuf:"bytes,4,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectGrantMemberChange) Descriptor deprecated

func (*ProjectGrantMemberChange) Descriptor() ([]byte, []int)

Deprecated: Use ProjectGrantMemberChange.ProtoReflect.Descriptor instead.

func (*ProjectGrantMemberChange) GetGrantId

func (x *ProjectGrantMemberChange) GetGrantId() string

func (*ProjectGrantMemberChange) GetProjectId

func (x *ProjectGrantMemberChange) GetProjectId() string

func (*ProjectGrantMemberChange) GetRoles

func (x *ProjectGrantMemberChange) GetRoles() []string

func (*ProjectGrantMemberChange) GetUserId

func (x *ProjectGrantMemberChange) GetUserId() string

func (*ProjectGrantMemberChange) ProtoMessage

func (*ProjectGrantMemberChange) ProtoMessage()

func (*ProjectGrantMemberChange) ProtoReflect added in v0.4.0

func (x *ProjectGrantMemberChange) ProtoReflect() protoreflect.Message

func (*ProjectGrantMemberChange) Reset

func (x *ProjectGrantMemberChange) Reset()

func (*ProjectGrantMemberChange) String

func (x *ProjectGrantMemberChange) String() string

type ProjectGrantMemberRemove

type ProjectGrantMemberRemove struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	GrantId   string `protobuf:"bytes,2,opt,name=grant_id,json=grantId,proto3" json:"grant_id,omitempty"`
	UserId    string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectGrantMemberRemove) Descriptor deprecated

func (*ProjectGrantMemberRemove) Descriptor() ([]byte, []int)

Deprecated: Use ProjectGrantMemberRemove.ProtoReflect.Descriptor instead.

func (*ProjectGrantMemberRemove) GetGrantId

func (x *ProjectGrantMemberRemove) GetGrantId() string

func (*ProjectGrantMemberRemove) GetProjectId

func (x *ProjectGrantMemberRemove) GetProjectId() string

func (*ProjectGrantMemberRemove) GetUserId

func (x *ProjectGrantMemberRemove) GetUserId() string

func (*ProjectGrantMemberRemove) ProtoMessage

func (*ProjectGrantMemberRemove) ProtoMessage()

func (*ProjectGrantMemberRemove) ProtoReflect added in v0.4.0

func (x *ProjectGrantMemberRemove) ProtoReflect() protoreflect.Message

func (*ProjectGrantMemberRemove) Reset

func (x *ProjectGrantMemberRemove) Reset()

func (*ProjectGrantMemberRemove) String

func (x *ProjectGrantMemberRemove) String() string

type ProjectGrantMemberRoles

type ProjectGrantMemberRoles struct {
	Roles []string `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectGrantMemberRoles) Descriptor deprecated

func (*ProjectGrantMemberRoles) Descriptor() ([]byte, []int)

Deprecated: Use ProjectGrantMemberRoles.ProtoReflect.Descriptor instead.

func (*ProjectGrantMemberRoles) GetRoles

func (x *ProjectGrantMemberRoles) GetRoles() []string

func (*ProjectGrantMemberRoles) ProtoMessage

func (*ProjectGrantMemberRoles) ProtoMessage()

func (*ProjectGrantMemberRoles) ProtoReflect added in v0.4.0

func (x *ProjectGrantMemberRoles) ProtoReflect() protoreflect.Message

func (*ProjectGrantMemberRoles) Reset

func (x *ProjectGrantMemberRoles) Reset()

func (*ProjectGrantMemberRoles) String

func (x *ProjectGrantMemberRoles) String() string

type ProjectGrantMemberSearchKey

type ProjectGrantMemberSearchKey int32
const (
	ProjectGrantMemberSearchKey_PROJECTGRANTMEMBERSEARCHKEY_UNSPECIFIED ProjectGrantMemberSearchKey = 0
	ProjectGrantMemberSearchKey_PROJECTGRANTMEMBERSEARCHKEY_FIRST_NAME  ProjectGrantMemberSearchKey = 1
	ProjectGrantMemberSearchKey_PROJECTGRANTMEMBERSEARCHKEY_LAST_NAME   ProjectGrantMemberSearchKey = 2
	ProjectGrantMemberSearchKey_PROJECTGRANTMEMBERSEARCHKEY_EMAIL       ProjectGrantMemberSearchKey = 3
	ProjectGrantMemberSearchKey_PROJECTGRANTMEMBERSEARCHKEY_USER_ID     ProjectGrantMemberSearchKey = 4
	ProjectGrantMemberSearchKey_PROJECTGRANTMEMBERSEARCHKEY_USER_NAME   ProjectGrantMemberSearchKey = 5
)

func (ProjectGrantMemberSearchKey) Descriptor added in v0.4.0

func (ProjectGrantMemberSearchKey) Enum added in v0.4.0

func (ProjectGrantMemberSearchKey) EnumDescriptor deprecated

func (ProjectGrantMemberSearchKey) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProjectGrantMemberSearchKey.Descriptor instead.

func (ProjectGrantMemberSearchKey) Number added in v0.4.0

func (ProjectGrantMemberSearchKey) String

func (ProjectGrantMemberSearchKey) Type added in v0.4.0

type ProjectGrantMemberSearchQuery

type ProjectGrantMemberSearchQuery struct {
	Key    ProjectGrantMemberSearchKey `protobuf:"varint,1,opt,name=key,proto3,enum=caos.zitadel.management.api.v1.ProjectGrantMemberSearchKey" json:"key,omitempty"`
	Method SearchMethod                `protobuf:"varint,2,opt,name=method,proto3,enum=caos.zitadel.management.api.v1.SearchMethod" json:"method,omitempty"`
	Value  string                      `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectGrantMemberSearchQuery) Descriptor deprecated

func (*ProjectGrantMemberSearchQuery) Descriptor() ([]byte, []int)

Deprecated: Use ProjectGrantMemberSearchQuery.ProtoReflect.Descriptor instead.

func (*ProjectGrantMemberSearchQuery) GetKey

func (*ProjectGrantMemberSearchQuery) GetMethod

func (*ProjectGrantMemberSearchQuery) GetValue

func (x *ProjectGrantMemberSearchQuery) GetValue() string

func (*ProjectGrantMemberSearchQuery) ProtoMessage

func (*ProjectGrantMemberSearchQuery) ProtoMessage()

func (*ProjectGrantMemberSearchQuery) ProtoReflect added in v0.4.0

func (*ProjectGrantMemberSearchQuery) Reset

func (x *ProjectGrantMemberSearchQuery) Reset()

func (*ProjectGrantMemberSearchQuery) String

type ProjectGrantMemberSearchRequest

type ProjectGrantMemberSearchRequest struct {
	ProjectId string                           `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	GrantId   string                           `protobuf:"bytes,2,opt,name=grant_id,json=grantId,proto3" json:"grant_id,omitempty"`
	Offset    uint64                           `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit     uint64                           `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	Queries   []*ProjectGrantMemberSearchQuery `protobuf:"bytes,5,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectGrantMemberSearchRequest) Descriptor deprecated

func (*ProjectGrantMemberSearchRequest) Descriptor() ([]byte, []int)

Deprecated: Use ProjectGrantMemberSearchRequest.ProtoReflect.Descriptor instead.

func (*ProjectGrantMemberSearchRequest) GetGrantId

func (x *ProjectGrantMemberSearchRequest) GetGrantId() string

func (*ProjectGrantMemberSearchRequest) GetLimit

func (*ProjectGrantMemberSearchRequest) GetOffset

func (x *ProjectGrantMemberSearchRequest) GetOffset() uint64

func (*ProjectGrantMemberSearchRequest) GetProjectId

func (x *ProjectGrantMemberSearchRequest) GetProjectId() string

func (*ProjectGrantMemberSearchRequest) GetQueries

func (*ProjectGrantMemberSearchRequest) ProtoMessage

func (*ProjectGrantMemberSearchRequest) ProtoMessage()

func (*ProjectGrantMemberSearchRequest) ProtoReflect added in v0.4.0

func (*ProjectGrantMemberSearchRequest) Reset

func (*ProjectGrantMemberSearchRequest) String

type ProjectGrantMemberSearchResponse

type ProjectGrantMemberSearchResponse 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      []*ProjectGrantMemberView `protobuf:"bytes,4,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectGrantMemberSearchResponse) Descriptor deprecated

func (*ProjectGrantMemberSearchResponse) Descriptor() ([]byte, []int)

Deprecated: Use ProjectGrantMemberSearchResponse.ProtoReflect.Descriptor instead.

func (*ProjectGrantMemberSearchResponse) GetLimit

func (*ProjectGrantMemberSearchResponse) GetOffset

func (*ProjectGrantMemberSearchResponse) GetResult

func (*ProjectGrantMemberSearchResponse) GetTotalResult

func (x *ProjectGrantMemberSearchResponse) GetTotalResult() uint64

func (*ProjectGrantMemberSearchResponse) ProtoMessage

func (*ProjectGrantMemberSearchResponse) ProtoMessage()

func (*ProjectGrantMemberSearchResponse) ProtoReflect added in v0.4.0

func (*ProjectGrantMemberSearchResponse) Reset

func (*ProjectGrantMemberSearchResponse) String

type ProjectGrantMemberView added in v0.11.0

type ProjectGrantMemberView struct {
	UserId       string               `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserName     string               `protobuf:"bytes,2,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	Email        string               `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	FirstName    string               `protobuf:"bytes,4,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName     string               `protobuf:"bytes,5,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	Roles        []string             `protobuf:"bytes,6,rep,name=roles,proto3" json:"roles,omitempty"`
	ChangeDate   *timestamp.Timestamp `protobuf:"bytes,7,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
	CreationDate *timestamp.Timestamp `protobuf:"bytes,8,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
	Sequence     uint64               `protobuf:"varint,9,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectGrantMemberView) Descriptor deprecated added in v0.11.0

func (*ProjectGrantMemberView) Descriptor() ([]byte, []int)

Deprecated: Use ProjectGrantMemberView.ProtoReflect.Descriptor instead.

func (*ProjectGrantMemberView) GetChangeDate added in v0.11.0

func (x *ProjectGrantMemberView) GetChangeDate() *timestamp.Timestamp

func (*ProjectGrantMemberView) GetCreationDate added in v0.11.0

func (x *ProjectGrantMemberView) GetCreationDate() *timestamp.Timestamp

func (*ProjectGrantMemberView) GetEmail added in v0.11.0

func (x *ProjectGrantMemberView) GetEmail() string

func (*ProjectGrantMemberView) GetFirstName added in v0.11.0

func (x *ProjectGrantMemberView) GetFirstName() string

func (*ProjectGrantMemberView) GetLastName added in v0.11.0

func (x *ProjectGrantMemberView) GetLastName() string

func (*ProjectGrantMemberView) GetRoles added in v0.11.0

func (x *ProjectGrantMemberView) GetRoles() []string

func (*ProjectGrantMemberView) GetSequence added in v0.11.0

func (x *ProjectGrantMemberView) GetSequence() uint64

func (*ProjectGrantMemberView) GetUserId added in v0.11.0

func (x *ProjectGrantMemberView) GetUserId() string

func (*ProjectGrantMemberView) GetUserName added in v0.11.0

func (x *ProjectGrantMemberView) GetUserName() string

func (*ProjectGrantMemberView) ProtoMessage added in v0.11.0

func (*ProjectGrantMemberView) ProtoMessage()

func (*ProjectGrantMemberView) ProtoReflect added in v0.11.0

func (x *ProjectGrantMemberView) ProtoReflect() protoreflect.Message

func (*ProjectGrantMemberView) Reset added in v0.11.0

func (x *ProjectGrantMemberView) Reset()

func (*ProjectGrantMemberView) String added in v0.11.0

func (x *ProjectGrantMemberView) String() string

type ProjectGrantSearchKey added in v0.32.0

type ProjectGrantSearchKey int32
const (
	ProjectGrantSearchKey_PROJECTGRANTSEARCHKEY_UNSPECIFIED  ProjectGrantSearchKey = 0
	ProjectGrantSearchKey_PROJECTGRANTSEARCHKEY_PROJECT_NAME ProjectGrantSearchKey = 1
	ProjectGrantSearchKey_PROJECTGRANTSEARCHKEY_ROLE_KEY     ProjectGrantSearchKey = 2
)

func (ProjectGrantSearchKey) Descriptor added in v0.32.0

func (ProjectGrantSearchKey) Enum added in v0.32.0

func (ProjectGrantSearchKey) EnumDescriptor deprecated added in v0.32.0

func (ProjectGrantSearchKey) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProjectGrantSearchKey.Descriptor instead.

func (ProjectGrantSearchKey) Number added in v0.32.0

func (ProjectGrantSearchKey) String added in v0.32.0

func (x ProjectGrantSearchKey) String() string

func (ProjectGrantSearchKey) Type added in v0.32.0

type ProjectGrantSearchQuery added in v0.32.0

type ProjectGrantSearchQuery struct {
	Key    ProjectGrantSearchKey `protobuf:"varint,1,opt,name=key,proto3,enum=caos.zitadel.management.api.v1.ProjectGrantSearchKey" json:"key,omitempty"`
	Method SearchMethod          `protobuf:"varint,2,opt,name=method,proto3,enum=caos.zitadel.management.api.v1.SearchMethod" json:"method,omitempty"`
	Value  string                `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectGrantSearchQuery) Descriptor deprecated added in v0.32.0

func (*ProjectGrantSearchQuery) Descriptor() ([]byte, []int)

Deprecated: Use ProjectGrantSearchQuery.ProtoReflect.Descriptor instead.

func (*ProjectGrantSearchQuery) GetKey added in v0.32.0

func (*ProjectGrantSearchQuery) GetMethod added in v0.32.0

func (x *ProjectGrantSearchQuery) GetMethod() SearchMethod

func (*ProjectGrantSearchQuery) GetValue added in v0.32.0

func (x *ProjectGrantSearchQuery) GetValue() string

func (*ProjectGrantSearchQuery) ProtoMessage added in v0.32.0

func (*ProjectGrantSearchQuery) ProtoMessage()

func (*ProjectGrantSearchQuery) ProtoReflect added in v0.32.0

func (x *ProjectGrantSearchQuery) ProtoReflect() protoreflect.Message

func (*ProjectGrantSearchQuery) Reset added in v0.32.0

func (x *ProjectGrantSearchQuery) Reset()

func (*ProjectGrantSearchQuery) String added in v0.32.0

func (x *ProjectGrantSearchQuery) String() string

type ProjectGrantSearchRequest

type ProjectGrantSearchRequest struct {
	ProjectId string                     `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Offset    uint64                     `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit     uint64                     `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	Queries   []*ProjectGrantSearchQuery `protobuf:"bytes,4,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectGrantSearchRequest) Descriptor deprecated

func (*ProjectGrantSearchRequest) Descriptor() ([]byte, []int)

Deprecated: Use ProjectGrantSearchRequest.ProtoReflect.Descriptor instead.

func (*ProjectGrantSearchRequest) GetLimit

func (x *ProjectGrantSearchRequest) GetLimit() uint64

func (*ProjectGrantSearchRequest) GetOffset

func (x *ProjectGrantSearchRequest) GetOffset() uint64

func (*ProjectGrantSearchRequest) GetProjectId

func (x *ProjectGrantSearchRequest) GetProjectId() string

func (*ProjectGrantSearchRequest) GetQueries added in v0.32.0

func (*ProjectGrantSearchRequest) ProtoMessage

func (*ProjectGrantSearchRequest) ProtoMessage()

func (*ProjectGrantSearchRequest) ProtoReflect added in v0.4.0

func (*ProjectGrantSearchRequest) Reset

func (x *ProjectGrantSearchRequest) Reset()

func (*ProjectGrantSearchRequest) String

func (x *ProjectGrantSearchRequest) String() string

type ProjectGrantSearchResponse

type ProjectGrantSearchResponse 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      []*ProjectGrantView `protobuf:"bytes,4,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectGrantSearchResponse) Descriptor deprecated

func (*ProjectGrantSearchResponse) Descriptor() ([]byte, []int)

Deprecated: Use ProjectGrantSearchResponse.ProtoReflect.Descriptor instead.

func (*ProjectGrantSearchResponse) GetLimit

func (x *ProjectGrantSearchResponse) GetLimit() uint64

func (*ProjectGrantSearchResponse) GetOffset

func (x *ProjectGrantSearchResponse) GetOffset() uint64

func (*ProjectGrantSearchResponse) GetResult

func (x *ProjectGrantSearchResponse) GetResult() []*ProjectGrantView

func (*ProjectGrantSearchResponse) GetTotalResult

func (x *ProjectGrantSearchResponse) GetTotalResult() uint64

func (*ProjectGrantSearchResponse) ProtoMessage

func (*ProjectGrantSearchResponse) ProtoMessage()

func (*ProjectGrantSearchResponse) ProtoReflect added in v0.4.0

func (*ProjectGrantSearchResponse) Reset

func (x *ProjectGrantSearchResponse) Reset()

func (*ProjectGrantSearchResponse) String

func (x *ProjectGrantSearchResponse) String() string

type ProjectGrantState

type ProjectGrantState int32
const (
	ProjectGrantState_PROJECTGRANTSTATE_UNSPECIFIED ProjectGrantState = 0
	ProjectGrantState_PROJECTGRANTSTATE_ACTIVE      ProjectGrantState = 1
	ProjectGrantState_PROJECTGRANTSTATE_INACTIVE    ProjectGrantState = 2
)

func (ProjectGrantState) Descriptor added in v0.4.0

func (ProjectGrantState) Enum added in v0.4.0

func (ProjectGrantState) EnumDescriptor deprecated

func (ProjectGrantState) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProjectGrantState.Descriptor instead.

func (ProjectGrantState) Number added in v0.4.0

func (ProjectGrantState) String

func (x ProjectGrantState) String() string

func (ProjectGrantState) Type added in v0.4.0

type ProjectGrantUpdate

type ProjectGrantUpdate struct {
	ProjectId string   `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Id        string   `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	RoleKeys  []string `protobuf:"bytes,3,rep,name=role_keys,json=roleKeys,proto3" json:"role_keys,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectGrantUpdate) Descriptor deprecated

func (*ProjectGrantUpdate) Descriptor() ([]byte, []int)

Deprecated: Use ProjectGrantUpdate.ProtoReflect.Descriptor instead.

func (*ProjectGrantUpdate) GetId

func (x *ProjectGrantUpdate) GetId() string

func (*ProjectGrantUpdate) GetProjectId

func (x *ProjectGrantUpdate) GetProjectId() string

func (*ProjectGrantUpdate) GetRoleKeys added in v0.7.0

func (x *ProjectGrantUpdate) GetRoleKeys() []string

func (*ProjectGrantUpdate) ProtoMessage

func (*ProjectGrantUpdate) ProtoMessage()

func (*ProjectGrantUpdate) ProtoReflect added in v0.4.0

func (x *ProjectGrantUpdate) ProtoReflect() protoreflect.Message

func (*ProjectGrantUpdate) Reset

func (x *ProjectGrantUpdate) Reset()

func (*ProjectGrantUpdate) String

func (x *ProjectGrantUpdate) String() string

type ProjectGrantUserGrantCreate

type ProjectGrantUserGrantCreate struct {
	UserId         string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	ProjectGrantId string   `protobuf:"bytes,2,opt,name=project_grant_id,json=projectGrantId,proto3" json:"project_grant_id,omitempty"`
	ProjectId      string   `protobuf:"bytes,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	RoleKeys       []string `protobuf:"bytes,4,rep,name=role_keys,json=roleKeys,proto3" json:"role_keys,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectGrantUserGrantCreate) Descriptor deprecated

func (*ProjectGrantUserGrantCreate) Descriptor() ([]byte, []int)

Deprecated: Use ProjectGrantUserGrantCreate.ProtoReflect.Descriptor instead.

func (*ProjectGrantUserGrantCreate) GetProjectGrantId

func (x *ProjectGrantUserGrantCreate) GetProjectGrantId() string

func (*ProjectGrantUserGrantCreate) GetProjectId

func (x *ProjectGrantUserGrantCreate) GetProjectId() string

func (*ProjectGrantUserGrantCreate) GetRoleKeys added in v0.7.0

func (x *ProjectGrantUserGrantCreate) GetRoleKeys() []string

func (*ProjectGrantUserGrantCreate) GetUserId

func (x *ProjectGrantUserGrantCreate) GetUserId() string

func (*ProjectGrantUserGrantCreate) ProtoMessage

func (*ProjectGrantUserGrantCreate) ProtoMessage()

func (*ProjectGrantUserGrantCreate) ProtoReflect added in v0.4.0

func (*ProjectGrantUserGrantCreate) Reset

func (x *ProjectGrantUserGrantCreate) Reset()

func (*ProjectGrantUserGrantCreate) String

func (x *ProjectGrantUserGrantCreate) String() string

type ProjectGrantUserGrantID

type ProjectGrantUserGrantID struct {
	ProjectGrantId string `protobuf:"bytes,1,opt,name=project_grant_id,json=projectGrantId,proto3" json:"project_grant_id,omitempty"`
	UserId         string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Id             string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectGrantUserGrantID) Descriptor deprecated

func (*ProjectGrantUserGrantID) Descriptor() ([]byte, []int)

Deprecated: Use ProjectGrantUserGrantID.ProtoReflect.Descriptor instead.

func (*ProjectGrantUserGrantID) GetId

func (x *ProjectGrantUserGrantID) GetId() string

func (*ProjectGrantUserGrantID) GetProjectGrantId

func (x *ProjectGrantUserGrantID) GetProjectGrantId() string

func (*ProjectGrantUserGrantID) GetUserId

func (x *ProjectGrantUserGrantID) GetUserId() string

func (*ProjectGrantUserGrantID) ProtoMessage

func (*ProjectGrantUserGrantID) ProtoMessage()

func (*ProjectGrantUserGrantID) ProtoReflect added in v0.4.0

func (x *ProjectGrantUserGrantID) ProtoReflect() protoreflect.Message

func (*ProjectGrantUserGrantID) Reset

func (x *ProjectGrantUserGrantID) Reset()

func (*ProjectGrantUserGrantID) String

func (x *ProjectGrantUserGrantID) String() string

type ProjectGrantUserGrantSearchRequest

type ProjectGrantUserGrantSearchRequest struct {
	ProjectGrantId string                  `protobuf:"bytes,1,opt,name=project_grant_id,json=projectGrantId,proto3" json:"project_grant_id,omitempty"`
	Offset         uint64                  `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit          uint64                  `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	Queries        []*UserGrantSearchQuery `protobuf:"bytes,4,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectGrantUserGrantSearchRequest) Descriptor deprecated

func (*ProjectGrantUserGrantSearchRequest) Descriptor() ([]byte, []int)

Deprecated: Use ProjectGrantUserGrantSearchRequest.ProtoReflect.Descriptor instead.

func (*ProjectGrantUserGrantSearchRequest) GetLimit

func (*ProjectGrantUserGrantSearchRequest) GetOffset

func (*ProjectGrantUserGrantSearchRequest) GetProjectGrantId

func (x *ProjectGrantUserGrantSearchRequest) GetProjectGrantId() string

func (*ProjectGrantUserGrantSearchRequest) GetQueries

func (*ProjectGrantUserGrantSearchRequest) ProtoMessage

func (*ProjectGrantUserGrantSearchRequest) ProtoMessage()

func (*ProjectGrantUserGrantSearchRequest) ProtoReflect added in v0.4.0

func (*ProjectGrantUserGrantSearchRequest) Reset

func (*ProjectGrantUserGrantSearchRequest) String

type ProjectGrantUserGrantUpdate

type ProjectGrantUserGrantUpdate struct {
	ProjectGrantId string   `protobuf:"bytes,1,opt,name=project_grant_id,json=projectGrantId,proto3" json:"project_grant_id,omitempty"`
	UserId         string   `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Id             string   `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	RoleKeys       []string `protobuf:"bytes,4,rep,name=role_keys,json=roleKeys,proto3" json:"role_keys,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectGrantUserGrantUpdate) Descriptor deprecated

func (*ProjectGrantUserGrantUpdate) Descriptor() ([]byte, []int)

Deprecated: Use ProjectGrantUserGrantUpdate.ProtoReflect.Descriptor instead.

func (*ProjectGrantUserGrantUpdate) GetId

func (*ProjectGrantUserGrantUpdate) GetProjectGrantId

func (x *ProjectGrantUserGrantUpdate) GetProjectGrantId() string

func (*ProjectGrantUserGrantUpdate) GetRoleKeys added in v0.7.0

func (x *ProjectGrantUserGrantUpdate) GetRoleKeys() []string

func (*ProjectGrantUserGrantUpdate) GetUserId

func (x *ProjectGrantUserGrantUpdate) GetUserId() string

func (*ProjectGrantUserGrantUpdate) ProtoMessage

func (*ProjectGrantUserGrantUpdate) ProtoMessage()

func (*ProjectGrantUserGrantUpdate) ProtoReflect added in v0.4.0

func (*ProjectGrantUserGrantUpdate) Reset

func (x *ProjectGrantUserGrantUpdate) Reset()

func (*ProjectGrantUserGrantUpdate) String

func (x *ProjectGrantUserGrantUpdate) String() string

type ProjectGrantView added in v0.11.0

type ProjectGrantView struct {
	Id                string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ProjectId         string               `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	GrantedOrgId      string               `protobuf:"bytes,3,opt,name=granted_org_id,json=grantedOrgId,proto3" json:"granted_org_id,omitempty"`
	GrantedOrgName    string               `protobuf:"bytes,4,opt,name=granted_org_name,json=grantedOrgName,proto3" json:"granted_org_name,omitempty"`
	RoleKeys          []string             `protobuf:"bytes,5,rep,name=role_keys,json=roleKeys,proto3" json:"role_keys,omitempty"`
	State             ProjectGrantState    `protobuf:"varint,6,opt,name=state,proto3,enum=caos.zitadel.management.api.v1.ProjectGrantState" json:"state,omitempty"`
	CreationDate      *timestamp.Timestamp `protobuf:"bytes,7,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
	ChangeDate        *timestamp.Timestamp `protobuf:"bytes,8,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
	ProjectName       string               `protobuf:"bytes,9,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	Sequence          uint64               `protobuf:"varint,10,opt,name=sequence,proto3" json:"sequence,omitempty"`
	ResourceOwner     string               `protobuf:"bytes,11,opt,name=resource_owner,json=resourceOwner,proto3" json:"resource_owner,omitempty"`
	ResourceOwnerName string               `protobuf:"bytes,12,opt,name=resource_owner_name,json=resourceOwnerName,proto3" json:"resource_owner_name,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectGrantView) Descriptor deprecated added in v0.11.0

func (*ProjectGrantView) Descriptor() ([]byte, []int)

Deprecated: Use ProjectGrantView.ProtoReflect.Descriptor instead.

func (*ProjectGrantView) GetChangeDate added in v0.11.0

func (x *ProjectGrantView) GetChangeDate() *timestamp.Timestamp

func (*ProjectGrantView) GetCreationDate added in v0.11.0

func (x *ProjectGrantView) GetCreationDate() *timestamp.Timestamp

func (*ProjectGrantView) GetGrantedOrgId added in v0.11.0

func (x *ProjectGrantView) GetGrantedOrgId() string

func (*ProjectGrantView) GetGrantedOrgName added in v0.11.0

func (x *ProjectGrantView) GetGrantedOrgName() string

func (*ProjectGrantView) GetId added in v0.11.0

func (x *ProjectGrantView) GetId() string

func (*ProjectGrantView) GetProjectId added in v0.11.0

func (x *ProjectGrantView) GetProjectId() string

func (*ProjectGrantView) GetProjectName added in v0.11.0

func (x *ProjectGrantView) GetProjectName() string

func (*ProjectGrantView) GetResourceOwner added in v0.32.0

func (x *ProjectGrantView) GetResourceOwner() string

func (*ProjectGrantView) GetResourceOwnerName added in v0.32.0

func (x *ProjectGrantView) GetResourceOwnerName() string

func (*ProjectGrantView) GetRoleKeys added in v0.11.0

func (x *ProjectGrantView) GetRoleKeys() []string

func (*ProjectGrantView) GetSequence added in v0.11.0

func (x *ProjectGrantView) GetSequence() uint64

func (*ProjectGrantView) GetState added in v0.11.0

func (x *ProjectGrantView) GetState() ProjectGrantState

func (*ProjectGrantView) ProtoMessage added in v0.11.0

func (*ProjectGrantView) ProtoMessage()

func (*ProjectGrantView) ProtoReflect added in v0.11.0

func (x *ProjectGrantView) ProtoReflect() protoreflect.Message

func (*ProjectGrantView) Reset added in v0.11.0

func (x *ProjectGrantView) Reset()

func (*ProjectGrantView) String added in v0.11.0

func (x *ProjectGrantView) String() string

type ProjectID

type ProjectID struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectID) Descriptor deprecated

func (*ProjectID) Descriptor() ([]byte, []int)

Deprecated: Use ProjectID.ProtoReflect.Descriptor instead.

func (*ProjectID) GetId

func (x *ProjectID) GetId() string

func (*ProjectID) ProtoMessage

func (*ProjectID) ProtoMessage()

func (*ProjectID) ProtoReflect added in v0.4.0

func (x *ProjectID) ProtoReflect() protoreflect.Message

func (*ProjectID) Reset

func (x *ProjectID) Reset()

func (*ProjectID) String

func (x *ProjectID) String() string

type ProjectMember

type ProjectMember 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"`
	// contains filtered or unexported fields
}

func (*ProjectMember) Descriptor deprecated

func (*ProjectMember) Descriptor() ([]byte, []int)

Deprecated: Use ProjectMember.ProtoReflect.Descriptor instead.

func (*ProjectMember) GetChangeDate

func (x *ProjectMember) GetChangeDate() *timestamp.Timestamp

func (*ProjectMember) GetCreationDate

func (x *ProjectMember) GetCreationDate() *timestamp.Timestamp

func (*ProjectMember) GetRoles

func (x *ProjectMember) GetRoles() []string

func (*ProjectMember) GetSequence

func (x *ProjectMember) GetSequence() uint64

func (*ProjectMember) GetUserId

func (x *ProjectMember) GetUserId() string

func (*ProjectMember) ProtoMessage

func (*ProjectMember) ProtoMessage()

func (*ProjectMember) ProtoReflect added in v0.4.0

func (x *ProjectMember) ProtoReflect() protoreflect.Message

func (*ProjectMember) Reset

func (x *ProjectMember) Reset()

func (*ProjectMember) String

func (x *ProjectMember) String() string

type ProjectMemberAdd

type ProjectMemberAdd struct {
	Id     string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	UserId string   `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Roles  []string `protobuf:"bytes,3,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectMemberAdd) Descriptor deprecated

func (*ProjectMemberAdd) Descriptor() ([]byte, []int)

Deprecated: Use ProjectMemberAdd.ProtoReflect.Descriptor instead.

func (*ProjectMemberAdd) GetId

func (x *ProjectMemberAdd) GetId() string

func (*ProjectMemberAdd) GetRoles

func (x *ProjectMemberAdd) GetRoles() []string

func (*ProjectMemberAdd) GetUserId

func (x *ProjectMemberAdd) GetUserId() string

func (*ProjectMemberAdd) ProtoMessage

func (*ProjectMemberAdd) ProtoMessage()

func (*ProjectMemberAdd) ProtoReflect added in v0.4.0

func (x *ProjectMemberAdd) ProtoReflect() protoreflect.Message

func (*ProjectMemberAdd) Reset

func (x *ProjectMemberAdd) Reset()

func (*ProjectMemberAdd) String

func (x *ProjectMemberAdd) String() string

type ProjectMemberChange

type ProjectMemberChange struct {
	Id     string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	UserId string   `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Roles  []string `protobuf:"bytes,3,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectMemberChange) Descriptor deprecated

func (*ProjectMemberChange) Descriptor() ([]byte, []int)

Deprecated: Use ProjectMemberChange.ProtoReflect.Descriptor instead.

func (*ProjectMemberChange) GetId

func (x *ProjectMemberChange) GetId() string

func (*ProjectMemberChange) GetRoles

func (x *ProjectMemberChange) GetRoles() []string

func (*ProjectMemberChange) GetUserId

func (x *ProjectMemberChange) GetUserId() string

func (*ProjectMemberChange) ProtoMessage

func (*ProjectMemberChange) ProtoMessage()

func (*ProjectMemberChange) ProtoReflect added in v0.4.0

func (x *ProjectMemberChange) ProtoReflect() protoreflect.Message

func (*ProjectMemberChange) Reset

func (x *ProjectMemberChange) Reset()

func (*ProjectMemberChange) String

func (x *ProjectMemberChange) String() string

type ProjectMemberRemove

type ProjectMemberRemove struct {
	Id     string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectMemberRemove) Descriptor deprecated

func (*ProjectMemberRemove) Descriptor() ([]byte, []int)

Deprecated: Use ProjectMemberRemove.ProtoReflect.Descriptor instead.

func (*ProjectMemberRemove) GetId

func (x *ProjectMemberRemove) GetId() string

func (*ProjectMemberRemove) GetUserId

func (x *ProjectMemberRemove) GetUserId() string

func (*ProjectMemberRemove) ProtoMessage

func (*ProjectMemberRemove) ProtoMessage()

func (*ProjectMemberRemove) ProtoReflect added in v0.4.0

func (x *ProjectMemberRemove) ProtoReflect() protoreflect.Message

func (*ProjectMemberRemove) Reset

func (x *ProjectMemberRemove) Reset()

func (*ProjectMemberRemove) String

func (x *ProjectMemberRemove) String() string

type ProjectMemberRoles

type ProjectMemberRoles struct {
	Roles []string `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectMemberRoles) Descriptor deprecated

func (*ProjectMemberRoles) Descriptor() ([]byte, []int)

Deprecated: Use ProjectMemberRoles.ProtoReflect.Descriptor instead.

func (*ProjectMemberRoles) GetRoles

func (x *ProjectMemberRoles) GetRoles() []string

func (*ProjectMemberRoles) ProtoMessage

func (*ProjectMemberRoles) ProtoMessage()

func (*ProjectMemberRoles) ProtoReflect added in v0.4.0

func (x *ProjectMemberRoles) ProtoReflect() protoreflect.Message

func (*ProjectMemberRoles) Reset

func (x *ProjectMemberRoles) Reset()

func (*ProjectMemberRoles) String

func (x *ProjectMemberRoles) String() string

type ProjectMemberSearchKey

type ProjectMemberSearchKey int32
const (
	ProjectMemberSearchKey_PROJECTMEMBERSEARCHKEY_UNSPECIFIED ProjectMemberSearchKey = 0
	ProjectMemberSearchKey_PROJECTMEMBERSEARCHKEY_FIRST_NAME  ProjectMemberSearchKey = 1
	ProjectMemberSearchKey_PROJECTMEMBERSEARCHKEY_LAST_NAME   ProjectMemberSearchKey = 2
	ProjectMemberSearchKey_PROJECTMEMBERSEARCHKEY_EMAIL       ProjectMemberSearchKey = 3
	ProjectMemberSearchKey_PROJECTMEMBERSEARCHKEY_USER_ID     ProjectMemberSearchKey = 4
	ProjectMemberSearchKey_PROJECTMEMBERSEARCHKEY_USER_NAME   ProjectMemberSearchKey = 5
)

func (ProjectMemberSearchKey) Descriptor added in v0.4.0

func (ProjectMemberSearchKey) Enum added in v0.4.0

func (ProjectMemberSearchKey) EnumDescriptor deprecated

func (ProjectMemberSearchKey) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProjectMemberSearchKey.Descriptor instead.

func (ProjectMemberSearchKey) Number added in v0.4.0

func (ProjectMemberSearchKey) String

func (x ProjectMemberSearchKey) String() string

func (ProjectMemberSearchKey) Type added in v0.4.0

type ProjectMemberSearchQuery

type ProjectMemberSearchQuery struct {
	Key    ProjectMemberSearchKey `protobuf:"varint,1,opt,name=key,proto3,enum=caos.zitadel.management.api.v1.ProjectMemberSearchKey" json:"key,omitempty"`
	Method SearchMethod           `protobuf:"varint,2,opt,name=method,proto3,enum=caos.zitadel.management.api.v1.SearchMethod" json:"method,omitempty"`
	Value  string                 `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectMemberSearchQuery) Descriptor deprecated

func (*ProjectMemberSearchQuery) Descriptor() ([]byte, []int)

Deprecated: Use ProjectMemberSearchQuery.ProtoReflect.Descriptor instead.

func (*ProjectMemberSearchQuery) GetKey

func (*ProjectMemberSearchQuery) GetMethod

func (x *ProjectMemberSearchQuery) GetMethod() SearchMethod

func (*ProjectMemberSearchQuery) GetValue

func (x *ProjectMemberSearchQuery) GetValue() string

func (*ProjectMemberSearchQuery) ProtoMessage

func (*ProjectMemberSearchQuery) ProtoMessage()

func (*ProjectMemberSearchQuery) ProtoReflect added in v0.4.0

func (x *ProjectMemberSearchQuery) ProtoReflect() protoreflect.Message

func (*ProjectMemberSearchQuery) Reset

func (x *ProjectMemberSearchQuery) Reset()

func (*ProjectMemberSearchQuery) String

func (x *ProjectMemberSearchQuery) String() string

type ProjectMemberSearchRequest

type ProjectMemberSearchRequest struct {
	ProjectId string                      `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Offset    uint64                      `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit     uint64                      `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	Queries   []*ProjectMemberSearchQuery `protobuf:"bytes,4,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectMemberSearchRequest) Descriptor deprecated

func (*ProjectMemberSearchRequest) Descriptor() ([]byte, []int)

Deprecated: Use ProjectMemberSearchRequest.ProtoReflect.Descriptor instead.

func (*ProjectMemberSearchRequest) GetLimit

func (x *ProjectMemberSearchRequest) GetLimit() uint64

func (*ProjectMemberSearchRequest) GetOffset

func (x *ProjectMemberSearchRequest) GetOffset() uint64

func (*ProjectMemberSearchRequest) GetProjectId

func (x *ProjectMemberSearchRequest) GetProjectId() string

func (*ProjectMemberSearchRequest) GetQueries

func (*ProjectMemberSearchRequest) ProtoMessage

func (*ProjectMemberSearchRequest) ProtoMessage()

func (*ProjectMemberSearchRequest) ProtoReflect added in v0.4.0

func (*ProjectMemberSearchRequest) Reset

func (x *ProjectMemberSearchRequest) Reset()

func (*ProjectMemberSearchRequest) String

func (x *ProjectMemberSearchRequest) String() string

type ProjectMemberSearchResponse

type ProjectMemberSearchResponse 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      []*ProjectMemberView `protobuf:"bytes,4,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectMemberSearchResponse) Descriptor deprecated

func (*ProjectMemberSearchResponse) Descriptor() ([]byte, []int)

Deprecated: Use ProjectMemberSearchResponse.ProtoReflect.Descriptor instead.

func (*ProjectMemberSearchResponse) GetLimit

func (x *ProjectMemberSearchResponse) GetLimit() uint64

func (*ProjectMemberSearchResponse) GetOffset

func (x *ProjectMemberSearchResponse) GetOffset() uint64

func (*ProjectMemberSearchResponse) GetResult

func (*ProjectMemberSearchResponse) GetTotalResult

func (x *ProjectMemberSearchResponse) GetTotalResult() uint64

func (*ProjectMemberSearchResponse) ProtoMessage

func (*ProjectMemberSearchResponse) ProtoMessage()

func (*ProjectMemberSearchResponse) ProtoReflect added in v0.4.0

func (*ProjectMemberSearchResponse) Reset

func (x *ProjectMemberSearchResponse) Reset()

func (*ProjectMemberSearchResponse) String

func (x *ProjectMemberSearchResponse) String() string

type ProjectMemberView added in v0.11.0

type ProjectMemberView struct {
	UserId       string               `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserName     string               `protobuf:"bytes,2,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	Email        string               `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	FirstName    string               `protobuf:"bytes,4,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName     string               `protobuf:"bytes,5,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	Roles        []string             `protobuf:"bytes,6,rep,name=roles,proto3" json:"roles,omitempty"`
	ChangeDate   *timestamp.Timestamp `protobuf:"bytes,7,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
	CreationDate *timestamp.Timestamp `protobuf:"bytes,8,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
	Sequence     uint64               `protobuf:"varint,10,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectMemberView) Descriptor deprecated added in v0.11.0

func (*ProjectMemberView) Descriptor() ([]byte, []int)

Deprecated: Use ProjectMemberView.ProtoReflect.Descriptor instead.

func (*ProjectMemberView) GetChangeDate added in v0.11.0

func (x *ProjectMemberView) GetChangeDate() *timestamp.Timestamp

func (*ProjectMemberView) GetCreationDate added in v0.11.0

func (x *ProjectMemberView) GetCreationDate() *timestamp.Timestamp

func (*ProjectMemberView) GetEmail added in v0.11.0

func (x *ProjectMemberView) GetEmail() string

func (*ProjectMemberView) GetFirstName added in v0.11.0

func (x *ProjectMemberView) GetFirstName() string

func (*ProjectMemberView) GetLastName added in v0.11.0

func (x *ProjectMemberView) GetLastName() string

func (*ProjectMemberView) GetRoles added in v0.11.0

func (x *ProjectMemberView) GetRoles() []string

func (*ProjectMemberView) GetSequence added in v0.11.0

func (x *ProjectMemberView) GetSequence() uint64

func (*ProjectMemberView) GetUserId added in v0.11.0

func (x *ProjectMemberView) GetUserId() string

func (*ProjectMemberView) GetUserName added in v0.11.0

func (x *ProjectMemberView) GetUserName() string

func (*ProjectMemberView) ProtoMessage added in v0.11.0

func (*ProjectMemberView) ProtoMessage()

func (*ProjectMemberView) ProtoReflect added in v0.11.0

func (x *ProjectMemberView) ProtoReflect() protoreflect.Message

func (*ProjectMemberView) Reset added in v0.11.0

func (x *ProjectMemberView) Reset()

func (*ProjectMemberView) String added in v0.11.0

func (x *ProjectMemberView) String() string

type ProjectRole

type ProjectRole struct {
	ProjectId    string               `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Key          string               `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	DisplayName  string               `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	CreationDate *timestamp.Timestamp `protobuf:"bytes,4,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
	ChangeDate   *timestamp.Timestamp `protobuf:"bytes,5,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
	Group        string               `protobuf:"bytes,6,opt,name=group,proto3" json:"group,omitempty"`
	Sequence     uint64               `protobuf:"varint,7,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectRole) Descriptor deprecated

func (*ProjectRole) Descriptor() ([]byte, []int)

Deprecated: Use ProjectRole.ProtoReflect.Descriptor instead.

func (*ProjectRole) GetChangeDate added in v0.6.0

func (x *ProjectRole) GetChangeDate() *timestamp.Timestamp

func (*ProjectRole) GetCreationDate

func (x *ProjectRole) GetCreationDate() *timestamp.Timestamp

func (*ProjectRole) GetDisplayName

func (x *ProjectRole) GetDisplayName() string

func (*ProjectRole) GetGroup

func (x *ProjectRole) GetGroup() string

func (*ProjectRole) GetKey added in v0.6.0

func (x *ProjectRole) GetKey() string

func (*ProjectRole) GetProjectId

func (x *ProjectRole) GetProjectId() string

func (*ProjectRole) GetSequence

func (x *ProjectRole) GetSequence() uint64

func (*ProjectRole) ProtoMessage

func (*ProjectRole) ProtoMessage()

func (*ProjectRole) ProtoReflect added in v0.4.0

func (x *ProjectRole) ProtoReflect() protoreflect.Message

func (*ProjectRole) Reset

func (x *ProjectRole) Reset()

func (*ProjectRole) String

func (x *ProjectRole) String() string

type ProjectRoleAdd

type ProjectRoleAdd struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Key         string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Group       string `protobuf:"bytes,4,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectRoleAdd) Descriptor deprecated

func (*ProjectRoleAdd) Descriptor() ([]byte, []int)

Deprecated: Use ProjectRoleAdd.ProtoReflect.Descriptor instead.

func (*ProjectRoleAdd) GetDisplayName

func (x *ProjectRoleAdd) GetDisplayName() string

func (*ProjectRoleAdd) GetGroup

func (x *ProjectRoleAdd) GetGroup() string

func (*ProjectRoleAdd) GetId

func (x *ProjectRoleAdd) GetId() string

func (*ProjectRoleAdd) GetKey added in v0.6.0

func (x *ProjectRoleAdd) GetKey() string

func (*ProjectRoleAdd) ProtoMessage

func (*ProjectRoleAdd) ProtoMessage()

func (*ProjectRoleAdd) ProtoReflect added in v0.4.0

func (x *ProjectRoleAdd) ProtoReflect() protoreflect.Message

func (*ProjectRoleAdd) Reset

func (x *ProjectRoleAdd) Reset()

func (*ProjectRoleAdd) String

func (x *ProjectRoleAdd) String() string

type ProjectRoleAddBulk added in v0.32.0

type ProjectRoleAddBulk struct {
	Id           string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ProjectRoles []*ProjectRoleAdd `protobuf:"bytes,2,rep,name=project_roles,json=projectRoles,proto3" json:"project_roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectRoleAddBulk) Descriptor deprecated added in v0.32.0

func (*ProjectRoleAddBulk) Descriptor() ([]byte, []int)

Deprecated: Use ProjectRoleAddBulk.ProtoReflect.Descriptor instead.

func (*ProjectRoleAddBulk) GetId added in v0.32.0

func (x *ProjectRoleAddBulk) GetId() string

func (*ProjectRoleAddBulk) GetProjectRoles added in v0.32.0

func (x *ProjectRoleAddBulk) GetProjectRoles() []*ProjectRoleAdd

func (*ProjectRoleAddBulk) ProtoMessage added in v0.32.0

func (*ProjectRoleAddBulk) ProtoMessage()

func (*ProjectRoleAddBulk) ProtoReflect added in v0.32.0

func (x *ProjectRoleAddBulk) ProtoReflect() protoreflect.Message

func (*ProjectRoleAddBulk) Reset added in v0.32.0

func (x *ProjectRoleAddBulk) Reset()

func (*ProjectRoleAddBulk) String added in v0.32.0

func (x *ProjectRoleAddBulk) String() string

type ProjectRoleChange added in v0.6.0

type ProjectRoleChange struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Key         string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Group       string `protobuf:"bytes,4,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectRoleChange) Descriptor deprecated added in v0.6.0

func (*ProjectRoleChange) Descriptor() ([]byte, []int)

Deprecated: Use ProjectRoleChange.ProtoReflect.Descriptor instead.

func (*ProjectRoleChange) GetDisplayName added in v0.6.0

func (x *ProjectRoleChange) GetDisplayName() string

func (*ProjectRoleChange) GetGroup added in v0.6.0

func (x *ProjectRoleChange) GetGroup() string

func (*ProjectRoleChange) GetId added in v0.6.0

func (x *ProjectRoleChange) GetId() string

func (*ProjectRoleChange) GetKey added in v0.6.0

func (x *ProjectRoleChange) GetKey() string

func (*ProjectRoleChange) ProtoMessage added in v0.6.0

func (*ProjectRoleChange) ProtoMessage()

func (*ProjectRoleChange) ProtoReflect added in v0.6.0

func (x *ProjectRoleChange) ProtoReflect() protoreflect.Message

func (*ProjectRoleChange) Reset added in v0.6.0

func (x *ProjectRoleChange) Reset()

func (*ProjectRoleChange) String added in v0.6.0

func (x *ProjectRoleChange) String() string

type ProjectRoleRemove

type ProjectRoleRemove struct {
	Id  string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectRoleRemove) Descriptor deprecated

func (*ProjectRoleRemove) Descriptor() ([]byte, []int)

Deprecated: Use ProjectRoleRemove.ProtoReflect.Descriptor instead.

func (*ProjectRoleRemove) GetId

func (x *ProjectRoleRemove) GetId() string

func (*ProjectRoleRemove) GetKey added in v0.6.0

func (x *ProjectRoleRemove) GetKey() string

func (*ProjectRoleRemove) ProtoMessage

func (*ProjectRoleRemove) ProtoMessage()

func (*ProjectRoleRemove) ProtoReflect added in v0.4.0

func (x *ProjectRoleRemove) ProtoReflect() protoreflect.Message

func (*ProjectRoleRemove) Reset

func (x *ProjectRoleRemove) Reset()

func (*ProjectRoleRemove) String

func (x *ProjectRoleRemove) String() string

type ProjectRoleSearchKey

type ProjectRoleSearchKey int32
const (
	ProjectRoleSearchKey_PROJECTROLESEARCHKEY_UNSPECIFIED  ProjectRoleSearchKey = 0
	ProjectRoleSearchKey_PROJECTROLESEARCHKEY_KEY          ProjectRoleSearchKey = 1
	ProjectRoleSearchKey_PROJECTROLESEARCHKEY_DISPLAY_NAME ProjectRoleSearchKey = 2
)

func (ProjectRoleSearchKey) Descriptor added in v0.4.0

func (ProjectRoleSearchKey) Enum added in v0.4.0

func (ProjectRoleSearchKey) EnumDescriptor deprecated

func (ProjectRoleSearchKey) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProjectRoleSearchKey.Descriptor instead.

func (ProjectRoleSearchKey) Number added in v0.4.0

func (ProjectRoleSearchKey) String

func (x ProjectRoleSearchKey) String() string

func (ProjectRoleSearchKey) Type added in v0.4.0

type ProjectRoleSearchQuery

type ProjectRoleSearchQuery struct {
	Key    ProjectRoleSearchKey `protobuf:"varint,1,opt,name=key,proto3,enum=caos.zitadel.management.api.v1.ProjectRoleSearchKey" json:"key,omitempty"`
	Method SearchMethod         `protobuf:"varint,2,opt,name=method,proto3,enum=caos.zitadel.management.api.v1.SearchMethod" json:"method,omitempty"`
	Value  string               `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectRoleSearchQuery) Descriptor deprecated

func (*ProjectRoleSearchQuery) Descriptor() ([]byte, []int)

Deprecated: Use ProjectRoleSearchQuery.ProtoReflect.Descriptor instead.

func (*ProjectRoleSearchQuery) GetKey

func (*ProjectRoleSearchQuery) GetMethod

func (x *ProjectRoleSearchQuery) GetMethod() SearchMethod

func (*ProjectRoleSearchQuery) GetValue

func (x *ProjectRoleSearchQuery) GetValue() string

func (*ProjectRoleSearchQuery) ProtoMessage

func (*ProjectRoleSearchQuery) ProtoMessage()

func (*ProjectRoleSearchQuery) ProtoReflect added in v0.4.0

func (x *ProjectRoleSearchQuery) ProtoReflect() protoreflect.Message

func (*ProjectRoleSearchQuery) Reset

func (x *ProjectRoleSearchQuery) Reset()

func (*ProjectRoleSearchQuery) String

func (x *ProjectRoleSearchQuery) String() string

type ProjectRoleSearchRequest

type ProjectRoleSearchRequest struct {
	ProjectId string                    `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Offset    uint64                    `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit     uint64                    `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	Queries   []*ProjectRoleSearchQuery `protobuf:"bytes,4,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectRoleSearchRequest) Descriptor deprecated

func (*ProjectRoleSearchRequest) Descriptor() ([]byte, []int)

Deprecated: Use ProjectRoleSearchRequest.ProtoReflect.Descriptor instead.

func (*ProjectRoleSearchRequest) GetLimit

func (x *ProjectRoleSearchRequest) GetLimit() uint64

func (*ProjectRoleSearchRequest) GetOffset

func (x *ProjectRoleSearchRequest) GetOffset() uint64

func (*ProjectRoleSearchRequest) GetProjectId

func (x *ProjectRoleSearchRequest) GetProjectId() string

func (*ProjectRoleSearchRequest) GetQueries

func (*ProjectRoleSearchRequest) ProtoMessage

func (*ProjectRoleSearchRequest) ProtoMessage()

func (*ProjectRoleSearchRequest) ProtoReflect added in v0.4.0

func (x *ProjectRoleSearchRequest) ProtoReflect() protoreflect.Message

func (*ProjectRoleSearchRequest) Reset

func (x *ProjectRoleSearchRequest) Reset()

func (*ProjectRoleSearchRequest) String

func (x *ProjectRoleSearchRequest) String() string

type ProjectRoleSearchResponse

type ProjectRoleSearchResponse 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      []*ProjectRoleView `protobuf:"bytes,4,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectRoleSearchResponse) Descriptor deprecated

func (*ProjectRoleSearchResponse) Descriptor() ([]byte, []int)

Deprecated: Use ProjectRoleSearchResponse.ProtoReflect.Descriptor instead.

func (*ProjectRoleSearchResponse) GetLimit

func (x *ProjectRoleSearchResponse) GetLimit() uint64

func (*ProjectRoleSearchResponse) GetOffset

func (x *ProjectRoleSearchResponse) GetOffset() uint64

func (*ProjectRoleSearchResponse) GetResult

func (x *ProjectRoleSearchResponse) GetResult() []*ProjectRoleView

func (*ProjectRoleSearchResponse) GetTotalResult

func (x *ProjectRoleSearchResponse) GetTotalResult() uint64

func (*ProjectRoleSearchResponse) ProtoMessage

func (*ProjectRoleSearchResponse) ProtoMessage()

func (*ProjectRoleSearchResponse) ProtoReflect added in v0.4.0

func (*ProjectRoleSearchResponse) Reset

func (x *ProjectRoleSearchResponse) Reset()

func (*ProjectRoleSearchResponse) String

func (x *ProjectRoleSearchResponse) String() string

type ProjectRoleView added in v0.11.0

type ProjectRoleView struct {
	ProjectId    string               `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Key          string               `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	DisplayName  string               `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	CreationDate *timestamp.Timestamp `protobuf:"bytes,4,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
	Group        string               `protobuf:"bytes,6,opt,name=group,proto3" json:"group,omitempty"`
	Sequence     uint64               `protobuf:"varint,7,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectRoleView) Descriptor deprecated added in v0.11.0

func (*ProjectRoleView) Descriptor() ([]byte, []int)

Deprecated: Use ProjectRoleView.ProtoReflect.Descriptor instead.

func (*ProjectRoleView) GetCreationDate added in v0.11.0

func (x *ProjectRoleView) GetCreationDate() *timestamp.Timestamp

func (*ProjectRoleView) GetDisplayName added in v0.11.0

func (x *ProjectRoleView) GetDisplayName() string

func (*ProjectRoleView) GetGroup added in v0.11.0

func (x *ProjectRoleView) GetGroup() string

func (*ProjectRoleView) GetKey added in v0.11.0

func (x *ProjectRoleView) GetKey() string

func (*ProjectRoleView) GetProjectId added in v0.11.0

func (x *ProjectRoleView) GetProjectId() string

func (*ProjectRoleView) GetSequence added in v0.11.0

func (x *ProjectRoleView) GetSequence() uint64

func (*ProjectRoleView) ProtoMessage added in v0.11.0

func (*ProjectRoleView) ProtoMessage()

func (*ProjectRoleView) ProtoReflect added in v0.11.0

func (x *ProjectRoleView) ProtoReflect() protoreflect.Message

func (*ProjectRoleView) Reset added in v0.11.0

func (x *ProjectRoleView) Reset()

func (*ProjectRoleView) String added in v0.11.0

func (x *ProjectRoleView) String() string

type ProjectSearchKey

type ProjectSearchKey int32
const (
	ProjectSearchKey_PROJECTSEARCHKEY_UNSPECIFIED  ProjectSearchKey = 0
	ProjectSearchKey_PROJECTSEARCHKEY_PROJECT_NAME ProjectSearchKey = 1
)

func (ProjectSearchKey) Descriptor added in v0.4.0

func (ProjectSearchKey) Enum added in v0.4.0

func (ProjectSearchKey) EnumDescriptor deprecated

func (ProjectSearchKey) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProjectSearchKey.Descriptor instead.

func (ProjectSearchKey) Number added in v0.4.0

func (ProjectSearchKey) String

func (x ProjectSearchKey) String() string

func (ProjectSearchKey) Type added in v0.4.0

type ProjectSearchQuery

type ProjectSearchQuery struct {
	Key    ProjectSearchKey `protobuf:"varint,1,opt,name=key,proto3,enum=caos.zitadel.management.api.v1.ProjectSearchKey" json:"key,omitempty"`
	Method SearchMethod     `protobuf:"varint,2,opt,name=method,proto3,enum=caos.zitadel.management.api.v1.SearchMethod" json:"method,omitempty"`
	Value  string           `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectSearchQuery) Descriptor deprecated

func (*ProjectSearchQuery) Descriptor() ([]byte, []int)

Deprecated: Use ProjectSearchQuery.ProtoReflect.Descriptor instead.

func (*ProjectSearchQuery) GetKey

func (*ProjectSearchQuery) GetMethod

func (x *ProjectSearchQuery) GetMethod() SearchMethod

func (*ProjectSearchQuery) GetValue

func (x *ProjectSearchQuery) GetValue() string

func (*ProjectSearchQuery) ProtoMessage

func (*ProjectSearchQuery) ProtoMessage()

func (*ProjectSearchQuery) ProtoReflect added in v0.4.0

func (x *ProjectSearchQuery) ProtoReflect() protoreflect.Message

func (*ProjectSearchQuery) Reset

func (x *ProjectSearchQuery) Reset()

func (*ProjectSearchQuery) String

func (x *ProjectSearchQuery) String() string

type ProjectSearchRequest

type ProjectSearchRequest 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 []*ProjectSearchQuery `protobuf:"bytes,3,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectSearchRequest) Descriptor deprecated

func (*ProjectSearchRequest) Descriptor() ([]byte, []int)

Deprecated: Use ProjectSearchRequest.ProtoReflect.Descriptor instead.

func (*ProjectSearchRequest) GetLimit

func (x *ProjectSearchRequest) GetLimit() uint64

func (*ProjectSearchRequest) GetOffset

func (x *ProjectSearchRequest) GetOffset() uint64

func (*ProjectSearchRequest) GetQueries

func (x *ProjectSearchRequest) GetQueries() []*ProjectSearchQuery

func (*ProjectSearchRequest) ProtoMessage

func (*ProjectSearchRequest) ProtoMessage()

func (*ProjectSearchRequest) ProtoReflect added in v0.4.0

func (x *ProjectSearchRequest) ProtoReflect() protoreflect.Message

func (*ProjectSearchRequest) Reset

func (x *ProjectSearchRequest) Reset()

func (*ProjectSearchRequest) String

func (x *ProjectSearchRequest) String() string

type ProjectSearchResponse

type ProjectSearchResponse 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      []*ProjectView `protobuf:"bytes,4,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectSearchResponse) Descriptor deprecated

func (*ProjectSearchResponse) Descriptor() ([]byte, []int)

Deprecated: Use ProjectSearchResponse.ProtoReflect.Descriptor instead.

func (*ProjectSearchResponse) GetLimit

func (x *ProjectSearchResponse) GetLimit() uint64

func (*ProjectSearchResponse) GetOffset

func (x *ProjectSearchResponse) GetOffset() uint64

func (*ProjectSearchResponse) GetResult

func (x *ProjectSearchResponse) GetResult() []*ProjectView

func (*ProjectSearchResponse) GetTotalResult

func (x *ProjectSearchResponse) GetTotalResult() uint64

func (*ProjectSearchResponse) ProtoMessage

func (*ProjectSearchResponse) ProtoMessage()

func (*ProjectSearchResponse) ProtoReflect added in v0.4.0

func (x *ProjectSearchResponse) ProtoReflect() protoreflect.Message

func (*ProjectSearchResponse) Reset

func (x *ProjectSearchResponse) Reset()

func (*ProjectSearchResponse) String

func (x *ProjectSearchResponse) String() string

type ProjectState

type ProjectState int32
const (
	ProjectState_PROJECTSTATE_UNSPECIFIED ProjectState = 0
	ProjectState_PROJECTSTATE_ACTIVE      ProjectState = 1
	ProjectState_PROJECTSTATE_INACTIVE    ProjectState = 2
)

func (ProjectState) Descriptor added in v0.4.0

func (ProjectState) Enum added in v0.4.0

func (x ProjectState) Enum() *ProjectState

func (ProjectState) EnumDescriptor deprecated

func (ProjectState) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProjectState.Descriptor instead.

func (ProjectState) Number added in v0.4.0

func (ProjectState) String

func (x ProjectState) String() string

func (ProjectState) Type added in v0.4.0

type ProjectType

type ProjectType int32
const (
	ProjectType_PROJECTTYPE_UNSPECIFIED ProjectType = 0
	ProjectType_PROJECTTYPE_OWNED       ProjectType = 1
	ProjectType_PROJECTTYPE_GRANTED     ProjectType = 2
)

func (ProjectType) Descriptor added in v0.4.0

func (ProjectType) Enum added in v0.4.0

func (x ProjectType) Enum() *ProjectType

func (ProjectType) EnumDescriptor deprecated

func (ProjectType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProjectType.Descriptor instead.

func (ProjectType) Number added in v0.4.0

func (x ProjectType) Number() protoreflect.EnumNumber

func (ProjectType) String

func (x ProjectType) String() string

func (ProjectType) Type added in v0.4.0

type ProjectUpdateRequest

type ProjectUpdateRequest 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"`
	// contains filtered or unexported fields
}

func (*ProjectUpdateRequest) Descriptor deprecated

func (*ProjectUpdateRequest) Descriptor() ([]byte, []int)

Deprecated: Use ProjectUpdateRequest.ProtoReflect.Descriptor instead.

func (*ProjectUpdateRequest) GetId

func (x *ProjectUpdateRequest) GetId() string

func (*ProjectUpdateRequest) GetName

func (x *ProjectUpdateRequest) GetName() string

func (*ProjectUpdateRequest) ProtoMessage

func (*ProjectUpdateRequest) ProtoMessage()

func (*ProjectUpdateRequest) ProtoReflect added in v0.4.0

func (x *ProjectUpdateRequest) ProtoReflect() protoreflect.Message

func (*ProjectUpdateRequest) Reset

func (x *ProjectUpdateRequest) Reset()

func (*ProjectUpdateRequest) String

func (x *ProjectUpdateRequest) String() string

type ProjectUserGrantID

type ProjectUserGrantID struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	UserId    string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Id        string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectUserGrantID) Descriptor deprecated

func (*ProjectUserGrantID) Descriptor() ([]byte, []int)

Deprecated: Use ProjectUserGrantID.ProtoReflect.Descriptor instead.

func (*ProjectUserGrantID) GetId

func (x *ProjectUserGrantID) GetId() string

func (*ProjectUserGrantID) GetProjectId

func (x *ProjectUserGrantID) GetProjectId() string

func (*ProjectUserGrantID) GetUserId

func (x *ProjectUserGrantID) GetUserId() string

func (*ProjectUserGrantID) ProtoMessage

func (*ProjectUserGrantID) ProtoMessage()

func (*ProjectUserGrantID) ProtoReflect added in v0.4.0

func (x *ProjectUserGrantID) ProtoReflect() protoreflect.Message

func (*ProjectUserGrantID) Reset

func (x *ProjectUserGrantID) Reset()

func (*ProjectUserGrantID) String

func (x *ProjectUserGrantID) String() string

type ProjectUserGrantSearchRequest

type ProjectUserGrantSearchRequest struct {
	ProjectId string                  `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Offset    uint64                  `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit     uint64                  `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	Queries   []*UserGrantSearchQuery `protobuf:"bytes,4,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectUserGrantSearchRequest) Descriptor deprecated

func (*ProjectUserGrantSearchRequest) Descriptor() ([]byte, []int)

Deprecated: Use ProjectUserGrantSearchRequest.ProtoReflect.Descriptor instead.

func (*ProjectUserGrantSearchRequest) GetLimit

func (x *ProjectUserGrantSearchRequest) GetLimit() uint64

func (*ProjectUserGrantSearchRequest) GetOffset

func (x *ProjectUserGrantSearchRequest) GetOffset() uint64

func (*ProjectUserGrantSearchRequest) GetProjectId

func (x *ProjectUserGrantSearchRequest) GetProjectId() string

func (*ProjectUserGrantSearchRequest) GetQueries

func (*ProjectUserGrantSearchRequest) ProtoMessage

func (*ProjectUserGrantSearchRequest) ProtoMessage()

func (*ProjectUserGrantSearchRequest) ProtoReflect added in v0.4.0

func (*ProjectUserGrantSearchRequest) Reset

func (x *ProjectUserGrantSearchRequest) Reset()

func (*ProjectUserGrantSearchRequest) String

type ProjectUserGrantUpdate

type ProjectUserGrantUpdate struct {
	ProjectId string   `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	UserId    string   `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Id        string   `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	RoleKeys  []string `protobuf:"bytes,4,rep,name=role_keys,json=roleKeys,proto3" json:"role_keys,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectUserGrantUpdate) Descriptor deprecated

func (*ProjectUserGrantUpdate) Descriptor() ([]byte, []int)

Deprecated: Use ProjectUserGrantUpdate.ProtoReflect.Descriptor instead.

func (*ProjectUserGrantUpdate) GetId

func (x *ProjectUserGrantUpdate) GetId() string

func (*ProjectUserGrantUpdate) GetProjectId

func (x *ProjectUserGrantUpdate) GetProjectId() string

func (*ProjectUserGrantUpdate) GetRoleKeys added in v0.7.0

func (x *ProjectUserGrantUpdate) GetRoleKeys() []string

func (*ProjectUserGrantUpdate) GetUserId

func (x *ProjectUserGrantUpdate) GetUserId() string

func (*ProjectUserGrantUpdate) ProtoMessage

func (*ProjectUserGrantUpdate) ProtoMessage()

func (*ProjectUserGrantUpdate) ProtoReflect added in v0.4.0

func (x *ProjectUserGrantUpdate) ProtoReflect() protoreflect.Message

func (*ProjectUserGrantUpdate) Reset

func (x *ProjectUserGrantUpdate) Reset()

func (*ProjectUserGrantUpdate) String

func (x *ProjectUserGrantUpdate) String() string

type ProjectView added in v0.25.0

type ProjectView struct {
	ProjectId     string               `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Name          string               `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	State         ProjectState         `protobuf:"varint,3,opt,name=state,proto3,enum=caos.zitadel.management.api.v1.ProjectState" json:"state,omitempty"`
	ChangeDate    *timestamp.Timestamp `protobuf:"bytes,4,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
	CreationDate  *timestamp.Timestamp `protobuf:"bytes,5,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
	ResourceOwner string               `protobuf:"bytes,6,opt,name=resource_owner,json=resourceOwner,proto3" json:"resource_owner,omitempty"`
	Sequence      uint64               `protobuf:"varint,7,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectView) Descriptor deprecated added in v0.25.0

func (*ProjectView) Descriptor() ([]byte, []int)

Deprecated: Use ProjectView.ProtoReflect.Descriptor instead.

func (*ProjectView) GetChangeDate added in v0.25.0

func (x *ProjectView) GetChangeDate() *timestamp.Timestamp

func (*ProjectView) GetCreationDate added in v0.25.0

func (x *ProjectView) GetCreationDate() *timestamp.Timestamp

func (*ProjectView) GetName added in v0.25.0

func (x *ProjectView) GetName() string

func (*ProjectView) GetProjectId added in v0.25.0

func (x *ProjectView) GetProjectId() string

func (*ProjectView) GetResourceOwner added in v0.25.0

func (x *ProjectView) GetResourceOwner() string

func (*ProjectView) GetSequence added in v0.25.0

func (x *ProjectView) GetSequence() uint64

func (*ProjectView) GetState added in v0.25.0

func (x *ProjectView) GetState() ProjectState

func (*ProjectView) ProtoMessage added in v0.25.0

func (*ProjectView) ProtoMessage()

func (*ProjectView) ProtoReflect added in v0.25.0

func (x *ProjectView) ProtoReflect() protoreflect.Message

func (*ProjectView) Reset added in v0.25.0

func (x *ProjectView) Reset()

func (*ProjectView) String added in v0.25.0

func (x *ProjectView) String() string

type Projects

type Projects struct {
	Projects []*Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
	// contains filtered or unexported fields
}

func (*Projects) Descriptor deprecated

func (*Projects) Descriptor() ([]byte, []int)

Deprecated: Use Projects.ProtoReflect.Descriptor instead.

func (*Projects) GetProjects

func (x *Projects) GetProjects() []*Project

func (*Projects) ProtoMessage

func (*Projects) ProtoMessage()

func (*Projects) ProtoReflect added in v0.4.0

func (x *Projects) ProtoReflect() protoreflect.Message

func (*Projects) Reset

func (x *Projects) Reset()

func (*Projects) String

func (x *Projects) String() string

type RemoveOrgDomainRequest added in v0.26.0

type RemoveOrgDomainRequest struct {
	Domain string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveOrgDomainRequest) Descriptor deprecated added in v0.26.0

func (*RemoveOrgDomainRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveOrgDomainRequest.ProtoReflect.Descriptor instead.

func (*RemoveOrgDomainRequest) GetDomain added in v0.26.0

func (x *RemoveOrgDomainRequest) GetDomain() string

func (*RemoveOrgDomainRequest) ProtoMessage added in v0.26.0

func (*RemoveOrgDomainRequest) ProtoMessage()

func (*RemoveOrgDomainRequest) ProtoReflect added in v0.26.0

func (x *RemoveOrgDomainRequest) ProtoReflect() protoreflect.Message

func (*RemoveOrgDomainRequest) Reset added in v0.26.0

func (x *RemoveOrgDomainRequest) Reset()

func (*RemoveOrgDomainRequest) String added in v0.26.0

func (x *RemoveOrgDomainRequest) String() string

type RemoveOrgMemberRequest

type RemoveOrgMemberRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveOrgMemberRequest) Descriptor deprecated

func (*RemoveOrgMemberRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveOrgMemberRequest.ProtoReflect.Descriptor instead.

func (*RemoveOrgMemberRequest) GetUserId

func (x *RemoveOrgMemberRequest) GetUserId() string

func (*RemoveOrgMemberRequest) ProtoMessage

func (*RemoveOrgMemberRequest) ProtoMessage()

func (*RemoveOrgMemberRequest) ProtoReflect added in v0.4.0

func (x *RemoveOrgMemberRequest) ProtoReflect() protoreflect.Message

func (*RemoveOrgMemberRequest) Reset

func (x *RemoveOrgMemberRequest) Reset()

func (*RemoveOrgMemberRequest) String

func (x *RemoveOrgMemberRequest) String() string

type ResetPasswordRequest

type ResetPasswordRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetPasswordRequest) Descriptor deprecated

func (*ResetPasswordRequest) Descriptor() ([]byte, []int)

Deprecated: Use ResetPasswordRequest.ProtoReflect.Descriptor instead.

func (*ResetPasswordRequest) GetId

func (x *ResetPasswordRequest) GetId() string

func (*ResetPasswordRequest) ProtoMessage

func (*ResetPasswordRequest) ProtoMessage()

func (*ResetPasswordRequest) ProtoReflect added in v0.4.0

func (x *ResetPasswordRequest) ProtoReflect() protoreflect.Message

func (*ResetPasswordRequest) Reset

func (x *ResetPasswordRequest) Reset()

func (*ResetPasswordRequest) String

func (x *ResetPasswordRequest) String() string

type SearchMethod

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
)

func (SearchMethod) Descriptor added in v0.4.0

func (SearchMethod) Enum added in v0.4.0

func (x SearchMethod) Enum() *SearchMethod

func (SearchMethod) EnumDescriptor deprecated

func (SearchMethod) EnumDescriptor() ([]byte, []int)

Deprecated: Use SearchMethod.Descriptor instead.

func (SearchMethod) Number added in v0.4.0

func (SearchMethod) String

func (x SearchMethod) String() string

func (SearchMethod) Type added in v0.4.0

type Server

type Server struct {
	// contains filtered or unexported fields
}

func (*Server) AddMyOrgDomain added in v0.26.0

func (s *Server) AddMyOrgDomain(ctx context.Context, in *AddOrgDomainRequest) (*OrgDomain, error)

func (*Server) AddMyOrgMember added in v0.22.3

func (s *Server) AddMyOrgMember(ctx context.Context, member *AddOrgMemberRequest) (*OrgMember, error)

func (*Server) AddProjectGrantMember

func (s *Server) AddProjectGrantMember(ctx context.Context, in *ProjectGrantMemberAdd) (*ProjectGrantMember, error)

func (*Server) AddProjectMember

func (s *Server) AddProjectMember(ctx context.Context, in *ProjectMemberAdd) (*ProjectMember, error)

func (*Server) AddProjectRole

func (s *Server) AddProjectRole(ctx context.Context, in *ProjectRoleAdd) (*ProjectRole, error)

func (*Server) ApplicationByID

func (s *Server) ApplicationByID(ctx context.Context, in *ApplicationID) (*ApplicationView, error)

func (*Server) ApplicationChanges

func (s *Server) ApplicationChanges(ctx context.Context, changesRequest *ChangeRequest) (*Changes, error)

func (*Server) BulkAddProjectRole added in v0.32.0

func (s *Server) BulkAddProjectRole(ctx context.Context, in *ProjectRoleAddBulk) (*empty.Empty, error)

func (*Server) BulkCreateUserGrant added in v0.32.0

func (s *Server) BulkCreateUserGrant(ctx context.Context, in *UserGrantCreateBulk) (*empty.Empty, error)

func (*Server) BulkRemoveUserGrant added in v0.32.0

func (s *Server) BulkRemoveUserGrant(ctx context.Context, in *UserGrantRemoveBulk) (*empty.Empty, error)

func (*Server) BulkUpdateUserGrant added in v0.32.0

func (s *Server) BulkUpdateUserGrant(ctx context.Context, in *UserGrantUpdateBulk) (*empty.Empty, error)

func (*Server) ChangeMyOrgMember added in v0.22.3

func (s *Server) ChangeMyOrgMember(ctx context.Context, member *ChangeOrgMemberRequest) (*OrgMember, error)

func (*Server) ChangeProjectGrantMember

func (s *Server) ChangeProjectGrantMember(ctx context.Context, in *ProjectGrantMemberChange) (*ProjectGrantMember, error)

func (*Server) ChangeProjectMember

func (s *Server) ChangeProjectMember(ctx context.Context, in *ProjectMemberChange) (*ProjectMember, error)

func (*Server) ChangeProjectRole added in v0.6.0

func (s *Server) ChangeProjectRole(ctx context.Context, in *ProjectRoleChange) (*ProjectRole, error)

func (*Server) ChangeUserEmail

func (s *Server) ChangeUserEmail(ctx context.Context, request *UpdateUserEmailRequest) (*UserEmail, error)

func (*Server) ChangeUserPhone

func (s *Server) ChangeUserPhone(ctx context.Context, request *UpdateUserPhoneRequest) (*UserPhone, error)

func (*Server) CreateOIDCApplication

func (s *Server) CreateOIDCApplication(ctx context.Context, in *OIDCApplicationCreate) (*Application, error)

func (*Server) CreatePasswordAgePolicy

func (s *Server) CreatePasswordAgePolicy(ctx context.Context, policy *PasswordAgePolicyCreate) (*PasswordAgePolicy, error)

func (*Server) CreatePasswordComplexityPolicy

func (s *Server) CreatePasswordComplexityPolicy(ctx context.Context, policy *PasswordComplexityPolicyCreate) (*PasswordComplexityPolicy, error)

func (*Server) CreatePasswordLockoutPolicy

func (s *Server) CreatePasswordLockoutPolicy(ctx context.Context, policy *PasswordLockoutPolicyCreate) (*PasswordLockoutPolicy, error)

func (*Server) CreateProject

func (s *Server) CreateProject(ctx context.Context, in *ProjectCreateRequest) (*Project, error)

func (*Server) CreateProjectGrant

func (s *Server) CreateProjectGrant(ctx context.Context, in *ProjectGrantCreate) (*ProjectGrant, error)

func (*Server) CreateProjectGrantUserGrant

func (s *Server) CreateProjectGrantUserGrant(ctx context.Context, in *ProjectGrantUserGrantCreate) (*UserGrant, error)

func (*Server) CreateProjectUserGrant

func (s *Server) CreateProjectUserGrant(ctx context.Context, in *UserGrantCreate) (*UserGrant, error)

func (*Server) CreateUser

func (s *Server) CreateUser(ctx context.Context, in *CreateUserRequest) (*User, error)

func (*Server) CreateUserGrant

func (s *Server) CreateUserGrant(ctx context.Context, in *UserGrantCreate) (*UserGrant, error)

func (*Server) DeactivateApplication

func (s *Server) DeactivateApplication(ctx context.Context, in *ApplicationID) (*Application, error)

func (*Server) DeactivateMyOrg added in v0.33.4

func (s *Server) DeactivateMyOrg(ctx context.Context, _ *empty.Empty) (*Org, error)

func (*Server) DeactivateProject

func (s *Server) DeactivateProject(ctx context.Context, in *ProjectID) (*Project, error)

func (*Server) DeactivateProjectGrant

func (s *Server) DeactivateProjectGrant(ctx context.Context, in *ProjectGrantID) (*ProjectGrant, error)

func (*Server) DeactivateProjectGrantUserGrant

func (s *Server) DeactivateProjectGrantUserGrant(ctx context.Context, in *ProjectGrantUserGrantID) (*UserGrant, error)

func (*Server) DeactivateProjectUserGrant

func (s *Server) DeactivateProjectUserGrant(ctx context.Context, in *ProjectUserGrantID) (*UserGrant, error)

func (*Server) DeactivateUser

func (s *Server) DeactivateUser(ctx context.Context, in *UserID) (*User, error)

func (*Server) DeactivateUserGrant

func (s *Server) DeactivateUserGrant(ctx context.Context, in *UserGrantID) (*UserGrant, error)

func (*Server) DeletePasswordAgePolicy

func (s *Server) DeletePasswordAgePolicy(ctx context.Context, ID *PasswordAgePolicyID) (*empty.Empty, error)

func (*Server) DeletePasswordComplexityPolicy

func (s *Server) DeletePasswordComplexityPolicy(ctx context.Context, ID *PasswordComplexityPolicyID) (*empty.Empty, error)

func (*Server) DeletePasswordLockoutPolicy

func (s *Server) DeletePasswordLockoutPolicy(ctx context.Context, ID *PasswordLockoutPolicyID) (*empty.Empty, error)

func (*Server) DeleteUser

func (s *Server) DeleteUser(ctx context.Context, in *UserID) (*empty.Empty, error)

func (*Server) GRPCPort

func (s *Server) GRPCPort() string

func (*Server) GRPCServer

func (s *Server) GRPCServer(defaults systemdefaults.SystemDefaults) (*grpc.Server, error)

func (*Server) GetGrantedProjectByID added in v0.25.0

func (s *Server) GetGrantedProjectByID(ctx context.Context, in *ProjectGrantID) (*ProjectGrantView, error)

func (*Server) GetIam added in v0.28.0

func (s *Server) GetIam(ctx context.Context, _ *empty.Empty) (*Iam, error)

func (*Server) GetMyOrg added in v0.33.4

func (s *Server) GetMyOrg(ctx context.Context, _ *empty.Empty) (*OrgView, error)

func (*Server) GetMyOrgIamPolicy added in v0.31.2

func (s *Server) GetMyOrgIamPolicy(ctx context.Context, _ *empty.Empty) (_ *OrgIamPolicy, err error)

func (*Server) GetOrgByDomainGlobal

func (s *Server) GetOrgByDomainGlobal(ctx context.Context, in *Domain) (*OrgView, error)

func (*Server) GetOrgMemberRoles

func (s *Server) GetOrgMemberRoles(ctx context.Context, _ *empty.Empty) (*OrgMemberRoles, error)

func (*Server) GetPasswordAgePolicy

func (s *Server) GetPasswordAgePolicy(ctx context.Context, _ *empty.Empty) (*PasswordAgePolicy, error)

func (*Server) GetPasswordComplexityPolicy

func (s *Server) GetPasswordComplexityPolicy(ctx context.Context, _ *empty.Empty) (*PasswordComplexityPolicy, error)

func (*Server) GetPasswordLockoutPolicy

func (s *Server) GetPasswordLockoutPolicy(ctx context.Context, _ *empty.Empty) (*PasswordLockoutPolicy, error)

func (*Server) GetProjectGrantMemberRoles

func (s *Server) GetProjectGrantMemberRoles(ctx context.Context, _ *empty.Empty) (*ProjectGrantMemberRoles, error)

func (*Server) GetProjectMemberRoles

func (s *Server) GetProjectMemberRoles(ctx context.Context, _ *empty.Empty) (*ProjectMemberRoles, error)

func (*Server) GetUserAddress

func (s *Server) GetUserAddress(ctx context.Context, in *UserID) (*UserAddressView, error)

func (*Server) GetUserByEmailGlobal

func (s *Server) GetUserByEmailGlobal(ctx context.Context, email *Email) (*UserView, error)

func (*Server) GetUserByID

func (s *Server) GetUserByID(ctx context.Context, id *UserID) (*UserView, error)

func (*Server) GetUserEmail

func (s *Server) GetUserEmail(ctx context.Context, in *UserID) (*UserEmailView, error)

func (*Server) GetUserMfas

func (s *Server) GetUserMfas(ctx context.Context, userID *UserID) (*MultiFactors, error)

func (*Server) GetUserPhone

func (s *Server) GetUserPhone(ctx context.Context, in *UserID) (*UserPhoneView, error)

func (*Server) GetUserProfile

func (s *Server) GetUserProfile(ctx context.Context, in *UserID) (*UserProfileView, error)

func (*Server) Healthz

func (s *Server) Healthz(_ context.Context, e *empty.Empty) (*empty.Empty, error)

func (*Server) IsUserUnique

func (s *Server) IsUserUnique(ctx context.Context, request *UniqueUserRequest) (*UniqueUserResponse, error)

func (*Server) LockUser

func (s *Server) LockUser(ctx context.Context, in *UserID) (*User, error)

func (*Server) OrgChanges

func (s *Server) OrgChanges(ctx context.Context, changesRequest *ChangeRequest) (*Changes, error)

func (*Server) ProjectByID

func (s *Server) ProjectByID(ctx context.Context, id *ProjectID) (*ProjectView, error)

func (*Server) ProjectChanges

func (s *Server) ProjectChanges(ctx context.Context, changesRequest *ChangeRequest) (*Changes, error)

func (*Server) ProjectGrantByID

func (s *Server) ProjectGrantByID(ctx context.Context, in *ProjectGrantID) (*ProjectGrantView, error)

func (*Server) ProjectGrantUserGrantByID

func (s *Server) ProjectGrantUserGrantByID(ctx context.Context, request *ProjectGrantUserGrantID) (*UserGrantView, error)

func (*Server) ProjectUserGrantByID

func (s *Server) ProjectUserGrantByID(ctx context.Context, request *ProjectUserGrantID) (*UserGrantView, error)

func (*Server) ReactivateApplication

func (s *Server) ReactivateApplication(ctx context.Context, in *ApplicationID) (*Application, error)

func (*Server) ReactivateMyOrg added in v0.33.4

func (s *Server) ReactivateMyOrg(ctx context.Context, _ *empty.Empty) (*Org, error)

func (*Server) ReactivateProject

func (s *Server) ReactivateProject(ctx context.Context, in *ProjectID) (*Project, error)

func (*Server) ReactivateProjectGrant

func (s *Server) ReactivateProjectGrant(ctx context.Context, in *ProjectGrantID) (*ProjectGrant, error)

func (*Server) ReactivateProjectGrantUserGrant

func (s *Server) ReactivateProjectGrantUserGrant(ctx context.Context, in *ProjectGrantUserGrantID) (*UserGrant, error)

func (*Server) ReactivateProjectUserGrant

func (s *Server) ReactivateProjectUserGrant(ctx context.Context, in *ProjectUserGrantID) (*UserGrant, error)

func (*Server) ReactivateUser

func (s *Server) ReactivateUser(ctx context.Context, in *UserID) (*User, error)

func (*Server) ReactivateUserGrant

func (s *Server) ReactivateUserGrant(ctx context.Context, in *UserGrantID) (*UserGrant, error)

func (*Server) Ready

func (s *Server) Ready(ctx context.Context, e *empty.Empty) (*empty.Empty, error)

func (*Server) RegenerateOIDCClientSecret

func (s *Server) RegenerateOIDCClientSecret(ctx context.Context, in *ApplicationID) (*ClientSecret, error)

func (*Server) RemoveApplication added in v0.6.0

func (s *Server) RemoveApplication(ctx context.Context, in *ApplicationID) (*empty.Empty, error)

func (*Server) RemoveMyOrgDomain added in v0.26.0

func (s *Server) RemoveMyOrgDomain(ctx context.Context, in *RemoveOrgDomainRequest) (*empty.Empty, error)

func (*Server) RemoveMyOrgMember added in v0.22.3

func (s *Server) RemoveMyOrgMember(ctx context.Context, member *RemoveOrgMemberRequest) (*empty.Empty, error)

func (*Server) RemoveProjectGrant added in v0.7.0

func (s *Server) RemoveProjectGrant(ctx context.Context, in *ProjectGrantID) (*empty.Empty, error)

func (*Server) RemoveProjectGrantMember

func (s *Server) RemoveProjectGrantMember(ctx context.Context, in *ProjectGrantMemberRemove) (*empty.Empty, error)

func (*Server) RemoveProjectMember

func (s *Server) RemoveProjectMember(ctx context.Context, in *ProjectMemberRemove) (*empty.Empty, error)

func (*Server) RemoveProjectRole

func (s *Server) RemoveProjectRole(ctx context.Context, in *ProjectRoleRemove) (*empty.Empty, error)

func (*Server) RemoveUserGrant added in v0.10.0

func (s *Server) RemoveUserGrant(ctx context.Context, in *UserGrantID) (*empty.Empty, error)

func (*Server) RemoveUserPhone added in v0.46.0

func (s *Server) RemoveUserPhone(ctx context.Context, userID *UserID) (*empty.Empty, error)

func (*Server) ResendEmailVerificationMail

func (s *Server) ResendEmailVerificationMail(ctx context.Context, in *UserID) (*empty.Empty, error)

func (*Server) ResendPhoneVerificationCode

func (s *Server) ResendPhoneVerificationCode(ctx context.Context, in *UserID) (*empty.Empty, error)

func (*Server) SearchApplications

func (s *Server) SearchApplications(ctx context.Context, in *ApplicationSearchRequest) (*ApplicationSearchResponse, error)

func (*Server) SearchGrantedProjects added in v0.11.0

func (s *Server) SearchGrantedProjects(ctx context.Context, in *GrantedProjectSearchRequest) (*ProjectGrantSearchResponse, error)

func (*Server) SearchMyOrgDomains added in v0.26.0

func (s *Server) SearchMyOrgDomains(ctx context.Context, in *OrgDomainSearchRequest) (*OrgDomainSearchResponse, error)

func (*Server) SearchMyOrgMembers added in v0.22.3

func (s *Server) SearchMyOrgMembers(ctx context.Context, in *OrgMemberSearchRequest) (*OrgMemberSearchResponse, error)

func (*Server) SearchProjectGrantUserGrants

func (s *Server) SearchProjectGrantUserGrants(ctx context.Context, in *ProjectGrantUserGrantSearchRequest) (*UserGrantSearchResponse, error)

func (*Server) SearchProjectGrants

func (s *Server) SearchProjectGrants(ctx context.Context, in *ProjectGrantSearchRequest) (*ProjectGrantSearchResponse, error)

func (*Server) SearchProjectMembers

func (s *Server) SearchProjectMembers(ctx context.Context, in *ProjectMemberSearchRequest) (*ProjectMemberSearchResponse, error)

func (*Server) SearchProjectRoles

func (s *Server) SearchProjectRoles(ctx context.Context, in *ProjectRoleSearchRequest) (*ProjectRoleSearchResponse, error)

func (*Server) SearchProjectUserGrants

func (s *Server) SearchProjectUserGrants(ctx context.Context, in *ProjectUserGrantSearchRequest) (*UserGrantSearchResponse, error)

func (*Server) SearchProjects

func (s *Server) SearchProjects(ctx context.Context, in *ProjectSearchRequest) (*ProjectSearchResponse, error)

func (*Server) SearchUserGrants

func (s *Server) SearchUserGrants(ctx context.Context, in *UserGrantSearchRequest) (*UserGrantSearchResponse, error)

func (*Server) SearchUsers

func (s *Server) SearchUsers(ctx context.Context, in *UserSearchRequest) (*UserSearchResponse, error)

func (*Server) SendSetPasswordNotification

func (s *Server) SendSetPasswordNotification(ctx context.Context, request *SetPasswordNotificationRequest) (*empty.Empty, error)

func (*Server) SetInitialPassword

func (s *Server) SetInitialPassword(ctx context.Context, request *PasswordRequest) (*empty.Empty, error)

func (*Server) UnlockUser

func (s *Server) UnlockUser(ctx context.Context, in *UserID) (*User, error)

func (*Server) UpdateApplication

func (s *Server) UpdateApplication(ctx context.Context, in *ApplicationUpdate) (*Application, error)

func (*Server) UpdateApplicationOIDCConfig

func (s *Server) UpdateApplicationOIDCConfig(ctx context.Context, in *OIDCConfigUpdate) (*OIDCConfig, error)

func (*Server) UpdatePasswordAgePolicy

func (s *Server) UpdatePasswordAgePolicy(ctx context.Context, policy *PasswordAgePolicyUpdate) (*PasswordAgePolicy, error)

func (*Server) UpdatePasswordComplexityPolicy

func (s *Server) UpdatePasswordComplexityPolicy(ctx context.Context, policy *PasswordComplexityPolicyUpdate) (*PasswordComplexityPolicy, error)

func (*Server) UpdatePasswordLockoutPolicy

func (s *Server) UpdatePasswordLockoutPolicy(ctx context.Context, policy *PasswordLockoutPolicyUpdate) (*PasswordLockoutPolicy, error)

func (*Server) UpdateProject

func (s *Server) UpdateProject(ctx context.Context, in *ProjectUpdateRequest) (*Project, error)

func (*Server) UpdateProjectGrant

func (s *Server) UpdateProjectGrant(ctx context.Context, in *ProjectGrantUpdate) (*ProjectGrant, error)

func (*Server) UpdateProjectGrantUserGrant

func (s *Server) UpdateProjectGrantUserGrant(ctx context.Context, in *ProjectGrantUserGrantUpdate) (*UserGrant, error)

func (*Server) UpdateProjectUserGrant

func (s *Server) UpdateProjectUserGrant(ctx context.Context, in *ProjectUserGrantUpdate) (*UserGrant, error)

func (*Server) UpdateUserAddress

func (s *Server) UpdateUserAddress(ctx context.Context, request *UpdateUserAddressRequest) (*UserAddress, error)

func (*Server) UpdateUserGrant

func (s *Server) UpdateUserGrant(ctx context.Context, in *UserGrantUpdate) (*UserGrant, error)

func (*Server) UpdateUserProfile

func (s *Server) UpdateUserProfile(ctx context.Context, request *UpdateUserProfileRequest) (*UserProfile, error)

func (*Server) UserChanges

func (s *Server) UserChanges(ctx context.Context, changesRequest *ChangeRequest) (*Changes, error)

func (*Server) UserGrantByID

func (s *Server) UserGrantByID(ctx context.Context, request *UserGrantID) (*UserGrantView, error)

func (*Server) Validate

func (s *Server) Validate(ctx context.Context, _ *empty.Empty) (*pb_struct.Struct, error)

type SetPasswordNotificationRequest

type SetPasswordNotificationRequest struct {
	Id   string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type NotificationType `protobuf:"varint,2,opt,name=type,proto3,enum=caos.zitadel.management.api.v1.NotificationType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*SetPasswordNotificationRequest) Descriptor deprecated

func (*SetPasswordNotificationRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetPasswordNotificationRequest.ProtoReflect.Descriptor instead.

func (*SetPasswordNotificationRequest) GetId

func (*SetPasswordNotificationRequest) GetType

func (*SetPasswordNotificationRequest) ProtoMessage

func (*SetPasswordNotificationRequest) ProtoMessage()

func (*SetPasswordNotificationRequest) ProtoReflect added in v0.4.0

func (*SetPasswordNotificationRequest) Reset

func (x *SetPasswordNotificationRequest) Reset()

func (*SetPasswordNotificationRequest) String

type UnimplementedManagementServiceServer

type UnimplementedManagementServiceServer struct {
}

UnimplementedManagementServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedManagementServiceServer) AddMyOrgDomain added in v0.26.0

func (*UnimplementedManagementServiceServer) AddMyOrgMember added in v0.22.3

func (*UnimplementedManagementServiceServer) AddProjectGrantMember

func (*UnimplementedManagementServiceServer) AddProjectMember

func (*UnimplementedManagementServiceServer) AddProjectRole

func (*UnimplementedManagementServiceServer) ApplicationByID

func (*UnimplementedManagementServiceServer) ApplicationChanges

func (*UnimplementedManagementServiceServer) BulkAddProjectRole added in v0.32.0

func (*UnimplementedManagementServiceServer) BulkCreateUserGrant added in v0.32.0

func (*UnimplementedManagementServiceServer) BulkRemoveUserGrant added in v0.32.0

func (*UnimplementedManagementServiceServer) BulkUpdateUserGrant added in v0.32.0

func (*UnimplementedManagementServiceServer) ChangeMyOrgMember added in v0.22.3

func (*UnimplementedManagementServiceServer) ChangeProjectGrantMember

func (*UnimplementedManagementServiceServer) ChangeProjectMember

func (*UnimplementedManagementServiceServer) ChangeProjectRole added in v0.6.0

func (*UnimplementedManagementServiceServer) ChangeUserEmail

func (*UnimplementedManagementServiceServer) ChangeUserPhone

func (*UnimplementedManagementServiceServer) CreateOIDCApplication

func (*UnimplementedManagementServiceServer) CreatePasswordAgePolicy

func (*UnimplementedManagementServiceServer) CreatePasswordComplexityPolicy

func (*UnimplementedManagementServiceServer) CreatePasswordLockoutPolicy

func (*UnimplementedManagementServiceServer) CreateProject

func (*UnimplementedManagementServiceServer) CreateProjectGrant

func (*UnimplementedManagementServiceServer) CreateProjectGrantUserGrant

func (*UnimplementedManagementServiceServer) CreateProjectUserGrant

func (*UnimplementedManagementServiceServer) CreateUser

func (*UnimplementedManagementServiceServer) CreateUserGrant

func (*UnimplementedManagementServiceServer) DeactivateApplication

func (*UnimplementedManagementServiceServer) DeactivateMyOrg added in v0.33.4

func (*UnimplementedManagementServiceServer) DeactivateProject

func (*UnimplementedManagementServiceServer) DeactivateProjectGrant

func (*UnimplementedManagementServiceServer) DeactivateProjectGrantUserGrant

func (*UnimplementedManagementServiceServer) DeactivateProjectUserGrant

func (*UnimplementedManagementServiceServer) DeactivateUser

func (*UnimplementedManagementServiceServer) DeactivateUserGrant

func (*UnimplementedManagementServiceServer) DeletePasswordAgePolicy

func (*UnimplementedManagementServiceServer) DeletePasswordComplexityPolicy

func (*UnimplementedManagementServiceServer) DeletePasswordLockoutPolicy

func (*UnimplementedManagementServiceServer) DeleteUser

func (*UnimplementedManagementServiceServer) GetGrantedProjectByID added in v0.25.0

func (*UnimplementedManagementServiceServer) GetIam added in v0.28.0

func (*UnimplementedManagementServiceServer) GetMyOrg added in v0.33.4

func (*UnimplementedManagementServiceServer) GetMyOrgIamPolicy added in v0.31.2

func (*UnimplementedManagementServiceServer) GetOrgByDomainGlobal

func (*UnimplementedManagementServiceServer) GetOrgMemberRoles

func (*UnimplementedManagementServiceServer) GetPasswordAgePolicy

func (*UnimplementedManagementServiceServer) GetPasswordComplexityPolicy

func (*UnimplementedManagementServiceServer) GetPasswordLockoutPolicy

func (*UnimplementedManagementServiceServer) GetProjectGrantMemberRoles

func (*UnimplementedManagementServiceServer) GetProjectMemberRoles

func (*UnimplementedManagementServiceServer) GetUserAddress

func (*UnimplementedManagementServiceServer) GetUserByEmailGlobal

func (*UnimplementedManagementServiceServer) GetUserByID

func (*UnimplementedManagementServiceServer) GetUserEmail

func (*UnimplementedManagementServiceServer) GetUserMfas

func (*UnimplementedManagementServiceServer) GetUserPhone

func (*UnimplementedManagementServiceServer) GetUserProfile

func (*UnimplementedManagementServiceServer) Healthz

func (*UnimplementedManagementServiceServer) IsUserUnique

func (*UnimplementedManagementServiceServer) LockUser

func (*UnimplementedManagementServiceServer) OrgChanges

func (*UnimplementedManagementServiceServer) ProjectByID

func (*UnimplementedManagementServiceServer) ProjectChanges

func (*UnimplementedManagementServiceServer) ProjectGrantByID

func (*UnimplementedManagementServiceServer) ProjectGrantUserGrantByID

func (*UnimplementedManagementServiceServer) ProjectUserGrantByID

func (*UnimplementedManagementServiceServer) ReactivateApplication

func (*UnimplementedManagementServiceServer) ReactivateMyOrg added in v0.33.4

func (*UnimplementedManagementServiceServer) ReactivateProject

func (*UnimplementedManagementServiceServer) ReactivateProjectGrant

func (*UnimplementedManagementServiceServer) ReactivateProjectGrantUserGrant

func (*UnimplementedManagementServiceServer) ReactivateProjectUserGrant

func (*UnimplementedManagementServiceServer) ReactivateUser

func (*UnimplementedManagementServiceServer) ReactivateUserGrant

func (*UnimplementedManagementServiceServer) Ready

func (*UnimplementedManagementServiceServer) RegenerateOIDCClientSecret

func (*UnimplementedManagementServiceServer) RemoveApplication added in v0.6.0

func (*UnimplementedManagementServiceServer) RemoveMyOrgDomain added in v0.26.0

func (*UnimplementedManagementServiceServer) RemoveMyOrgMember added in v0.22.3

func (*UnimplementedManagementServiceServer) RemoveProjectGrant added in v0.7.0

func (*UnimplementedManagementServiceServer) RemoveProjectGrantMember

func (*UnimplementedManagementServiceServer) RemoveProjectMember

func (*UnimplementedManagementServiceServer) RemoveProjectRole

func (*UnimplementedManagementServiceServer) RemoveUserGrant added in v0.10.0

func (*UnimplementedManagementServiceServer) RemoveUserPhone added in v0.46.0

func (*UnimplementedManagementServiceServer) ResendEmailVerificationMail

func (*UnimplementedManagementServiceServer) ResendEmailVerificationMail(context.Context, *UserID) (*empty.Empty, error)

func (*UnimplementedManagementServiceServer) ResendPhoneVerificationCode

func (*UnimplementedManagementServiceServer) ResendPhoneVerificationCode(context.Context, *UserID) (*empty.Empty, error)

func (*UnimplementedManagementServiceServer) SearchApplications

func (*UnimplementedManagementServiceServer) SearchGrantedProjects added in v0.11.0

func (*UnimplementedManagementServiceServer) SearchMyOrgDomains added in v0.26.0

func (*UnimplementedManagementServiceServer) SearchMyOrgMembers added in v0.22.3

func (*UnimplementedManagementServiceServer) SearchProjectGrantUserGrants

func (*UnimplementedManagementServiceServer) SearchProjectGrants

func (*UnimplementedManagementServiceServer) SearchProjectMembers

func (*UnimplementedManagementServiceServer) SearchProjectRoles

func (*UnimplementedManagementServiceServer) SearchProjectUserGrants

func (*UnimplementedManagementServiceServer) SearchProjects

func (*UnimplementedManagementServiceServer) SearchUserGrants

func (*UnimplementedManagementServiceServer) SearchUsers

func (*UnimplementedManagementServiceServer) SendSetPasswordNotification

func (*UnimplementedManagementServiceServer) SetInitialPassword

func (*UnimplementedManagementServiceServer) UnlockUser

func (*UnimplementedManagementServiceServer) UpdateApplication

func (*UnimplementedManagementServiceServer) UpdateApplicationOIDCConfig

func (*UnimplementedManagementServiceServer) UpdatePasswordAgePolicy

func (*UnimplementedManagementServiceServer) UpdatePasswordComplexityPolicy

func (*UnimplementedManagementServiceServer) UpdatePasswordLockoutPolicy

func (*UnimplementedManagementServiceServer) UpdateProject

func (*UnimplementedManagementServiceServer) UpdateProjectGrant

func (*UnimplementedManagementServiceServer) UpdateProjectGrantUserGrant

func (*UnimplementedManagementServiceServer) UpdateProjectUserGrant

func (*UnimplementedManagementServiceServer) UpdateUserAddress

func (*UnimplementedManagementServiceServer) UpdateUserGrant

func (*UnimplementedManagementServiceServer) UpdateUserProfile

func (*UnimplementedManagementServiceServer) UserChanges

func (*UnimplementedManagementServiceServer) UserGrantByID

func (*UnimplementedManagementServiceServer) Validate

type UniqueUserRequest

type UniqueUserRequest struct {
	UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	Email    string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*UniqueUserRequest) Descriptor deprecated

func (*UniqueUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use UniqueUserRequest.ProtoReflect.Descriptor instead.

func (*UniqueUserRequest) GetEmail

func (x *UniqueUserRequest) GetEmail() string

func (*UniqueUserRequest) GetUserName

func (x *UniqueUserRequest) GetUserName() string

func (*UniqueUserRequest) ProtoMessage

func (*UniqueUserRequest) ProtoMessage()

func (*UniqueUserRequest) ProtoReflect added in v0.4.0

func (x *UniqueUserRequest) ProtoReflect() protoreflect.Message

func (*UniqueUserRequest) Reset

func (x *UniqueUserRequest) Reset()

func (*UniqueUserRequest) String

func (x *UniqueUserRequest) String() string

type UniqueUserResponse

type UniqueUserResponse struct {
	IsUnique bool `protobuf:"varint,1,opt,name=is_unique,json=isUnique,proto3" json:"is_unique,omitempty"`
	// contains filtered or unexported fields
}

func (*UniqueUserResponse) Descriptor deprecated

func (*UniqueUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use UniqueUserResponse.ProtoReflect.Descriptor instead.

func (*UniqueUserResponse) GetIsUnique

func (x *UniqueUserResponse) GetIsUnique() bool

func (*UniqueUserResponse) ProtoMessage

func (*UniqueUserResponse) ProtoMessage()

func (*UniqueUserResponse) ProtoReflect added in v0.4.0

func (x *UniqueUserResponse) ProtoReflect() protoreflect.Message

func (*UniqueUserResponse) Reset

func (x *UniqueUserResponse) Reset()

func (*UniqueUserResponse) String

func (x *UniqueUserResponse) String() string

type UpdateUserAddressRequest

type UpdateUserAddressRequest struct {
	Id            string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Country       string `protobuf:"bytes,2,opt,name=country,proto3" json:"country,omitempty"`
	Locality      string `protobuf:"bytes,3,opt,name=locality,proto3" json:"locality,omitempty"`
	PostalCode    string `protobuf:"bytes,4,opt,name=postal_code,json=postalCode,proto3" json:"postal_code,omitempty"`
	Region        string `protobuf:"bytes,5,opt,name=region,proto3" json:"region,omitempty"`
	StreetAddress string `protobuf:"bytes,6,opt,name=street_address,json=streetAddress,proto3" json:"street_address,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserAddressRequest) Descriptor deprecated

func (*UpdateUserAddressRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserAddressRequest.ProtoReflect.Descriptor instead.

func (*UpdateUserAddressRequest) GetCountry

func (x *UpdateUserAddressRequest) GetCountry() string

func (*UpdateUserAddressRequest) GetId

func (x *UpdateUserAddressRequest) GetId() string

func (*UpdateUserAddressRequest) GetLocality

func (x *UpdateUserAddressRequest) GetLocality() string

func (*UpdateUserAddressRequest) GetPostalCode

func (x *UpdateUserAddressRequest) GetPostalCode() string

func (*UpdateUserAddressRequest) GetRegion

func (x *UpdateUserAddressRequest) GetRegion() string

func (*UpdateUserAddressRequest) GetStreetAddress

func (x *UpdateUserAddressRequest) GetStreetAddress() string

func (*UpdateUserAddressRequest) ProtoMessage

func (*UpdateUserAddressRequest) ProtoMessage()

func (*UpdateUserAddressRequest) ProtoReflect added in v0.4.0

func (x *UpdateUserAddressRequest) ProtoReflect() protoreflect.Message

func (*UpdateUserAddressRequest) Reset

func (x *UpdateUserAddressRequest) Reset()

func (*UpdateUserAddressRequest) String

func (x *UpdateUserAddressRequest) String() string

type UpdateUserEmailRequest

type UpdateUserEmailRequest struct {
	Id              string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Email           string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	IsEmailVerified bool   `protobuf:"varint,3,opt,name=is_email_verified,json=isEmailVerified,proto3" json:"is_email_verified,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserEmailRequest) Descriptor deprecated

func (*UpdateUserEmailRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserEmailRequest.ProtoReflect.Descriptor instead.

func (*UpdateUserEmailRequest) GetEmail

func (x *UpdateUserEmailRequest) GetEmail() string

func (*UpdateUserEmailRequest) GetId

func (x *UpdateUserEmailRequest) GetId() string

func (*UpdateUserEmailRequest) GetIsEmailVerified

func (x *UpdateUserEmailRequest) GetIsEmailVerified() bool

func (*UpdateUserEmailRequest) ProtoMessage

func (*UpdateUserEmailRequest) ProtoMessage()

func (*UpdateUserEmailRequest) ProtoReflect added in v0.4.0

func (x *UpdateUserEmailRequest) ProtoReflect() protoreflect.Message

func (*UpdateUserEmailRequest) Reset

func (x *UpdateUserEmailRequest) Reset()

func (*UpdateUserEmailRequest) String

func (x *UpdateUserEmailRequest) String() string

type UpdateUserPhoneRequest

type UpdateUserPhoneRequest struct {
	Id              string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Phone           string `protobuf:"bytes,2,opt,name=phone,proto3" json:"phone,omitempty"`
	IsPhoneVerified bool   `protobuf:"varint,3,opt,name=is_phone_verified,json=isPhoneVerified,proto3" json:"is_phone_verified,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserPhoneRequest) Descriptor deprecated

func (*UpdateUserPhoneRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserPhoneRequest.ProtoReflect.Descriptor instead.

func (*UpdateUserPhoneRequest) GetId

func (x *UpdateUserPhoneRequest) GetId() string

func (*UpdateUserPhoneRequest) GetIsPhoneVerified

func (x *UpdateUserPhoneRequest) GetIsPhoneVerified() bool

func (*UpdateUserPhoneRequest) GetPhone

func (x *UpdateUserPhoneRequest) GetPhone() string

func (*UpdateUserPhoneRequest) ProtoMessage

func (*UpdateUserPhoneRequest) ProtoMessage()

func (*UpdateUserPhoneRequest) ProtoReflect added in v0.4.0

func (x *UpdateUserPhoneRequest) ProtoReflect() protoreflect.Message

func (*UpdateUserPhoneRequest) Reset

func (x *UpdateUserPhoneRequest) Reset()

func (*UpdateUserPhoneRequest) String

func (x *UpdateUserPhoneRequest) String() string

type UpdateUserProfileRequest

type UpdateUserProfileRequest struct {
	Id                string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	FirstName         string `protobuf:"bytes,2,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName          string `protobuf:"bytes,3,opt,name=last_name,json=lastName,proto3" json:"last_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.management.api.v1.Gender" json:"gender,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserProfileRequest) Descriptor deprecated

func (*UpdateUserProfileRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserProfileRequest.ProtoReflect.Descriptor instead.

func (*UpdateUserProfileRequest) GetFirstName

func (x *UpdateUserProfileRequest) GetFirstName() string

func (*UpdateUserProfileRequest) GetGender

func (x *UpdateUserProfileRequest) GetGender() Gender

func (*UpdateUserProfileRequest) GetId

func (x *UpdateUserProfileRequest) GetId() string

func (*UpdateUserProfileRequest) GetLastName

func (x *UpdateUserProfileRequest) GetLastName() string

func (*UpdateUserProfileRequest) GetNickName

func (x *UpdateUserProfileRequest) GetNickName() string

func (*UpdateUserProfileRequest) GetPreferredLanguage

func (x *UpdateUserProfileRequest) GetPreferredLanguage() string

func (*UpdateUserProfileRequest) ProtoMessage

func (*UpdateUserProfileRequest) ProtoMessage()

func (*UpdateUserProfileRequest) ProtoReflect added in v0.4.0

func (x *UpdateUserProfileRequest) ProtoReflect() protoreflect.Message

func (*UpdateUserProfileRequest) Reset

func (x *UpdateUserProfileRequest) Reset()

func (*UpdateUserProfileRequest) String

func (x *UpdateUserProfileRequest) String() string

type User

type User 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.management.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"`
	UserName          string               `protobuf:"bytes,5,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	FirstName         string               `protobuf:"bytes,6,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName          string               `protobuf:"bytes,7,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	DisplayName       string               `protobuf:"bytes,8,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	NickName          string               `protobuf:"bytes,9,opt,name=nick_name,json=nickName,proto3" json:"nick_name,omitempty"`
	PreferredLanguage string               `protobuf:"bytes,10,opt,name=preferred_language,json=preferredLanguage,proto3" json:"preferred_language,omitempty"`
	Gender            Gender               `protobuf:"varint,11,opt,name=gender,proto3,enum=caos.zitadel.management.api.v1.Gender" json:"gender,omitempty"`
	Email             string               `protobuf:"bytes,12,opt,name=email,proto3" json:"email,omitempty"`
	IsEmailVerified   bool                 `protobuf:"varint,13,opt,name=is_email_verified,json=isEmailVerified,proto3" json:"is_email_verified,omitempty"`
	Phone             string               `protobuf:"bytes,14,opt,name=phone,proto3" json:"phone,omitempty"`
	IsPhoneVerified   bool                 `protobuf:"varint,15,opt,name=is_phone_verified,json=isPhoneVerified,proto3" json:"is_phone_verified,omitempty"`
	Country           string               `protobuf:"bytes,16,opt,name=country,proto3" json:"country,omitempty"`
	Locality          string               `protobuf:"bytes,17,opt,name=locality,proto3" json:"locality,omitempty"`
	PostalCode        string               `protobuf:"bytes,18,opt,name=postal_code,json=postalCode,proto3" json:"postal_code,omitempty"`
	Region            string               `protobuf:"bytes,19,opt,name=region,proto3" json:"region,omitempty"`
	StreetAddress     string               `protobuf:"bytes,20,opt,name=street_address,json=streetAddress,proto3" json:"street_address,omitempty"`
	Sequence          uint64               `protobuf:"varint,21,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// contains filtered or unexported fields
}

func (*User) Descriptor deprecated

func (*User) Descriptor() ([]byte, []int)

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetChangeDate

func (x *User) GetChangeDate() *timestamp.Timestamp

func (*User) GetCountry

func (x *User) GetCountry() string

func (*User) GetCreationDate

func (x *User) GetCreationDate() *timestamp.Timestamp

func (*User) GetDisplayName

func (x *User) GetDisplayName() string

func (*User) GetEmail

func (x *User) GetEmail() string

func (*User) GetFirstName

func (x *User) GetFirstName() string

func (*User) GetGender

func (x *User) GetGender() Gender

func (*User) GetId

func (x *User) GetId() string

func (*User) GetIsEmailVerified

func (x *User) GetIsEmailVerified() bool

func (*User) GetIsPhoneVerified

func (x *User) GetIsPhoneVerified() bool

func (*User) GetLastName

func (x *User) GetLastName() string

func (*User) GetLocality

func (x *User) GetLocality() string

func (*User) GetNickName

func (x *User) GetNickName() string

func (*User) GetPhone

func (x *User) GetPhone() string

func (*User) GetPostalCode

func (x *User) GetPostalCode() string

func (*User) GetPreferredLanguage

func (x *User) GetPreferredLanguage() string

func (*User) GetRegion

func (x *User) GetRegion() string

func (*User) GetSequence

func (x *User) GetSequence() uint64

func (*User) GetState

func (x *User) GetState() UserState

func (*User) GetStreetAddress

func (x *User) GetStreetAddress() string

func (*User) GetUserName

func (x *User) GetUserName() string

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect added in v0.4.0

func (x *User) ProtoReflect() protoreflect.Message

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

type UserAddress

type UserAddress struct {
	Id            string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Country       string               `protobuf:"bytes,2,opt,name=country,proto3" json:"country,omitempty"`
	Locality      string               `protobuf:"bytes,3,opt,name=locality,proto3" json:"locality,omitempty"`
	PostalCode    string               `protobuf:"bytes,4,opt,name=postal_code,json=postalCode,proto3" json:"postal_code,omitempty"`
	Region        string               `protobuf:"bytes,5,opt,name=region,proto3" json:"region,omitempty"`
	StreetAddress string               `protobuf:"bytes,6,opt,name=street_address,json=streetAddress,proto3" json:"street_address,omitempty"`
	Sequence      uint64               `protobuf:"varint,7,opt,name=sequence,proto3" json:"sequence,omitempty"`
	CreationDate  *timestamp.Timestamp `protobuf:"bytes,8,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
	ChangeDate    *timestamp.Timestamp `protobuf:"bytes,9,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
	// contains filtered or unexported fields
}

func (*UserAddress) Descriptor deprecated

func (*UserAddress) Descriptor() ([]byte, []int)

Deprecated: Use UserAddress.ProtoReflect.Descriptor instead.

func (*UserAddress) GetChangeDate added in v0.10.0

func (x *UserAddress) GetChangeDate() *timestamp.Timestamp

func (*UserAddress) GetCountry

func (x *UserAddress) GetCountry() string

func (*UserAddress) GetCreationDate added in v0.10.0

func (x *UserAddress) GetCreationDate() *timestamp.Timestamp

func (*UserAddress) GetId

func (x *UserAddress) GetId() string

func (*UserAddress) GetLocality

func (x *UserAddress) GetLocality() string

func (*UserAddress) GetPostalCode

func (x *UserAddress) GetPostalCode() string

func (*UserAddress) GetRegion

func (x *UserAddress) GetRegion() string

func (*UserAddress) GetSequence

func (x *UserAddress) GetSequence() uint64

func (*UserAddress) GetStreetAddress

func (x *UserAddress) GetStreetAddress() string

func (*UserAddress) ProtoMessage

func (*UserAddress) ProtoMessage()

func (*UserAddress) ProtoReflect added in v0.4.0

func (x *UserAddress) ProtoReflect() protoreflect.Message

func (*UserAddress) Reset

func (x *UserAddress) Reset()

func (*UserAddress) String

func (x *UserAddress) String() string

type UserAddressView added in v0.28.0

type UserAddressView struct {
	Id            string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Country       string               `protobuf:"bytes,2,opt,name=country,proto3" json:"country,omitempty"`
	Locality      string               `protobuf:"bytes,3,opt,name=locality,proto3" json:"locality,omitempty"`
	PostalCode    string               `protobuf:"bytes,4,opt,name=postal_code,json=postalCode,proto3" json:"postal_code,omitempty"`
	Region        string               `protobuf:"bytes,5,opt,name=region,proto3" json:"region,omitempty"`
	StreetAddress string               `protobuf:"bytes,6,opt,name=street_address,json=streetAddress,proto3" json:"street_address,omitempty"`
	Sequence      uint64               `protobuf:"varint,7,opt,name=sequence,proto3" json:"sequence,omitempty"`
	CreationDate  *timestamp.Timestamp `protobuf:"bytes,8,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
	ChangeDate    *timestamp.Timestamp `protobuf:"bytes,9,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
	// contains filtered or unexported fields
}

func (*UserAddressView) Descriptor deprecated added in v0.28.0

func (*UserAddressView) Descriptor() ([]byte, []int)

Deprecated: Use UserAddressView.ProtoReflect.Descriptor instead.

func (*UserAddressView) GetChangeDate added in v0.28.0

func (x *UserAddressView) GetChangeDate() *timestamp.Timestamp

func (*UserAddressView) GetCountry added in v0.28.0

func (x *UserAddressView) GetCountry() string

func (*UserAddressView) GetCreationDate added in v0.28.0

func (x *UserAddressView) GetCreationDate() *timestamp.Timestamp

func (*UserAddressView) GetId added in v0.28.0

func (x *UserAddressView) GetId() string

func (*UserAddressView) GetLocality added in v0.28.0

func (x *UserAddressView) GetLocality() string

func (*UserAddressView) GetPostalCode added in v0.28.0

func (x *UserAddressView) GetPostalCode() string

func (*UserAddressView) GetRegion added in v0.28.0

func (x *UserAddressView) GetRegion() string

func (*UserAddressView) GetSequence added in v0.28.0

func (x *UserAddressView) GetSequence() uint64

func (*UserAddressView) GetStreetAddress added in v0.28.0

func (x *UserAddressView) GetStreetAddress() string

func (*UserAddressView) ProtoMessage added in v0.28.0

func (*UserAddressView) ProtoMessage()

func (*UserAddressView) ProtoReflect added in v0.28.0

func (x *UserAddressView) ProtoReflect() protoreflect.Message

func (*UserAddressView) Reset added in v0.28.0

func (x *UserAddressView) Reset()

func (*UserAddressView) String added in v0.28.0

func (x *UserAddressView) String() string

type UserEmail

type UserEmail struct {
	Id              string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Email           string               `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	IsEmailVerified bool                 `protobuf:"varint,3,opt,name=is_email_verified,json=isEmailVerified,proto3" json:"is_email_verified,omitempty"`
	Sequence        uint64               `protobuf:"varint,4,opt,name=sequence,proto3" json:"sequence,omitempty"`
	CreationDate    *timestamp.Timestamp `protobuf:"bytes,5,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
	ChangeDate      *timestamp.Timestamp `protobuf:"bytes,6,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
	// contains filtered or unexported fields
}

func (*UserEmail) Descriptor deprecated

func (*UserEmail) Descriptor() ([]byte, []int)

Deprecated: Use UserEmail.ProtoReflect.Descriptor instead.

func (*UserEmail) GetChangeDate added in v0.10.0

func (x *UserEmail) GetChangeDate() *timestamp.Timestamp

func (*UserEmail) GetCreationDate added in v0.10.0

func (x *UserEmail) GetCreationDate() *timestamp.Timestamp

func (*UserEmail) GetEmail

func (x *UserEmail) GetEmail() string

func (*UserEmail) GetId

func (x *UserEmail) GetId() string

func (*UserEmail) GetIsEmailVerified

func (x *UserEmail) GetIsEmailVerified() bool

func (*UserEmail) GetSequence

func (x *UserEmail) GetSequence() uint64

func (*UserEmail) ProtoMessage

func (*UserEmail) ProtoMessage()

func (*UserEmail) ProtoReflect added in v0.4.0

func (x *UserEmail) ProtoReflect() protoreflect.Message

func (*UserEmail) Reset

func (x *UserEmail) Reset()

func (*UserEmail) String

func (x *UserEmail) String() string

type UserEmailView added in v0.28.0

type UserEmailView struct {
	Id              string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Email           string               `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	IsEmailVerified bool                 `protobuf:"varint,3,opt,name=is_email_verified,json=isEmailVerified,proto3" json:"is_email_verified,omitempty"`
	Sequence        uint64               `protobuf:"varint,4,opt,name=sequence,proto3" json:"sequence,omitempty"`
	CreationDate    *timestamp.Timestamp `protobuf:"bytes,5,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
	ChangeDate      *timestamp.Timestamp `protobuf:"bytes,6,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
	// contains filtered or unexported fields
}

func (*UserEmailView) Descriptor deprecated added in v0.28.0

func (*UserEmailView) Descriptor() ([]byte, []int)

Deprecated: Use UserEmailView.ProtoReflect.Descriptor instead.

func (*UserEmailView) GetChangeDate added in v0.28.0

func (x *UserEmailView) GetChangeDate() *timestamp.Timestamp

func (*UserEmailView) GetCreationDate added in v0.28.0

func (x *UserEmailView) GetCreationDate() *timestamp.Timestamp

func (*UserEmailView) GetEmail added in v0.28.0

func (x *UserEmailView) GetEmail() string

func (*UserEmailView) GetId added in v0.28.0

func (x *UserEmailView) GetId() string

func (*UserEmailView) GetIsEmailVerified added in v0.28.0

func (x *UserEmailView) GetIsEmailVerified() bool

func (*UserEmailView) GetSequence added in v0.28.0

func (x *UserEmailView) GetSequence() uint64

func (*UserEmailView) ProtoMessage added in v0.28.0

func (*UserEmailView) ProtoMessage()

func (*UserEmailView) ProtoReflect added in v0.28.0

func (x *UserEmailView) ProtoReflect() protoreflect.Message

func (*UserEmailView) Reset added in v0.28.0

func (x *UserEmailView) Reset()

func (*UserEmailView) String added in v0.28.0

func (x *UserEmailView) String() string

type UserGrant

type UserGrant struct {
	Id           string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	UserId       string               `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	OrgId        string               `protobuf:"bytes,3,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	ProjectId    string               `protobuf:"bytes,4,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	RoleKeys     []string             `protobuf:"bytes,5,rep,name=role_keys,json=roleKeys,proto3" json:"role_keys,omitempty"`
	State        UserGrantState       `protobuf:"varint,6,opt,name=state,proto3,enum=caos.zitadel.management.api.v1.UserGrantState" json:"state,omitempty"`
	CreationDate *timestamp.Timestamp `protobuf:"bytes,7,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
	ChangeDate   *timestamp.Timestamp `protobuf:"bytes,8,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
	Sequence     uint64               `protobuf:"varint,9,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// contains filtered or unexported fields
}

func (*UserGrant) Descriptor deprecated

func (*UserGrant) Descriptor() ([]byte, []int)

Deprecated: Use UserGrant.ProtoReflect.Descriptor instead.

func (*UserGrant) GetChangeDate

func (x *UserGrant) GetChangeDate() *timestamp.Timestamp

func (*UserGrant) GetCreationDate

func (x *UserGrant) GetCreationDate() *timestamp.Timestamp

func (*UserGrant) GetId

func (x *UserGrant) GetId() string

func (*UserGrant) GetOrgId

func (x *UserGrant) GetOrgId() string

func (*UserGrant) GetProjectId

func (x *UserGrant) GetProjectId() string

func (*UserGrant) GetRoleKeys added in v0.7.0

func (x *UserGrant) GetRoleKeys() []string

func (*UserGrant) GetSequence

func (x *UserGrant) GetSequence() uint64

func (*UserGrant) GetState

func (x *UserGrant) GetState() UserGrantState

func (*UserGrant) GetUserId

func (x *UserGrant) GetUserId() string

func (*UserGrant) ProtoMessage

func (*UserGrant) ProtoMessage()

func (*UserGrant) ProtoReflect added in v0.4.0

func (x *UserGrant) ProtoReflect() protoreflect.Message

func (*UserGrant) Reset

func (x *UserGrant) Reset()

func (*UserGrant) String

func (x *UserGrant) String() string

type UserGrantCreate

type UserGrantCreate struct {
	UserId    string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	ProjectId string   `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	RoleKeys  []string `protobuf:"bytes,3,rep,name=role_keys,json=roleKeys,proto3" json:"role_keys,omitempty"`
	// contains filtered or unexported fields
}

func (*UserGrantCreate) Descriptor deprecated

func (*UserGrantCreate) Descriptor() ([]byte, []int)

Deprecated: Use UserGrantCreate.ProtoReflect.Descriptor instead.

func (*UserGrantCreate) GetProjectId

func (x *UserGrantCreate) GetProjectId() string

func (*UserGrantCreate) GetRoleKeys added in v0.7.0

func (x *UserGrantCreate) GetRoleKeys() []string

func (*UserGrantCreate) GetUserId

func (x *UserGrantCreate) GetUserId() string

func (*UserGrantCreate) ProtoMessage

func (*UserGrantCreate) ProtoMessage()

func (*UserGrantCreate) ProtoReflect added in v0.4.0

func (x *UserGrantCreate) ProtoReflect() protoreflect.Message

func (*UserGrantCreate) Reset

func (x *UserGrantCreate) Reset()

func (*UserGrantCreate) String

func (x *UserGrantCreate) String() string

type UserGrantCreateBulk added in v0.32.0

type UserGrantCreateBulk struct {
	UserGrants []*UserGrantCreate `protobuf:"bytes,1,rep,name=user_grants,json=userGrants,proto3" json:"user_grants,omitempty"`
	// contains filtered or unexported fields
}

func (*UserGrantCreateBulk) Descriptor deprecated added in v0.32.0

func (*UserGrantCreateBulk) Descriptor() ([]byte, []int)

Deprecated: Use UserGrantCreateBulk.ProtoReflect.Descriptor instead.

func (*UserGrantCreateBulk) GetUserGrants added in v0.32.0

func (x *UserGrantCreateBulk) GetUserGrants() []*UserGrantCreate

func (*UserGrantCreateBulk) ProtoMessage added in v0.32.0

func (*UserGrantCreateBulk) ProtoMessage()

func (*UserGrantCreateBulk) ProtoReflect added in v0.32.0

func (x *UserGrantCreateBulk) ProtoReflect() protoreflect.Message

func (*UserGrantCreateBulk) Reset added in v0.32.0

func (x *UserGrantCreateBulk) Reset()

func (*UserGrantCreateBulk) String added in v0.32.0

func (x *UserGrantCreateBulk) String() string

type UserGrantID

type UserGrantID struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Id     string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*UserGrantID) Descriptor deprecated

func (*UserGrantID) Descriptor() ([]byte, []int)

Deprecated: Use UserGrantID.ProtoReflect.Descriptor instead.

func (*UserGrantID) GetId

func (x *UserGrantID) GetId() string

func (*UserGrantID) GetUserId

func (x *UserGrantID) GetUserId() string

func (*UserGrantID) ProtoMessage

func (*UserGrantID) ProtoMessage()

func (*UserGrantID) ProtoReflect added in v0.4.0

func (x *UserGrantID) ProtoReflect() protoreflect.Message

func (*UserGrantID) Reset

func (x *UserGrantID) Reset()

func (*UserGrantID) String

func (x *UserGrantID) String() string

type UserGrantRemoveBulk added in v0.32.0

type UserGrantRemoveBulk struct {
	Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*UserGrantRemoveBulk) Descriptor deprecated added in v0.32.0

func (*UserGrantRemoveBulk) Descriptor() ([]byte, []int)

Deprecated: Use UserGrantRemoveBulk.ProtoReflect.Descriptor instead.

func (*UserGrantRemoveBulk) GetIds added in v0.32.0

func (x *UserGrantRemoveBulk) GetIds() []string

func (*UserGrantRemoveBulk) ProtoMessage added in v0.32.0

func (*UserGrantRemoveBulk) ProtoMessage()

func (*UserGrantRemoveBulk) ProtoReflect added in v0.32.0

func (x *UserGrantRemoveBulk) ProtoReflect() protoreflect.Message

func (*UserGrantRemoveBulk) Reset added in v0.32.0

func (x *UserGrantRemoveBulk) Reset()

func (*UserGrantRemoveBulk) String added in v0.32.0

func (x *UserGrantRemoveBulk) String() string

type UserGrantSearchKey

type UserGrantSearchKey int32
const (
	UserGrantSearchKey_USERGRANTSEARCHKEY_UNSPECIFIED UserGrantSearchKey = 0
	UserGrantSearchKey_USERGRANTSEARCHKEY_PROJECT_ID  UserGrantSearchKey = 1
	UserGrantSearchKey_USERGRANTSEARCHKEY_USER_ID     UserGrantSearchKey = 2
	UserGrantSearchKey_USERGRANTSEARCHKEY_ORG_ID      UserGrantSearchKey = 3
	UserGrantSearchKey_USERGRANTSEARCHKEY_ROLE_KEY    UserGrantSearchKey = 4
)

func (UserGrantSearchKey) Descriptor added in v0.4.0

func (UserGrantSearchKey) Enum added in v0.4.0

func (UserGrantSearchKey) EnumDescriptor deprecated

func (UserGrantSearchKey) EnumDescriptor() ([]byte, []int)

Deprecated: Use UserGrantSearchKey.Descriptor instead.

func (UserGrantSearchKey) Number added in v0.4.0

func (UserGrantSearchKey) String

func (x UserGrantSearchKey) String() string

func (UserGrantSearchKey) Type added in v0.4.0

type UserGrantSearchQuery

type UserGrantSearchQuery struct {
	Key    UserGrantSearchKey `protobuf:"varint,1,opt,name=key,proto3,enum=caos.zitadel.management.api.v1.UserGrantSearchKey" json:"key,omitempty"`
	Method SearchMethod       `protobuf:"varint,2,opt,name=method,proto3,enum=caos.zitadel.management.api.v1.SearchMethod" json:"method,omitempty"`
	Value  string             `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*UserGrantSearchQuery) Descriptor deprecated

func (*UserGrantSearchQuery) Descriptor() ([]byte, []int)

Deprecated: Use UserGrantSearchQuery.ProtoReflect.Descriptor instead.

func (*UserGrantSearchQuery) GetKey

func (*UserGrantSearchQuery) GetMethod

func (x *UserGrantSearchQuery) GetMethod() SearchMethod

func (*UserGrantSearchQuery) GetValue

func (x *UserGrantSearchQuery) GetValue() string

func (*UserGrantSearchQuery) ProtoMessage

func (*UserGrantSearchQuery) ProtoMessage()

func (*UserGrantSearchQuery) ProtoReflect added in v0.4.0

func (x *UserGrantSearchQuery) ProtoReflect() protoreflect.Message

func (*UserGrantSearchQuery) Reset

func (x *UserGrantSearchQuery) Reset()

func (*UserGrantSearchQuery) String

func (x *UserGrantSearchQuery) String() string

type UserGrantSearchRequest

type UserGrantSearchRequest 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 []*UserGrantSearchQuery `protobuf:"bytes,3,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*UserGrantSearchRequest) Descriptor deprecated

func (*UserGrantSearchRequest) Descriptor() ([]byte, []int)

Deprecated: Use UserGrantSearchRequest.ProtoReflect.Descriptor instead.

func (*UserGrantSearchRequest) GetLimit

func (x *UserGrantSearchRequest) GetLimit() uint64

func (*UserGrantSearchRequest) GetOffset

func (x *UserGrantSearchRequest) GetOffset() uint64

func (*UserGrantSearchRequest) GetQueries

func (x *UserGrantSearchRequest) GetQueries() []*UserGrantSearchQuery

func (*UserGrantSearchRequest) ProtoMessage

func (*UserGrantSearchRequest) ProtoMessage()

func (*UserGrantSearchRequest) ProtoReflect added in v0.4.0

func (x *UserGrantSearchRequest) ProtoReflect() protoreflect.Message

func (*UserGrantSearchRequest) Reset

func (x *UserGrantSearchRequest) Reset()

func (*UserGrantSearchRequest) String

func (x *UserGrantSearchRequest) String() string

type UserGrantSearchResponse

type UserGrantSearchResponse 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      []*UserGrantView `protobuf:"bytes,4,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*UserGrantSearchResponse) Descriptor deprecated

func (*UserGrantSearchResponse) Descriptor() ([]byte, []int)

Deprecated: Use UserGrantSearchResponse.ProtoReflect.Descriptor instead.

func (*UserGrantSearchResponse) GetLimit

func (x *UserGrantSearchResponse) GetLimit() uint64

func (*UserGrantSearchResponse) GetOffset

func (x *UserGrantSearchResponse) GetOffset() uint64

func (*UserGrantSearchResponse) GetResult

func (x *UserGrantSearchResponse) GetResult() []*UserGrantView

func (*UserGrantSearchResponse) GetTotalResult

func (x *UserGrantSearchResponse) GetTotalResult() uint64

func (*UserGrantSearchResponse) ProtoMessage

func (*UserGrantSearchResponse) ProtoMessage()

func (*UserGrantSearchResponse) ProtoReflect added in v0.4.0

func (x *UserGrantSearchResponse) ProtoReflect() protoreflect.Message

func (*UserGrantSearchResponse) Reset

func (x *UserGrantSearchResponse) Reset()

func (*UserGrantSearchResponse) String

func (x *UserGrantSearchResponse) String() string

type UserGrantState

type UserGrantState int32
const (
	UserGrantState_USERGRANTSTATE_UNSPECIFIED UserGrantState = 0
	UserGrantState_USERGRANTSTATE_ACTIVE      UserGrantState = 1
	UserGrantState_USERGRANTSTATE_INACTIVE    UserGrantState = 2
)

func (UserGrantState) Descriptor added in v0.4.0

func (UserGrantState) Enum added in v0.4.0

func (x UserGrantState) Enum() *UserGrantState

func (UserGrantState) EnumDescriptor deprecated

func (UserGrantState) EnumDescriptor() ([]byte, []int)

Deprecated: Use UserGrantState.Descriptor instead.

func (UserGrantState) Number added in v0.4.0

func (UserGrantState) String

func (x UserGrantState) String() string

func (UserGrantState) Type added in v0.4.0

type UserGrantUpdate

type UserGrantUpdate struct {
	UserId   string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Id       string   `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	RoleKeys []string `protobuf:"bytes,3,rep,name=role_keys,json=roleKeys,proto3" json:"role_keys,omitempty"`
	// contains filtered or unexported fields
}

func (*UserGrantUpdate) Descriptor deprecated

func (*UserGrantUpdate) Descriptor() ([]byte, []int)

Deprecated: Use UserGrantUpdate.ProtoReflect.Descriptor instead.

func (*UserGrantUpdate) GetId

func (x *UserGrantUpdate) GetId() string

func (*UserGrantUpdate) GetRoleKeys added in v0.7.0

func (x *UserGrantUpdate) GetRoleKeys() []string

func (*UserGrantUpdate) GetUserId

func (x *UserGrantUpdate) GetUserId() string

func (*UserGrantUpdate) ProtoMessage

func (*UserGrantUpdate) ProtoMessage()

func (*UserGrantUpdate) ProtoReflect added in v0.4.0

func (x *UserGrantUpdate) ProtoReflect() protoreflect.Message

func (*UserGrantUpdate) Reset

func (x *UserGrantUpdate) Reset()

func (*UserGrantUpdate) String

func (x *UserGrantUpdate) String() string

type UserGrantUpdateBulk added in v0.32.0

type UserGrantUpdateBulk struct {
	UserGrants []*UserGrantUpdate `protobuf:"bytes,1,rep,name=user_grants,json=userGrants,proto3" json:"user_grants,omitempty"`
	// contains filtered or unexported fields
}

func (*UserGrantUpdateBulk) Descriptor deprecated added in v0.32.0

func (*UserGrantUpdateBulk) Descriptor() ([]byte, []int)

Deprecated: Use UserGrantUpdateBulk.ProtoReflect.Descriptor instead.

func (*UserGrantUpdateBulk) GetUserGrants added in v0.32.0

func (x *UserGrantUpdateBulk) GetUserGrants() []*UserGrantUpdate

func (*UserGrantUpdateBulk) ProtoMessage added in v0.32.0

func (*UserGrantUpdateBulk) ProtoMessage()

func (*UserGrantUpdateBulk) ProtoReflect added in v0.32.0

func (x *UserGrantUpdateBulk) ProtoReflect() protoreflect.Message

func (*UserGrantUpdateBulk) Reset added in v0.32.0

func (x *UserGrantUpdateBulk) Reset()

func (*UserGrantUpdateBulk) String added in v0.32.0

func (x *UserGrantUpdateBulk) String() string

type UserGrantView added in v0.12.0

type UserGrantView struct {
	Id            string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	UserId        string               `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	OrgId         string               `protobuf:"bytes,3,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	ProjectId     string               `protobuf:"bytes,4,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	RoleKeys      []string             `protobuf:"bytes,5,rep,name=role_keys,json=roleKeys,proto3" json:"role_keys,omitempty"`
	State         UserGrantState       `protobuf:"varint,6,opt,name=state,proto3,enum=caos.zitadel.management.api.v1.UserGrantState" json:"state,omitempty"`
	CreationDate  *timestamp.Timestamp `protobuf:"bytes,7,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
	ChangeDate    *timestamp.Timestamp `protobuf:"bytes,8,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
	UserName      string               `protobuf:"bytes,9,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	FirstName     string               `protobuf:"bytes,10,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName      string               `protobuf:"bytes,11,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	Email         string               `protobuf:"bytes,12,opt,name=email,proto3" json:"email,omitempty"`
	OrgName       string               `protobuf:"bytes,13,opt,name=org_name,json=orgName,proto3" json:"org_name,omitempty"`
	OrgDomain     string               `protobuf:"bytes,14,opt,name=org_domain,json=orgDomain,proto3" json:"org_domain,omitempty"`
	ProjectName   string               `protobuf:"bytes,15,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	Sequence      uint64               `protobuf:"varint,16,opt,name=sequence,proto3" json:"sequence,omitempty"`
	ResourceOwner string               `protobuf:"bytes,17,opt,name=resource_owner,json=resourceOwner,proto3" json:"resource_owner,omitempty"`
	DisplayName   string               `protobuf:"bytes,18,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// contains filtered or unexported fields
}

func (*UserGrantView) Descriptor deprecated added in v0.12.0

func (*UserGrantView) Descriptor() ([]byte, []int)

Deprecated: Use UserGrantView.ProtoReflect.Descriptor instead.

func (*UserGrantView) GetChangeDate added in v0.12.0

func (x *UserGrantView) GetChangeDate() *timestamp.Timestamp

func (*UserGrantView) GetCreationDate added in v0.12.0

func (x *UserGrantView) GetCreationDate() *timestamp.Timestamp

func (*UserGrantView) GetDisplayName added in v0.42.1

func (x *UserGrantView) GetDisplayName() string

func (*UserGrantView) GetEmail added in v0.12.0

func (x *UserGrantView) GetEmail() string

func (*UserGrantView) GetFirstName added in v0.12.0

func (x *UserGrantView) GetFirstName() string

func (*UserGrantView) GetId added in v0.12.0

func (x *UserGrantView) GetId() string

func (*UserGrantView) GetLastName added in v0.12.0

func (x *UserGrantView) GetLastName() string

func (*UserGrantView) GetOrgDomain added in v0.12.0

func (x *UserGrantView) GetOrgDomain() string

func (*UserGrantView) GetOrgId added in v0.12.0

func (x *UserGrantView) GetOrgId() string

func (*UserGrantView) GetOrgName added in v0.12.0

func (x *UserGrantView) GetOrgName() string

func (*UserGrantView) GetProjectId added in v0.12.0

func (x *UserGrantView) GetProjectId() string

func (*UserGrantView) GetProjectName added in v0.12.0

func (x *UserGrantView) GetProjectName() string

func (*UserGrantView) GetResourceOwner added in v0.12.0

func (x *UserGrantView) GetResourceOwner() string

func (*UserGrantView) GetRoleKeys added in v0.12.0

func (x *UserGrantView) GetRoleKeys() []string

func (*UserGrantView) GetSequence added in v0.12.0

func (x *UserGrantView) GetSequence() uint64

func (*UserGrantView) GetState added in v0.12.0

func (x *UserGrantView) GetState() UserGrantState

func (*UserGrantView) GetUserId added in v0.12.0

func (x *UserGrantView) GetUserId() string

func (*UserGrantView) GetUserName added in v0.12.0

func (x *UserGrantView) GetUserName() string

func (*UserGrantView) ProtoMessage added in v0.12.0

func (*UserGrantView) ProtoMessage()

func (*UserGrantView) ProtoReflect added in v0.15.0

func (x *UserGrantView) ProtoReflect() protoreflect.Message

func (*UserGrantView) Reset added in v0.12.0

func (x *UserGrantView) Reset()

func (*UserGrantView) String added in v0.12.0

func (x *UserGrantView) String() string

type UserID

type UserID struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*UserID) Descriptor deprecated

func (*UserID) Descriptor() ([]byte, []int)

Deprecated: Use UserID.ProtoReflect.Descriptor instead.

func (*UserID) GetId

func (x *UserID) GetId() string

func (*UserID) ProtoMessage

func (*UserID) ProtoMessage()

func (*UserID) ProtoReflect added in v0.4.0

func (x *UserID) ProtoReflect() protoreflect.Message

func (*UserID) Reset

func (x *UserID) Reset()

func (*UserID) String

func (x *UserID) String() string

type UserPhone

type UserPhone struct {
	Id              string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Phone           string               `protobuf:"bytes,2,opt,name=phone,proto3" json:"phone,omitempty"`
	IsPhoneVerified bool                 `protobuf:"varint,3,opt,name=is_phone_verified,json=isPhoneVerified,proto3" json:"is_phone_verified,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"`
	// contains filtered or unexported fields
}

func (*UserPhone) Descriptor deprecated

func (*UserPhone) Descriptor() ([]byte, []int)

Deprecated: Use UserPhone.ProtoReflect.Descriptor instead.

func (*UserPhone) GetChangeDate added in v0.10.0

func (x *UserPhone) GetChangeDate() *timestamp.Timestamp

func (*UserPhone) GetCreationDate added in v0.10.0

func (x *UserPhone) GetCreationDate() *timestamp.Timestamp

func (*UserPhone) GetId

func (x *UserPhone) GetId() string

func (*UserPhone) GetIsPhoneVerified

func (x *UserPhone) GetIsPhoneVerified() bool

func (*UserPhone) GetPhone

func (x *UserPhone) GetPhone() string

func (*UserPhone) GetSequence

func (x *UserPhone) GetSequence() uint64

func (*UserPhone) ProtoMessage

func (*UserPhone) ProtoMessage()

func (*UserPhone) ProtoReflect added in v0.4.0

func (x *UserPhone) ProtoReflect() protoreflect.Message

func (*UserPhone) Reset

func (x *UserPhone) Reset()

func (*UserPhone) String

func (x *UserPhone) String() string

type UserPhoneView added in v0.28.0

type UserPhoneView struct {
	Id              string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Phone           string               `protobuf:"bytes,2,opt,name=phone,proto3" json:"phone,omitempty"`
	IsPhoneVerified bool                 `protobuf:"varint,3,opt,name=is_phone_verified,json=isPhoneVerified,proto3" json:"is_phone_verified,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"`
	// contains filtered or unexported fields
}

func (*UserPhoneView) Descriptor deprecated added in v0.28.0

func (*UserPhoneView) Descriptor() ([]byte, []int)

Deprecated: Use UserPhoneView.ProtoReflect.Descriptor instead.

func (*UserPhoneView) GetChangeDate added in v0.28.0

func (x *UserPhoneView) GetChangeDate() *timestamp.Timestamp

func (*UserPhoneView) GetCreationDate added in v0.28.0

func (x *UserPhoneView) GetCreationDate() *timestamp.Timestamp

func (*UserPhoneView) GetId added in v0.28.0

func (x *UserPhoneView) GetId() string

func (*UserPhoneView) GetIsPhoneVerified added in v0.28.0

func (x *UserPhoneView) GetIsPhoneVerified() bool

func (*UserPhoneView) GetPhone added in v0.28.0

func (x *UserPhoneView) GetPhone() string

func (*UserPhoneView) GetSequence added in v0.28.0

func (x *UserPhoneView) GetSequence() uint64

func (*UserPhoneView) ProtoMessage added in v0.28.0

func (*UserPhoneView) ProtoMessage()

func (*UserPhoneView) ProtoReflect added in v0.28.0

func (x *UserPhoneView) ProtoReflect() protoreflect.Message

func (*UserPhoneView) Reset added in v0.28.0

func (x *UserPhoneView) Reset()

func (*UserPhoneView) String added in v0.28.0

func (x *UserPhoneView) String() string

type UserProfile

type UserProfile struct {
	Id                string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	FirstName         string               `protobuf:"bytes,2,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName          string               `protobuf:"bytes,3,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	NickName          string               `protobuf:"bytes,4,opt,name=nick_name,json=nickName,proto3" json:"nick_name,omitempty"`
	DisplayName       string               `protobuf:"bytes,5,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	PreferredLanguage string               `protobuf:"bytes,6,opt,name=preferred_language,json=preferredLanguage,proto3" json:"preferred_language,omitempty"`
	Gender            Gender               `protobuf:"varint,7,opt,name=gender,proto3,enum=caos.zitadel.management.api.v1.Gender" json:"gender,omitempty"`
	UserName          string               `protobuf:"bytes,8,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	Sequence          uint64               `protobuf:"varint,9,opt,name=sequence,proto3" json:"sequence,omitempty"`
	CreationDate      *timestamp.Timestamp `protobuf:"bytes,10,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
	ChangeDate        *timestamp.Timestamp `protobuf:"bytes,11,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
	// contains filtered or unexported fields
}

func (*UserProfile) Descriptor deprecated

func (*UserProfile) Descriptor() ([]byte, []int)

Deprecated: Use UserProfile.ProtoReflect.Descriptor instead.

func (*UserProfile) GetChangeDate added in v0.10.0

func (x *UserProfile) GetChangeDate() *timestamp.Timestamp

func (*UserProfile) GetCreationDate added in v0.10.0

func (x *UserProfile) GetCreationDate() *timestamp.Timestamp

func (*UserProfile) GetDisplayName

func (x *UserProfile) GetDisplayName() string

func (*UserProfile) GetFirstName

func (x *UserProfile) GetFirstName() string

func (*UserProfile) GetGender

func (x *UserProfile) GetGender() Gender

func (*UserProfile) GetId

func (x *UserProfile) GetId() string

func (*UserProfile) GetLastName

func (x *UserProfile) GetLastName() string

func (*UserProfile) GetNickName

func (x *UserProfile) GetNickName() string

func (*UserProfile) GetPreferredLanguage

func (x *UserProfile) GetPreferredLanguage() string

func (*UserProfile) GetSequence

func (x *UserProfile) GetSequence() uint64

func (*UserProfile) GetUserName

func (x *UserProfile) GetUserName() string

func (*UserProfile) ProtoMessage

func (*UserProfile) ProtoMessage()

func (*UserProfile) ProtoReflect added in v0.4.0

func (x *UserProfile) ProtoReflect() protoreflect.Message

func (*UserProfile) Reset

func (x *UserProfile) Reset()

func (*UserProfile) String

func (x *UserProfile) String() string

type UserProfileView added in v0.28.0

type UserProfileView struct {
	Id                 string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	FirstName          string               `protobuf:"bytes,2,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName           string               `protobuf:"bytes,3,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	NickName           string               `protobuf:"bytes,4,opt,name=nick_name,json=nickName,proto3" json:"nick_name,omitempty"`
	DisplayName        string               `protobuf:"bytes,5,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	PreferredLanguage  string               `protobuf:"bytes,6,opt,name=preferred_language,json=preferredLanguage,proto3" json:"preferred_language,omitempty"`
	Gender             Gender               `protobuf:"varint,7,opt,name=gender,proto3,enum=caos.zitadel.management.api.v1.Gender" json:"gender,omitempty"`
	UserName           string               `protobuf:"bytes,8,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	Sequence           uint64               `protobuf:"varint,9,opt,name=sequence,proto3" json:"sequence,omitempty"`
	CreationDate       *timestamp.Timestamp `protobuf:"bytes,10,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
	ChangeDate         *timestamp.Timestamp `protobuf:"bytes,11,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
	LoginNames         []string             `protobuf:"bytes,12,rep,name=login_names,json=loginNames,proto3" json:"login_names,omitempty"`
	PreferredLoginName string               `protobuf:"bytes,27,opt,name=preferred_login_name,json=preferredLoginName,proto3" json:"preferred_login_name,omitempty"`
	// contains filtered or unexported fields
}

func (*UserProfileView) Descriptor deprecated added in v0.28.0

func (*UserProfileView) Descriptor() ([]byte, []int)

Deprecated: Use UserProfileView.ProtoReflect.Descriptor instead.

func (*UserProfileView) GetChangeDate added in v0.28.0

func (x *UserProfileView) GetChangeDate() *timestamp.Timestamp

func (*UserProfileView) GetCreationDate added in v0.28.0

func (x *UserProfileView) GetCreationDate() *timestamp.Timestamp

func (*UserProfileView) GetDisplayName added in v0.28.0

func (x *UserProfileView) GetDisplayName() string

func (*UserProfileView) GetFirstName added in v0.28.0

func (x *UserProfileView) GetFirstName() string

func (*UserProfileView) GetGender added in v0.28.0

func (x *UserProfileView) GetGender() Gender

func (*UserProfileView) GetId added in v0.28.0

func (x *UserProfileView) GetId() string

func (*UserProfileView) GetLastName added in v0.28.0

func (x *UserProfileView) GetLastName() string

func (*UserProfileView) GetLoginNames added in v0.28.0

func (x *UserProfileView) GetLoginNames() []string

func (*UserProfileView) GetNickName added in v0.28.0

func (x *UserProfileView) GetNickName() string

func (*UserProfileView) GetPreferredLanguage added in v0.28.0

func (x *UserProfileView) GetPreferredLanguage() string

func (*UserProfileView) GetPreferredLoginName added in v0.28.0

func (x *UserProfileView) GetPreferredLoginName() string

func (*UserProfileView) GetSequence added in v0.28.0

func (x *UserProfileView) GetSequence() uint64

func (*UserProfileView) GetUserName added in v0.28.0

func (x *UserProfileView) GetUserName() string

func (*UserProfileView) ProtoMessage added in v0.28.0

func (*UserProfileView) ProtoMessage()

func (*UserProfileView) ProtoReflect added in v0.28.0

func (x *UserProfileView) ProtoReflect() protoreflect.Message

func (*UserProfileView) Reset added in v0.28.0

func (x *UserProfileView) Reset()

func (*UserProfileView) String added in v0.28.0

func (x *UserProfileView) String() string

type UserSearchKey

type UserSearchKey int32
const (
	UserSearchKey_USERSEARCHKEY_UNSPECIFIED  UserSearchKey = 0
	UserSearchKey_USERSEARCHKEY_USER_NAME    UserSearchKey = 1
	UserSearchKey_USERSEARCHKEY_FIRST_NAME   UserSearchKey = 2
	UserSearchKey_USERSEARCHKEY_LAST_NAME    UserSearchKey = 3
	UserSearchKey_USERSEARCHKEY_NICK_NAME    UserSearchKey = 4
	UserSearchKey_USERSEARCHKEY_DISPLAY_NAME UserSearchKey = 5
	UserSearchKey_USERSEARCHKEY_EMAIL        UserSearchKey = 6
	UserSearchKey_USERSEARCHKEY_STATE        UserSearchKey = 7
)

func (UserSearchKey) Descriptor added in v0.4.0

func (UserSearchKey) Enum added in v0.4.0

func (x UserSearchKey) Enum() *UserSearchKey

func (UserSearchKey) EnumDescriptor deprecated

func (UserSearchKey) EnumDescriptor() ([]byte, []int)

Deprecated: Use UserSearchKey.Descriptor instead.

func (UserSearchKey) Number added in v0.4.0

func (UserSearchKey) String

func (x UserSearchKey) String() string

func (UserSearchKey) Type added in v0.4.0

type UserSearchQuery

type UserSearchQuery struct {
	Key    UserSearchKey `protobuf:"varint,1,opt,name=key,proto3,enum=caos.zitadel.management.api.v1.UserSearchKey" json:"key,omitempty"`
	Method SearchMethod  `protobuf:"varint,2,opt,name=method,proto3,enum=caos.zitadel.management.api.v1.SearchMethod" json:"method,omitempty"`
	Value  string        `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*UserSearchQuery) Descriptor deprecated

func (*UserSearchQuery) Descriptor() ([]byte, []int)

Deprecated: Use UserSearchQuery.ProtoReflect.Descriptor instead.

func (*UserSearchQuery) GetKey

func (x *UserSearchQuery) GetKey() UserSearchKey

func (*UserSearchQuery) GetMethod

func (x *UserSearchQuery) GetMethod() SearchMethod

func (*UserSearchQuery) GetValue

func (x *UserSearchQuery) GetValue() string

func (*UserSearchQuery) ProtoMessage

func (*UserSearchQuery) ProtoMessage()

func (*UserSearchQuery) ProtoReflect added in v0.4.0

func (x *UserSearchQuery) ProtoReflect() protoreflect.Message

func (*UserSearchQuery) Reset

func (x *UserSearchQuery) Reset()

func (*UserSearchQuery) String

func (x *UserSearchQuery) String() string

type UserSearchRequest

type UserSearchRequest 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 UserSearchKey      `` /* 151-byte string literal not displayed */
	Asc           bool               `protobuf:"varint,4,opt,name=asc,proto3" json:"asc,omitempty"`
	Queries       []*UserSearchQuery `protobuf:"bytes,5,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*UserSearchRequest) Descriptor deprecated

func (*UserSearchRequest) Descriptor() ([]byte, []int)

Deprecated: Use UserSearchRequest.ProtoReflect.Descriptor instead.

func (*UserSearchRequest) GetAsc

func (x *UserSearchRequest) GetAsc() bool

func (*UserSearchRequest) GetLimit

func (x *UserSearchRequest) GetLimit() uint64

func (*UserSearchRequest) GetOffset

func (x *UserSearchRequest) GetOffset() uint64

func (*UserSearchRequest) GetQueries

func (x *UserSearchRequest) GetQueries() []*UserSearchQuery

func (*UserSearchRequest) GetSortingColumn

func (x *UserSearchRequest) GetSortingColumn() UserSearchKey

func (*UserSearchRequest) ProtoMessage

func (*UserSearchRequest) ProtoMessage()

func (*UserSearchRequest) ProtoReflect added in v0.4.0

func (x *UserSearchRequest) ProtoReflect() protoreflect.Message

func (*UserSearchRequest) Reset

func (x *UserSearchRequest) Reset()

func (*UserSearchRequest) String

func (x *UserSearchRequest) String() string

type UserSearchResponse

type UserSearchResponse 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      []*UserView `protobuf:"bytes,4,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*UserSearchResponse) Descriptor deprecated

func (*UserSearchResponse) Descriptor() ([]byte, []int)

Deprecated: Use UserSearchResponse.ProtoReflect.Descriptor instead.

func (*UserSearchResponse) GetLimit

func (x *UserSearchResponse) GetLimit() uint64

func (*UserSearchResponse) GetOffset

func (x *UserSearchResponse) GetOffset() uint64

func (*UserSearchResponse) GetResult

func (x *UserSearchResponse) GetResult() []*UserView

func (*UserSearchResponse) GetTotalResult

func (x *UserSearchResponse) GetTotalResult() uint64

func (*UserSearchResponse) ProtoMessage

func (*UserSearchResponse) ProtoMessage()

func (*UserSearchResponse) ProtoReflect added in v0.4.0

func (x *UserSearchResponse) ProtoReflect() protoreflect.Message

func (*UserSearchResponse) Reset

func (x *UserSearchResponse) Reset()

func (*UserSearchResponse) String

func (x *UserSearchResponse) String() string

type UserState

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
)

func (UserState) Descriptor added in v0.4.0

func (UserState) Descriptor() protoreflect.EnumDescriptor

func (UserState) Enum added in v0.4.0

func (x UserState) Enum() *UserState

func (UserState) EnumDescriptor deprecated

func (UserState) EnumDescriptor() ([]byte, []int)

Deprecated: Use UserState.Descriptor instead.

func (UserState) Number added in v0.4.0

func (x UserState) Number() protoreflect.EnumNumber

func (UserState) String

func (x UserState) String() string

func (UserState) Type added in v0.4.0

type UserView added in v0.12.0

type UserView 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.management.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"`
	LastLogin          *timestamp.Timestamp `protobuf:"bytes,5,opt,name=last_login,json=lastLogin,proto3" json:"last_login,omitempty"`
	PasswordChanged    *timestamp.Timestamp `protobuf:"bytes,6,opt,name=password_changed,json=passwordChanged,proto3" json:"password_changed,omitempty"`
	UserName           string               `protobuf:"bytes,7,opt,name=user_name,json=userName,proto3" json:"user_name,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"`
	NickName           string               `protobuf:"bytes,11,opt,name=nick_name,json=nickName,proto3" json:"nick_name,omitempty"`
	PreferredLanguage  string               `protobuf:"bytes,12,opt,name=preferred_language,json=preferredLanguage,proto3" json:"preferred_language,omitempty"`
	Gender             Gender               `protobuf:"varint,13,opt,name=gender,proto3,enum=caos.zitadel.management.api.v1.Gender" json:"gender,omitempty"`
	Email              string               `protobuf:"bytes,14,opt,name=email,proto3" json:"email,omitempty"`
	IsEmailVerified    bool                 `protobuf:"varint,15,opt,name=is_email_verified,json=isEmailVerified,proto3" json:"is_email_verified,omitempty"`
	Phone              string               `protobuf:"bytes,16,opt,name=phone,proto3" json:"phone,omitempty"`
	IsPhoneVerified    bool                 `protobuf:"varint,17,opt,name=is_phone_verified,json=isPhoneVerified,proto3" json:"is_phone_verified,omitempty"`
	Country            string               `protobuf:"bytes,18,opt,name=country,proto3" json:"country,omitempty"`
	Locality           string               `protobuf:"bytes,19,opt,name=locality,proto3" json:"locality,omitempty"`
	PostalCode         string               `protobuf:"bytes,20,opt,name=postal_code,json=postalCode,proto3" json:"postal_code,omitempty"`
	Region             string               `protobuf:"bytes,21,opt,name=region,proto3" json:"region,omitempty"`
	StreetAddress      string               `protobuf:"bytes,22,opt,name=street_address,json=streetAddress,proto3" json:"street_address,omitempty"`
	Sequence           uint64               `protobuf:"varint,23,opt,name=sequence,proto3" json:"sequence,omitempty"`
	ResourceOwner      string               `protobuf:"bytes,24,opt,name=resource_owner,json=resourceOwner,proto3" json:"resource_owner,omitempty"`
	LoginNames         []string             `protobuf:"bytes,25,rep,name=login_names,json=loginNames,proto3" json:"login_names,omitempty"`
	PreferredLoginName string               `protobuf:"bytes,26,opt,name=preferred_login_name,json=preferredLoginName,proto3" json:"preferred_login_name,omitempty"`
	// contains filtered or unexported fields
}

func (*UserView) Descriptor deprecated added in v0.12.0

func (*UserView) Descriptor() ([]byte, []int)

Deprecated: Use UserView.ProtoReflect.Descriptor instead.

func (*UserView) GetChangeDate added in v0.12.0

func (x *UserView) GetChangeDate() *timestamp.Timestamp

func (*UserView) GetCountry added in v0.12.0

func (x *UserView) GetCountry() string

func (*UserView) GetCreationDate added in v0.12.0

func (x *UserView) GetCreationDate() *timestamp.Timestamp

func (*UserView) GetDisplayName added in v0.12.0

func (x *UserView) GetDisplayName() string

func (*UserView) GetEmail added in v0.12.0

func (x *UserView) GetEmail() string

func (*UserView) GetFirstName added in v0.12.0

func (x *UserView) GetFirstName() string

func (*UserView) GetGender added in v0.12.0

func (x *UserView) GetGender() Gender

func (*UserView) GetId added in v0.12.0

func (x *UserView) GetId() string

func (*UserView) GetIsEmailVerified added in v0.12.0

func (x *UserView) GetIsEmailVerified() bool

func (*UserView) GetIsPhoneVerified added in v0.12.0

func (x *UserView) GetIsPhoneVerified() bool

func (*UserView) GetLastLogin added in v0.12.0

func (x *UserView) GetLastLogin() *timestamp.Timestamp

func (*UserView) GetLastName added in v0.12.0

func (x *UserView) GetLastName() string

func (*UserView) GetLocality added in v0.12.0

func (x *UserView) GetLocality() string

func (*UserView) GetLoginNames added in v0.28.0

func (x *UserView) GetLoginNames() []string

func (*UserView) GetNickName added in v0.12.0

func (x *UserView) GetNickName() string

func (*UserView) GetPasswordChanged added in v0.12.0

func (x *UserView) GetPasswordChanged() *timestamp.Timestamp

func (*UserView) GetPhone added in v0.12.0

func (x *UserView) GetPhone() string

func (*UserView) GetPostalCode added in v0.12.0

func (x *UserView) GetPostalCode() string

func (*UserView) GetPreferredLanguage added in v0.12.0

func (x *UserView) GetPreferredLanguage() string

func (*UserView) GetPreferredLoginName added in v0.28.0

func (x *UserView) GetPreferredLoginName() string

func (*UserView) GetRegion added in v0.12.0

func (x *UserView) GetRegion() string

func (*UserView) GetResourceOwner added in v0.12.0

func (x *UserView) GetResourceOwner() string

func (*UserView) GetSequence added in v0.12.0

func (x *UserView) GetSequence() uint64

func (*UserView) GetState added in v0.12.0

func (x *UserView) GetState() UserState

func (*UserView) GetStreetAddress added in v0.12.0

func (x *UserView) GetStreetAddress() string

func (*UserView) GetUserName added in v0.12.0

func (x *UserView) GetUserName() string

func (*UserView) ProtoMessage added in v0.12.0

func (*UserView) ProtoMessage()

func (*UserView) ProtoReflect added in v0.15.0

func (x *UserView) ProtoReflect() protoreflect.Message

func (*UserView) Reset added in v0.12.0

func (x *UserView) Reset()

func (*UserView) String added in v0.12.0

func (x *UserView) String() string

Directories

Path Synopsis
Package api is a generated GoMock package.
Package api is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL