Documentation ¶
Index ¶
- Variables
- type AddCustomOrgIAMPolicyRequest
- func (*AddCustomOrgIAMPolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddCustomOrgIAMPolicyRequest) GetOrgId() string
- func (x *AddCustomOrgIAMPolicyRequest) GetUserLoginMustBeDomain() bool
- func (*AddCustomOrgIAMPolicyRequest) ProtoMessage()
- func (x *AddCustomOrgIAMPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *AddCustomOrgIAMPolicyRequest) Reset()
- func (x *AddCustomOrgIAMPolicyRequest) String() string
- type DataAPIApplication
- func (*DataAPIApplication) Descriptor() ([]byte, []int)deprecated
- func (x *DataAPIApplication) GetApp() *management.AddAPIAppRequest
- func (x *DataAPIApplication) GetAppId() string
- func (*DataAPIApplication) ProtoMessage()
- func (x *DataAPIApplication) ProtoReflect() protoreflect.Message
- func (x *DataAPIApplication) Reset()
- func (x *DataAPIApplication) String() string
- type DataAction
- func (*DataAction) Descriptor() ([]byte, []int)deprecated
- func (x *DataAction) GetAction() *management.CreateActionRequest
- func (x *DataAction) GetActionId() string
- func (*DataAction) ProtoMessage()
- func (x *DataAction) ProtoReflect() protoreflect.Message
- func (x *DataAction) Reset()
- func (x *DataAction) String() string
- type DataAppKey
- func (*DataAppKey) Descriptor() ([]byte, []int)deprecated
- func (x *DataAppKey) GetAppId() string
- func (x *DataAppKey) GetClientId() string
- func (x *DataAppKey) GetExpirationDate() *timestamppb.Timestamp
- func (x *DataAppKey) GetId() string
- func (x *DataAppKey) GetProjectId() string
- func (x *DataAppKey) GetPublicKey() []byte
- func (x *DataAppKey) GetType() authn.KeyType
- func (*DataAppKey) ProtoMessage()
- func (x *DataAppKey) ProtoReflect() protoreflect.Message
- func (x *DataAppKey) Reset()
- func (x *DataAppKey) String() string
- type DataHumanUser
- func (*DataHumanUser) Descriptor() ([]byte, []int)deprecated
- func (x *DataHumanUser) GetUser() *management.ImportHumanUserRequest
- func (x *DataHumanUser) GetUserId() string
- func (*DataHumanUser) ProtoMessage()
- func (x *DataHumanUser) ProtoReflect() protoreflect.Message
- func (x *DataHumanUser) Reset()
- func (x *DataHumanUser) String() string
- type DataJWTIDP
- func (*DataJWTIDP) Descriptor() ([]byte, []int)deprecated
- func (x *DataJWTIDP) GetIdp() *management.AddOrgJWTIDPRequest
- func (x *DataJWTIDP) GetIdpId() string
- func (*DataJWTIDP) ProtoMessage()
- func (x *DataJWTIDP) ProtoReflect() protoreflect.Message
- func (x *DataJWTIDP) Reset()
- func (x *DataJWTIDP) String() string
- type DataMachineKey
- func (*DataMachineKey) Descriptor() ([]byte, []int)deprecated
- func (x *DataMachineKey) GetExpirationDate() *timestamppb.Timestamp
- func (x *DataMachineKey) GetKeyId() string
- func (x *DataMachineKey) GetPublicKey() []byte
- func (x *DataMachineKey) GetType() authn.KeyType
- func (x *DataMachineKey) GetUserId() string
- func (*DataMachineKey) ProtoMessage()
- func (x *DataMachineKey) ProtoReflect() protoreflect.Message
- func (x *DataMachineKey) Reset()
- func (x *DataMachineKey) String() string
- type DataMachineUser
- func (*DataMachineUser) Descriptor() ([]byte, []int)deprecated
- func (x *DataMachineUser) GetUser() *management.AddMachineUserRequest
- func (x *DataMachineUser) GetUserId() string
- func (*DataMachineUser) ProtoMessage()
- func (x *DataMachineUser) ProtoReflect() protoreflect.Message
- func (x *DataMachineUser) Reset()
- func (x *DataMachineUser) String() string
- type DataOIDCApplication
- func (*DataOIDCApplication) Descriptor() ([]byte, []int)deprecated
- func (x *DataOIDCApplication) GetApp() *management.AddOIDCAppRequest
- func (x *DataOIDCApplication) GetAppId() string
- func (*DataOIDCApplication) ProtoMessage()
- func (x *DataOIDCApplication) ProtoReflect() protoreflect.Message
- func (x *DataOIDCApplication) Reset()
- func (x *DataOIDCApplication) String() string
- type DataOIDCIDP
- func (*DataOIDCIDP) Descriptor() ([]byte, []int)deprecated
- func (x *DataOIDCIDP) GetIdp() *management.AddOrgOIDCIDPRequest
- func (x *DataOIDCIDP) GetIdpId() string
- func (*DataOIDCIDP) ProtoMessage()
- func (x *DataOIDCIDP) ProtoReflect() protoreflect.Message
- func (x *DataOIDCIDP) Reset()
- func (x *DataOIDCIDP) String() string
- type DataOrg
- func (*DataOrg) Descriptor() ([]byte, []int)deprecated
- func (x *DataOrg) GetActions() []*DataAction
- func (x *DataOrg) GetApiApps() []*DataAPIApplication
- func (x *DataOrg) GetAppKeys() []*DataAppKey
- func (x *DataOrg) GetDomainClaimedMessages() []*management.SetCustomDomainClaimedMessageTextRequest
- func (x *DataOrg) GetDomains() []*org.Domain
- func (x *DataOrg) GetHumanUsers() []*DataHumanUser
- func (x *DataOrg) GetIamPolicy() *AddCustomOrgIAMPolicyRequest
- func (x *DataOrg) GetIdps() []*management.AddIDPToLoginPolicyRequest
- func (x *DataOrg) GetInitMessages() []*management.SetCustomInitMessageTextRequest
- func (x *DataOrg) GetJwtIdps() []*DataJWTIDP
- func (x *DataOrg) GetLabelPolicy() *management.AddCustomLabelPolicyRequest
- func (x *DataOrg) GetLockoutPolicy() *management.AddCustomLockoutPolicyRequest
- func (x *DataOrg) GetLoginPolicy() *management.AddCustomLoginPolicyRequest
- func (x *DataOrg) GetLoginTexts() []*management.SetCustomLoginTextsRequest
- func (x *DataOrg) GetMachineKeys() []*DataMachineKey
- func (x *DataOrg) GetMachineUsers() []*DataMachineUser
- func (x *DataOrg) GetMultiFactors() []*management.AddMultiFactorToLoginPolicyRequest
- func (x *DataOrg) GetOidcApps() []*DataOIDCApplication
- func (x *DataOrg) GetOidcIdps() []*DataOIDCIDP
- func (x *DataOrg) GetOrg() *management.AddOrgRequest
- func (x *DataOrg) GetOrgId() string
- func (x *DataOrg) GetOrgMembers() []*management.AddOrgMemberRequest
- func (x *DataOrg) GetPasswordComplexityPolicy() *management.AddCustomPasswordComplexityPolicyRequest
- func (x *DataOrg) GetPasswordResetMessages() []*management.SetCustomPasswordResetMessageTextRequest
- func (x *DataOrg) GetPasswordlessRegistrationMessages() []*management.SetCustomPasswordlessRegistrationMessageTextRequest
- func (x *DataOrg) GetPrivacyPolicy() *management.AddCustomPrivacyPolicyRequest
- func (x *DataOrg) GetProjectGrantMembers() []*management.AddProjectGrantMemberRequest
- func (x *DataOrg) GetProjectGrants() []*DataProjectGrant
- func (x *DataOrg) GetProjectMembers() []*management.AddProjectMemberRequest
- func (x *DataOrg) GetProjectRoles() []*management.AddProjectRoleRequest
- func (x *DataOrg) GetProjects() []*DataProject
- func (x *DataOrg) GetSecondFactors() []*management.AddSecondFactorToLoginPolicyRequest
- func (x *DataOrg) GetTriggerActions() []*SetTriggerActionsRequest
- func (x *DataOrg) GetUserGrants() []*management.AddUserGrantRequest
- func (x *DataOrg) GetUserLinks() []*idp.IDPUserLink
- func (x *DataOrg) GetUserMetadata() []*management.SetUserMetadataRequest
- func (x *DataOrg) GetVerifyEmailMessages() []*management.SetCustomVerifyEmailMessageTextRequest
- func (x *DataOrg) GetVerifyPhoneMessages() []*management.SetCustomVerifyPhoneMessageTextRequest
- func (*DataOrg) ProtoMessage()
- func (x *DataOrg) ProtoReflect() protoreflect.Message
- func (x *DataOrg) Reset()
- func (x *DataOrg) String() string
- type DataProject
- func (*DataProject) Descriptor() ([]byte, []int)deprecated
- func (x *DataProject) GetProject() *management.AddProjectRequest
- func (x *DataProject) GetProjectId() string
- func (*DataProject) ProtoMessage()
- func (x *DataProject) ProtoReflect() protoreflect.Message
- func (x *DataProject) Reset()
- func (x *DataProject) String() string
- type DataProjectGrant
- func (*DataProjectGrant) Descriptor() ([]byte, []int)deprecated
- func (x *DataProjectGrant) GetGrantId() string
- func (x *DataProjectGrant) GetProjectGrant() *management.AddProjectGrantRequest
- func (*DataProjectGrant) ProtoMessage()
- func (x *DataProjectGrant) ProtoReflect() protoreflect.Message
- func (x *DataProjectGrant) Reset()
- func (x *DataProjectGrant) String() string
- type ExportHumanUser
- func (*ExportHumanUser) Descriptor() ([]byte, []int)deprecated
- func (x *ExportHumanUser) GetEmail() *ExportHumanUser_Email
- func (x *ExportHumanUser) GetHashedPassword() *ExportHumanUser_HashedPassword
- func (x *ExportHumanUser) GetOtpCode() string
- func (x *ExportHumanUser) GetPassword() string
- func (x *ExportHumanUser) GetPasswordChangeRequired() bool
- func (x *ExportHumanUser) GetPhone() *ExportHumanUser_Phone
- func (x *ExportHumanUser) GetProfile() *ExportHumanUser_Profile
- func (x *ExportHumanUser) GetRequestPasswordlessRegistration() bool
- func (x *ExportHumanUser) GetUserName() string
- func (*ExportHumanUser) ProtoMessage()
- func (x *ExportHumanUser) ProtoReflect() protoreflect.Message
- func (x *ExportHumanUser) Reset()
- func (x *ExportHumanUser) String() string
- type ExportHumanUser_Email
- func (*ExportHumanUser_Email) Descriptor() ([]byte, []int)deprecated
- func (x *ExportHumanUser_Email) GetEmail() string
- func (x *ExportHumanUser_Email) GetIsEmailVerified() bool
- func (*ExportHumanUser_Email) ProtoMessage()
- func (x *ExportHumanUser_Email) ProtoReflect() protoreflect.Message
- func (x *ExportHumanUser_Email) Reset()
- func (x *ExportHumanUser_Email) String() string
- type ExportHumanUser_HashedPassword
- func (*ExportHumanUser_HashedPassword) Descriptor() ([]byte, []int)deprecated
- func (x *ExportHumanUser_HashedPassword) GetAlgorithm() string
- func (x *ExportHumanUser_HashedPassword) GetValue() string
- func (*ExportHumanUser_HashedPassword) ProtoMessage()
- func (x *ExportHumanUser_HashedPassword) ProtoReflect() protoreflect.Message
- func (x *ExportHumanUser_HashedPassword) Reset()
- func (x *ExportHumanUser_HashedPassword) String() string
- type ExportHumanUser_Phone
- func (*ExportHumanUser_Phone) Descriptor() ([]byte, []int)deprecated
- func (x *ExportHumanUser_Phone) GetIsPhoneVerified() bool
- func (x *ExportHumanUser_Phone) GetPhone() string
- func (*ExportHumanUser_Phone) ProtoMessage()
- func (x *ExportHumanUser_Phone) ProtoReflect() protoreflect.Message
- func (x *ExportHumanUser_Phone) Reset()
- func (x *ExportHumanUser_Phone) String() string
- type ExportHumanUser_Profile
- func (*ExportHumanUser_Profile) Descriptor() ([]byte, []int)deprecated
- func (x *ExportHumanUser_Profile) GetDisplayName() string
- func (x *ExportHumanUser_Profile) GetFirstName() string
- func (x *ExportHumanUser_Profile) GetGender() user.Gender
- func (x *ExportHumanUser_Profile) GetLastName() string
- func (x *ExportHumanUser_Profile) GetNickName() string
- func (x *ExportHumanUser_Profile) GetPreferredLanguage() string
- func (*ExportHumanUser_Profile) ProtoMessage()
- func (x *ExportHumanUser_Profile) ProtoReflect() protoreflect.Message
- func (x *ExportHumanUser_Profile) Reset()
- func (x *ExportHumanUser_Profile) String() string
- type FlowType
- type ImportDataOrg
- type SetTriggerActionsRequest
- func (*SetTriggerActionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetTriggerActionsRequest) GetActionIds() []string
- func (x *SetTriggerActionsRequest) GetFlowType() FlowType
- func (x *SetTriggerActionsRequest) GetTriggerType() TriggerType
- func (*SetTriggerActionsRequest) ProtoMessage()
- func (x *SetTriggerActionsRequest) ProtoReflect() protoreflect.Message
- func (x *SetTriggerActionsRequest) Reset()
- func (x *SetTriggerActionsRequest) String() string
- type TriggerType
- func (TriggerType) Descriptor() protoreflect.EnumDescriptor
- func (x TriggerType) Enum() *TriggerType
- func (TriggerType) EnumDescriptor() ([]byte, []int)deprecated
- func (x TriggerType) Number() protoreflect.EnumNumber
- func (x TriggerType) String() string
- func (TriggerType) Type() protoreflect.EnumType
Constants ¶
This section is empty.
Variables ¶
var ( FlowType_name = map[int32]string{ 0: "FLOW_TYPE_UNSPECIFIED", 1: "FLOW_TYPE_EXTERNAL_AUTHENTICATION", } FlowType_value = map[string]int32{ "FLOW_TYPE_UNSPECIFIED": 0, "FLOW_TYPE_EXTERNAL_AUTHENTICATION": 1, } )
Enum value maps for FlowType.
var ( TriggerType_name = map[int32]string{ 0: "TRIGGER_TYPE_UNSPECIFIED", 1: "TRIGGER_TYPE_POST_AUTHENTICATION", 2: "TRIGGER_TYPE_PRE_CREATION", 3: "TRIGGER_TYPE_POST_CREATION", } TriggerType_value = map[string]int32{ "TRIGGER_TYPE_UNSPECIFIED": 0, "TRIGGER_TYPE_POST_AUTHENTICATION": 1, "TRIGGER_TYPE_PRE_CREATION": 2, "TRIGGER_TYPE_POST_CREATION": 3, } )
Enum value maps for TriggerType.
var File_zitadel_v1_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AddCustomOrgIAMPolicyRequest ¶
type AddCustomOrgIAMPolicyRequest struct { OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"` UserLoginMustBeDomain bool `` // the username has to end with the domain of its organization (uniqueness is organization based) /* 131-byte string literal not displayed */ // contains filtered or unexported fields }
func (*AddCustomOrgIAMPolicyRequest) Descriptor
deprecated
func (*AddCustomOrgIAMPolicyRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddCustomOrgIAMPolicyRequest.ProtoReflect.Descriptor instead.
func (*AddCustomOrgIAMPolicyRequest) GetOrgId ¶
func (x *AddCustomOrgIAMPolicyRequest) GetOrgId() string
func (*AddCustomOrgIAMPolicyRequest) GetUserLoginMustBeDomain ¶
func (x *AddCustomOrgIAMPolicyRequest) GetUserLoginMustBeDomain() bool
func (*AddCustomOrgIAMPolicyRequest) ProtoMessage ¶
func (*AddCustomOrgIAMPolicyRequest) ProtoMessage()
func (*AddCustomOrgIAMPolicyRequest) ProtoReflect ¶
func (x *AddCustomOrgIAMPolicyRequest) ProtoReflect() protoreflect.Message
func (*AddCustomOrgIAMPolicyRequest) Reset ¶
func (x *AddCustomOrgIAMPolicyRequest) Reset()
func (*AddCustomOrgIAMPolicyRequest) String ¶
func (x *AddCustomOrgIAMPolicyRequest) String() string
type DataAPIApplication ¶
type DataAPIApplication struct { AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` App *management.AddAPIAppRequest `protobuf:"bytes,2,opt,name=app,proto3" json:"app,omitempty"` // contains filtered or unexported fields }
func (*DataAPIApplication) Descriptor
deprecated
func (*DataAPIApplication) Descriptor() ([]byte, []int)
Deprecated: Use DataAPIApplication.ProtoReflect.Descriptor instead.
func (*DataAPIApplication) GetApp ¶
func (x *DataAPIApplication) GetApp() *management.AddAPIAppRequest
func (*DataAPIApplication) GetAppId ¶
func (x *DataAPIApplication) GetAppId() string
func (*DataAPIApplication) ProtoMessage ¶
func (*DataAPIApplication) ProtoMessage()
func (*DataAPIApplication) ProtoReflect ¶
func (x *DataAPIApplication) ProtoReflect() protoreflect.Message
func (*DataAPIApplication) Reset ¶
func (x *DataAPIApplication) Reset()
func (*DataAPIApplication) String ¶
func (x *DataAPIApplication) String() string
type DataAction ¶
type DataAction struct { ActionId string `protobuf:"bytes,1,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"` Action *management.CreateActionRequest `protobuf:"bytes,2,opt,name=action,proto3" json:"action,omitempty"` // contains filtered or unexported fields }
func (*DataAction) Descriptor
deprecated
func (*DataAction) Descriptor() ([]byte, []int)
Deprecated: Use DataAction.ProtoReflect.Descriptor instead.
func (*DataAction) GetAction ¶
func (x *DataAction) GetAction() *management.CreateActionRequest
func (*DataAction) GetActionId ¶
func (x *DataAction) GetActionId() string
func (*DataAction) ProtoMessage ¶
func (*DataAction) ProtoMessage()
func (*DataAction) ProtoReflect ¶
func (x *DataAction) ProtoReflect() protoreflect.Message
func (*DataAction) Reset ¶
func (x *DataAction) Reset()
func (*DataAction) String ¶
func (x *DataAction) String() string
type DataAppKey ¶
type DataAppKey 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"` AppId string `protobuf:"bytes,3,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` ClientId string `protobuf:"bytes,4,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"` Type authn.KeyType `protobuf:"varint,5,opt,name=type,proto3,enum=zitadel.authn.v1.KeyType" json:"type,omitempty"` ExpirationDate *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=expiration_date,json=expirationDate,proto3" json:"expiration_date,omitempty"` PublicKey []byte `protobuf:"bytes,7,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` // contains filtered or unexported fields }
func (*DataAppKey) Descriptor
deprecated
func (*DataAppKey) Descriptor() ([]byte, []int)
Deprecated: Use DataAppKey.ProtoReflect.Descriptor instead.
func (*DataAppKey) GetAppId ¶
func (x *DataAppKey) GetAppId() string
func (*DataAppKey) GetClientId ¶
func (x *DataAppKey) GetClientId() string
func (*DataAppKey) GetExpirationDate ¶
func (x *DataAppKey) GetExpirationDate() *timestamppb.Timestamp
func (*DataAppKey) GetId ¶
func (x *DataAppKey) GetId() string
func (*DataAppKey) GetProjectId ¶
func (x *DataAppKey) GetProjectId() string
func (*DataAppKey) GetPublicKey ¶
func (x *DataAppKey) GetPublicKey() []byte
func (*DataAppKey) GetType ¶
func (x *DataAppKey) GetType() authn.KeyType
func (*DataAppKey) ProtoMessage ¶
func (*DataAppKey) ProtoMessage()
func (*DataAppKey) ProtoReflect ¶
func (x *DataAppKey) ProtoReflect() protoreflect.Message
func (*DataAppKey) Reset ¶
func (x *DataAppKey) Reset()
func (*DataAppKey) String ¶
func (x *DataAppKey) String() string
type DataHumanUser ¶
type DataHumanUser struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` User *management.ImportHumanUserRequest `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*DataHumanUser) Descriptor
deprecated
func (*DataHumanUser) Descriptor() ([]byte, []int)
Deprecated: Use DataHumanUser.ProtoReflect.Descriptor instead.
func (*DataHumanUser) GetUser ¶
func (x *DataHumanUser) GetUser() *management.ImportHumanUserRequest
func (*DataHumanUser) GetUserId ¶
func (x *DataHumanUser) GetUserId() string
func (*DataHumanUser) ProtoMessage ¶
func (*DataHumanUser) ProtoMessage()
func (*DataHumanUser) ProtoReflect ¶
func (x *DataHumanUser) ProtoReflect() protoreflect.Message
func (*DataHumanUser) Reset ¶
func (x *DataHumanUser) Reset()
func (*DataHumanUser) String ¶
func (x *DataHumanUser) String() string
type DataJWTIDP ¶
type DataJWTIDP struct { IdpId string `protobuf:"bytes,1,opt,name=idp_id,json=idpId,proto3" json:"idp_id,omitempty"` Idp *management.AddOrgJWTIDPRequest `protobuf:"bytes,32,opt,name=idp,proto3" json:"idp,omitempty"` // contains filtered or unexported fields }
func (*DataJWTIDP) Descriptor
deprecated
func (*DataJWTIDP) Descriptor() ([]byte, []int)
Deprecated: Use DataJWTIDP.ProtoReflect.Descriptor instead.
func (*DataJWTIDP) GetIdp ¶
func (x *DataJWTIDP) GetIdp() *management.AddOrgJWTIDPRequest
func (*DataJWTIDP) GetIdpId ¶
func (x *DataJWTIDP) GetIdpId() string
func (*DataJWTIDP) ProtoMessage ¶
func (*DataJWTIDP) ProtoMessage()
func (*DataJWTIDP) ProtoReflect ¶
func (x *DataJWTIDP) ProtoReflect() protoreflect.Message
func (*DataJWTIDP) Reset ¶
func (x *DataJWTIDP) Reset()
func (*DataJWTIDP) String ¶
func (x *DataJWTIDP) String() string
type DataMachineKey ¶
type DataMachineKey struct { KeyId string `protobuf:"bytes,1,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"` UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Type authn.KeyType `protobuf:"varint,3,opt,name=type,proto3,enum=zitadel.authn.v1.KeyType" json:"type,omitempty"` ExpirationDate *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=expiration_date,json=expirationDate,proto3" json:"expiration_date,omitempty"` PublicKey []byte `protobuf:"bytes,5,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` // contains filtered or unexported fields }
func (*DataMachineKey) Descriptor
deprecated
func (*DataMachineKey) Descriptor() ([]byte, []int)
Deprecated: Use DataMachineKey.ProtoReflect.Descriptor instead.
func (*DataMachineKey) GetExpirationDate ¶
func (x *DataMachineKey) GetExpirationDate() *timestamppb.Timestamp
func (*DataMachineKey) GetKeyId ¶
func (x *DataMachineKey) GetKeyId() string
func (*DataMachineKey) GetPublicKey ¶
func (x *DataMachineKey) GetPublicKey() []byte
func (*DataMachineKey) GetType ¶
func (x *DataMachineKey) GetType() authn.KeyType
func (*DataMachineKey) GetUserId ¶
func (x *DataMachineKey) GetUserId() string
func (*DataMachineKey) ProtoMessage ¶
func (*DataMachineKey) ProtoMessage()
func (*DataMachineKey) ProtoReflect ¶
func (x *DataMachineKey) ProtoReflect() protoreflect.Message
func (*DataMachineKey) Reset ¶
func (x *DataMachineKey) Reset()
func (*DataMachineKey) String ¶
func (x *DataMachineKey) String() string
type DataMachineUser ¶
type DataMachineUser struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` User *management.AddMachineUserRequest `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*DataMachineUser) Descriptor
deprecated
func (*DataMachineUser) Descriptor() ([]byte, []int)
Deprecated: Use DataMachineUser.ProtoReflect.Descriptor instead.
func (*DataMachineUser) GetUser ¶
func (x *DataMachineUser) GetUser() *management.AddMachineUserRequest
func (*DataMachineUser) GetUserId ¶
func (x *DataMachineUser) GetUserId() string
func (*DataMachineUser) ProtoMessage ¶
func (*DataMachineUser) ProtoMessage()
func (*DataMachineUser) ProtoReflect ¶
func (x *DataMachineUser) ProtoReflect() protoreflect.Message
func (*DataMachineUser) Reset ¶
func (x *DataMachineUser) Reset()
func (*DataMachineUser) String ¶
func (x *DataMachineUser) String() string
type DataOIDCApplication ¶
type DataOIDCApplication struct { AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` App *management.AddOIDCAppRequest `protobuf:"bytes,2,opt,name=app,proto3" json:"app,omitempty"` // contains filtered or unexported fields }
func (*DataOIDCApplication) Descriptor
deprecated
func (*DataOIDCApplication) Descriptor() ([]byte, []int)
Deprecated: Use DataOIDCApplication.ProtoReflect.Descriptor instead.
func (*DataOIDCApplication) GetApp ¶
func (x *DataOIDCApplication) GetApp() *management.AddOIDCAppRequest
func (*DataOIDCApplication) GetAppId ¶
func (x *DataOIDCApplication) GetAppId() string
func (*DataOIDCApplication) ProtoMessage ¶
func (*DataOIDCApplication) ProtoMessage()
func (*DataOIDCApplication) ProtoReflect ¶
func (x *DataOIDCApplication) ProtoReflect() protoreflect.Message
func (*DataOIDCApplication) Reset ¶
func (x *DataOIDCApplication) Reset()
func (*DataOIDCApplication) String ¶
func (x *DataOIDCApplication) String() string
type DataOIDCIDP ¶
type DataOIDCIDP struct { IdpId string `protobuf:"bytes,1,opt,name=idp_id,json=idpId,proto3" json:"idp_id,omitempty"` Idp *management.AddOrgOIDCIDPRequest `protobuf:"bytes,2,opt,name=idp,proto3" json:"idp,omitempty"` // contains filtered or unexported fields }
func (*DataOIDCIDP) Descriptor
deprecated
func (*DataOIDCIDP) Descriptor() ([]byte, []int)
Deprecated: Use DataOIDCIDP.ProtoReflect.Descriptor instead.
func (*DataOIDCIDP) GetIdp ¶
func (x *DataOIDCIDP) GetIdp() *management.AddOrgOIDCIDPRequest
func (*DataOIDCIDP) GetIdpId ¶
func (x *DataOIDCIDP) GetIdpId() string
func (*DataOIDCIDP) ProtoMessage ¶
func (*DataOIDCIDP) ProtoMessage()
func (*DataOIDCIDP) ProtoReflect ¶
func (x *DataOIDCIDP) ProtoReflect() protoreflect.Message
func (*DataOIDCIDP) Reset ¶
func (x *DataOIDCIDP) Reset()
func (*DataOIDCIDP) String ¶
func (x *DataOIDCIDP) String() string
type DataOrg ¶
type DataOrg struct { OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"` Org *management.AddOrgRequest `protobuf:"bytes,3,opt,name=org,proto3" json:"org,omitempty"` IamPolicy *AddCustomOrgIAMPolicyRequest `protobuf:"bytes,4,opt,name=iam_policy,json=iamPolicy,proto3" json:"iam_policy,omitempty"` LabelPolicy *management.AddCustomLabelPolicyRequest `protobuf:"bytes,5,opt,name=label_policy,json=labelPolicy,proto3" json:"label_policy,omitempty"` LockoutPolicy *management.AddCustomLockoutPolicyRequest `protobuf:"bytes,6,opt,name=lockout_policy,json=lockoutPolicy,proto3" json:"lockout_policy,omitempty"` LoginPolicy *management.AddCustomLoginPolicyRequest `protobuf:"bytes,7,opt,name=login_policy,json=loginPolicy,proto3" json:"login_policy,omitempty"` PasswordComplexityPolicy *management.AddCustomPasswordComplexityPolicyRequest `` /* 135-byte string literal not displayed */ PrivacyPolicy *management.AddCustomPrivacyPolicyRequest `protobuf:"bytes,9,opt,name=privacy_policy,json=privacyPolicy,proto3" json:"privacy_policy,omitempty"` Projects []*DataProject `protobuf:"bytes,10,rep,name=projects,proto3" json:"projects,omitempty"` ProjectRoles []*management.AddProjectRoleRequest `protobuf:"bytes,11,rep,name=project_roles,json=projectRoles,proto3" json:"project_roles,omitempty"` ApiApps []*DataAPIApplication `protobuf:"bytes,12,rep,name=api_apps,json=apiApps,proto3" json:"api_apps,omitempty"` OidcApps []*DataOIDCApplication `protobuf:"bytes,13,rep,name=oidc_apps,json=oidcApps,proto3" json:"oidc_apps,omitempty"` HumanUsers []*DataHumanUser `protobuf:"bytes,14,rep,name=human_users,json=humanUsers,proto3" json:"human_users,omitempty"` MachineUsers []*DataMachineUser `protobuf:"bytes,15,rep,name=machine_users,json=machineUsers,proto3" json:"machine_users,omitempty"` TriggerActions []*SetTriggerActionsRequest `protobuf:"bytes,16,rep,name=trigger_actions,json=triggerActions,proto3" json:"trigger_actions,omitempty"` Actions []*DataAction `protobuf:"bytes,17,rep,name=actions,proto3" json:"actions,omitempty"` ProjectGrants []*DataProjectGrant `protobuf:"bytes,18,rep,name=project_grants,json=projectGrants,proto3" json:"project_grants,omitempty"` UserGrants []*management.AddUserGrantRequest `protobuf:"bytes,19,rep,name=user_grants,json=userGrants,proto3" json:"user_grants,omitempty"` OrgMembers []*management.AddOrgMemberRequest `protobuf:"bytes,20,rep,name=org_members,json=orgMembers,proto3" json:"org_members,omitempty"` ProjectMembers []*management.AddProjectMemberRequest `protobuf:"bytes,21,rep,name=project_members,json=projectMembers,proto3" json:"project_members,omitempty"` ProjectGrantMembers []*management.AddProjectGrantMemberRequest `protobuf:"bytes,22,rep,name=project_grant_members,json=projectGrantMembers,proto3" json:"project_grant_members,omitempty"` UserMetadata []*management.SetUserMetadataRequest `protobuf:"bytes,23,rep,name=user_metadata,json=userMetadata,proto3" json:"user_metadata,omitempty"` LoginTexts []*management.SetCustomLoginTextsRequest `protobuf:"bytes,24,rep,name=login_texts,json=loginTexts,proto3" json:"login_texts,omitempty"` InitMessages []*management.SetCustomInitMessageTextRequest `protobuf:"bytes,25,rep,name=init_messages,json=initMessages,proto3" json:"init_messages,omitempty"` PasswordResetMessages []*management.SetCustomPasswordResetMessageTextRequest `` /* 127-byte string literal not displayed */ VerifyEmailMessages []*management.SetCustomVerifyEmailMessageTextRequest `protobuf:"bytes,27,rep,name=verify_email_messages,json=verifyEmailMessages,proto3" json:"verify_email_messages,omitempty"` VerifyPhoneMessages []*management.SetCustomVerifyPhoneMessageTextRequest `protobuf:"bytes,28,rep,name=verify_phone_messages,json=verifyPhoneMessages,proto3" json:"verify_phone_messages,omitempty"` DomainClaimedMessages []*management.SetCustomDomainClaimedMessageTextRequest `` /* 127-byte string literal not displayed */ PasswordlessRegistrationMessages []*management.SetCustomPasswordlessRegistrationMessageTextRequest `` /* 160-byte string literal not displayed */ OidcIdps []*DataOIDCIDP `protobuf:"bytes,31,rep,name=oidc_idps,json=oidcIdps,proto3" json:"oidc_idps,omitempty"` JwtIdps []*DataJWTIDP `protobuf:"bytes,32,rep,name=jwt_idps,json=jwtIdps,proto3" json:"jwt_idps,omitempty"` SecondFactors []*management.AddSecondFactorToLoginPolicyRequest `protobuf:"bytes,33,rep,name=second_factors,json=secondFactors,proto3" json:"second_factors,omitempty"` MultiFactors []*management.AddMultiFactorToLoginPolicyRequest `protobuf:"bytes,34,rep,name=multi_factors,json=multiFactors,proto3" json:"multi_factors,omitempty"` Idps []*management.AddIDPToLoginPolicyRequest `protobuf:"bytes,35,rep,name=idps,proto3" json:"idps,omitempty"` UserLinks []*idp.IDPUserLink `protobuf:"bytes,36,rep,name=user_links,json=userLinks,proto3" json:"user_links,omitempty"` Domains []*org.Domain `protobuf:"bytes,37,rep,name=domains,proto3" json:"domains,omitempty"` AppKeys []*DataAppKey `protobuf:"bytes,38,rep,name=app_keys,json=appKeys,proto3" json:"app_keys,omitempty"` MachineKeys []*DataMachineKey `protobuf:"bytes,39,rep,name=machine_keys,json=machineKeys,proto3" json:"machine_keys,omitempty"` // contains filtered or unexported fields }
func (*DataOrg) Descriptor
deprecated
func (*DataOrg) GetActions ¶
func (x *DataOrg) GetActions() []*DataAction
func (*DataOrg) GetApiApps ¶
func (x *DataOrg) GetApiApps() []*DataAPIApplication
func (*DataOrg) GetAppKeys ¶
func (x *DataOrg) GetAppKeys() []*DataAppKey
func (*DataOrg) GetDomainClaimedMessages ¶
func (x *DataOrg) GetDomainClaimedMessages() []*management.SetCustomDomainClaimedMessageTextRequest
func (*DataOrg) GetDomains ¶
func (*DataOrg) GetHumanUsers ¶
func (x *DataOrg) GetHumanUsers() []*DataHumanUser
func (*DataOrg) GetIamPolicy ¶
func (x *DataOrg) GetIamPolicy() *AddCustomOrgIAMPolicyRequest
func (*DataOrg) GetIdps ¶
func (x *DataOrg) GetIdps() []*management.AddIDPToLoginPolicyRequest
func (*DataOrg) GetInitMessages ¶
func (x *DataOrg) GetInitMessages() []*management.SetCustomInitMessageTextRequest
func (*DataOrg) GetJwtIdps ¶
func (x *DataOrg) GetJwtIdps() []*DataJWTIDP
func (*DataOrg) GetLabelPolicy ¶
func (x *DataOrg) GetLabelPolicy() *management.AddCustomLabelPolicyRequest
func (*DataOrg) GetLockoutPolicy ¶
func (x *DataOrg) GetLockoutPolicy() *management.AddCustomLockoutPolicyRequest
func (*DataOrg) GetLoginPolicy ¶
func (x *DataOrg) GetLoginPolicy() *management.AddCustomLoginPolicyRequest
func (*DataOrg) GetLoginTexts ¶
func (x *DataOrg) GetLoginTexts() []*management.SetCustomLoginTextsRequest
func (*DataOrg) GetMachineKeys ¶
func (x *DataOrg) GetMachineKeys() []*DataMachineKey
func (*DataOrg) GetMachineUsers ¶
func (x *DataOrg) GetMachineUsers() []*DataMachineUser
func (*DataOrg) GetMultiFactors ¶
func (x *DataOrg) GetMultiFactors() []*management.AddMultiFactorToLoginPolicyRequest
func (*DataOrg) GetOidcApps ¶
func (x *DataOrg) GetOidcApps() []*DataOIDCApplication
func (*DataOrg) GetOidcIdps ¶
func (x *DataOrg) GetOidcIdps() []*DataOIDCIDP
func (*DataOrg) GetOrg ¶
func (x *DataOrg) GetOrg() *management.AddOrgRequest
func (*DataOrg) GetOrgMembers ¶
func (x *DataOrg) GetOrgMembers() []*management.AddOrgMemberRequest
func (*DataOrg) GetPasswordComplexityPolicy ¶
func (x *DataOrg) GetPasswordComplexityPolicy() *management.AddCustomPasswordComplexityPolicyRequest
func (*DataOrg) GetPasswordResetMessages ¶
func (x *DataOrg) GetPasswordResetMessages() []*management.SetCustomPasswordResetMessageTextRequest
func (*DataOrg) GetPasswordlessRegistrationMessages ¶
func (x *DataOrg) GetPasswordlessRegistrationMessages() []*management.SetCustomPasswordlessRegistrationMessageTextRequest
func (*DataOrg) GetPrivacyPolicy ¶
func (x *DataOrg) GetPrivacyPolicy() *management.AddCustomPrivacyPolicyRequest
func (*DataOrg) GetProjectGrantMembers ¶
func (x *DataOrg) GetProjectGrantMembers() []*management.AddProjectGrantMemberRequest
func (*DataOrg) GetProjectGrants ¶
func (x *DataOrg) GetProjectGrants() []*DataProjectGrant
func (*DataOrg) GetProjectMembers ¶
func (x *DataOrg) GetProjectMembers() []*management.AddProjectMemberRequest
func (*DataOrg) GetProjectRoles ¶
func (x *DataOrg) GetProjectRoles() []*management.AddProjectRoleRequest
func (*DataOrg) GetProjects ¶
func (x *DataOrg) GetProjects() []*DataProject
func (*DataOrg) GetSecondFactors ¶
func (x *DataOrg) GetSecondFactors() []*management.AddSecondFactorToLoginPolicyRequest
func (*DataOrg) GetTriggerActions ¶
func (x *DataOrg) GetTriggerActions() []*SetTriggerActionsRequest
func (*DataOrg) GetUserGrants ¶
func (x *DataOrg) GetUserGrants() []*management.AddUserGrantRequest
func (*DataOrg) GetUserLinks ¶
func (x *DataOrg) GetUserLinks() []*idp.IDPUserLink
func (*DataOrg) GetUserMetadata ¶
func (x *DataOrg) GetUserMetadata() []*management.SetUserMetadataRequest
func (*DataOrg) GetVerifyEmailMessages ¶
func (x *DataOrg) GetVerifyEmailMessages() []*management.SetCustomVerifyEmailMessageTextRequest
func (*DataOrg) GetVerifyPhoneMessages ¶
func (x *DataOrg) GetVerifyPhoneMessages() []*management.SetCustomVerifyPhoneMessageTextRequest
func (*DataOrg) ProtoMessage ¶
func (*DataOrg) ProtoMessage()
func (*DataOrg) ProtoReflect ¶
func (x *DataOrg) ProtoReflect() protoreflect.Message
type DataProject ¶
type DataProject struct { ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` Project *management.AddProjectRequest `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"` // contains filtered or unexported fields }
func (*DataProject) Descriptor
deprecated
func (*DataProject) Descriptor() ([]byte, []int)
Deprecated: Use DataProject.ProtoReflect.Descriptor instead.
func (*DataProject) GetProject ¶
func (x *DataProject) GetProject() *management.AddProjectRequest
func (*DataProject) GetProjectId ¶
func (x *DataProject) GetProjectId() string
func (*DataProject) ProtoMessage ¶
func (*DataProject) ProtoMessage()
func (*DataProject) ProtoReflect ¶
func (x *DataProject) ProtoReflect() protoreflect.Message
func (*DataProject) Reset ¶
func (x *DataProject) Reset()
func (*DataProject) String ¶
func (x *DataProject) String() string
type DataProjectGrant ¶
type DataProjectGrant struct { GrantId string `protobuf:"bytes,1,opt,name=grant_id,json=grantId,proto3" json:"grant_id,omitempty"` ProjectGrant *management.AddProjectGrantRequest `protobuf:"bytes,2,opt,name=project_grant,json=projectGrant,proto3" json:"project_grant,omitempty"` // contains filtered or unexported fields }
func (*DataProjectGrant) Descriptor
deprecated
func (*DataProjectGrant) Descriptor() ([]byte, []int)
Deprecated: Use DataProjectGrant.ProtoReflect.Descriptor instead.
func (*DataProjectGrant) GetGrantId ¶
func (x *DataProjectGrant) GetGrantId() string
func (*DataProjectGrant) GetProjectGrant ¶
func (x *DataProjectGrant) GetProjectGrant() *management.AddProjectGrantRequest
func (*DataProjectGrant) ProtoMessage ¶
func (*DataProjectGrant) ProtoMessage()
func (*DataProjectGrant) ProtoReflect ¶
func (x *DataProjectGrant) ProtoReflect() protoreflect.Message
func (*DataProjectGrant) Reset ¶
func (x *DataProjectGrant) Reset()
func (*DataProjectGrant) String ¶
func (x *DataProjectGrant) String() string
type ExportHumanUser ¶
type ExportHumanUser struct { UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"` Profile *ExportHumanUser_Profile `protobuf:"bytes,2,opt,name=profile,proto3" json:"profile,omitempty"` Email *ExportHumanUser_Email `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"` Phone *ExportHumanUser_Phone `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone,omitempty"` Password string `protobuf:"bytes,5,opt,name=password,proto3" json:"password,omitempty"` HashedPassword *ExportHumanUser_HashedPassword `protobuf:"bytes,6,opt,name=hashed_password,json=hashedPassword,proto3" json:"hashed_password,omitempty"` PasswordChangeRequired bool `` /* 130-byte string literal not displayed */ RequestPasswordlessRegistration bool `` /* 157-byte string literal not displayed */ OtpCode string `protobuf:"bytes,9,opt,name=otp_code,json=otpCode,proto3" json:"otp_code,omitempty"` // contains filtered or unexported fields }
func (*ExportHumanUser) Descriptor
deprecated
func (*ExportHumanUser) Descriptor() ([]byte, []int)
Deprecated: Use ExportHumanUser.ProtoReflect.Descriptor instead.
func (*ExportHumanUser) GetEmail ¶
func (x *ExportHumanUser) GetEmail() *ExportHumanUser_Email
func (*ExportHumanUser) GetHashedPassword ¶
func (x *ExportHumanUser) GetHashedPassword() *ExportHumanUser_HashedPassword
func (*ExportHumanUser) GetOtpCode ¶
func (x *ExportHumanUser) GetOtpCode() string
func (*ExportHumanUser) GetPassword ¶
func (x *ExportHumanUser) GetPassword() string
func (*ExportHumanUser) GetPasswordChangeRequired ¶
func (x *ExportHumanUser) GetPasswordChangeRequired() bool
func (*ExportHumanUser) GetPhone ¶
func (x *ExportHumanUser) GetPhone() *ExportHumanUser_Phone
func (*ExportHumanUser) GetProfile ¶
func (x *ExportHumanUser) GetProfile() *ExportHumanUser_Profile
func (*ExportHumanUser) GetRequestPasswordlessRegistration ¶
func (x *ExportHumanUser) GetRequestPasswordlessRegistration() bool
func (*ExportHumanUser) GetUserName ¶
func (x *ExportHumanUser) GetUserName() string
func (*ExportHumanUser) ProtoMessage ¶
func (*ExportHumanUser) ProtoMessage()
func (*ExportHumanUser) ProtoReflect ¶
func (x *ExportHumanUser) ProtoReflect() protoreflect.Message
func (*ExportHumanUser) Reset ¶
func (x *ExportHumanUser) Reset()
func (*ExportHumanUser) String ¶
func (x *ExportHumanUser) String() string
type ExportHumanUser_Email ¶
type ExportHumanUser_Email struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"` //TODO: check if no value is allowed IsEmailVerified bool `protobuf:"varint,2,opt,name=is_email_verified,json=isEmailVerified,proto3" json:"is_email_verified,omitempty"` // contains filtered or unexported fields }
func (*ExportHumanUser_Email) Descriptor
deprecated
func (*ExportHumanUser_Email) Descriptor() ([]byte, []int)
Deprecated: Use ExportHumanUser_Email.ProtoReflect.Descriptor instead.
func (*ExportHumanUser_Email) GetEmail ¶
func (x *ExportHumanUser_Email) GetEmail() string
func (*ExportHumanUser_Email) GetIsEmailVerified ¶
func (x *ExportHumanUser_Email) GetIsEmailVerified() bool
func (*ExportHumanUser_Email) ProtoMessage ¶
func (*ExportHumanUser_Email) ProtoMessage()
func (*ExportHumanUser_Email) ProtoReflect ¶
func (x *ExportHumanUser_Email) ProtoReflect() protoreflect.Message
func (*ExportHumanUser_Email) Reset ¶
func (x *ExportHumanUser_Email) Reset()
func (*ExportHumanUser_Email) String ¶
func (x *ExportHumanUser_Email) String() string
type ExportHumanUser_HashedPassword ¶
type ExportHumanUser_HashedPassword struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` Algorithm string `protobuf:"bytes,2,opt,name=algorithm,proto3" json:"algorithm,omitempty"` // contains filtered or unexported fields }
func (*ExportHumanUser_HashedPassword) Descriptor
deprecated
func (*ExportHumanUser_HashedPassword) Descriptor() ([]byte, []int)
Deprecated: Use ExportHumanUser_HashedPassword.ProtoReflect.Descriptor instead.
func (*ExportHumanUser_HashedPassword) GetAlgorithm ¶
func (x *ExportHumanUser_HashedPassword) GetAlgorithm() string
func (*ExportHumanUser_HashedPassword) GetValue ¶
func (x *ExportHumanUser_HashedPassword) GetValue() string
func (*ExportHumanUser_HashedPassword) ProtoMessage ¶
func (*ExportHumanUser_HashedPassword) ProtoMessage()
func (*ExportHumanUser_HashedPassword) ProtoReflect ¶
func (x *ExportHumanUser_HashedPassword) ProtoReflect() protoreflect.Message
func (*ExportHumanUser_HashedPassword) Reset ¶
func (x *ExportHumanUser_HashedPassword) Reset()
func (*ExportHumanUser_HashedPassword) String ¶
func (x *ExportHumanUser_HashedPassword) String() string
type ExportHumanUser_Phone ¶
type ExportHumanUser_Phone struct { // has to be a global number Phone string `protobuf:"bytes,1,opt,name=phone,proto3" json:"phone,omitempty"` IsPhoneVerified bool `protobuf:"varint,2,opt,name=is_phone_verified,json=isPhoneVerified,proto3" json:"is_phone_verified,omitempty"` // contains filtered or unexported fields }
func (*ExportHumanUser_Phone) Descriptor
deprecated
func (*ExportHumanUser_Phone) Descriptor() ([]byte, []int)
Deprecated: Use ExportHumanUser_Phone.ProtoReflect.Descriptor instead.
func (*ExportHumanUser_Phone) GetIsPhoneVerified ¶
func (x *ExportHumanUser_Phone) GetIsPhoneVerified() bool
func (*ExportHumanUser_Phone) GetPhone ¶
func (x *ExportHumanUser_Phone) GetPhone() string
func (*ExportHumanUser_Phone) ProtoMessage ¶
func (*ExportHumanUser_Phone) ProtoMessage()
func (*ExportHumanUser_Phone) ProtoReflect ¶
func (x *ExportHumanUser_Phone) ProtoReflect() protoreflect.Message
func (*ExportHumanUser_Phone) Reset ¶
func (x *ExportHumanUser_Phone) Reset()
func (*ExportHumanUser_Phone) String ¶
func (x *ExportHumanUser_Phone) String() string
type ExportHumanUser_Profile ¶
type ExportHumanUser_Profile struct { FirstName string `protobuf:"bytes,1,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"` LastName string `protobuf:"bytes,2,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"` NickName string `protobuf:"bytes,3,opt,name=nick_name,json=nickName,proto3" json:"nick_name,omitempty"` DisplayName string `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` PreferredLanguage string `protobuf:"bytes,5,opt,name=preferred_language,json=preferredLanguage,proto3" json:"preferred_language,omitempty"` Gender user.Gender `protobuf:"varint,6,opt,name=gender,proto3,enum=zitadel.user.v1.Gender" json:"gender,omitempty"` // contains filtered or unexported fields }
func (*ExportHumanUser_Profile) Descriptor
deprecated
func (*ExportHumanUser_Profile) Descriptor() ([]byte, []int)
Deprecated: Use ExportHumanUser_Profile.ProtoReflect.Descriptor instead.
func (*ExportHumanUser_Profile) GetDisplayName ¶
func (x *ExportHumanUser_Profile) GetDisplayName() string
func (*ExportHumanUser_Profile) GetFirstName ¶
func (x *ExportHumanUser_Profile) GetFirstName() string
func (*ExportHumanUser_Profile) GetGender ¶
func (x *ExportHumanUser_Profile) GetGender() user.Gender
func (*ExportHumanUser_Profile) GetLastName ¶
func (x *ExportHumanUser_Profile) GetLastName() string
func (*ExportHumanUser_Profile) GetNickName ¶
func (x *ExportHumanUser_Profile) GetNickName() string
func (*ExportHumanUser_Profile) GetPreferredLanguage ¶
func (x *ExportHumanUser_Profile) GetPreferredLanguage() string
func (*ExportHumanUser_Profile) ProtoMessage ¶
func (*ExportHumanUser_Profile) ProtoMessage()
func (*ExportHumanUser_Profile) ProtoReflect ¶
func (x *ExportHumanUser_Profile) ProtoReflect() protoreflect.Message
func (*ExportHumanUser_Profile) Reset ¶
func (x *ExportHumanUser_Profile) Reset()
func (*ExportHumanUser_Profile) String ¶
func (x *ExportHumanUser_Profile) String() string
type FlowType ¶
type FlowType int32
func (FlowType) Descriptor ¶
func (FlowType) Descriptor() protoreflect.EnumDescriptor
func (FlowType) EnumDescriptor
deprecated
func (FlowType) Number ¶
func (x FlowType) Number() protoreflect.EnumNumber
func (FlowType) Type ¶
func (FlowType) Type() protoreflect.EnumType
type ImportDataOrg ¶
type ImportDataOrg struct { Orgs []*DataOrg `protobuf:"bytes,1,rep,name=orgs,proto3" json:"orgs,omitempty"` // contains filtered or unexported fields }
func (*ImportDataOrg) Descriptor
deprecated
func (*ImportDataOrg) Descriptor() ([]byte, []int)
Deprecated: Use ImportDataOrg.ProtoReflect.Descriptor instead.
func (*ImportDataOrg) GetOrgs ¶
func (x *ImportDataOrg) GetOrgs() []*DataOrg
func (*ImportDataOrg) ProtoMessage ¶
func (*ImportDataOrg) ProtoMessage()
func (*ImportDataOrg) ProtoReflect ¶
func (x *ImportDataOrg) ProtoReflect() protoreflect.Message
func (*ImportDataOrg) Reset ¶
func (x *ImportDataOrg) Reset()
func (*ImportDataOrg) String ¶
func (x *ImportDataOrg) String() string
type SetTriggerActionsRequest ¶
type SetTriggerActionsRequest struct { FlowType FlowType `protobuf:"varint,1,opt,name=flow_type,json=flowType,proto3,enum=zitadel.v1.v1.FlowType" json:"flow_type,omitempty"` TriggerType TriggerType `` /* 126-byte string literal not displayed */ ActionIds []string `protobuf:"bytes,3,rep,name=action_ids,json=actionIds,proto3" json:"action_ids,omitempty"` // contains filtered or unexported fields }
func (*SetTriggerActionsRequest) Descriptor
deprecated
func (*SetTriggerActionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetTriggerActionsRequest.ProtoReflect.Descriptor instead.
func (*SetTriggerActionsRequest) GetActionIds ¶
func (x *SetTriggerActionsRequest) GetActionIds() []string
func (*SetTriggerActionsRequest) GetFlowType ¶
func (x *SetTriggerActionsRequest) GetFlowType() FlowType
func (*SetTriggerActionsRequest) GetTriggerType ¶
func (x *SetTriggerActionsRequest) GetTriggerType() TriggerType
func (*SetTriggerActionsRequest) ProtoMessage ¶
func (*SetTriggerActionsRequest) ProtoMessage()
func (*SetTriggerActionsRequest) ProtoReflect ¶
func (x *SetTriggerActionsRequest) ProtoReflect() protoreflect.Message
func (*SetTriggerActionsRequest) Reset ¶
func (x *SetTriggerActionsRequest) Reset()
func (*SetTriggerActionsRequest) String ¶
func (x *SetTriggerActionsRequest) String() string
type TriggerType ¶
type TriggerType int32
const ( TriggerType_TRIGGER_TYPE_UNSPECIFIED TriggerType = 0 TriggerType_TRIGGER_TYPE_POST_AUTHENTICATION TriggerType = 1 TriggerType_TRIGGER_TYPE_PRE_CREATION TriggerType = 2 TriggerType_TRIGGER_TYPE_POST_CREATION TriggerType = 3 )
func (TriggerType) Descriptor ¶
func (TriggerType) Descriptor() protoreflect.EnumDescriptor
func (TriggerType) Enum ¶
func (x TriggerType) Enum() *TriggerType
func (TriggerType) EnumDescriptor
deprecated
func (TriggerType) EnumDescriptor() ([]byte, []int)
Deprecated: Use TriggerType.Descriptor instead.
func (TriggerType) Number ¶
func (x TriggerType) Number() protoreflect.EnumNumber
func (TriggerType) String ¶
func (x TriggerType) String() string
func (TriggerType) Type ¶
func (TriggerType) Type() protoreflect.EnumType