admin

package
v2.0.0-...-c383979 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2022 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AdminService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "zitadel.admin.v1.AdminService",
	HandlerType: (*AdminServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Healthz",
			Handler:    _AdminService_Healthz_Handler,
		},
		{
			MethodName: "GetSupportedLanguages",
			Handler:    _AdminService_GetSupportedLanguages_Handler,
		},
		{
			MethodName: "SetDefaultLanguage",
			Handler:    _AdminService_SetDefaultLanguage_Handler,
		},
		{
			MethodName: "GetDefaultLanguage",
			Handler:    _AdminService_GetDefaultLanguage_Handler,
		},
		{
			MethodName: "GetMyInstance",
			Handler:    _AdminService_GetMyInstance_Handler,
		},
		{
			MethodName: "ListInstanceDomains",
			Handler:    _AdminService_ListInstanceDomains_Handler,
		},
		{
			MethodName: "ListSecretGenerators",
			Handler:    _AdminService_ListSecretGenerators_Handler,
		},
		{
			MethodName: "GetSecretGenerator",
			Handler:    _AdminService_GetSecretGenerator_Handler,
		},
		{
			MethodName: "UpdateSecretGenerator",
			Handler:    _AdminService_UpdateSecretGenerator_Handler,
		},
		{
			MethodName: "GetSMTPConfig",
			Handler:    _AdminService_GetSMTPConfig_Handler,
		},
		{
			MethodName: "AddSMTPConfig",
			Handler:    _AdminService_AddSMTPConfig_Handler,
		},
		{
			MethodName: "UpdateSMTPConfig",
			Handler:    _AdminService_UpdateSMTPConfig_Handler,
		},
		{
			MethodName: "UpdateSMTPConfigPassword",
			Handler:    _AdminService_UpdateSMTPConfigPassword_Handler,
		},
		{
			MethodName: "RemoveSMTPConfig",
			Handler:    _AdminService_RemoveSMTPConfig_Handler,
		},
		{
			MethodName: "ListSMSProviders",
			Handler:    _AdminService_ListSMSProviders_Handler,
		},
		{
			MethodName: "GetSMSProvider",
			Handler:    _AdminService_GetSMSProvider_Handler,
		},
		{
			MethodName: "AddSMSProviderTwilio",
			Handler:    _AdminService_AddSMSProviderTwilio_Handler,
		},
		{
			MethodName: "UpdateSMSProviderTwilio",
			Handler:    _AdminService_UpdateSMSProviderTwilio_Handler,
		},
		{
			MethodName: "UpdateSMSProviderTwilioToken",
			Handler:    _AdminService_UpdateSMSProviderTwilioToken_Handler,
		},
		{
			MethodName: "ActivateSMSProvider",
			Handler:    _AdminService_ActivateSMSProvider_Handler,
		},
		{
			MethodName: "DeactivateSMSProvider",
			Handler:    _AdminService_DeactivateSMSProvider_Handler,
		},
		{
			MethodName: "RemoveSMSProvider",
			Handler:    _AdminService_RemoveSMSProvider_Handler,
		},
		{
			MethodName: "GetOIDCSettings",
			Handler:    _AdminService_GetOIDCSettings_Handler,
		},
		{
			MethodName: "UpdateOIDCSettings",
			Handler:    _AdminService_UpdateOIDCSettings_Handler,
		},
		{
			MethodName: "GetFileSystemNotificationProvider",
			Handler:    _AdminService_GetFileSystemNotificationProvider_Handler,
		},
		{
			MethodName: "GetLogNotificationProvider",
			Handler:    _AdminService_GetLogNotificationProvider_Handler,
		},
		{
			MethodName: "GetOrgByID",
			Handler:    _AdminService_GetOrgByID_Handler,
		},
		{
			MethodName: "IsOrgUnique",
			Handler:    _AdminService_IsOrgUnique_Handler,
		},
		{
			MethodName: "SetDefaultOrg",
			Handler:    _AdminService_SetDefaultOrg_Handler,
		},
		{
			MethodName: "GetDefaultOrg",
			Handler:    _AdminService_GetDefaultOrg_Handler,
		},
		{
			MethodName: "ListOrgs",
			Handler:    _AdminService_ListOrgs_Handler,
		},
		{
			MethodName: "SetUpOrg",
			Handler:    _AdminService_SetUpOrg_Handler,
		},
		{
			MethodName: "GetIDPByID",
			Handler:    _AdminService_GetIDPByID_Handler,
		},
		{
			MethodName: "ListIDPs",
			Handler:    _AdminService_ListIDPs_Handler,
		},
		{
			MethodName: "AddOIDCIDP",
			Handler:    _AdminService_AddOIDCIDP_Handler,
		},
		{
			MethodName: "AddJWTIDP",
			Handler:    _AdminService_AddJWTIDP_Handler,
		},
		{
			MethodName: "UpdateIDP",
			Handler:    _AdminService_UpdateIDP_Handler,
		},
		{
			MethodName: "DeactivateIDP",
			Handler:    _AdminService_DeactivateIDP_Handler,
		},
		{
			MethodName: "ReactivateIDP",
			Handler:    _AdminService_ReactivateIDP_Handler,
		},
		{
			MethodName: "RemoveIDP",
			Handler:    _AdminService_RemoveIDP_Handler,
		},
		{
			MethodName: "UpdateIDPOIDCConfig",
			Handler:    _AdminService_UpdateIDPOIDCConfig_Handler,
		},
		{
			MethodName: "UpdateIDPJWTConfig",
			Handler:    _AdminService_UpdateIDPJWTConfig_Handler,
		},
		{
			MethodName: "GetOrgIAMPolicy",
			Handler:    _AdminService_GetOrgIAMPolicy_Handler,
		},
		{
			MethodName: "UpdateOrgIAMPolicy",
			Handler:    _AdminService_UpdateOrgIAMPolicy_Handler,
		},
		{
			MethodName: "GetCustomOrgIAMPolicy",
			Handler:    _AdminService_GetCustomOrgIAMPolicy_Handler,
		},
		{
			MethodName: "AddCustomOrgIAMPolicy",
			Handler:    _AdminService_AddCustomOrgIAMPolicy_Handler,
		},
		{
			MethodName: "UpdateCustomOrgIAMPolicy",
			Handler:    _AdminService_UpdateCustomOrgIAMPolicy_Handler,
		},
		{
			MethodName: "ResetCustomOrgIAMPolicyToDefault",
			Handler:    _AdminService_ResetCustomOrgIAMPolicyToDefault_Handler,
		},
		{
			MethodName: "GetDomainPolicy",
			Handler:    _AdminService_GetDomainPolicy_Handler,
		},
		{
			MethodName: "UpdateDomainPolicy",
			Handler:    _AdminService_UpdateDomainPolicy_Handler,
		},
		{
			MethodName: "GetCustomDomainPolicy",
			Handler:    _AdminService_GetCustomDomainPolicy_Handler,
		},
		{
			MethodName: "AddCustomDomainPolicy",
			Handler:    _AdminService_AddCustomDomainPolicy_Handler,
		},
		{
			MethodName: "UpdateCustomDomainPolicy",
			Handler:    _AdminService_UpdateCustomDomainPolicy_Handler,
		},
		{
			MethodName: "ResetCustomDomainPolicyToDefault",
			Handler:    _AdminService_ResetCustomDomainPolicyToDefault_Handler,
		},
		{
			MethodName: "GetLabelPolicy",
			Handler:    _AdminService_GetLabelPolicy_Handler,
		},
		{
			MethodName: "GetPreviewLabelPolicy",
			Handler:    _AdminService_GetPreviewLabelPolicy_Handler,
		},
		{
			MethodName: "UpdateLabelPolicy",
			Handler:    _AdminService_UpdateLabelPolicy_Handler,
		},
		{
			MethodName: "ActivateLabelPolicy",
			Handler:    _AdminService_ActivateLabelPolicy_Handler,
		},
		{
			MethodName: "RemoveLabelPolicyLogo",
			Handler:    _AdminService_RemoveLabelPolicyLogo_Handler,
		},
		{
			MethodName: "RemoveLabelPolicyLogoDark",
			Handler:    _AdminService_RemoveLabelPolicyLogoDark_Handler,
		},
		{
			MethodName: "RemoveLabelPolicyIcon",
			Handler:    _AdminService_RemoveLabelPolicyIcon_Handler,
		},
		{
			MethodName: "RemoveLabelPolicyIconDark",
			Handler:    _AdminService_RemoveLabelPolicyIconDark_Handler,
		},
		{
			MethodName: "RemoveLabelPolicyFont",
			Handler:    _AdminService_RemoveLabelPolicyFont_Handler,
		},
		{
			MethodName: "GetLoginPolicy",
			Handler:    _AdminService_GetLoginPolicy_Handler,
		},
		{
			MethodName: "UpdateLoginPolicy",
			Handler:    _AdminService_UpdateLoginPolicy_Handler,
		},
		{
			MethodName: "ListLoginPolicyIDPs",
			Handler:    _AdminService_ListLoginPolicyIDPs_Handler,
		},
		{
			MethodName: "AddIDPToLoginPolicy",
			Handler:    _AdminService_AddIDPToLoginPolicy_Handler,
		},
		{
			MethodName: "RemoveIDPFromLoginPolicy",
			Handler:    _AdminService_RemoveIDPFromLoginPolicy_Handler,
		},
		{
			MethodName: "ListLoginPolicySecondFactors",
			Handler:    _AdminService_ListLoginPolicySecondFactors_Handler,
		},
		{
			MethodName: "AddSecondFactorToLoginPolicy",
			Handler:    _AdminService_AddSecondFactorToLoginPolicy_Handler,
		},
		{
			MethodName: "RemoveSecondFactorFromLoginPolicy",
			Handler:    _AdminService_RemoveSecondFactorFromLoginPolicy_Handler,
		},
		{
			MethodName: "ListLoginPolicyMultiFactors",
			Handler:    _AdminService_ListLoginPolicyMultiFactors_Handler,
		},
		{
			MethodName: "AddMultiFactorToLoginPolicy",
			Handler:    _AdminService_AddMultiFactorToLoginPolicy_Handler,
		},
		{
			MethodName: "RemoveMultiFactorFromLoginPolicy",
			Handler:    _AdminService_RemoveMultiFactorFromLoginPolicy_Handler,
		},
		{
			MethodName: "GetPasswordComplexityPolicy",
			Handler:    _AdminService_GetPasswordComplexityPolicy_Handler,
		},
		{
			MethodName: "UpdatePasswordComplexityPolicy",
			Handler:    _AdminService_UpdatePasswordComplexityPolicy_Handler,
		},
		{
			MethodName: "GetPasswordAgePolicy",
			Handler:    _AdminService_GetPasswordAgePolicy_Handler,
		},
		{
			MethodName: "UpdatePasswordAgePolicy",
			Handler:    _AdminService_UpdatePasswordAgePolicy_Handler,
		},
		{
			MethodName: "GetLockoutPolicy",
			Handler:    _AdminService_GetLockoutPolicy_Handler,
		},
		{
			MethodName: "UpdateLockoutPolicy",
			Handler:    _AdminService_UpdateLockoutPolicy_Handler,
		},
		{
			MethodName: "GetPrivacyPolicy",
			Handler:    _AdminService_GetPrivacyPolicy_Handler,
		},
		{
			MethodName: "UpdatePrivacyPolicy",
			Handler:    _AdminService_UpdatePrivacyPolicy_Handler,
		},
		{
			MethodName: "GetDefaultInitMessageText",
			Handler:    _AdminService_GetDefaultInitMessageText_Handler,
		},
		{
			MethodName: "GetCustomInitMessageText",
			Handler:    _AdminService_GetCustomInitMessageText_Handler,
		},
		{
			MethodName: "SetDefaultInitMessageText",
			Handler:    _AdminService_SetDefaultInitMessageText_Handler,
		},
		{
			MethodName: "ResetCustomInitMessageTextToDefault",
			Handler:    _AdminService_ResetCustomInitMessageTextToDefault_Handler,
		},
		{
			MethodName: "GetDefaultPasswordResetMessageText",
			Handler:    _AdminService_GetDefaultPasswordResetMessageText_Handler,
		},
		{
			MethodName: "GetCustomPasswordResetMessageText",
			Handler:    _AdminService_GetCustomPasswordResetMessageText_Handler,
		},
		{
			MethodName: "SetDefaultPasswordResetMessageText",
			Handler:    _AdminService_SetDefaultPasswordResetMessageText_Handler,
		},
		{
			MethodName: "ResetCustomPasswordResetMessageTextToDefault",
			Handler:    _AdminService_ResetCustomPasswordResetMessageTextToDefault_Handler,
		},
		{
			MethodName: "GetDefaultVerifyEmailMessageText",
			Handler:    _AdminService_GetDefaultVerifyEmailMessageText_Handler,
		},
		{
			MethodName: "GetCustomVerifyEmailMessageText",
			Handler:    _AdminService_GetCustomVerifyEmailMessageText_Handler,
		},
		{
			MethodName: "SetDefaultVerifyEmailMessageText",
			Handler:    _AdminService_SetDefaultVerifyEmailMessageText_Handler,
		},
		{
			MethodName: "ResetCustomVerifyEmailMessageTextToDefault",
			Handler:    _AdminService_ResetCustomVerifyEmailMessageTextToDefault_Handler,
		},
		{
			MethodName: "GetDefaultVerifyPhoneMessageText",
			Handler:    _AdminService_GetDefaultVerifyPhoneMessageText_Handler,
		},
		{
			MethodName: "GetCustomVerifyPhoneMessageText",
			Handler:    _AdminService_GetCustomVerifyPhoneMessageText_Handler,
		},
		{
			MethodName: "SetDefaultVerifyPhoneMessageText",
			Handler:    _AdminService_SetDefaultVerifyPhoneMessageText_Handler,
		},
		{
			MethodName: "ResetCustomVerifyPhoneMessageTextToDefault",
			Handler:    _AdminService_ResetCustomVerifyPhoneMessageTextToDefault_Handler,
		},
		{
			MethodName: "GetDefaultDomainClaimedMessageText",
			Handler:    _AdminService_GetDefaultDomainClaimedMessageText_Handler,
		},
		{
			MethodName: "GetCustomDomainClaimedMessageText",
			Handler:    _AdminService_GetCustomDomainClaimedMessageText_Handler,
		},
		{
			MethodName: "SetDefaultDomainClaimedMessageText",
			Handler:    _AdminService_SetDefaultDomainClaimedMessageText_Handler,
		},
		{
			MethodName: "ResetCustomDomainClaimedMessageTextToDefault",
			Handler:    _AdminService_ResetCustomDomainClaimedMessageTextToDefault_Handler,
		},
		{
			MethodName: "GetDefaultPasswordlessRegistrationMessageText",
			Handler:    _AdminService_GetDefaultPasswordlessRegistrationMessageText_Handler,
		},
		{
			MethodName: "GetCustomPasswordlessRegistrationMessageText",
			Handler:    _AdminService_GetCustomPasswordlessRegistrationMessageText_Handler,
		},
		{
			MethodName: "SetDefaultPasswordlessRegistrationMessageText",
			Handler:    _AdminService_SetDefaultPasswordlessRegistrationMessageText_Handler,
		},
		{
			MethodName: "ResetCustomPasswordlessRegistrationMessageTextToDefault",
			Handler:    _AdminService_ResetCustomPasswordlessRegistrationMessageTextToDefault_Handler,
		},
		{
			MethodName: "GetDefaultLoginTexts",
			Handler:    _AdminService_GetDefaultLoginTexts_Handler,
		},
		{
			MethodName: "GetCustomLoginTexts",
			Handler:    _AdminService_GetCustomLoginTexts_Handler,
		},
		{
			MethodName: "SetCustomLoginText",
			Handler:    _AdminService_SetCustomLoginText_Handler,
		},
		{
			MethodName: "ResetCustomLoginTextToDefault",
			Handler:    _AdminService_ResetCustomLoginTextToDefault_Handler,
		},
		{
			MethodName: "ListIAMMemberRoles",
			Handler:    _AdminService_ListIAMMemberRoles_Handler,
		},
		{
			MethodName: "ListIAMMembers",
			Handler:    _AdminService_ListIAMMembers_Handler,
		},
		{
			MethodName: "AddIAMMember",
			Handler:    _AdminService_AddIAMMember_Handler,
		},
		{
			MethodName: "UpdateIAMMember",
			Handler:    _AdminService_UpdateIAMMember_Handler,
		},
		{
			MethodName: "RemoveIAMMember",
			Handler:    _AdminService_RemoveIAMMember_Handler,
		},
		{
			MethodName: "ListViews",
			Handler:    _AdminService_ListViews_Handler,
		},
		{
			MethodName: "ListFailedEvents",
			Handler:    _AdminService_ListFailedEvents_Handler,
		},
		{
			MethodName: "RemoveFailedEvent",
			Handler:    _AdminService_RemoveFailedEvent_Handler,
		},
		{
			MethodName: "ImportData",
			Handler:    _AdminService_ImportData_Handler,
		},
		{
			MethodName: "ExportData",
			Handler:    _AdminService_ExportData_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "zitadel/admin.proto",
}

AdminService_ServiceDesc is the grpc.ServiceDesc for AdminService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_zitadel_admin_proto protoreflect.FileDescriptor

Functions

func RegisterAdminServiceServer

func RegisterAdminServiceServer(s grpc.ServiceRegistrar, srv AdminServiceServer)

Types

type ActivateLabelPolicyRequest

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

This is an empty request

func (*ActivateLabelPolicyRequest) Descriptor deprecated

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

Deprecated: Use ActivateLabelPolicyRequest.ProtoReflect.Descriptor instead.

func (*ActivateLabelPolicyRequest) ProtoMessage

func (*ActivateLabelPolicyRequest) ProtoMessage()

func (*ActivateLabelPolicyRequest) ProtoReflect

func (*ActivateLabelPolicyRequest) Reset

func (x *ActivateLabelPolicyRequest) Reset()

func (*ActivateLabelPolicyRequest) String

func (x *ActivateLabelPolicyRequest) String() string

type ActivateLabelPolicyResponse

type ActivateLabelPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivateLabelPolicyResponse) Descriptor deprecated

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

Deprecated: Use ActivateLabelPolicyResponse.ProtoReflect.Descriptor instead.

func (*ActivateLabelPolicyResponse) GetDetails

func (*ActivateLabelPolicyResponse) ProtoMessage

func (*ActivateLabelPolicyResponse) ProtoMessage()

func (*ActivateLabelPolicyResponse) ProtoReflect

func (*ActivateLabelPolicyResponse) Reset

func (x *ActivateLabelPolicyResponse) Reset()

func (*ActivateLabelPolicyResponse) String

func (x *ActivateLabelPolicyResponse) String() string

type ActivateSMSProviderRequest

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

func (*ActivateSMSProviderRequest) Descriptor deprecated

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

Deprecated: Use ActivateSMSProviderRequest.ProtoReflect.Descriptor instead.

func (*ActivateSMSProviderRequest) GetId

func (*ActivateSMSProviderRequest) ProtoMessage

func (*ActivateSMSProviderRequest) ProtoMessage()

func (*ActivateSMSProviderRequest) ProtoReflect

func (*ActivateSMSProviderRequest) Reset

func (x *ActivateSMSProviderRequest) Reset()

func (*ActivateSMSProviderRequest) String

func (x *ActivateSMSProviderRequest) String() string

type ActivateSMSProviderResponse

type ActivateSMSProviderResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivateSMSProviderResponse) Descriptor deprecated

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

Deprecated: Use ActivateSMSProviderResponse.ProtoReflect.Descriptor instead.

func (*ActivateSMSProviderResponse) GetDetails

func (*ActivateSMSProviderResponse) ProtoMessage

func (*ActivateSMSProviderResponse) ProtoMessage()

func (*ActivateSMSProviderResponse) ProtoReflect

func (*ActivateSMSProviderResponse) Reset

func (x *ActivateSMSProviderResponse) Reset()

func (*ActivateSMSProviderResponse) String

func (x *ActivateSMSProviderResponse) String() string

type AddCustomDomainPolicyRequest

type AddCustomDomainPolicyRequest 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 it's organisation (uniqueness is organisation based)
	/* 131-byte string literal not displayed */
	ValidateOrgDomains                     bool `protobuf:"varint,3,opt,name=validate_org_domains,json=validateOrgDomains,proto3" json:"validate_org_domains,omitempty"`
	SmtpSenderAddressMatchesInstanceDomain bool `` /* 184-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AddCustomDomainPolicyRequest) Descriptor deprecated

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

Deprecated: Use AddCustomDomainPolicyRequest.ProtoReflect.Descriptor instead.

func (*AddCustomDomainPolicyRequest) GetOrgId

func (x *AddCustomDomainPolicyRequest) GetOrgId() string

func (*AddCustomDomainPolicyRequest) GetSmtpSenderAddressMatchesInstanceDomain

func (x *AddCustomDomainPolicyRequest) GetSmtpSenderAddressMatchesInstanceDomain() bool

func (*AddCustomDomainPolicyRequest) GetUserLoginMustBeDomain

func (x *AddCustomDomainPolicyRequest) GetUserLoginMustBeDomain() bool

func (*AddCustomDomainPolicyRequest) GetValidateOrgDomains

func (x *AddCustomDomainPolicyRequest) GetValidateOrgDomains() bool

func (*AddCustomDomainPolicyRequest) ProtoMessage

func (*AddCustomDomainPolicyRequest) ProtoMessage()

func (*AddCustomDomainPolicyRequest) ProtoReflect

func (*AddCustomDomainPolicyRequest) Reset

func (x *AddCustomDomainPolicyRequest) Reset()

func (*AddCustomDomainPolicyRequest) String

type AddCustomDomainPolicyResponse

type AddCustomDomainPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddCustomDomainPolicyResponse) Descriptor deprecated

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

Deprecated: Use AddCustomDomainPolicyResponse.ProtoReflect.Descriptor instead.

func (*AddCustomDomainPolicyResponse) GetDetails

func (*AddCustomDomainPolicyResponse) ProtoMessage

func (*AddCustomDomainPolicyResponse) ProtoMessage()

func (*AddCustomDomainPolicyResponse) ProtoReflect

func (*AddCustomDomainPolicyResponse) Reset

func (x *AddCustomDomainPolicyResponse) Reset()

func (*AddCustomDomainPolicyResponse) String

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 it's organisation (uniqueness is organisation 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 (*AddCustomOrgIAMPolicyRequest) Reset

func (x *AddCustomOrgIAMPolicyRequest) Reset()

func (*AddCustomOrgIAMPolicyRequest) String

type AddCustomOrgIAMPolicyResponse

type AddCustomOrgIAMPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddCustomOrgIAMPolicyResponse) Descriptor deprecated

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

Deprecated: Use AddCustomOrgIAMPolicyResponse.ProtoReflect.Descriptor instead.

func (*AddCustomOrgIAMPolicyResponse) GetDetails

func (*AddCustomOrgIAMPolicyResponse) ProtoMessage

func (*AddCustomOrgIAMPolicyResponse) ProtoMessage()

func (*AddCustomOrgIAMPolicyResponse) ProtoReflect

func (*AddCustomOrgIAMPolicyResponse) Reset

func (x *AddCustomOrgIAMPolicyResponse) Reset()

func (*AddCustomOrgIAMPolicyResponse) String

type AddIAMMemberRequest

type AddIAMMemberRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// if no roles provided the user won't have any rights
	Roles []string `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*AddIAMMemberRequest) Descriptor deprecated

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

Deprecated: Use AddIAMMemberRequest.ProtoReflect.Descriptor instead.

func (*AddIAMMemberRequest) GetRoles

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

func (*AddIAMMemberRequest) GetUserId

func (x *AddIAMMemberRequest) GetUserId() string

func (*AddIAMMemberRequest) ProtoMessage

func (*AddIAMMemberRequest) ProtoMessage()

func (*AddIAMMemberRequest) ProtoReflect

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

func (*AddIAMMemberRequest) Reset

func (x *AddIAMMemberRequest) Reset()

func (*AddIAMMemberRequest) String

func (x *AddIAMMemberRequest) String() string

type AddIAMMemberResponse

type AddIAMMemberResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddIAMMemberResponse) Descriptor deprecated

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

Deprecated: Use AddIAMMemberResponse.ProtoReflect.Descriptor instead.

func (*AddIAMMemberResponse) GetDetails

func (x *AddIAMMemberResponse) GetDetails() *object.ObjectDetails

func (*AddIAMMemberResponse) ProtoMessage

func (*AddIAMMemberResponse) ProtoMessage()

func (*AddIAMMemberResponse) ProtoReflect

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

func (*AddIAMMemberResponse) Reset

func (x *AddIAMMemberResponse) Reset()

func (*AddIAMMemberResponse) String

func (x *AddIAMMemberResponse) String() string

type AddIDPToLoginPolicyRequest

type AddIDPToLoginPolicyRequest struct {
	IdpId string `protobuf:"bytes,1,opt,name=idp_id,json=idpId,proto3" json:"idp_id,omitempty"` // Id of the predefined idp configuration
	// contains filtered or unexported fields
}

func (*AddIDPToLoginPolicyRequest) Descriptor deprecated

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

Deprecated: Use AddIDPToLoginPolicyRequest.ProtoReflect.Descriptor instead.

func (*AddIDPToLoginPolicyRequest) GetIdpId

func (x *AddIDPToLoginPolicyRequest) GetIdpId() string

func (*AddIDPToLoginPolicyRequest) ProtoMessage

func (*AddIDPToLoginPolicyRequest) ProtoMessage()

func (*AddIDPToLoginPolicyRequest) ProtoReflect

func (*AddIDPToLoginPolicyRequest) Reset

func (x *AddIDPToLoginPolicyRequest) Reset()

func (*AddIDPToLoginPolicyRequest) String

func (x *AddIDPToLoginPolicyRequest) String() string

type AddIDPToLoginPolicyResponse

type AddIDPToLoginPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddIDPToLoginPolicyResponse) Descriptor deprecated

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

Deprecated: Use AddIDPToLoginPolicyResponse.ProtoReflect.Descriptor instead.

func (*AddIDPToLoginPolicyResponse) GetDetails

func (*AddIDPToLoginPolicyResponse) ProtoMessage

func (*AddIDPToLoginPolicyResponse) ProtoMessage()

func (*AddIDPToLoginPolicyResponse) ProtoReflect

func (*AddIDPToLoginPolicyResponse) Reset

func (x *AddIDPToLoginPolicyResponse) Reset()

func (*AddIDPToLoginPolicyResponse) String

func (x *AddIDPToLoginPolicyResponse) String() string

type AddJWTIDPRequest

type AddJWTIDPRequest struct {
	Name         string             `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	StylingType  idp.IDPStylingType `` /* 130-byte string literal not displayed */
	JwtEndpoint  string             `protobuf:"bytes,3,opt,name=jwt_endpoint,json=jwtEndpoint,proto3" json:"jwt_endpoint,omitempty"`
	Issuer       string             `protobuf:"bytes,4,opt,name=issuer,proto3" json:"issuer,omitempty"`
	KeysEndpoint string             `protobuf:"bytes,5,opt,name=keys_endpoint,json=keysEndpoint,proto3" json:"keys_endpoint,omitempty"`
	HeaderName   string             `protobuf:"bytes,6,opt,name=header_name,json=headerName,proto3" json:"header_name,omitempty"`
	AutoRegister bool               `protobuf:"varint,7,opt,name=auto_register,json=autoRegister,proto3" json:"auto_register,omitempty"`
	// contains filtered or unexported fields
}

func (*AddJWTIDPRequest) Descriptor deprecated

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

Deprecated: Use AddJWTIDPRequest.ProtoReflect.Descriptor instead.

func (*AddJWTIDPRequest) GetAutoRegister

func (x *AddJWTIDPRequest) GetAutoRegister() bool

func (*AddJWTIDPRequest) GetHeaderName

func (x *AddJWTIDPRequest) GetHeaderName() string

func (*AddJWTIDPRequest) GetIssuer

func (x *AddJWTIDPRequest) GetIssuer() string

func (*AddJWTIDPRequest) GetJwtEndpoint

func (x *AddJWTIDPRequest) GetJwtEndpoint() string

func (*AddJWTIDPRequest) GetKeysEndpoint

func (x *AddJWTIDPRequest) GetKeysEndpoint() string

func (*AddJWTIDPRequest) GetName

func (x *AddJWTIDPRequest) GetName() string

func (*AddJWTIDPRequest) GetStylingType

func (x *AddJWTIDPRequest) GetStylingType() idp.IDPStylingType

func (*AddJWTIDPRequest) ProtoMessage

func (*AddJWTIDPRequest) ProtoMessage()

func (*AddJWTIDPRequest) ProtoReflect

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

func (*AddJWTIDPRequest) Reset

func (x *AddJWTIDPRequest) Reset()

func (*AddJWTIDPRequest) String

func (x *AddJWTIDPRequest) String() string

type AddJWTIDPResponse

type AddJWTIDPResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	IdpId   string                `protobuf:"bytes,2,opt,name=idp_id,json=idpId,proto3" json:"idp_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AddJWTIDPResponse) Descriptor deprecated

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

Deprecated: Use AddJWTIDPResponse.ProtoReflect.Descriptor instead.

func (*AddJWTIDPResponse) GetDetails

func (x *AddJWTIDPResponse) GetDetails() *object.ObjectDetails

func (*AddJWTIDPResponse) GetIdpId

func (x *AddJWTIDPResponse) GetIdpId() string

func (*AddJWTIDPResponse) ProtoMessage

func (*AddJWTIDPResponse) ProtoMessage()

func (*AddJWTIDPResponse) ProtoReflect

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

func (*AddJWTIDPResponse) Reset

func (x *AddJWTIDPResponse) Reset()

func (*AddJWTIDPResponse) String

func (x *AddJWTIDPResponse) String() string

type AddMultiFactorToLoginPolicyRequest

type AddMultiFactorToLoginPolicyRequest struct {
	Type policy.MultiFactorType `protobuf:"varint,1,opt,name=type,proto3,enum=zitadel.policy.v1.MultiFactorType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*AddMultiFactorToLoginPolicyRequest) Descriptor deprecated

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

Deprecated: Use AddMultiFactorToLoginPolicyRequest.ProtoReflect.Descriptor instead.

func (*AddMultiFactorToLoginPolicyRequest) GetType

func (*AddMultiFactorToLoginPolicyRequest) ProtoMessage

func (*AddMultiFactorToLoginPolicyRequest) ProtoMessage()

func (*AddMultiFactorToLoginPolicyRequest) ProtoReflect

func (*AddMultiFactorToLoginPolicyRequest) Reset

func (*AddMultiFactorToLoginPolicyRequest) String

type AddMultiFactorToLoginPolicyResponse

type AddMultiFactorToLoginPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddMultiFactorToLoginPolicyResponse) Descriptor deprecated

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

Deprecated: Use AddMultiFactorToLoginPolicyResponse.ProtoReflect.Descriptor instead.

func (*AddMultiFactorToLoginPolicyResponse) GetDetails

func (*AddMultiFactorToLoginPolicyResponse) ProtoMessage

func (*AddMultiFactorToLoginPolicyResponse) ProtoMessage()

func (*AddMultiFactorToLoginPolicyResponse) ProtoReflect

func (*AddMultiFactorToLoginPolicyResponse) Reset

func (*AddMultiFactorToLoginPolicyResponse) String

type AddOIDCIDPRequest

type AddOIDCIDPRequest struct {
	Name               string               `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	StylingType        idp.IDPStylingType   `` /* 130-byte string literal not displayed */
	ClientId           string               `protobuf:"bytes,3,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	ClientSecret       string               `protobuf:"bytes,4,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	Issuer             string               `protobuf:"bytes,5,opt,name=issuer,proto3" json:"issuer,omitempty"`
	Scopes             []string             `protobuf:"bytes,6,rep,name=scopes,proto3" json:"scopes,omitempty"`
	DisplayNameMapping idp.OIDCMappingField `` /* 155-byte string literal not displayed */
	UsernameMapping    idp.OIDCMappingField `` /* 144-byte string literal not displayed */
	AutoRegister       bool                 `protobuf:"varint,9,opt,name=auto_register,json=autoRegister,proto3" json:"auto_register,omitempty"`
	// contains filtered or unexported fields
}

func (*AddOIDCIDPRequest) Descriptor deprecated

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

Deprecated: Use AddOIDCIDPRequest.ProtoReflect.Descriptor instead.

func (*AddOIDCIDPRequest) GetAutoRegister

func (x *AddOIDCIDPRequest) GetAutoRegister() bool

func (*AddOIDCIDPRequest) GetClientId

func (x *AddOIDCIDPRequest) GetClientId() string

func (*AddOIDCIDPRequest) GetClientSecret

func (x *AddOIDCIDPRequest) GetClientSecret() string

func (*AddOIDCIDPRequest) GetDisplayNameMapping

func (x *AddOIDCIDPRequest) GetDisplayNameMapping() idp.OIDCMappingField

func (*AddOIDCIDPRequest) GetIssuer

func (x *AddOIDCIDPRequest) GetIssuer() string

func (*AddOIDCIDPRequest) GetName

func (x *AddOIDCIDPRequest) GetName() string

func (*AddOIDCIDPRequest) GetScopes

func (x *AddOIDCIDPRequest) GetScopes() []string

func (*AddOIDCIDPRequest) GetStylingType

func (x *AddOIDCIDPRequest) GetStylingType() idp.IDPStylingType

func (*AddOIDCIDPRequest) GetUsernameMapping

func (x *AddOIDCIDPRequest) GetUsernameMapping() idp.OIDCMappingField

func (*AddOIDCIDPRequest) ProtoMessage

func (*AddOIDCIDPRequest) ProtoMessage()

func (*AddOIDCIDPRequest) ProtoReflect

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

func (*AddOIDCIDPRequest) Reset

func (x *AddOIDCIDPRequest) Reset()

func (*AddOIDCIDPRequest) String

func (x *AddOIDCIDPRequest) String() string

type AddOIDCIDPResponse

type AddOIDCIDPResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	IdpId   string                `protobuf:"bytes,2,opt,name=idp_id,json=idpId,proto3" json:"idp_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AddOIDCIDPResponse) Descriptor deprecated

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

Deprecated: Use AddOIDCIDPResponse.ProtoReflect.Descriptor instead.

func (*AddOIDCIDPResponse) GetDetails

func (x *AddOIDCIDPResponse) GetDetails() *object.ObjectDetails

func (*AddOIDCIDPResponse) GetIdpId

func (x *AddOIDCIDPResponse) GetIdpId() string

func (*AddOIDCIDPResponse) ProtoMessage

func (*AddOIDCIDPResponse) ProtoMessage()

func (*AddOIDCIDPResponse) ProtoReflect

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

func (*AddOIDCIDPResponse) Reset

func (x *AddOIDCIDPResponse) Reset()

func (*AddOIDCIDPResponse) String

func (x *AddOIDCIDPResponse) String() string

type AddSMSProviderTwilioRequest

type AddSMSProviderTwilioRequest struct {
	Sid          string `protobuf:"bytes,1,opt,name=sid,proto3" json:"sid,omitempty"`
	Token        string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	SenderNumber string `protobuf:"bytes,3,opt,name=sender_number,json=senderNumber,proto3" json:"sender_number,omitempty"`
	// contains filtered or unexported fields
}

func (*AddSMSProviderTwilioRequest) Descriptor deprecated

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

Deprecated: Use AddSMSProviderTwilioRequest.ProtoReflect.Descriptor instead.

func (*AddSMSProviderTwilioRequest) GetSenderNumber

func (x *AddSMSProviderTwilioRequest) GetSenderNumber() string

func (*AddSMSProviderTwilioRequest) GetSid

func (x *AddSMSProviderTwilioRequest) GetSid() string

func (*AddSMSProviderTwilioRequest) GetToken

func (x *AddSMSProviderTwilioRequest) GetToken() string

func (*AddSMSProviderTwilioRequest) ProtoMessage

func (*AddSMSProviderTwilioRequest) ProtoMessage()

func (*AddSMSProviderTwilioRequest) ProtoReflect

func (*AddSMSProviderTwilioRequest) Reset

func (x *AddSMSProviderTwilioRequest) Reset()

func (*AddSMSProviderTwilioRequest) String

func (x *AddSMSProviderTwilioRequest) String() string

type AddSMSProviderTwilioResponse

type AddSMSProviderTwilioResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Id      string                `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*AddSMSProviderTwilioResponse) Descriptor deprecated

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

Deprecated: Use AddSMSProviderTwilioResponse.ProtoReflect.Descriptor instead.

func (*AddSMSProviderTwilioResponse) GetDetails

func (*AddSMSProviderTwilioResponse) GetId

func (*AddSMSProviderTwilioResponse) ProtoMessage

func (*AddSMSProviderTwilioResponse) ProtoMessage()

func (*AddSMSProviderTwilioResponse) ProtoReflect

func (*AddSMSProviderTwilioResponse) Reset

func (x *AddSMSProviderTwilioResponse) Reset()

func (*AddSMSProviderTwilioResponse) String

type AddSMTPConfigRequest

type AddSMTPConfigRequest struct {
	SenderAddress string `protobuf:"bytes,1,opt,name=sender_address,json=senderAddress,proto3" json:"sender_address,omitempty"`
	SenderName    string `protobuf:"bytes,2,opt,name=sender_name,json=senderName,proto3" json:"sender_name,omitempty"`
	Tls           bool   `protobuf:"varint,3,opt,name=tls,proto3" json:"tls,omitempty"`
	Host          string `protobuf:"bytes,4,opt,name=host,proto3" json:"host,omitempty"`
	User          string `protobuf:"bytes,5,opt,name=user,proto3" json:"user,omitempty"`
	Password      string `protobuf:"bytes,6,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*AddSMTPConfigRequest) Descriptor deprecated

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

Deprecated: Use AddSMTPConfigRequest.ProtoReflect.Descriptor instead.

func (*AddSMTPConfigRequest) GetHost

func (x *AddSMTPConfigRequest) GetHost() string

func (*AddSMTPConfigRequest) GetPassword

func (x *AddSMTPConfigRequest) GetPassword() string

func (*AddSMTPConfigRequest) GetSenderAddress

func (x *AddSMTPConfigRequest) GetSenderAddress() string

func (*AddSMTPConfigRequest) GetSenderName

func (x *AddSMTPConfigRequest) GetSenderName() string

func (*AddSMTPConfigRequest) GetTls

func (x *AddSMTPConfigRequest) GetTls() bool

func (*AddSMTPConfigRequest) GetUser

func (x *AddSMTPConfigRequest) GetUser() string

func (*AddSMTPConfigRequest) ProtoMessage

func (*AddSMTPConfigRequest) ProtoMessage()

func (*AddSMTPConfigRequest) ProtoReflect

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

func (*AddSMTPConfigRequest) Reset

func (x *AddSMTPConfigRequest) Reset()

func (*AddSMTPConfigRequest) String

func (x *AddSMTPConfigRequest) String() string

type AddSMTPConfigResponse

type AddSMTPConfigResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddSMTPConfigResponse) Descriptor deprecated

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

Deprecated: Use AddSMTPConfigResponse.ProtoReflect.Descriptor instead.

func (*AddSMTPConfigResponse) GetDetails

func (x *AddSMTPConfigResponse) GetDetails() *object.ObjectDetails

func (*AddSMTPConfigResponse) ProtoMessage

func (*AddSMTPConfigResponse) ProtoMessage()

func (*AddSMTPConfigResponse) ProtoReflect

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

func (*AddSMTPConfigResponse) Reset

func (x *AddSMTPConfigResponse) Reset()

func (*AddSMTPConfigResponse) String

func (x *AddSMTPConfigResponse) String() string

type AddSecondFactorToLoginPolicyRequest

type AddSecondFactorToLoginPolicyRequest struct {
	Type policy.SecondFactorType `protobuf:"varint,1,opt,name=type,proto3,enum=zitadel.policy.v1.SecondFactorType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*AddSecondFactorToLoginPolicyRequest) Descriptor deprecated

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

Deprecated: Use AddSecondFactorToLoginPolicyRequest.ProtoReflect.Descriptor instead.

func (*AddSecondFactorToLoginPolicyRequest) GetType

func (*AddSecondFactorToLoginPolicyRequest) ProtoMessage

func (*AddSecondFactorToLoginPolicyRequest) ProtoMessage()

func (*AddSecondFactorToLoginPolicyRequest) ProtoReflect

func (*AddSecondFactorToLoginPolicyRequest) Reset

func (*AddSecondFactorToLoginPolicyRequest) String

type AddSecondFactorToLoginPolicyResponse

type AddSecondFactorToLoginPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddSecondFactorToLoginPolicyResponse) Descriptor deprecated

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

Deprecated: Use AddSecondFactorToLoginPolicyResponse.ProtoReflect.Descriptor instead.

func (*AddSecondFactorToLoginPolicyResponse) GetDetails

func (*AddSecondFactorToLoginPolicyResponse) ProtoMessage

func (*AddSecondFactorToLoginPolicyResponse) ProtoMessage()

func (*AddSecondFactorToLoginPolicyResponse) ProtoReflect

func (*AddSecondFactorToLoginPolicyResponse) Reset

func (*AddSecondFactorToLoginPolicyResponse) String

type AdminServiceClient

type AdminServiceClient interface {
	// Indicates if ZITADEL is running.
	// It respondes as soon as ZITADEL started
	Healthz(ctx context.Context, in *HealthzRequest, opts ...grpc.CallOption) (*HealthzResponse, error)
	// Returns the default languages
	GetSupportedLanguages(ctx context.Context, in *GetSupportedLanguagesRequest, opts ...grpc.CallOption) (*GetSupportedLanguagesResponse, error)
	// Set the default language
	SetDefaultLanguage(ctx context.Context, in *SetDefaultLanguageRequest, opts ...grpc.CallOption) (*SetDefaultLanguageResponse, error)
	// Set the default language
	GetDefaultLanguage(ctx context.Context, in *GetDefaultLanguageRequest, opts ...grpc.CallOption) (*GetDefaultLanguageResponse, error)
	// Returns the details of the instance
	GetMyInstance(ctx context.Context, in *GetMyInstanceRequest, opts ...grpc.CallOption) (*GetMyInstanceResponse, error)
	// Returns the domains of the instance
	ListInstanceDomains(ctx context.Context, in *ListInstanceDomainsRequest, opts ...grpc.CallOption) (*ListInstanceDomainsResponse, error)
	// Set the default language
	ListSecretGenerators(ctx context.Context, in *ListSecretGeneratorsRequest, opts ...grpc.CallOption) (*ListSecretGeneratorsResponse, error)
	// Get Secret Generator by type (e.g PasswordResetCode)
	GetSecretGenerator(ctx context.Context, in *GetSecretGeneratorRequest, opts ...grpc.CallOption) (*GetSecretGeneratorResponse, error)
	// Update secret generator configuration
	UpdateSecretGenerator(ctx context.Context, in *UpdateSecretGeneratorRequest, opts ...grpc.CallOption) (*UpdateSecretGeneratorResponse, error)
	// Get system smtp configuration
	GetSMTPConfig(ctx context.Context, in *GetSMTPConfigRequest, opts ...grpc.CallOption) (*GetSMTPConfigResponse, error)
	// Add system smtp configuration
	AddSMTPConfig(ctx context.Context, in *AddSMTPConfigRequest, opts ...grpc.CallOption) (*AddSMTPConfigResponse, error)
	// Update system smtp configuration
	UpdateSMTPConfig(ctx context.Context, in *UpdateSMTPConfigRequest, opts ...grpc.CallOption) (*UpdateSMTPConfigResponse, error)
	// Update system smtp configuration password for host
	UpdateSMTPConfigPassword(ctx context.Context, in *UpdateSMTPConfigPasswordRequest, opts ...grpc.CallOption) (*UpdateSMTPConfigPasswordResponse, error)
	// Remove system smtp configuration
	RemoveSMTPConfig(ctx context.Context, in *RemoveSMTPConfigRequest, opts ...grpc.CallOption) (*RemoveSMTPConfigResponse, error)
	// list sms provider configurations
	ListSMSProviders(ctx context.Context, in *ListSMSProvidersRequest, opts ...grpc.CallOption) (*ListSMSProvidersResponse, error)
	// Get sms provider
	GetSMSProvider(ctx context.Context, in *GetSMSProviderRequest, opts ...grpc.CallOption) (*GetSMSProviderResponse, error)
	// Add twilio sms provider
	AddSMSProviderTwilio(ctx context.Context, in *AddSMSProviderTwilioRequest, opts ...grpc.CallOption) (*AddSMSProviderTwilioResponse, error)
	// Update twilio sms provider
	UpdateSMSProviderTwilio(ctx context.Context, in *UpdateSMSProviderTwilioRequest, opts ...grpc.CallOption) (*UpdateSMSProviderTwilioResponse, error)
	// Update twilio sms provider token
	UpdateSMSProviderTwilioToken(ctx context.Context, in *UpdateSMSProviderTwilioTokenRequest, opts ...grpc.CallOption) (*UpdateSMSProviderTwilioTokenResponse, error)
	// Activate sms provider
	ActivateSMSProvider(ctx context.Context, in *ActivateSMSProviderRequest, opts ...grpc.CallOption) (*ActivateSMSProviderResponse, error)
	// Deactivate sms provider
	DeactivateSMSProvider(ctx context.Context, in *DeactivateSMSProviderRequest, opts ...grpc.CallOption) (*DeactivateSMSProviderResponse, error)
	// Remove sms provider token
	RemoveSMSProvider(ctx context.Context, in *RemoveSMSProviderRequest, opts ...grpc.CallOption) (*RemoveSMSProviderResponse, error)
	// Get OIDC settings (e.g token lifetimes, etc.)
	GetOIDCSettings(ctx context.Context, in *GetOIDCSettingsRequest, opts ...grpc.CallOption) (*GetOIDCSettingsResponse, error)
	// Update oidc settings (e.g token lifetimes, etc)
	UpdateOIDCSettings(ctx context.Context, in *UpdateOIDCSettingsRequest, opts ...grpc.CallOption) (*UpdateOIDCSettingsResponse, error)
	// Get file system notification provider
	GetFileSystemNotificationProvider(ctx context.Context, in *GetFileSystemNotificationProviderRequest, opts ...grpc.CallOption) (*GetFileSystemNotificationProviderResponse, error)
	// Get log notification provider
	GetLogNotificationProvider(ctx context.Context, in *GetLogNotificationProviderRequest, opts ...grpc.CallOption) (*GetLogNotificationProviderResponse, error)
	// Returns an organisation by id
	GetOrgByID(ctx context.Context, in *GetOrgByIDRequest, opts ...grpc.CallOption) (*GetOrgByIDResponse, error)
	// Checks whether an organisation exists by the given parameters
	IsOrgUnique(ctx context.Context, in *IsOrgUniqueRequest, opts ...grpc.CallOption) (*IsOrgUniqueResponse, error)
	// Set the default org
	SetDefaultOrg(ctx context.Context, in *SetDefaultOrgRequest, opts ...grpc.CallOption) (*SetDefaultOrgResponse, error)
	// Set the default org
	GetDefaultOrg(ctx context.Context, in *GetDefaultOrgRequest, opts ...grpc.CallOption) (*GetDefaultOrgResponse, error)
	// Returns all organisations matching the request
	// all queries need to match (AND)
	ListOrgs(ctx context.Context, in *ListOrgsRequest, opts ...grpc.CallOption) (*ListOrgsResponse, error)
	// Creates a new org and user
	// and adds the user to the orgs members as ORG_OWNER
	SetUpOrg(ctx context.Context, in *SetUpOrgRequest, opts ...grpc.CallOption) (*SetUpOrgResponse, error)
	// Returns a identity provider configuration of the IAM instance
	GetIDPByID(ctx context.Context, in *GetIDPByIDRequest, opts ...grpc.CallOption) (*GetIDPByIDResponse, error)
	// Returns all identity provider configurations of the IAM instance
	ListIDPs(ctx context.Context, in *ListIDPsRequest, opts ...grpc.CallOption) (*ListIDPsResponse, error)
	// Adds a new oidc identity provider configuration the IAM instance
	AddOIDCIDP(ctx context.Context, in *AddOIDCIDPRequest, opts ...grpc.CallOption) (*AddOIDCIDPResponse, error)
	// Adds a new jwt identity provider configuration the IAM instance
	AddJWTIDP(ctx context.Context, in *AddJWTIDPRequest, opts ...grpc.CallOption) (*AddJWTIDPResponse, error)
	// Updates the specified idp
	// all fields are updated. If no value is provided the field will be empty afterwards.
	UpdateIDP(ctx context.Context, in *UpdateIDPRequest, opts ...grpc.CallOption) (*UpdateIDPResponse, error)
	// Sets the state of the idp to IDP_STATE_INACTIVE
	// the state MUST be IDP_STATE_ACTIVE for this call
	DeactivateIDP(ctx context.Context, in *DeactivateIDPRequest, opts ...grpc.CallOption) (*DeactivateIDPResponse, error)
	// Sets the state of the idp to IDP_STATE_ACTIVE
	// the state MUST be IDP_STATE_INACTIVE for this call
	ReactivateIDP(ctx context.Context, in *ReactivateIDPRequest, opts ...grpc.CallOption) (*ReactivateIDPResponse, error)
	// RemoveIDP deletes the IDP permanetly
	RemoveIDP(ctx context.Context, in *RemoveIDPRequest, opts ...grpc.CallOption) (*RemoveIDPResponse, error)
	// Updates the oidc configuration of the specified idp
	// all fields are updated. If no value is provided the field will be empty afterwards.
	UpdateIDPOIDCConfig(ctx context.Context, in *UpdateIDPOIDCConfigRequest, opts ...grpc.CallOption) (*UpdateIDPOIDCConfigResponse, error)
	// Updates the jwt configuration of the specified idp
	// all fields are updated. If no value is provided the field will be empty afterwards.
	UpdateIDPJWTConfig(ctx context.Context, in *UpdateIDPJWTConfigRequest, opts ...grpc.CallOption) (*UpdateIDPJWTConfigResponse, error)
	// deprecated: please use DomainPolicy instead
	// Returns the Org IAM policy defined by the administrators of ZITADEL
	GetOrgIAMPolicy(ctx context.Context, in *GetOrgIAMPolicyRequest, opts ...grpc.CallOption) (*GetOrgIAMPolicyResponse, error)
	// deprecated: please use DomainPolicy instead
	// Updates the default OrgIAM policy.
	// it impacts all organisations without a customised policy
	UpdateOrgIAMPolicy(ctx context.Context, in *UpdateOrgIAMPolicyRequest, opts ...grpc.CallOption) (*UpdateOrgIAMPolicyResponse, error)
	// deprecated: please use DomainPolicy instead
	// Returns the customised policy or the default if not customised
	GetCustomOrgIAMPolicy(ctx context.Context, in *GetCustomOrgIAMPolicyRequest, opts ...grpc.CallOption) (*GetCustomOrgIAMPolicyResponse, error)
	// deprecated: please use DomainPolicy instead
	// Defines a custom OrgIAM policy as specified
	AddCustomOrgIAMPolicy(ctx context.Context, in *AddCustomOrgIAMPolicyRequest, opts ...grpc.CallOption) (*AddCustomOrgIAMPolicyResponse, error)
	// deprecated: please use DomainPolicy instead
	// Updates a custom OrgIAM policy as specified
	UpdateCustomOrgIAMPolicy(ctx context.Context, in *UpdateCustomOrgIAMPolicyRequest, opts ...grpc.CallOption) (*UpdateCustomOrgIAMPolicyResponse, error)
	// deprecated: please use DomainPolicy instead
	// Resets the org iam policy of the organisation to default
	// ZITADEL will fallback to the default policy defined by the ZITADEL administrators
	ResetCustomOrgIAMPolicyToDefault(ctx context.Context, in *ResetCustomOrgIAMPolicyToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomOrgIAMPolicyToDefaultResponse, error)
	// Returns the Domain policy defined by the administrators of ZITADEL
	GetDomainPolicy(ctx context.Context, in *GetDomainPolicyRequest, opts ...grpc.CallOption) (*GetDomainPolicyResponse, error)
	// Updates the default Domain policy.
	// it impacts all organisations without a customised policy
	UpdateDomainPolicy(ctx context.Context, in *UpdateDomainPolicyRequest, opts ...grpc.CallOption) (*UpdateDomainPolicyResponse, error)
	// Returns the customised policy or the default if not customised
	GetCustomDomainPolicy(ctx context.Context, in *GetCustomDomainPolicyRequest, opts ...grpc.CallOption) (*GetCustomDomainPolicyResponse, error)
	// Defines a custom Domain policy as specified
	AddCustomDomainPolicy(ctx context.Context, in *AddCustomDomainPolicyRequest, opts ...grpc.CallOption) (*AddCustomDomainPolicyResponse, error)
	// Updates a custom Domain policy as specified
	UpdateCustomDomainPolicy(ctx context.Context, in *UpdateCustomDomainPolicyRequest, opts ...grpc.CallOption) (*UpdateCustomDomainPolicyResponse, error)
	// Resets the org iam policy of the organisation to default
	// ZITADEL will fallback to the default policy defined by the ZITADEL administrators
	ResetCustomDomainPolicyToDefault(ctx context.Context, in *ResetCustomDomainPolicyToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomDomainPolicyToDefaultResponse, error)
	// Returns the label policy defined by the administrators of ZITADEL
	GetLabelPolicy(ctx context.Context, in *GetLabelPolicyRequest, opts ...grpc.CallOption) (*GetLabelPolicyResponse, error)
	// Returns the preview label policy defined by the administrators of ZITADEL
	GetPreviewLabelPolicy(ctx context.Context, in *GetPreviewLabelPolicyRequest, opts ...grpc.CallOption) (*GetPreviewLabelPolicyResponse, error)
	// Updates the default label policy of ZITADEL
	// it impacts all organisations without a customised policy
	UpdateLabelPolicy(ctx context.Context, in *UpdateLabelPolicyRequest, opts ...grpc.CallOption) (*UpdateLabelPolicyResponse, error)
	// Activates all changes of the label policy
	ActivateLabelPolicy(ctx context.Context, in *ActivateLabelPolicyRequest, opts ...grpc.CallOption) (*ActivateLabelPolicyResponse, error)
	RemoveLabelPolicyLogo(ctx context.Context, in *RemoveLabelPolicyLogoRequest, opts ...grpc.CallOption) (*RemoveLabelPolicyLogoResponse, error)
	// Removes the logo dark of the label policy
	RemoveLabelPolicyLogoDark(ctx context.Context, in *RemoveLabelPolicyLogoDarkRequest, opts ...grpc.CallOption) (*RemoveLabelPolicyLogoDarkResponse, error)
	// Removes the icon of the label policy
	RemoveLabelPolicyIcon(ctx context.Context, in *RemoveLabelPolicyIconRequest, opts ...grpc.CallOption) (*RemoveLabelPolicyIconResponse, error)
	// Removes the logo dark of the label policy
	RemoveLabelPolicyIconDark(ctx context.Context, in *RemoveLabelPolicyIconDarkRequest, opts ...grpc.CallOption) (*RemoveLabelPolicyIconDarkResponse, error)
	// Removes the font of the label policy
	RemoveLabelPolicyFont(ctx context.Context, in *RemoveLabelPolicyFontRequest, opts ...grpc.CallOption) (*RemoveLabelPolicyFontResponse, error)
	// Returns the login policy defined by the administrators of ZITADEL
	GetLoginPolicy(ctx context.Context, in *GetLoginPolicyRequest, opts ...grpc.CallOption) (*GetLoginPolicyResponse, error)
	// Updates the default login policy of ZITADEL
	// it impacts all organisations without a customised policy
	UpdateLoginPolicy(ctx context.Context, in *UpdateLoginPolicyRequest, opts ...grpc.CallOption) (*UpdateLoginPolicyResponse, error)
	// Returns the idps linked to the default login policy,
	// defined by the administrators of ZITADEL
	ListLoginPolicyIDPs(ctx context.Context, in *ListLoginPolicyIDPsRequest, opts ...grpc.CallOption) (*ListLoginPolicyIDPsResponse, error)
	// Adds the povided idp to the default login policy.
	// It impacts all organisations without a customised policy
	AddIDPToLoginPolicy(ctx context.Context, in *AddIDPToLoginPolicyRequest, opts ...grpc.CallOption) (*AddIDPToLoginPolicyResponse, error)
	// Removes the povided idp from the default login policy.
	// It impacts all organisations without a customised policy
	RemoveIDPFromLoginPolicy(ctx context.Context, in *RemoveIDPFromLoginPolicyRequest, opts ...grpc.CallOption) (*RemoveIDPFromLoginPolicyResponse, error)
	// Returns the available second factors defined by the administrators of ZITADEL
	ListLoginPolicySecondFactors(ctx context.Context, in *ListLoginPolicySecondFactorsRequest, opts ...grpc.CallOption) (*ListLoginPolicySecondFactorsResponse, error)
	// Adds a second factor to the default login policy.
	// It impacts all organisations without a customised policy
	AddSecondFactorToLoginPolicy(ctx context.Context, in *AddSecondFactorToLoginPolicyRequest, opts ...grpc.CallOption) (*AddSecondFactorToLoginPolicyResponse, error)
	// Removes a second factor from the default login policy.
	// It impacts all organisations without a customised policy
	RemoveSecondFactorFromLoginPolicy(ctx context.Context, in *RemoveSecondFactorFromLoginPolicyRequest, opts ...grpc.CallOption) (*RemoveSecondFactorFromLoginPolicyResponse, error)
	// Returns the available multi factors defined by the administrators of ZITADEL
	ListLoginPolicyMultiFactors(ctx context.Context, in *ListLoginPolicyMultiFactorsRequest, opts ...grpc.CallOption) (*ListLoginPolicyMultiFactorsResponse, error)
	// Adds a multi factor to the default login policy.
	// It impacts all organisations without a customised policy
	AddMultiFactorToLoginPolicy(ctx context.Context, in *AddMultiFactorToLoginPolicyRequest, opts ...grpc.CallOption) (*AddMultiFactorToLoginPolicyResponse, error)
	// Removes a multi factor from the default login policy.
	// It impacts all organisations without a customised policy
	RemoveMultiFactorFromLoginPolicy(ctx context.Context, in *RemoveMultiFactorFromLoginPolicyRequest, opts ...grpc.CallOption) (*RemoveMultiFactorFromLoginPolicyResponse, error)
	// Returns the password complexity policy defined by the administrators of ZITADEL
	GetPasswordComplexityPolicy(ctx context.Context, in *GetPasswordComplexityPolicyRequest, opts ...grpc.CallOption) (*GetPasswordComplexityPolicyResponse, error)
	// Updates the default password complexity policy of ZITADEL
	// it impacts all organisations without a customised policy
	UpdatePasswordComplexityPolicy(ctx context.Context, in *UpdatePasswordComplexityPolicyRequest, opts ...grpc.CallOption) (*UpdatePasswordComplexityPolicyResponse, error)
	// Returns the password age policy defined by the administrators of ZITADEL
	GetPasswordAgePolicy(ctx context.Context, in *GetPasswordAgePolicyRequest, opts ...grpc.CallOption) (*GetPasswordAgePolicyResponse, error)
	// Updates the default password age policy of ZITADEL
	// it impacts all organisations without a customised policy
	UpdatePasswordAgePolicy(ctx context.Context, in *UpdatePasswordAgePolicyRequest, opts ...grpc.CallOption) (*UpdatePasswordAgePolicyResponse, error)
	// Returns the lockout policy defined by the administrators of ZITADEL
	GetLockoutPolicy(ctx context.Context, in *GetLockoutPolicyRequest, opts ...grpc.CallOption) (*GetLockoutPolicyResponse, error)
	// Updates the default lockout policy of ZITADEL
	// it impacts all organisations without a customised policy
	UpdateLockoutPolicy(ctx context.Context, in *UpdateLockoutPolicyRequest, opts ...grpc.CallOption) (*UpdateLockoutPolicyResponse, error)
	// Returns the privacy policy defined by the administrators of ZITADEL
	GetPrivacyPolicy(ctx context.Context, in *GetPrivacyPolicyRequest, opts ...grpc.CallOption) (*GetPrivacyPolicyResponse, error)
	// Updates the default privacy policy of ZITADEL
	// it impacts all organisations without a customised policy
	// Variable {{.Lang}} can be set to have different links based on the language
	UpdatePrivacyPolicy(ctx context.Context, in *UpdatePrivacyPolicyRequest, opts ...grpc.CallOption) (*UpdatePrivacyPolicyResponse, error)
	// Returns the default text for initial message (translation file)
	GetDefaultInitMessageText(ctx context.Context, in *GetDefaultInitMessageTextRequest, opts ...grpc.CallOption) (*GetDefaultInitMessageTextResponse, error)
	// Returns the custom text for initial message (overwritten in eventstore)
	GetCustomInitMessageText(ctx context.Context, in *GetCustomInitMessageTextRequest, opts ...grpc.CallOption) (*GetCustomInitMessageTextResponse, error)
	// Sets the default custom text for initial message
	// it impacts all organisations without customized initial message text
	// The Following Variables can be used:
	// {{.Code}} {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetDefaultInitMessageText(ctx context.Context, in *SetDefaultInitMessageTextRequest, opts ...grpc.CallOption) (*SetDefaultInitMessageTextResponse, error)
	// Removes the custom init message text of the system
	// The default text from the translation file will trigger after
	ResetCustomInitMessageTextToDefault(ctx context.Context, in *ResetCustomInitMessageTextToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomInitMessageTextToDefaultResponse, error)
	// Returns the default text for password reset message (translation file)
	GetDefaultPasswordResetMessageText(ctx context.Context, in *GetDefaultPasswordResetMessageTextRequest, opts ...grpc.CallOption) (*GetDefaultPasswordResetMessageTextResponse, error)
	// Returns the custom text for password reset message (overwritten in eventstore)
	GetCustomPasswordResetMessageText(ctx context.Context, in *GetCustomPasswordResetMessageTextRequest, opts ...grpc.CallOption) (*GetCustomPasswordResetMessageTextResponse, error)
	// Sets the default custom text for password reset message
	// it impacts all organisations without customized password reset message text
	// The Following Variables can be used:
	// {{.Code}} {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetDefaultPasswordResetMessageText(ctx context.Context, in *SetDefaultPasswordResetMessageTextRequest, opts ...grpc.CallOption) (*SetDefaultPasswordResetMessageTextResponse, error)
	// Removes the custom password reset message text of the system
	// The default text from the translation file will trigger after
	ResetCustomPasswordResetMessageTextToDefault(ctx context.Context, in *ResetCustomPasswordResetMessageTextToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomPasswordResetMessageTextToDefaultResponse, error)
	// Returns the default text for verify email message (translation files)
	GetDefaultVerifyEmailMessageText(ctx context.Context, in *GetDefaultVerifyEmailMessageTextRequest, opts ...grpc.CallOption) (*GetDefaultVerifyEmailMessageTextResponse, error)
	// Returns the custom text for verify email message (overwritten in eventstore)
	GetCustomVerifyEmailMessageText(ctx context.Context, in *GetCustomVerifyEmailMessageTextRequest, opts ...grpc.CallOption) (*GetCustomVerifyEmailMessageTextResponse, error)
	// Sets the default custom text for verify email message
	// it impacts all organisations without customized verify email message text
	// The Following Variables can be used:
	// {{.Code}} {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetDefaultVerifyEmailMessageText(ctx context.Context, in *SetDefaultVerifyEmailMessageTextRequest, opts ...grpc.CallOption) (*SetDefaultVerifyEmailMessageTextResponse, error)
	// Removes the custom verify email message text of the system
	// The default text from the translation file will trigger after
	ResetCustomVerifyEmailMessageTextToDefault(ctx context.Context, in *ResetCustomVerifyEmailMessageTextToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomVerifyEmailMessageTextToDefaultResponse, error)
	// Returns the default text for verify phone message (translation file)
	GetDefaultVerifyPhoneMessageText(ctx context.Context, in *GetDefaultVerifyPhoneMessageTextRequest, opts ...grpc.CallOption) (*GetDefaultVerifyPhoneMessageTextResponse, error)
	// Returns the custom text for verify phone message
	GetCustomVerifyPhoneMessageText(ctx context.Context, in *GetCustomVerifyPhoneMessageTextRequest, opts ...grpc.CallOption) (*GetCustomVerifyPhoneMessageTextResponse, error)
	// Sets the default custom text for verify phone message
	// it impacts all organisations without customized verify phone message text
	// The Following Variables can be used:
	// {{.Code}} {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetDefaultVerifyPhoneMessageText(ctx context.Context, in *SetDefaultVerifyPhoneMessageTextRequest, opts ...grpc.CallOption) (*SetDefaultVerifyPhoneMessageTextResponse, error)
	// Removes the custom verify phone text of the system
	// The default text from the translation file will trigger after
	ResetCustomVerifyPhoneMessageTextToDefault(ctx context.Context, in *ResetCustomVerifyPhoneMessageTextToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomVerifyPhoneMessageTextToDefaultResponse, error)
	// Returns the default text for domain claimed message (translation file)
	GetDefaultDomainClaimedMessageText(ctx context.Context, in *GetDefaultDomainClaimedMessageTextRequest, opts ...grpc.CallOption) (*GetDefaultDomainClaimedMessageTextResponse, error)
	// Returns the custom text for domain claimed message (overwritten in eventstore)
	GetCustomDomainClaimedMessageText(ctx context.Context, in *GetCustomDomainClaimedMessageTextRequest, opts ...grpc.CallOption) (*GetCustomDomainClaimedMessageTextResponse, error)
	// Sets the default custom text for domain claimed phone message
	// it impacts all organisations without customized domain claimed message text
	// The Following Variables can be used:
	// {{.Domain}} {{.TempUsername}} {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetDefaultDomainClaimedMessageText(ctx context.Context, in *SetDefaultDomainClaimedMessageTextRequest, opts ...grpc.CallOption) (*SetDefaultDomainClaimedMessageTextResponse, error)
	// Removes the custom domain claimed message text of the system
	// The default text from the translation file will trigger after
	ResetCustomDomainClaimedMessageTextToDefault(ctx context.Context, in *ResetCustomDomainClaimedMessageTextToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomDomainClaimedMessageTextToDefaultResponse, error)
	// Returns the default text for passwordless registration message (translation file)
	GetDefaultPasswordlessRegistrationMessageText(ctx context.Context, in *GetDefaultPasswordlessRegistrationMessageTextRequest, opts ...grpc.CallOption) (*GetDefaultPasswordlessRegistrationMessageTextResponse, error)
	// Returns the custom text for passwordless registration message (overwritten in eventstore)
	GetCustomPasswordlessRegistrationMessageText(ctx context.Context, in *GetCustomPasswordlessRegistrationMessageTextRequest, opts ...grpc.CallOption) (*GetCustomPasswordlessRegistrationMessageTextResponse, error)
	// Sets the default custom text for passwordless registration message
	// it impacts all organisations without customized passwordless registration message text
	// The Following Variables can be used:
	// {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetDefaultPasswordlessRegistrationMessageText(ctx context.Context, in *SetDefaultPasswordlessRegistrationMessageTextRequest, opts ...grpc.CallOption) (*SetDefaultPasswordlessRegistrationMessageTextResponse, error)
	// Removes the custom passwordless link message text of the system
	// The default text from the translation file will trigger after
	ResetCustomPasswordlessRegistrationMessageTextToDefault(ctx context.Context, in *ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse, error)
	// Returns the default custom texts for login ui (translation file)
	GetDefaultLoginTexts(ctx context.Context, in *GetDefaultLoginTextsRequest, opts ...grpc.CallOption) (*GetDefaultLoginTextsResponse, error)
	// Returns the custom texts for login ui
	GetCustomLoginTexts(ctx context.Context, in *GetCustomLoginTextsRequest, opts ...grpc.CallOption) (*GetCustomLoginTextsResponse, error)
	// Sets the custom text for login ui
	// it impacts all organisations without customized login ui texts
	SetCustomLoginText(ctx context.Context, in *SetCustomLoginTextsRequest, opts ...grpc.CallOption) (*SetCustomLoginTextsResponse, error)
	// Removes the custom texts for login ui
	// it impacts all organisations without customized login ui texts
	// The default text form translation file will trigger after
	ResetCustomLoginTextToDefault(ctx context.Context, in *ResetCustomLoginTextsToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomLoginTextsToDefaultResponse, error)
	// Returns the IAM roles visible for the requested user
	ListIAMMemberRoles(ctx context.Context, in *ListIAMMemberRolesRequest, opts ...grpc.CallOption) (*ListIAMMemberRolesResponse, error)
	// Returns all members matching the request
	// all queries need to match (ANDed)
	ListIAMMembers(ctx context.Context, in *ListIAMMembersRequest, opts ...grpc.CallOption) (*ListIAMMembersResponse, error)
	// Adds a user to the membership list of ZITADEL with the given roles
	// undefined roles will be dropped
	AddIAMMember(ctx context.Context, in *AddIAMMemberRequest, opts ...grpc.CallOption) (*AddIAMMemberResponse, error)
	// Sets the given roles on a member.
	// The member has only roles provided by this call
	UpdateIAMMember(ctx context.Context, in *UpdateIAMMemberRequest, opts ...grpc.CallOption) (*UpdateIAMMemberResponse, error)
	// Removes the user from the membership list of ZITADEL
	RemoveIAMMember(ctx context.Context, in *RemoveIAMMemberRequest, opts ...grpc.CallOption) (*RemoveIAMMemberResponse, error)
	// Returns all stored read models of ZITADEL
	// views are used for search optimisation and optimise request latencies
	// they represent the delta of the event happend on the objects
	ListViews(ctx context.Context, in *ListViewsRequest, opts ...grpc.CallOption) (*ListViewsResponse, error)
	// Returns event descriptions which cannot be processed.
	// It's possible that some events need some retries.
	// For example if the SMTP-API wasn't able to send an email at the first time
	ListFailedEvents(ctx context.Context, in *ListFailedEventsRequest, opts ...grpc.CallOption) (*ListFailedEventsResponse, error)
	// Deletes the event from failed events view.
	// the event is not removed from the change stream
	// This call is usefull if the system was able to process the event later.
	// e.g. if the second try of sending an email was successful. the first try produced a
	// failed event. You can find out if it worked on the `failure_count`
	RemoveFailedEvent(ctx context.Context, in *RemoveFailedEventRequest, opts ...grpc.CallOption) (*RemoveFailedEventResponse, error)
	// Imports data into instance and creates different objects
	ImportData(ctx context.Context, in *ImportDataRequest, opts ...grpc.CallOption) (*ImportDataResponse, error)
	// Exports data from instance
	ExportData(ctx context.Context, in *ExportDataRequest, opts ...grpc.CallOption) (*ExportDataResponse, error)
}

AdminServiceClient is the client API for AdminService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type AdminServiceServer

type AdminServiceServer interface {
	// Indicates if ZITADEL is running.
	// It respondes as soon as ZITADEL started
	Healthz(context.Context, *HealthzRequest) (*HealthzResponse, error)
	// Returns the default languages
	GetSupportedLanguages(context.Context, *GetSupportedLanguagesRequest) (*GetSupportedLanguagesResponse, error)
	// Set the default language
	SetDefaultLanguage(context.Context, *SetDefaultLanguageRequest) (*SetDefaultLanguageResponse, error)
	// Set the default language
	GetDefaultLanguage(context.Context, *GetDefaultLanguageRequest) (*GetDefaultLanguageResponse, error)
	// Returns the details of the instance
	GetMyInstance(context.Context, *GetMyInstanceRequest) (*GetMyInstanceResponse, error)
	// Returns the domains of the instance
	ListInstanceDomains(context.Context, *ListInstanceDomainsRequest) (*ListInstanceDomainsResponse, error)
	// Set the default language
	ListSecretGenerators(context.Context, *ListSecretGeneratorsRequest) (*ListSecretGeneratorsResponse, error)
	// Get Secret Generator by type (e.g PasswordResetCode)
	GetSecretGenerator(context.Context, *GetSecretGeneratorRequest) (*GetSecretGeneratorResponse, error)
	// Update secret generator configuration
	UpdateSecretGenerator(context.Context, *UpdateSecretGeneratorRequest) (*UpdateSecretGeneratorResponse, error)
	// Get system smtp configuration
	GetSMTPConfig(context.Context, *GetSMTPConfigRequest) (*GetSMTPConfigResponse, error)
	// Add system smtp configuration
	AddSMTPConfig(context.Context, *AddSMTPConfigRequest) (*AddSMTPConfigResponse, error)
	// Update system smtp configuration
	UpdateSMTPConfig(context.Context, *UpdateSMTPConfigRequest) (*UpdateSMTPConfigResponse, error)
	// Update system smtp configuration password for host
	UpdateSMTPConfigPassword(context.Context, *UpdateSMTPConfigPasswordRequest) (*UpdateSMTPConfigPasswordResponse, error)
	// Remove system smtp configuration
	RemoveSMTPConfig(context.Context, *RemoveSMTPConfigRequest) (*RemoveSMTPConfigResponse, error)
	// list sms provider configurations
	ListSMSProviders(context.Context, *ListSMSProvidersRequest) (*ListSMSProvidersResponse, error)
	// Get sms provider
	GetSMSProvider(context.Context, *GetSMSProviderRequest) (*GetSMSProviderResponse, error)
	// Add twilio sms provider
	AddSMSProviderTwilio(context.Context, *AddSMSProviderTwilioRequest) (*AddSMSProviderTwilioResponse, error)
	// Update twilio sms provider
	UpdateSMSProviderTwilio(context.Context, *UpdateSMSProviderTwilioRequest) (*UpdateSMSProviderTwilioResponse, error)
	// Update twilio sms provider token
	UpdateSMSProviderTwilioToken(context.Context, *UpdateSMSProviderTwilioTokenRequest) (*UpdateSMSProviderTwilioTokenResponse, error)
	// Activate sms provider
	ActivateSMSProvider(context.Context, *ActivateSMSProviderRequest) (*ActivateSMSProviderResponse, error)
	// Deactivate sms provider
	DeactivateSMSProvider(context.Context, *DeactivateSMSProviderRequest) (*DeactivateSMSProviderResponse, error)
	// Remove sms provider token
	RemoveSMSProvider(context.Context, *RemoveSMSProviderRequest) (*RemoveSMSProviderResponse, error)
	// Get OIDC settings (e.g token lifetimes, etc.)
	GetOIDCSettings(context.Context, *GetOIDCSettingsRequest) (*GetOIDCSettingsResponse, error)
	// Update oidc settings (e.g token lifetimes, etc)
	UpdateOIDCSettings(context.Context, *UpdateOIDCSettingsRequest) (*UpdateOIDCSettingsResponse, error)
	// Get file system notification provider
	GetFileSystemNotificationProvider(context.Context, *GetFileSystemNotificationProviderRequest) (*GetFileSystemNotificationProviderResponse, error)
	// Get log notification provider
	GetLogNotificationProvider(context.Context, *GetLogNotificationProviderRequest) (*GetLogNotificationProviderResponse, error)
	// Returns an organisation by id
	GetOrgByID(context.Context, *GetOrgByIDRequest) (*GetOrgByIDResponse, error)
	// Checks whether an organisation exists by the given parameters
	IsOrgUnique(context.Context, *IsOrgUniqueRequest) (*IsOrgUniqueResponse, error)
	// Set the default org
	SetDefaultOrg(context.Context, *SetDefaultOrgRequest) (*SetDefaultOrgResponse, error)
	// Set the default org
	GetDefaultOrg(context.Context, *GetDefaultOrgRequest) (*GetDefaultOrgResponse, error)
	// Returns all organisations matching the request
	// all queries need to match (AND)
	ListOrgs(context.Context, *ListOrgsRequest) (*ListOrgsResponse, error)
	// Creates a new org and user
	// and adds the user to the orgs members as ORG_OWNER
	SetUpOrg(context.Context, *SetUpOrgRequest) (*SetUpOrgResponse, error)
	// Returns a identity provider configuration of the IAM instance
	GetIDPByID(context.Context, *GetIDPByIDRequest) (*GetIDPByIDResponse, error)
	// Returns all identity provider configurations of the IAM instance
	ListIDPs(context.Context, *ListIDPsRequest) (*ListIDPsResponse, error)
	// Adds a new oidc identity provider configuration the IAM instance
	AddOIDCIDP(context.Context, *AddOIDCIDPRequest) (*AddOIDCIDPResponse, error)
	// Adds a new jwt identity provider configuration the IAM instance
	AddJWTIDP(context.Context, *AddJWTIDPRequest) (*AddJWTIDPResponse, error)
	// Updates the specified idp
	// all fields are updated. If no value is provided the field will be empty afterwards.
	UpdateIDP(context.Context, *UpdateIDPRequest) (*UpdateIDPResponse, error)
	// Sets the state of the idp to IDP_STATE_INACTIVE
	// the state MUST be IDP_STATE_ACTIVE for this call
	DeactivateIDP(context.Context, *DeactivateIDPRequest) (*DeactivateIDPResponse, error)
	// Sets the state of the idp to IDP_STATE_ACTIVE
	// the state MUST be IDP_STATE_INACTIVE for this call
	ReactivateIDP(context.Context, *ReactivateIDPRequest) (*ReactivateIDPResponse, error)
	// RemoveIDP deletes the IDP permanetly
	RemoveIDP(context.Context, *RemoveIDPRequest) (*RemoveIDPResponse, error)
	// Updates the oidc configuration of the specified idp
	// all fields are updated. If no value is provided the field will be empty afterwards.
	UpdateIDPOIDCConfig(context.Context, *UpdateIDPOIDCConfigRequest) (*UpdateIDPOIDCConfigResponse, error)
	// Updates the jwt configuration of the specified idp
	// all fields are updated. If no value is provided the field will be empty afterwards.
	UpdateIDPJWTConfig(context.Context, *UpdateIDPJWTConfigRequest) (*UpdateIDPJWTConfigResponse, error)
	// deprecated: please use DomainPolicy instead
	// Returns the Org IAM policy defined by the administrators of ZITADEL
	GetOrgIAMPolicy(context.Context, *GetOrgIAMPolicyRequest) (*GetOrgIAMPolicyResponse, error)
	// deprecated: please use DomainPolicy instead
	// Updates the default OrgIAM policy.
	// it impacts all organisations without a customised policy
	UpdateOrgIAMPolicy(context.Context, *UpdateOrgIAMPolicyRequest) (*UpdateOrgIAMPolicyResponse, error)
	// deprecated: please use DomainPolicy instead
	// Returns the customised policy or the default if not customised
	GetCustomOrgIAMPolicy(context.Context, *GetCustomOrgIAMPolicyRequest) (*GetCustomOrgIAMPolicyResponse, error)
	// deprecated: please use DomainPolicy instead
	// Defines a custom OrgIAM policy as specified
	AddCustomOrgIAMPolicy(context.Context, *AddCustomOrgIAMPolicyRequest) (*AddCustomOrgIAMPolicyResponse, error)
	// deprecated: please use DomainPolicy instead
	// Updates a custom OrgIAM policy as specified
	UpdateCustomOrgIAMPolicy(context.Context, *UpdateCustomOrgIAMPolicyRequest) (*UpdateCustomOrgIAMPolicyResponse, error)
	// deprecated: please use DomainPolicy instead
	// Resets the org iam policy of the organisation to default
	// ZITADEL will fallback to the default policy defined by the ZITADEL administrators
	ResetCustomOrgIAMPolicyToDefault(context.Context, *ResetCustomOrgIAMPolicyToDefaultRequest) (*ResetCustomOrgIAMPolicyToDefaultResponse, error)
	// Returns the Domain policy defined by the administrators of ZITADEL
	GetDomainPolicy(context.Context, *GetDomainPolicyRequest) (*GetDomainPolicyResponse, error)
	// Updates the default Domain policy.
	// it impacts all organisations without a customised policy
	UpdateDomainPolicy(context.Context, *UpdateDomainPolicyRequest) (*UpdateDomainPolicyResponse, error)
	// Returns the customised policy or the default if not customised
	GetCustomDomainPolicy(context.Context, *GetCustomDomainPolicyRequest) (*GetCustomDomainPolicyResponse, error)
	// Defines a custom Domain policy as specified
	AddCustomDomainPolicy(context.Context, *AddCustomDomainPolicyRequest) (*AddCustomDomainPolicyResponse, error)
	// Updates a custom Domain policy as specified
	UpdateCustomDomainPolicy(context.Context, *UpdateCustomDomainPolicyRequest) (*UpdateCustomDomainPolicyResponse, error)
	// Resets the org iam policy of the organisation to default
	// ZITADEL will fallback to the default policy defined by the ZITADEL administrators
	ResetCustomDomainPolicyToDefault(context.Context, *ResetCustomDomainPolicyToDefaultRequest) (*ResetCustomDomainPolicyToDefaultResponse, error)
	// Returns the label policy defined by the administrators of ZITADEL
	GetLabelPolicy(context.Context, *GetLabelPolicyRequest) (*GetLabelPolicyResponse, error)
	// Returns the preview label policy defined by the administrators of ZITADEL
	GetPreviewLabelPolicy(context.Context, *GetPreviewLabelPolicyRequest) (*GetPreviewLabelPolicyResponse, error)
	// Updates the default label policy of ZITADEL
	// it impacts all organisations without a customised policy
	UpdateLabelPolicy(context.Context, *UpdateLabelPolicyRequest) (*UpdateLabelPolicyResponse, error)
	// Activates all changes of the label policy
	ActivateLabelPolicy(context.Context, *ActivateLabelPolicyRequest) (*ActivateLabelPolicyResponse, error)
	RemoveLabelPolicyLogo(context.Context, *RemoveLabelPolicyLogoRequest) (*RemoveLabelPolicyLogoResponse, error)
	// Removes the logo dark of the label policy
	RemoveLabelPolicyLogoDark(context.Context, *RemoveLabelPolicyLogoDarkRequest) (*RemoveLabelPolicyLogoDarkResponse, error)
	// Removes the icon of the label policy
	RemoveLabelPolicyIcon(context.Context, *RemoveLabelPolicyIconRequest) (*RemoveLabelPolicyIconResponse, error)
	// Removes the logo dark of the label policy
	RemoveLabelPolicyIconDark(context.Context, *RemoveLabelPolicyIconDarkRequest) (*RemoveLabelPolicyIconDarkResponse, error)
	// Removes the font of the label policy
	RemoveLabelPolicyFont(context.Context, *RemoveLabelPolicyFontRequest) (*RemoveLabelPolicyFontResponse, error)
	// Returns the login policy defined by the administrators of ZITADEL
	GetLoginPolicy(context.Context, *GetLoginPolicyRequest) (*GetLoginPolicyResponse, error)
	// Updates the default login policy of ZITADEL
	// it impacts all organisations without a customised policy
	UpdateLoginPolicy(context.Context, *UpdateLoginPolicyRequest) (*UpdateLoginPolicyResponse, error)
	// Returns the idps linked to the default login policy,
	// defined by the administrators of ZITADEL
	ListLoginPolicyIDPs(context.Context, *ListLoginPolicyIDPsRequest) (*ListLoginPolicyIDPsResponse, error)
	// Adds the povided idp to the default login policy.
	// It impacts all organisations without a customised policy
	AddIDPToLoginPolicy(context.Context, *AddIDPToLoginPolicyRequest) (*AddIDPToLoginPolicyResponse, error)
	// Removes the povided idp from the default login policy.
	// It impacts all organisations without a customised policy
	RemoveIDPFromLoginPolicy(context.Context, *RemoveIDPFromLoginPolicyRequest) (*RemoveIDPFromLoginPolicyResponse, error)
	// Returns the available second factors defined by the administrators of ZITADEL
	ListLoginPolicySecondFactors(context.Context, *ListLoginPolicySecondFactorsRequest) (*ListLoginPolicySecondFactorsResponse, error)
	// Adds a second factor to the default login policy.
	// It impacts all organisations without a customised policy
	AddSecondFactorToLoginPolicy(context.Context, *AddSecondFactorToLoginPolicyRequest) (*AddSecondFactorToLoginPolicyResponse, error)
	// Removes a second factor from the default login policy.
	// It impacts all organisations without a customised policy
	RemoveSecondFactorFromLoginPolicy(context.Context, *RemoveSecondFactorFromLoginPolicyRequest) (*RemoveSecondFactorFromLoginPolicyResponse, error)
	// Returns the available multi factors defined by the administrators of ZITADEL
	ListLoginPolicyMultiFactors(context.Context, *ListLoginPolicyMultiFactorsRequest) (*ListLoginPolicyMultiFactorsResponse, error)
	// Adds a multi factor to the default login policy.
	// It impacts all organisations without a customised policy
	AddMultiFactorToLoginPolicy(context.Context, *AddMultiFactorToLoginPolicyRequest) (*AddMultiFactorToLoginPolicyResponse, error)
	// Removes a multi factor from the default login policy.
	// It impacts all organisations without a customised policy
	RemoveMultiFactorFromLoginPolicy(context.Context, *RemoveMultiFactorFromLoginPolicyRequest) (*RemoveMultiFactorFromLoginPolicyResponse, error)
	// Returns the password complexity policy defined by the administrators of ZITADEL
	GetPasswordComplexityPolicy(context.Context, *GetPasswordComplexityPolicyRequest) (*GetPasswordComplexityPolicyResponse, error)
	// Updates the default password complexity policy of ZITADEL
	// it impacts all organisations without a customised policy
	UpdatePasswordComplexityPolicy(context.Context, *UpdatePasswordComplexityPolicyRequest) (*UpdatePasswordComplexityPolicyResponse, error)
	// Returns the password age policy defined by the administrators of ZITADEL
	GetPasswordAgePolicy(context.Context, *GetPasswordAgePolicyRequest) (*GetPasswordAgePolicyResponse, error)
	// Updates the default password age policy of ZITADEL
	// it impacts all organisations without a customised policy
	UpdatePasswordAgePolicy(context.Context, *UpdatePasswordAgePolicyRequest) (*UpdatePasswordAgePolicyResponse, error)
	// Returns the lockout policy defined by the administrators of ZITADEL
	GetLockoutPolicy(context.Context, *GetLockoutPolicyRequest) (*GetLockoutPolicyResponse, error)
	// Updates the default lockout policy of ZITADEL
	// it impacts all organisations without a customised policy
	UpdateLockoutPolicy(context.Context, *UpdateLockoutPolicyRequest) (*UpdateLockoutPolicyResponse, error)
	// Returns the privacy policy defined by the administrators of ZITADEL
	GetPrivacyPolicy(context.Context, *GetPrivacyPolicyRequest) (*GetPrivacyPolicyResponse, error)
	// Updates the default privacy policy of ZITADEL
	// it impacts all organisations without a customised policy
	// Variable {{.Lang}} can be set to have different links based on the language
	UpdatePrivacyPolicy(context.Context, *UpdatePrivacyPolicyRequest) (*UpdatePrivacyPolicyResponse, error)
	// Returns the default text for initial message (translation file)
	GetDefaultInitMessageText(context.Context, *GetDefaultInitMessageTextRequest) (*GetDefaultInitMessageTextResponse, error)
	// Returns the custom text for initial message (overwritten in eventstore)
	GetCustomInitMessageText(context.Context, *GetCustomInitMessageTextRequest) (*GetCustomInitMessageTextResponse, error)
	// Sets the default custom text for initial message
	// it impacts all organisations without customized initial message text
	// The Following Variables can be used:
	// {{.Code}} {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetDefaultInitMessageText(context.Context, *SetDefaultInitMessageTextRequest) (*SetDefaultInitMessageTextResponse, error)
	// Removes the custom init message text of the system
	// The default text from the translation file will trigger after
	ResetCustomInitMessageTextToDefault(context.Context, *ResetCustomInitMessageTextToDefaultRequest) (*ResetCustomInitMessageTextToDefaultResponse, error)
	// Returns the default text for password reset message (translation file)
	GetDefaultPasswordResetMessageText(context.Context, *GetDefaultPasswordResetMessageTextRequest) (*GetDefaultPasswordResetMessageTextResponse, error)
	// Returns the custom text for password reset message (overwritten in eventstore)
	GetCustomPasswordResetMessageText(context.Context, *GetCustomPasswordResetMessageTextRequest) (*GetCustomPasswordResetMessageTextResponse, error)
	// Sets the default custom text for password reset message
	// it impacts all organisations without customized password reset message text
	// The Following Variables can be used:
	// {{.Code}} {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetDefaultPasswordResetMessageText(context.Context, *SetDefaultPasswordResetMessageTextRequest) (*SetDefaultPasswordResetMessageTextResponse, error)
	// Removes the custom password reset message text of the system
	// The default text from the translation file will trigger after
	ResetCustomPasswordResetMessageTextToDefault(context.Context, *ResetCustomPasswordResetMessageTextToDefaultRequest) (*ResetCustomPasswordResetMessageTextToDefaultResponse, error)
	// Returns the default text for verify email message (translation files)
	GetDefaultVerifyEmailMessageText(context.Context, *GetDefaultVerifyEmailMessageTextRequest) (*GetDefaultVerifyEmailMessageTextResponse, error)
	// Returns the custom text for verify email message (overwritten in eventstore)
	GetCustomVerifyEmailMessageText(context.Context, *GetCustomVerifyEmailMessageTextRequest) (*GetCustomVerifyEmailMessageTextResponse, error)
	// Sets the default custom text for verify email message
	// it impacts all organisations without customized verify email message text
	// The Following Variables can be used:
	// {{.Code}} {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetDefaultVerifyEmailMessageText(context.Context, *SetDefaultVerifyEmailMessageTextRequest) (*SetDefaultVerifyEmailMessageTextResponse, error)
	// Removes the custom verify email message text of the system
	// The default text from the translation file will trigger after
	ResetCustomVerifyEmailMessageTextToDefault(context.Context, *ResetCustomVerifyEmailMessageTextToDefaultRequest) (*ResetCustomVerifyEmailMessageTextToDefaultResponse, error)
	// Returns the default text for verify phone message (translation file)
	GetDefaultVerifyPhoneMessageText(context.Context, *GetDefaultVerifyPhoneMessageTextRequest) (*GetDefaultVerifyPhoneMessageTextResponse, error)
	// Returns the custom text for verify phone message
	GetCustomVerifyPhoneMessageText(context.Context, *GetCustomVerifyPhoneMessageTextRequest) (*GetCustomVerifyPhoneMessageTextResponse, error)
	// Sets the default custom text for verify phone message
	// it impacts all organisations without customized verify phone message text
	// The Following Variables can be used:
	// {{.Code}} {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetDefaultVerifyPhoneMessageText(context.Context, *SetDefaultVerifyPhoneMessageTextRequest) (*SetDefaultVerifyPhoneMessageTextResponse, error)
	// Removes the custom verify phone text of the system
	// The default text from the translation file will trigger after
	ResetCustomVerifyPhoneMessageTextToDefault(context.Context, *ResetCustomVerifyPhoneMessageTextToDefaultRequest) (*ResetCustomVerifyPhoneMessageTextToDefaultResponse, error)
	// Returns the default text for domain claimed message (translation file)
	GetDefaultDomainClaimedMessageText(context.Context, *GetDefaultDomainClaimedMessageTextRequest) (*GetDefaultDomainClaimedMessageTextResponse, error)
	// Returns the custom text for domain claimed message (overwritten in eventstore)
	GetCustomDomainClaimedMessageText(context.Context, *GetCustomDomainClaimedMessageTextRequest) (*GetCustomDomainClaimedMessageTextResponse, error)
	// Sets the default custom text for domain claimed phone message
	// it impacts all organisations without customized domain claimed message text
	// The Following Variables can be used:
	// {{.Domain}} {{.TempUsername}} {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetDefaultDomainClaimedMessageText(context.Context, *SetDefaultDomainClaimedMessageTextRequest) (*SetDefaultDomainClaimedMessageTextResponse, error)
	// Removes the custom domain claimed message text of the system
	// The default text from the translation file will trigger after
	ResetCustomDomainClaimedMessageTextToDefault(context.Context, *ResetCustomDomainClaimedMessageTextToDefaultRequest) (*ResetCustomDomainClaimedMessageTextToDefaultResponse, error)
	// Returns the default text for passwordless registration message (translation file)
	GetDefaultPasswordlessRegistrationMessageText(context.Context, *GetDefaultPasswordlessRegistrationMessageTextRequest) (*GetDefaultPasswordlessRegistrationMessageTextResponse, error)
	// Returns the custom text for passwordless registration message (overwritten in eventstore)
	GetCustomPasswordlessRegistrationMessageText(context.Context, *GetCustomPasswordlessRegistrationMessageTextRequest) (*GetCustomPasswordlessRegistrationMessageTextResponse, error)
	// Sets the default custom text for passwordless registration message
	// it impacts all organisations without customized passwordless registration message text
	// The Following Variables can be used:
	// {{.UserName}} {{.FirstName}} {{.LastName}} {{.NickName}} {{.DisplayName}} {{.LastEmail}} {{.VerifiedEmail}} {{.LastPhone}} {{.VerifiedPhone}} {{.PreferredLoginName}} {{.LoginNames}} {{.ChangeDate}}
	SetDefaultPasswordlessRegistrationMessageText(context.Context, *SetDefaultPasswordlessRegistrationMessageTextRequest) (*SetDefaultPasswordlessRegistrationMessageTextResponse, error)
	// Removes the custom passwordless link message text of the system
	// The default text from the translation file will trigger after
	ResetCustomPasswordlessRegistrationMessageTextToDefault(context.Context, *ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse, error)
	// Returns the default custom texts for login ui (translation file)
	GetDefaultLoginTexts(context.Context, *GetDefaultLoginTextsRequest) (*GetDefaultLoginTextsResponse, error)
	// Returns the custom texts for login ui
	GetCustomLoginTexts(context.Context, *GetCustomLoginTextsRequest) (*GetCustomLoginTextsResponse, error)
	// Sets the custom text for login ui
	// it impacts all organisations without customized login ui texts
	SetCustomLoginText(context.Context, *SetCustomLoginTextsRequest) (*SetCustomLoginTextsResponse, error)
	// Removes the custom texts for login ui
	// it impacts all organisations without customized login ui texts
	// The default text form translation file will trigger after
	ResetCustomLoginTextToDefault(context.Context, *ResetCustomLoginTextsToDefaultRequest) (*ResetCustomLoginTextsToDefaultResponse, error)
	// Returns the IAM roles visible for the requested user
	ListIAMMemberRoles(context.Context, *ListIAMMemberRolesRequest) (*ListIAMMemberRolesResponse, error)
	// Returns all members matching the request
	// all queries need to match (ANDed)
	ListIAMMembers(context.Context, *ListIAMMembersRequest) (*ListIAMMembersResponse, error)
	// Adds a user to the membership list of ZITADEL with the given roles
	// undefined roles will be dropped
	AddIAMMember(context.Context, *AddIAMMemberRequest) (*AddIAMMemberResponse, error)
	// Sets the given roles on a member.
	// The member has only roles provided by this call
	UpdateIAMMember(context.Context, *UpdateIAMMemberRequest) (*UpdateIAMMemberResponse, error)
	// Removes the user from the membership list of ZITADEL
	RemoveIAMMember(context.Context, *RemoveIAMMemberRequest) (*RemoveIAMMemberResponse, error)
	// Returns all stored read models of ZITADEL
	// views are used for search optimisation and optimise request latencies
	// they represent the delta of the event happend on the objects
	ListViews(context.Context, *ListViewsRequest) (*ListViewsResponse, error)
	// Returns event descriptions which cannot be processed.
	// It's possible that some events need some retries.
	// For example if the SMTP-API wasn't able to send an email at the first time
	ListFailedEvents(context.Context, *ListFailedEventsRequest) (*ListFailedEventsResponse, error)
	// Deletes the event from failed events view.
	// the event is not removed from the change stream
	// This call is usefull if the system was able to process the event later.
	// e.g. if the second try of sending an email was successful. the first try produced a
	// failed event. You can find out if it worked on the `failure_count`
	RemoveFailedEvent(context.Context, *RemoveFailedEventRequest) (*RemoveFailedEventResponse, error)
	// Imports data into instance and creates different objects
	ImportData(context.Context, *ImportDataRequest) (*ImportDataResponse, error)
	// Exports data from instance
	ExportData(context.Context, *ExportDataRequest) (*ExportDataResponse, error)
	// contains filtered or unexported methods
}

AdminServiceServer is the server API for AdminService service. All implementations must embed UnimplementedAdminServiceServer for forward compatibility

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"`
	DomainPolicy                     *AddCustomDomainPolicyRequest                                     `protobuf:"bytes,4,opt,name=domain_policy,json=domainPolicy,proto3" json:"domain_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                         []*v1.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                          []*v1.DataAPIApplication                                          `protobuf:"bytes,12,rep,name=api_apps,json=apiApps,proto3" json:"api_apps,omitempty"`
	OidcApps                         []*v1.DataOIDCApplication                                         `protobuf:"bytes,13,rep,name=oidc_apps,json=oidcApps,proto3" json:"oidc_apps,omitempty"`
	HumanUsers                       []*v1.DataHumanUser                                               `protobuf:"bytes,14,rep,name=human_users,json=humanUsers,proto3" json:"human_users,omitempty"`
	MachineUsers                     []*v1.DataMachineUser                                             `protobuf:"bytes,15,rep,name=machine_users,json=machineUsers,proto3" json:"machine_users,omitempty"`
	TriggerActions                   []*management.SetTriggerActionsRequest                            `protobuf:"bytes,16,rep,name=trigger_actions,json=triggerActions,proto3" json:"trigger_actions,omitempty"`
	Actions                          []*v1.DataAction                                                  `protobuf:"bytes,17,rep,name=actions,proto3" json:"actions,omitempty"`
	ProjectGrants                    []*v1.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                         []*v1.DataOIDCIDP                                                 `protobuf:"bytes,31,rep,name=oidc_idps,json=oidcIdps,proto3" json:"oidc_idps,omitempty"`
	JwtIdps                          []*v1.DataJWTIDP                                                  `protobuf:"bytes,32,rep,name=jwt_idps,json=jwtIdps,proto3" json:"jwt_idps,omitempty"`
	UserLinks                        []*idp.IDPUserLink                                                `protobuf:"bytes,33,rep,name=user_links,json=userLinks,proto3" json:"user_links,omitempty"`
	Domains                          []*org.Domain                                                     `protobuf:"bytes,34,rep,name=domains,proto3" json:"domains,omitempty"`
	// contains filtered or unexported fields
}

func (*DataOrg) Descriptor deprecated

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

Deprecated: Use DataOrg.ProtoReflect.Descriptor instead.

func (*DataOrg) GetActions

func (x *DataOrg) GetActions() []*v1.DataAction

func (*DataOrg) GetApiApps

func (x *DataOrg) GetApiApps() []*v1.DataAPIApplication

func (*DataOrg) GetDomainClaimedMessages

func (x *DataOrg) GetDomainClaimedMessages() []*management.SetCustomDomainClaimedMessageTextRequest

func (*DataOrg) GetDomainPolicy

func (x *DataOrg) GetDomainPolicy() *AddCustomDomainPolicyRequest

func (*DataOrg) GetDomains

func (x *DataOrg) GetDomains() []*org.Domain

func (*DataOrg) GetHumanUsers

func (x *DataOrg) GetHumanUsers() []*v1.DataHumanUser

func (*DataOrg) GetInitMessages

func (x *DataOrg) GetInitMessages() []*management.SetCustomInitMessageTextRequest

func (*DataOrg) GetJwtIdps

func (x *DataOrg) GetJwtIdps() []*v1.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) GetMachineUsers

func (x *DataOrg) GetMachineUsers() []*v1.DataMachineUser

func (*DataOrg) GetOidcApps

func (x *DataOrg) GetOidcApps() []*v1.DataOIDCApplication

func (*DataOrg) GetOidcIdps

func (x *DataOrg) GetOidcIdps() []*v1.DataOIDCIDP

func (*DataOrg) GetOrg

func (x *DataOrg) GetOrg() *management.AddOrgRequest

func (*DataOrg) GetOrgId

func (x *DataOrg) GetOrgId() string

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() []*v1.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() []*v1.DataProject

func (*DataOrg) GetTriggerActions

func (x *DataOrg) GetTriggerActions() []*management.SetTriggerActionsRequest

func (*DataOrg) GetUserGrants

func (x *DataOrg) GetUserGrants() []*management.AddUserGrantRequest
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

func (*DataOrg) Reset

func (x *DataOrg) Reset()

func (*DataOrg) String

func (x *DataOrg) String() string

type DeactivateIDPRequest

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

func (*DeactivateIDPRequest) Descriptor deprecated

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

Deprecated: Use DeactivateIDPRequest.ProtoReflect.Descriptor instead.

func (*DeactivateIDPRequest) GetIdpId

func (x *DeactivateIDPRequest) GetIdpId() string

func (*DeactivateIDPRequest) ProtoMessage

func (*DeactivateIDPRequest) ProtoMessage()

func (*DeactivateIDPRequest) ProtoReflect

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

func (*DeactivateIDPRequest) Reset

func (x *DeactivateIDPRequest) Reset()

func (*DeactivateIDPRequest) String

func (x *DeactivateIDPRequest) String() string

type DeactivateIDPResponse

type DeactivateIDPResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*DeactivateIDPResponse) Descriptor deprecated

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

Deprecated: Use DeactivateIDPResponse.ProtoReflect.Descriptor instead.

func (*DeactivateIDPResponse) GetDetails

func (x *DeactivateIDPResponse) GetDetails() *object.ObjectDetails

func (*DeactivateIDPResponse) ProtoMessage

func (*DeactivateIDPResponse) ProtoMessage()

func (*DeactivateIDPResponse) ProtoReflect

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

func (*DeactivateIDPResponse) Reset

func (x *DeactivateIDPResponse) Reset()

func (*DeactivateIDPResponse) String

func (x *DeactivateIDPResponse) String() string

type DeactivateSMSProviderRequest

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

func (*DeactivateSMSProviderRequest) Descriptor deprecated

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

Deprecated: Use DeactivateSMSProviderRequest.ProtoReflect.Descriptor instead.

func (*DeactivateSMSProviderRequest) GetId

func (*DeactivateSMSProviderRequest) ProtoMessage

func (*DeactivateSMSProviderRequest) ProtoMessage()

func (*DeactivateSMSProviderRequest) ProtoReflect

func (*DeactivateSMSProviderRequest) Reset

func (x *DeactivateSMSProviderRequest) Reset()

func (*DeactivateSMSProviderRequest) String

type DeactivateSMSProviderResponse

type DeactivateSMSProviderResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*DeactivateSMSProviderResponse) Descriptor deprecated

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

Deprecated: Use DeactivateSMSProviderResponse.ProtoReflect.Descriptor instead.

func (*DeactivateSMSProviderResponse) GetDetails

func (*DeactivateSMSProviderResponse) ProtoMessage

func (*DeactivateSMSProviderResponse) ProtoMessage()

func (*DeactivateSMSProviderResponse) ProtoReflect

func (*DeactivateSMSProviderResponse) Reset

func (x *DeactivateSMSProviderResponse) Reset()

func (*DeactivateSMSProviderResponse) String

type ExportDataRequest

type ExportDataRequest struct {
	OrgIds         []string                       `protobuf:"bytes,1,rep,name=org_ids,json=orgIds,proto3" json:"org_ids,omitempty"`
	ExcludedOrgIds []string                       `protobuf:"bytes,2,rep,name=excluded_org_ids,json=excludedOrgIds,proto3" json:"excluded_org_ids,omitempty"`
	WithPasswords  bool                           `protobuf:"varint,3,opt,name=with_passwords,json=withPasswords,proto3" json:"with_passwords,omitempty"`
	WithOtp        bool                           `protobuf:"varint,4,opt,name=with_otp,json=withOtp,proto3" json:"with_otp,omitempty"`
	ResponseOutput bool                           `protobuf:"varint,5,opt,name=response_output,json=responseOutput,proto3" json:"response_output,omitempty"`
	LocalOutput    *ExportDataRequest_LocalOutput `protobuf:"bytes,6,opt,name=local_output,json=localOutput,proto3" json:"local_output,omitempty"`
	S3Output       *ExportDataRequest_S3Output    `protobuf:"bytes,7,opt,name=s3_output,json=s3Output,proto3" json:"s3_output,omitempty"`
	GcsOutput      *ExportDataRequest_GCSOutput   `protobuf:"bytes,8,opt,name=gcs_output,json=gcsOutput,proto3" json:"gcs_output,omitempty"`
	Timeout        string                         `protobuf:"bytes,9,opt,name=timeout,proto3" json:"timeout,omitempty"`
	// contains filtered or unexported fields
}

func (*ExportDataRequest) Descriptor deprecated

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

Deprecated: Use ExportDataRequest.ProtoReflect.Descriptor instead.

func (*ExportDataRequest) GetExcludedOrgIds

func (x *ExportDataRequest) GetExcludedOrgIds() []string

func (*ExportDataRequest) GetGcsOutput

func (*ExportDataRequest) GetLocalOutput

func (x *ExportDataRequest) GetLocalOutput() *ExportDataRequest_LocalOutput

func (*ExportDataRequest) GetOrgIds

func (x *ExportDataRequest) GetOrgIds() []string

func (*ExportDataRequest) GetResponseOutput

func (x *ExportDataRequest) GetResponseOutput() bool

func (*ExportDataRequest) GetS3Output

func (*ExportDataRequest) GetTimeout

func (x *ExportDataRequest) GetTimeout() string

func (*ExportDataRequest) GetWithOtp

func (x *ExportDataRequest) GetWithOtp() bool

func (*ExportDataRequest) GetWithPasswords

func (x *ExportDataRequest) GetWithPasswords() bool

func (*ExportDataRequest) ProtoMessage

func (*ExportDataRequest) ProtoMessage()

func (*ExportDataRequest) ProtoReflect

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

func (*ExportDataRequest) Reset

func (x *ExportDataRequest) Reset()

func (*ExportDataRequest) String

func (x *ExportDataRequest) String() string

type ExportDataRequest_GCSOutput

type ExportDataRequest_GCSOutput struct {
	Bucket             string `protobuf:"bytes,1,opt,name=bucket,proto3" json:"bucket,omitempty"`
	ServiceaccountJson string `protobuf:"bytes,2,opt,name=serviceaccount_json,json=serviceaccountJson,proto3" json:"serviceaccount_json,omitempty"`
	Path               string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*ExportDataRequest_GCSOutput) Descriptor deprecated

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

Deprecated: Use ExportDataRequest_GCSOutput.ProtoReflect.Descriptor instead.

func (*ExportDataRequest_GCSOutput) GetBucket

func (x *ExportDataRequest_GCSOutput) GetBucket() string

func (*ExportDataRequest_GCSOutput) GetPath

func (x *ExportDataRequest_GCSOutput) GetPath() string

func (*ExportDataRequest_GCSOutput) GetServiceaccountJson

func (x *ExportDataRequest_GCSOutput) GetServiceaccountJson() string

func (*ExportDataRequest_GCSOutput) ProtoMessage

func (*ExportDataRequest_GCSOutput) ProtoMessage()

func (*ExportDataRequest_GCSOutput) ProtoReflect

func (*ExportDataRequest_GCSOutput) Reset

func (x *ExportDataRequest_GCSOutput) Reset()

func (*ExportDataRequest_GCSOutput) String

func (x *ExportDataRequest_GCSOutput) String() string

type ExportDataRequest_LocalOutput

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

func (*ExportDataRequest_LocalOutput) Descriptor deprecated

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

Deprecated: Use ExportDataRequest_LocalOutput.ProtoReflect.Descriptor instead.

func (*ExportDataRequest_LocalOutput) GetPath

func (*ExportDataRequest_LocalOutput) ProtoMessage

func (*ExportDataRequest_LocalOutput) ProtoMessage()

func (*ExportDataRequest_LocalOutput) ProtoReflect

func (*ExportDataRequest_LocalOutput) Reset

func (x *ExportDataRequest_LocalOutput) Reset()

func (*ExportDataRequest_LocalOutput) String

type ExportDataRequest_S3Output

type ExportDataRequest_S3Output struct {
	Path            string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Endpoint        string `protobuf:"bytes,2,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	AccessKeyId     string `protobuf:"bytes,3,opt,name=access_key_id,json=accessKeyId,proto3" json:"access_key_id,omitempty"`
	SecretAccessKey string `protobuf:"bytes,4,opt,name=secret_access_key,json=secretAccessKey,proto3" json:"secret_access_key,omitempty"`
	Ssl             bool   `protobuf:"varint,5,opt,name=ssl,proto3" json:"ssl,omitempty"`
	Bucket          string `protobuf:"bytes,6,opt,name=bucket,proto3" json:"bucket,omitempty"`
	// contains filtered or unexported fields
}

func (*ExportDataRequest_S3Output) Descriptor deprecated

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

Deprecated: Use ExportDataRequest_S3Output.ProtoReflect.Descriptor instead.

func (*ExportDataRequest_S3Output) GetAccessKeyId

func (x *ExportDataRequest_S3Output) GetAccessKeyId() string

func (*ExportDataRequest_S3Output) GetBucket

func (x *ExportDataRequest_S3Output) GetBucket() string

func (*ExportDataRequest_S3Output) GetEndpoint

func (x *ExportDataRequest_S3Output) GetEndpoint() string

func (*ExportDataRequest_S3Output) GetPath

func (x *ExportDataRequest_S3Output) GetPath() string

func (*ExportDataRequest_S3Output) GetSecretAccessKey

func (x *ExportDataRequest_S3Output) GetSecretAccessKey() string

func (*ExportDataRequest_S3Output) GetSsl

func (x *ExportDataRequest_S3Output) GetSsl() bool

func (*ExportDataRequest_S3Output) ProtoMessage

func (*ExportDataRequest_S3Output) ProtoMessage()

func (*ExportDataRequest_S3Output) ProtoReflect

func (*ExportDataRequest_S3Output) Reset

func (x *ExportDataRequest_S3Output) Reset()

func (*ExportDataRequest_S3Output) String

func (x *ExportDataRequest_S3Output) String() string

type ExportDataResponse

type ExportDataResponse struct {
	Orgs []*DataOrg `protobuf:"bytes,1,rep,name=orgs,proto3" json:"orgs,omitempty"`
	// contains filtered or unexported fields
}

func (*ExportDataResponse) Descriptor deprecated

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

Deprecated: Use ExportDataResponse.ProtoReflect.Descriptor instead.

func (*ExportDataResponse) GetOrgs

func (x *ExportDataResponse) GetOrgs() []*DataOrg

func (*ExportDataResponse) ProtoMessage

func (*ExportDataResponse) ProtoMessage()

func (*ExportDataResponse) ProtoReflect

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

func (*ExportDataResponse) Reset

func (x *ExportDataResponse) Reset()

func (*ExportDataResponse) String

func (x *ExportDataResponse) String() string

type FailedEvent

type FailedEvent struct {
	Database       string `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"`
	ViewName       string `protobuf:"bytes,2,opt,name=view_name,json=viewName,proto3" json:"view_name,omitempty"`
	FailedSequence uint64 `protobuf:"varint,3,opt,name=failed_sequence,json=failedSequence,proto3" json:"failed_sequence,omitempty"`
	FailureCount   uint64 `protobuf:"varint,4,opt,name=failure_count,json=failureCount,proto3" json:"failure_count,omitempty"`
	ErrorMessage   string `protobuf:"bytes,5,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
	// contains filtered or unexported fields
}

func (*FailedEvent) Descriptor deprecated

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

Deprecated: Use FailedEvent.ProtoReflect.Descriptor instead.

func (*FailedEvent) GetDatabase

func (x *FailedEvent) GetDatabase() string

func (*FailedEvent) GetErrorMessage

func (x *FailedEvent) GetErrorMessage() string

func (*FailedEvent) GetFailedSequence

func (x *FailedEvent) GetFailedSequence() uint64

func (*FailedEvent) GetFailureCount

func (x *FailedEvent) GetFailureCount() uint64

func (*FailedEvent) GetViewName

func (x *FailedEvent) GetViewName() string

func (*FailedEvent) ProtoMessage

func (*FailedEvent) ProtoMessage()

func (*FailedEvent) ProtoReflect

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

func (*FailedEvent) Reset

func (x *FailedEvent) Reset()

func (*FailedEvent) String

func (x *FailedEvent) String() string

type GetCustomDomainClaimedMessageTextRequest

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

func (*GetCustomDomainClaimedMessageTextRequest) Descriptor deprecated

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

Deprecated: Use GetCustomDomainClaimedMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetCustomDomainClaimedMessageTextRequest) GetLanguage

func (*GetCustomDomainClaimedMessageTextRequest) ProtoMessage

func (*GetCustomDomainClaimedMessageTextRequest) ProtoReflect

func (*GetCustomDomainClaimedMessageTextRequest) Reset

func (*GetCustomDomainClaimedMessageTextRequest) String

type GetCustomDomainClaimedMessageTextResponse

type GetCustomDomainClaimedMessageTextResponse struct {
	CustomText *text.MessageCustomText `protobuf:"bytes,1,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomDomainClaimedMessageTextResponse) Descriptor deprecated

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

Deprecated: Use GetCustomDomainClaimedMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetCustomDomainClaimedMessageTextResponse) GetCustomText

func (*GetCustomDomainClaimedMessageTextResponse) ProtoMessage

func (*GetCustomDomainClaimedMessageTextResponse) ProtoReflect

func (*GetCustomDomainClaimedMessageTextResponse) Reset

func (*GetCustomDomainClaimedMessageTextResponse) String

type GetCustomDomainPolicyRequest

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

func (*GetCustomDomainPolicyRequest) Descriptor deprecated

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

Deprecated: Use GetCustomDomainPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetCustomDomainPolicyRequest) GetOrgId

func (x *GetCustomDomainPolicyRequest) GetOrgId() string

func (*GetCustomDomainPolicyRequest) ProtoMessage

func (*GetCustomDomainPolicyRequest) ProtoMessage()

func (*GetCustomDomainPolicyRequest) ProtoReflect

func (*GetCustomDomainPolicyRequest) Reset

func (x *GetCustomDomainPolicyRequest) Reset()

func (*GetCustomDomainPolicyRequest) String

type GetCustomDomainPolicyResponse

type GetCustomDomainPolicyResponse struct {
	Policy *policy.DomainPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// deprecated: is_default is also defined in zitadel.policy.v1.DomainPolicy
	IsDefault bool `protobuf:"varint,2,opt,name=is_default,json=isDefault,proto3" json:"is_default,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomDomainPolicyResponse) Descriptor deprecated

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

Deprecated: Use GetCustomDomainPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetCustomDomainPolicyResponse) GetIsDefault

func (x *GetCustomDomainPolicyResponse) GetIsDefault() bool

func (*GetCustomDomainPolicyResponse) GetPolicy

func (*GetCustomDomainPolicyResponse) ProtoMessage

func (*GetCustomDomainPolicyResponse) ProtoMessage()

func (*GetCustomDomainPolicyResponse) ProtoReflect

func (*GetCustomDomainPolicyResponse) Reset

func (x *GetCustomDomainPolicyResponse) Reset()

func (*GetCustomDomainPolicyResponse) String

type GetCustomInitMessageTextRequest

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

func (*GetCustomInitMessageTextRequest) Descriptor deprecated

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

Deprecated: Use GetCustomInitMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetCustomInitMessageTextRequest) GetLanguage

func (x *GetCustomInitMessageTextRequest) GetLanguage() string

func (*GetCustomInitMessageTextRequest) ProtoMessage

func (*GetCustomInitMessageTextRequest) ProtoMessage()

func (*GetCustomInitMessageTextRequest) ProtoReflect

func (*GetCustomInitMessageTextRequest) Reset

func (*GetCustomInitMessageTextRequest) String

type GetCustomInitMessageTextResponse

type GetCustomInitMessageTextResponse struct {
	CustomText *text.MessageCustomText `protobuf:"bytes,1,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomInitMessageTextResponse) Descriptor deprecated

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

Deprecated: Use GetCustomInitMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetCustomInitMessageTextResponse) GetCustomText

func (*GetCustomInitMessageTextResponse) ProtoMessage

func (*GetCustomInitMessageTextResponse) ProtoMessage()

func (*GetCustomInitMessageTextResponse) ProtoReflect

func (*GetCustomInitMessageTextResponse) Reset

func (*GetCustomInitMessageTextResponse) String

type GetCustomLoginTextsRequest

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

func (*GetCustomLoginTextsRequest) Descriptor deprecated

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

Deprecated: Use GetCustomLoginTextsRequest.ProtoReflect.Descriptor instead.

func (*GetCustomLoginTextsRequest) GetLanguage

func (x *GetCustomLoginTextsRequest) GetLanguage() string

func (*GetCustomLoginTextsRequest) ProtoMessage

func (*GetCustomLoginTextsRequest) ProtoMessage()

func (*GetCustomLoginTextsRequest) ProtoReflect

func (*GetCustomLoginTextsRequest) Reset

func (x *GetCustomLoginTextsRequest) Reset()

func (*GetCustomLoginTextsRequest) String

func (x *GetCustomLoginTextsRequest) String() string

type GetCustomLoginTextsResponse

type GetCustomLoginTextsResponse struct {
	CustomText *text.LoginCustomText `protobuf:"bytes,1,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomLoginTextsResponse) Descriptor deprecated

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

Deprecated: Use GetCustomLoginTextsResponse.ProtoReflect.Descriptor instead.

func (*GetCustomLoginTextsResponse) GetCustomText

func (x *GetCustomLoginTextsResponse) GetCustomText() *text.LoginCustomText

func (*GetCustomLoginTextsResponse) ProtoMessage

func (*GetCustomLoginTextsResponse) ProtoMessage()

func (*GetCustomLoginTextsResponse) ProtoReflect

func (*GetCustomLoginTextsResponse) Reset

func (x *GetCustomLoginTextsResponse) Reset()

func (*GetCustomLoginTextsResponse) String

func (x *GetCustomLoginTextsResponse) String() string

type GetCustomOrgIAMPolicyRequest

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

func (*GetCustomOrgIAMPolicyRequest) Descriptor deprecated

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

Deprecated: Use GetCustomOrgIAMPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetCustomOrgIAMPolicyRequest) GetOrgId

func (x *GetCustomOrgIAMPolicyRequest) GetOrgId() string

func (*GetCustomOrgIAMPolicyRequest) ProtoMessage

func (*GetCustomOrgIAMPolicyRequest) ProtoMessage()

func (*GetCustomOrgIAMPolicyRequest) ProtoReflect

func (*GetCustomOrgIAMPolicyRequest) Reset

func (x *GetCustomOrgIAMPolicyRequest) Reset()

func (*GetCustomOrgIAMPolicyRequest) String

type GetCustomOrgIAMPolicyResponse

type GetCustomOrgIAMPolicyResponse struct {
	Policy *policy.OrgIAMPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// deprecated: is_default is also defined in zitadel.policy.v1.OrgIAMPolicy
	IsDefault bool `protobuf:"varint,2,opt,name=is_default,json=isDefault,proto3" json:"is_default,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomOrgIAMPolicyResponse) Descriptor deprecated

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

Deprecated: Use GetCustomOrgIAMPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetCustomOrgIAMPolicyResponse) GetIsDefault

func (x *GetCustomOrgIAMPolicyResponse) GetIsDefault() bool

func (*GetCustomOrgIAMPolicyResponse) GetPolicy

func (*GetCustomOrgIAMPolicyResponse) ProtoMessage

func (*GetCustomOrgIAMPolicyResponse) ProtoMessage()

func (*GetCustomOrgIAMPolicyResponse) ProtoReflect

func (*GetCustomOrgIAMPolicyResponse) Reset

func (x *GetCustomOrgIAMPolicyResponse) Reset()

func (*GetCustomOrgIAMPolicyResponse) String

type GetCustomPasswordResetMessageTextRequest

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

func (*GetCustomPasswordResetMessageTextRequest) Descriptor deprecated

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

Deprecated: Use GetCustomPasswordResetMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetCustomPasswordResetMessageTextRequest) GetLanguage

func (*GetCustomPasswordResetMessageTextRequest) ProtoMessage

func (*GetCustomPasswordResetMessageTextRequest) ProtoReflect

func (*GetCustomPasswordResetMessageTextRequest) Reset

func (*GetCustomPasswordResetMessageTextRequest) String

type GetCustomPasswordResetMessageTextResponse

type GetCustomPasswordResetMessageTextResponse struct {
	CustomText *text.MessageCustomText `protobuf:"bytes,1,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomPasswordResetMessageTextResponse) Descriptor deprecated

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

Deprecated: Use GetCustomPasswordResetMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetCustomPasswordResetMessageTextResponse) GetCustomText

func (*GetCustomPasswordResetMessageTextResponse) ProtoMessage

func (*GetCustomPasswordResetMessageTextResponse) ProtoReflect

func (*GetCustomPasswordResetMessageTextResponse) Reset

func (*GetCustomPasswordResetMessageTextResponse) String

type GetCustomPasswordlessRegistrationMessageTextRequest

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

func (*GetCustomPasswordlessRegistrationMessageTextRequest) Descriptor deprecated

Deprecated: Use GetCustomPasswordlessRegistrationMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetCustomPasswordlessRegistrationMessageTextRequest) GetLanguage

func (*GetCustomPasswordlessRegistrationMessageTextRequest) ProtoMessage

func (*GetCustomPasswordlessRegistrationMessageTextRequest) ProtoReflect

func (*GetCustomPasswordlessRegistrationMessageTextRequest) Reset

func (*GetCustomPasswordlessRegistrationMessageTextRequest) String

type GetCustomPasswordlessRegistrationMessageTextResponse

type GetCustomPasswordlessRegistrationMessageTextResponse struct {
	CustomText *text.MessageCustomText `protobuf:"bytes,1,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomPasswordlessRegistrationMessageTextResponse) Descriptor deprecated

Deprecated: Use GetCustomPasswordlessRegistrationMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetCustomPasswordlessRegistrationMessageTextResponse) GetCustomText

func (*GetCustomPasswordlessRegistrationMessageTextResponse) ProtoMessage

func (*GetCustomPasswordlessRegistrationMessageTextResponse) ProtoReflect

func (*GetCustomPasswordlessRegistrationMessageTextResponse) Reset

func (*GetCustomPasswordlessRegistrationMessageTextResponse) String

type GetCustomVerifyEmailMessageTextRequest

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

func (*GetCustomVerifyEmailMessageTextRequest) Descriptor deprecated

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

Deprecated: Use GetCustomVerifyEmailMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetCustomVerifyEmailMessageTextRequest) GetLanguage

func (*GetCustomVerifyEmailMessageTextRequest) ProtoMessage

func (*GetCustomVerifyEmailMessageTextRequest) ProtoReflect

func (*GetCustomVerifyEmailMessageTextRequest) Reset

func (*GetCustomVerifyEmailMessageTextRequest) String

type GetCustomVerifyEmailMessageTextResponse

type GetCustomVerifyEmailMessageTextResponse struct {
	CustomText *text.MessageCustomText `protobuf:"bytes,1,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomVerifyEmailMessageTextResponse) Descriptor deprecated

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

Deprecated: Use GetCustomVerifyEmailMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetCustomVerifyEmailMessageTextResponse) GetCustomText

func (*GetCustomVerifyEmailMessageTextResponse) ProtoMessage

func (*GetCustomVerifyEmailMessageTextResponse) ProtoReflect

func (*GetCustomVerifyEmailMessageTextResponse) Reset

func (*GetCustomVerifyEmailMessageTextResponse) String

type GetCustomVerifyPhoneMessageTextRequest

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

func (*GetCustomVerifyPhoneMessageTextRequest) Descriptor deprecated

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

Deprecated: Use GetCustomVerifyPhoneMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetCustomVerifyPhoneMessageTextRequest) GetLanguage

func (*GetCustomVerifyPhoneMessageTextRequest) ProtoMessage

func (*GetCustomVerifyPhoneMessageTextRequest) ProtoReflect

func (*GetCustomVerifyPhoneMessageTextRequest) Reset

func (*GetCustomVerifyPhoneMessageTextRequest) String

type GetCustomVerifyPhoneMessageTextResponse

type GetCustomVerifyPhoneMessageTextResponse struct {
	CustomText *text.MessageCustomText `protobuf:"bytes,1,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomVerifyPhoneMessageTextResponse) Descriptor deprecated

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

Deprecated: Use GetCustomVerifyPhoneMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetCustomVerifyPhoneMessageTextResponse) GetCustomText

func (*GetCustomVerifyPhoneMessageTextResponse) ProtoMessage

func (*GetCustomVerifyPhoneMessageTextResponse) ProtoReflect

func (*GetCustomVerifyPhoneMessageTextResponse) Reset

func (*GetCustomVerifyPhoneMessageTextResponse) String

type GetDefaultDomainClaimedMessageTextRequest

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

func (*GetDefaultDomainClaimedMessageTextRequest) Descriptor deprecated

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

Deprecated: Use GetDefaultDomainClaimedMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultDomainClaimedMessageTextRequest) GetLanguage

func (*GetDefaultDomainClaimedMessageTextRequest) ProtoMessage

func (*GetDefaultDomainClaimedMessageTextRequest) ProtoReflect

func (*GetDefaultDomainClaimedMessageTextRequest) Reset

func (*GetDefaultDomainClaimedMessageTextRequest) String

type GetDefaultDomainClaimedMessageTextResponse

type GetDefaultDomainClaimedMessageTextResponse struct {
	CustomText *text.MessageCustomText `protobuf:"bytes,1,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultDomainClaimedMessageTextResponse) Descriptor deprecated

Deprecated: Use GetDefaultDomainClaimedMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultDomainClaimedMessageTextResponse) GetCustomText

func (*GetDefaultDomainClaimedMessageTextResponse) ProtoMessage

func (*GetDefaultDomainClaimedMessageTextResponse) ProtoReflect

func (*GetDefaultDomainClaimedMessageTextResponse) Reset

func (*GetDefaultDomainClaimedMessageTextResponse) String

type GetDefaultInitMessageTextRequest

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

func (*GetDefaultInitMessageTextRequest) Descriptor deprecated

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

Deprecated: Use GetDefaultInitMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultInitMessageTextRequest) GetLanguage

func (x *GetDefaultInitMessageTextRequest) GetLanguage() string

func (*GetDefaultInitMessageTextRequest) ProtoMessage

func (*GetDefaultInitMessageTextRequest) ProtoMessage()

func (*GetDefaultInitMessageTextRequest) ProtoReflect

func (*GetDefaultInitMessageTextRequest) Reset

func (*GetDefaultInitMessageTextRequest) String

type GetDefaultInitMessageTextResponse

type GetDefaultInitMessageTextResponse struct {
	CustomText *text.MessageCustomText `protobuf:"bytes,1,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultInitMessageTextResponse) Descriptor deprecated

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

Deprecated: Use GetDefaultInitMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultInitMessageTextResponse) GetCustomText

func (*GetDefaultInitMessageTextResponse) ProtoMessage

func (*GetDefaultInitMessageTextResponse) ProtoMessage()

func (*GetDefaultInitMessageTextResponse) ProtoReflect

func (*GetDefaultInitMessageTextResponse) Reset

func (*GetDefaultInitMessageTextResponse) String

type GetDefaultLanguageRequest

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

This is an empty request

func (*GetDefaultLanguageRequest) Descriptor deprecated

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

Deprecated: Use GetDefaultLanguageRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultLanguageRequest) ProtoMessage

func (*GetDefaultLanguageRequest) ProtoMessage()

func (*GetDefaultLanguageRequest) ProtoReflect

func (*GetDefaultLanguageRequest) Reset

func (x *GetDefaultLanguageRequest) Reset()

func (*GetDefaultLanguageRequest) String

func (x *GetDefaultLanguageRequest) String() string

type GetDefaultLanguageResponse

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

func (*GetDefaultLanguageResponse) Descriptor deprecated

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

Deprecated: Use GetDefaultLanguageResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultLanguageResponse) GetLanguage

func (x *GetDefaultLanguageResponse) GetLanguage() string

func (*GetDefaultLanguageResponse) ProtoMessage

func (*GetDefaultLanguageResponse) ProtoMessage()

func (*GetDefaultLanguageResponse) ProtoReflect

func (*GetDefaultLanguageResponse) Reset

func (x *GetDefaultLanguageResponse) Reset()

func (*GetDefaultLanguageResponse) String

func (x *GetDefaultLanguageResponse) String() string

type GetDefaultLoginTextsRequest

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

func (*GetDefaultLoginTextsRequest) Descriptor deprecated

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

Deprecated: Use GetDefaultLoginTextsRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultLoginTextsRequest) GetLanguage

func (x *GetDefaultLoginTextsRequest) GetLanguage() string

func (*GetDefaultLoginTextsRequest) ProtoMessage

func (*GetDefaultLoginTextsRequest) ProtoMessage()

func (*GetDefaultLoginTextsRequest) ProtoReflect

func (*GetDefaultLoginTextsRequest) Reset

func (x *GetDefaultLoginTextsRequest) Reset()

func (*GetDefaultLoginTextsRequest) String

func (x *GetDefaultLoginTextsRequest) String() string

type GetDefaultLoginTextsResponse

type GetDefaultLoginTextsResponse struct {
	CustomText *text.LoginCustomText `protobuf:"bytes,1,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultLoginTextsResponse) Descriptor deprecated

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

Deprecated: Use GetDefaultLoginTextsResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultLoginTextsResponse) GetCustomText

func (*GetDefaultLoginTextsResponse) ProtoMessage

func (*GetDefaultLoginTextsResponse) ProtoMessage()

func (*GetDefaultLoginTextsResponse) ProtoReflect

func (*GetDefaultLoginTextsResponse) Reset

func (x *GetDefaultLoginTextsResponse) Reset()

func (*GetDefaultLoginTextsResponse) String

type GetDefaultOrgRequest

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

This is an empty request

func (*GetDefaultOrgRequest) Descriptor deprecated

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

Deprecated: Use GetDefaultOrgRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultOrgRequest) ProtoMessage

func (*GetDefaultOrgRequest) ProtoMessage()

func (*GetDefaultOrgRequest) ProtoReflect

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

func (*GetDefaultOrgRequest) Reset

func (x *GetDefaultOrgRequest) Reset()

func (*GetDefaultOrgRequest) String

func (x *GetDefaultOrgRequest) String() string

type GetDefaultOrgResponse

type GetDefaultOrgResponse struct {
	Org *org.Org `protobuf:"bytes,1,opt,name=org,proto3" json:"org,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultOrgResponse) Descriptor deprecated

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

Deprecated: Use GetDefaultOrgResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultOrgResponse) GetOrg

func (x *GetDefaultOrgResponse) GetOrg() *org.Org

func (*GetDefaultOrgResponse) ProtoMessage

func (*GetDefaultOrgResponse) ProtoMessage()

func (*GetDefaultOrgResponse) ProtoReflect

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

func (*GetDefaultOrgResponse) Reset

func (x *GetDefaultOrgResponse) Reset()

func (*GetDefaultOrgResponse) String

func (x *GetDefaultOrgResponse) String() string

type GetDefaultPasswordResetMessageTextRequest

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

func (*GetDefaultPasswordResetMessageTextRequest) Descriptor deprecated

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

Deprecated: Use GetDefaultPasswordResetMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultPasswordResetMessageTextRequest) GetLanguage

func (*GetDefaultPasswordResetMessageTextRequest) ProtoMessage

func (*GetDefaultPasswordResetMessageTextRequest) ProtoReflect

func (*GetDefaultPasswordResetMessageTextRequest) Reset

func (*GetDefaultPasswordResetMessageTextRequest) String

type GetDefaultPasswordResetMessageTextResponse

type GetDefaultPasswordResetMessageTextResponse struct {
	CustomText *text.MessageCustomText `protobuf:"bytes,1,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultPasswordResetMessageTextResponse) Descriptor deprecated

Deprecated: Use GetDefaultPasswordResetMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultPasswordResetMessageTextResponse) GetCustomText

func (*GetDefaultPasswordResetMessageTextResponse) ProtoMessage

func (*GetDefaultPasswordResetMessageTextResponse) ProtoReflect

func (*GetDefaultPasswordResetMessageTextResponse) Reset

func (*GetDefaultPasswordResetMessageTextResponse) String

type GetDefaultPasswordlessRegistrationMessageTextRequest

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

func (*GetDefaultPasswordlessRegistrationMessageTextRequest) Descriptor deprecated

Deprecated: Use GetDefaultPasswordlessRegistrationMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultPasswordlessRegistrationMessageTextRequest) GetLanguage

func (*GetDefaultPasswordlessRegistrationMessageTextRequest) ProtoMessage

func (*GetDefaultPasswordlessRegistrationMessageTextRequest) ProtoReflect

func (*GetDefaultPasswordlessRegistrationMessageTextRequest) Reset

func (*GetDefaultPasswordlessRegistrationMessageTextRequest) String

type GetDefaultPasswordlessRegistrationMessageTextResponse

type GetDefaultPasswordlessRegistrationMessageTextResponse struct {
	CustomText *text.MessageCustomText `protobuf:"bytes,1,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultPasswordlessRegistrationMessageTextResponse) Descriptor deprecated

Deprecated: Use GetDefaultPasswordlessRegistrationMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultPasswordlessRegistrationMessageTextResponse) GetCustomText

func (*GetDefaultPasswordlessRegistrationMessageTextResponse) ProtoMessage

func (*GetDefaultPasswordlessRegistrationMessageTextResponse) ProtoReflect

func (*GetDefaultPasswordlessRegistrationMessageTextResponse) Reset

func (*GetDefaultPasswordlessRegistrationMessageTextResponse) String

type GetDefaultVerifyEmailMessageTextRequest

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

func (*GetDefaultVerifyEmailMessageTextRequest) Descriptor deprecated

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

Deprecated: Use GetDefaultVerifyEmailMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultVerifyEmailMessageTextRequest) GetLanguage

func (*GetDefaultVerifyEmailMessageTextRequest) ProtoMessage

func (*GetDefaultVerifyEmailMessageTextRequest) ProtoReflect

func (*GetDefaultVerifyEmailMessageTextRequest) Reset

func (*GetDefaultVerifyEmailMessageTextRequest) String

type GetDefaultVerifyEmailMessageTextResponse

type GetDefaultVerifyEmailMessageTextResponse struct {
	CustomText *text.MessageCustomText `protobuf:"bytes,1,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultVerifyEmailMessageTextResponse) Descriptor deprecated

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

Deprecated: Use GetDefaultVerifyEmailMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultVerifyEmailMessageTextResponse) GetCustomText

func (*GetDefaultVerifyEmailMessageTextResponse) ProtoMessage

func (*GetDefaultVerifyEmailMessageTextResponse) ProtoReflect

func (*GetDefaultVerifyEmailMessageTextResponse) Reset

func (*GetDefaultVerifyEmailMessageTextResponse) String

type GetDefaultVerifyPhoneMessageTextRequest

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

func (*GetDefaultVerifyPhoneMessageTextRequest) Descriptor deprecated

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

Deprecated: Use GetDefaultVerifyPhoneMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultVerifyPhoneMessageTextRequest) GetLanguage

func (*GetDefaultVerifyPhoneMessageTextRequest) ProtoMessage

func (*GetDefaultVerifyPhoneMessageTextRequest) ProtoReflect

func (*GetDefaultVerifyPhoneMessageTextRequest) Reset

func (*GetDefaultVerifyPhoneMessageTextRequest) String

type GetDefaultVerifyPhoneMessageTextResponse

type GetDefaultVerifyPhoneMessageTextResponse struct {
	CustomText *text.MessageCustomText `protobuf:"bytes,1,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultVerifyPhoneMessageTextResponse) Descriptor deprecated

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

Deprecated: Use GetDefaultVerifyPhoneMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultVerifyPhoneMessageTextResponse) GetCustomText

func (*GetDefaultVerifyPhoneMessageTextResponse) ProtoMessage

func (*GetDefaultVerifyPhoneMessageTextResponse) ProtoReflect

func (*GetDefaultVerifyPhoneMessageTextResponse) Reset

func (*GetDefaultVerifyPhoneMessageTextResponse) String

type GetDomainPolicyRequest

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

func (*GetDomainPolicyRequest) Descriptor deprecated

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

Deprecated: Use GetDomainPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetDomainPolicyRequest) ProtoMessage

func (*GetDomainPolicyRequest) ProtoMessage()

func (*GetDomainPolicyRequest) ProtoReflect

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

func (*GetDomainPolicyRequest) Reset

func (x *GetDomainPolicyRequest) Reset()

func (*GetDomainPolicyRequest) String

func (x *GetDomainPolicyRequest) String() string

type GetDomainPolicyResponse

type GetDomainPolicyResponse struct {
	Policy *policy.DomainPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDomainPolicyResponse) Descriptor deprecated

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

Deprecated: Use GetDomainPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetDomainPolicyResponse) GetPolicy

func (*GetDomainPolicyResponse) ProtoMessage

func (*GetDomainPolicyResponse) ProtoMessage()

func (*GetDomainPolicyResponse) ProtoReflect

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

func (*GetDomainPolicyResponse) Reset

func (x *GetDomainPolicyResponse) Reset()

func (*GetDomainPolicyResponse) String

func (x *GetDomainPolicyResponse) String() string

type GetFileSystemNotificationProviderRequest

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

This is an empty request

func (*GetFileSystemNotificationProviderRequest) Descriptor deprecated

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

Deprecated: Use GetFileSystemNotificationProviderRequest.ProtoReflect.Descriptor instead.

func (*GetFileSystemNotificationProviderRequest) ProtoMessage

func (*GetFileSystemNotificationProviderRequest) ProtoReflect

func (*GetFileSystemNotificationProviderRequest) Reset

func (*GetFileSystemNotificationProviderRequest) String

type GetFileSystemNotificationProviderResponse

type GetFileSystemNotificationProviderResponse struct {
	Provider *settings.DebugNotificationProvider `protobuf:"bytes,1,opt,name=provider,proto3" json:"provider,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFileSystemNotificationProviderResponse) Descriptor deprecated

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

Deprecated: Use GetFileSystemNotificationProviderResponse.ProtoReflect.Descriptor instead.

func (*GetFileSystemNotificationProviderResponse) GetProvider

func (*GetFileSystemNotificationProviderResponse) ProtoMessage

func (*GetFileSystemNotificationProviderResponse) ProtoReflect

func (*GetFileSystemNotificationProviderResponse) Reset

func (*GetFileSystemNotificationProviderResponse) String

type GetIDPByIDRequest

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

func (*GetIDPByIDRequest) Descriptor deprecated

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

Deprecated: Use GetIDPByIDRequest.ProtoReflect.Descriptor instead.

func (*GetIDPByIDRequest) GetId

func (x *GetIDPByIDRequest) GetId() string

func (*GetIDPByIDRequest) ProtoMessage

func (*GetIDPByIDRequest) ProtoMessage()

func (*GetIDPByIDRequest) ProtoReflect

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

func (*GetIDPByIDRequest) Reset

func (x *GetIDPByIDRequest) Reset()

func (*GetIDPByIDRequest) String

func (x *GetIDPByIDRequest) String() string

type GetIDPByIDResponse

type GetIDPByIDResponse struct {
	Idp *idp.IDP `protobuf:"bytes,1,opt,name=idp,proto3" json:"idp,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIDPByIDResponse) Descriptor deprecated

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

Deprecated: Use GetIDPByIDResponse.ProtoReflect.Descriptor instead.

func (*GetIDPByIDResponse) GetIdp

func (x *GetIDPByIDResponse) GetIdp() *idp.IDP

func (*GetIDPByIDResponse) ProtoMessage

func (*GetIDPByIDResponse) ProtoMessage()

func (*GetIDPByIDResponse) ProtoReflect

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

func (*GetIDPByIDResponse) Reset

func (x *GetIDPByIDResponse) Reset()

func (*GetIDPByIDResponse) String

func (x *GetIDPByIDResponse) String() string

type GetLabelPolicyRequest

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

This is an empty request

func (*GetLabelPolicyRequest) Descriptor deprecated

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

Deprecated: Use GetLabelPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetLabelPolicyRequest) ProtoMessage

func (*GetLabelPolicyRequest) ProtoMessage()

func (*GetLabelPolicyRequest) ProtoReflect

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

func (*GetLabelPolicyRequest) Reset

func (x *GetLabelPolicyRequest) Reset()

func (*GetLabelPolicyRequest) String

func (x *GetLabelPolicyRequest) String() string

type GetLabelPolicyResponse

type GetLabelPolicyResponse struct {
	Policy *policy.LabelPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLabelPolicyResponse) Descriptor deprecated

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

Deprecated: Use GetLabelPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetLabelPolicyResponse) GetPolicy

func (x *GetLabelPolicyResponse) GetPolicy() *policy.LabelPolicy

func (*GetLabelPolicyResponse) ProtoMessage

func (*GetLabelPolicyResponse) ProtoMessage()

func (*GetLabelPolicyResponse) ProtoReflect

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

func (*GetLabelPolicyResponse) Reset

func (x *GetLabelPolicyResponse) Reset()

func (*GetLabelPolicyResponse) String

func (x *GetLabelPolicyResponse) String() string

type GetLockoutPolicyRequest

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

This is an empty request

func (*GetLockoutPolicyRequest) Descriptor deprecated

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

Deprecated: Use GetLockoutPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetLockoutPolicyRequest) ProtoMessage

func (*GetLockoutPolicyRequest) ProtoMessage()

func (*GetLockoutPolicyRequest) ProtoReflect

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

func (*GetLockoutPolicyRequest) Reset

func (x *GetLockoutPolicyRequest) Reset()

func (*GetLockoutPolicyRequest) String

func (x *GetLockoutPolicyRequest) String() string

type GetLockoutPolicyResponse

type GetLockoutPolicyResponse struct {
	Policy *policy.LockoutPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLockoutPolicyResponse) Descriptor deprecated

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

Deprecated: Use GetLockoutPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetLockoutPolicyResponse) GetPolicy

func (*GetLockoutPolicyResponse) ProtoMessage

func (*GetLockoutPolicyResponse) ProtoMessage()

func (*GetLockoutPolicyResponse) ProtoReflect

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

func (*GetLockoutPolicyResponse) Reset

func (x *GetLockoutPolicyResponse) Reset()

func (*GetLockoutPolicyResponse) String

func (x *GetLockoutPolicyResponse) String() string

type GetLogNotificationProviderRequest

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

This is an empty request

func (*GetLogNotificationProviderRequest) Descriptor deprecated

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

Deprecated: Use GetLogNotificationProviderRequest.ProtoReflect.Descriptor instead.

func (*GetLogNotificationProviderRequest) ProtoMessage

func (*GetLogNotificationProviderRequest) ProtoMessage()

func (*GetLogNotificationProviderRequest) ProtoReflect

func (*GetLogNotificationProviderRequest) Reset

func (*GetLogNotificationProviderRequest) String

type GetLogNotificationProviderResponse

type GetLogNotificationProviderResponse struct {
	Provider *settings.DebugNotificationProvider `protobuf:"bytes,1,opt,name=provider,proto3" json:"provider,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLogNotificationProviderResponse) Descriptor deprecated

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

Deprecated: Use GetLogNotificationProviderResponse.ProtoReflect.Descriptor instead.

func (*GetLogNotificationProviderResponse) GetProvider

func (*GetLogNotificationProviderResponse) ProtoMessage

func (*GetLogNotificationProviderResponse) ProtoMessage()

func (*GetLogNotificationProviderResponse) ProtoReflect

func (*GetLogNotificationProviderResponse) Reset

func (*GetLogNotificationProviderResponse) String

type GetLoginPolicyRequest

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

This is an empty request

func (*GetLoginPolicyRequest) Descriptor deprecated

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

Deprecated: Use GetLoginPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetLoginPolicyRequest) ProtoMessage

func (*GetLoginPolicyRequest) ProtoMessage()

func (*GetLoginPolicyRequest) ProtoReflect

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

func (*GetLoginPolicyRequest) Reset

func (x *GetLoginPolicyRequest) Reset()

func (*GetLoginPolicyRequest) String

func (x *GetLoginPolicyRequest) String() string

type GetLoginPolicyResponse

type GetLoginPolicyResponse struct {
	Policy *policy.LoginPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLoginPolicyResponse) Descriptor deprecated

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

Deprecated: Use GetLoginPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetLoginPolicyResponse) GetPolicy

func (x *GetLoginPolicyResponse) GetPolicy() *policy.LoginPolicy

func (*GetLoginPolicyResponse) ProtoMessage

func (*GetLoginPolicyResponse) ProtoMessage()

func (*GetLoginPolicyResponse) ProtoReflect

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

func (*GetLoginPolicyResponse) Reset

func (x *GetLoginPolicyResponse) Reset()

func (*GetLoginPolicyResponse) String

func (x *GetLoginPolicyResponse) String() string

type GetMyInstanceRequest

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

This is an empty request

func (*GetMyInstanceRequest) Descriptor deprecated

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

Deprecated: Use GetMyInstanceRequest.ProtoReflect.Descriptor instead.

func (*GetMyInstanceRequest) ProtoMessage

func (*GetMyInstanceRequest) ProtoMessage()

func (*GetMyInstanceRequest) ProtoReflect

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

func (*GetMyInstanceRequest) Reset

func (x *GetMyInstanceRequest) Reset()

func (*GetMyInstanceRequest) String

func (x *GetMyInstanceRequest) String() string

type GetMyInstanceResponse

type GetMyInstanceResponse struct {
	Instance *instance.InstanceDetail `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMyInstanceResponse) Descriptor deprecated

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

Deprecated: Use GetMyInstanceResponse.ProtoReflect.Descriptor instead.

func (*GetMyInstanceResponse) GetInstance

func (x *GetMyInstanceResponse) GetInstance() *instance.InstanceDetail

func (*GetMyInstanceResponse) ProtoMessage

func (*GetMyInstanceResponse) ProtoMessage()

func (*GetMyInstanceResponse) ProtoReflect

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

func (*GetMyInstanceResponse) Reset

func (x *GetMyInstanceResponse) Reset()

func (*GetMyInstanceResponse) String

func (x *GetMyInstanceResponse) String() string

type GetOIDCSettingsRequest

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

This is an empty request

func (*GetOIDCSettingsRequest) Descriptor deprecated

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

Deprecated: Use GetOIDCSettingsRequest.ProtoReflect.Descriptor instead.

func (*GetOIDCSettingsRequest) ProtoMessage

func (*GetOIDCSettingsRequest) ProtoMessage()

func (*GetOIDCSettingsRequest) ProtoReflect

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

func (*GetOIDCSettingsRequest) Reset

func (x *GetOIDCSettingsRequest) Reset()

func (*GetOIDCSettingsRequest) String

func (x *GetOIDCSettingsRequest) String() string

type GetOIDCSettingsResponse

type GetOIDCSettingsResponse struct {
	Settings *settings.OIDCSettings `protobuf:"bytes,1,opt,name=settings,proto3" json:"settings,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOIDCSettingsResponse) Descriptor deprecated

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

Deprecated: Use GetOIDCSettingsResponse.ProtoReflect.Descriptor instead.

func (*GetOIDCSettingsResponse) GetSettings

func (x *GetOIDCSettingsResponse) GetSettings() *settings.OIDCSettings

func (*GetOIDCSettingsResponse) ProtoMessage

func (*GetOIDCSettingsResponse) ProtoMessage()

func (*GetOIDCSettingsResponse) ProtoReflect

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

func (*GetOIDCSettingsResponse) Reset

func (x *GetOIDCSettingsResponse) Reset()

func (*GetOIDCSettingsResponse) String

func (x *GetOIDCSettingsResponse) String() string

type GetOrgByIDRequest

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

func (*GetOrgByIDRequest) Descriptor deprecated

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

Deprecated: Use GetOrgByIDRequest.ProtoReflect.Descriptor instead.

func (*GetOrgByIDRequest) GetId

func (x *GetOrgByIDRequest) GetId() string

func (*GetOrgByIDRequest) ProtoMessage

func (*GetOrgByIDRequest) ProtoMessage()

func (*GetOrgByIDRequest) ProtoReflect

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

func (*GetOrgByIDRequest) Reset

func (x *GetOrgByIDRequest) Reset()

func (*GetOrgByIDRequest) String

func (x *GetOrgByIDRequest) String() string

type GetOrgByIDResponse

type GetOrgByIDResponse struct {
	Org *org.Org `protobuf:"bytes,1,opt,name=org,proto3" json:"org,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgByIDResponse) Descriptor deprecated

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

Deprecated: Use GetOrgByIDResponse.ProtoReflect.Descriptor instead.

func (*GetOrgByIDResponse) GetOrg

func (x *GetOrgByIDResponse) GetOrg() *org.Org

func (*GetOrgByIDResponse) ProtoMessage

func (*GetOrgByIDResponse) ProtoMessage()

func (*GetOrgByIDResponse) ProtoReflect

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

func (*GetOrgByIDResponse) Reset

func (x *GetOrgByIDResponse) Reset()

func (*GetOrgByIDResponse) String

func (x *GetOrgByIDResponse) String() string

type GetOrgIAMPolicyRequest

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

func (*GetOrgIAMPolicyRequest) Descriptor deprecated

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

Deprecated: Use GetOrgIAMPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetOrgIAMPolicyRequest) ProtoMessage

func (*GetOrgIAMPolicyRequest) ProtoMessage()

func (*GetOrgIAMPolicyRequest) ProtoReflect

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

func (*GetOrgIAMPolicyRequest) Reset

func (x *GetOrgIAMPolicyRequest) Reset()

func (*GetOrgIAMPolicyRequest) String

func (x *GetOrgIAMPolicyRequest) String() string

type GetOrgIAMPolicyResponse

type GetOrgIAMPolicyResponse struct {
	Policy *policy.OrgIAMPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgIAMPolicyResponse) Descriptor deprecated

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

Deprecated: Use GetOrgIAMPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetOrgIAMPolicyResponse) GetPolicy

func (*GetOrgIAMPolicyResponse) ProtoMessage

func (*GetOrgIAMPolicyResponse) ProtoMessage()

func (*GetOrgIAMPolicyResponse) ProtoReflect

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

func (*GetOrgIAMPolicyResponse) Reset

func (x *GetOrgIAMPolicyResponse) Reset()

func (*GetOrgIAMPolicyResponse) String

func (x *GetOrgIAMPolicyResponse) String() string

type GetPasswordAgePolicyRequest

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

This is an empty request

func (*GetPasswordAgePolicyRequest) Descriptor deprecated

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

Deprecated: Use GetPasswordAgePolicyRequest.ProtoReflect.Descriptor instead.

func (*GetPasswordAgePolicyRequest) ProtoMessage

func (*GetPasswordAgePolicyRequest) ProtoMessage()

func (*GetPasswordAgePolicyRequest) ProtoReflect

func (*GetPasswordAgePolicyRequest) Reset

func (x *GetPasswordAgePolicyRequest) Reset()

func (*GetPasswordAgePolicyRequest) String

func (x *GetPasswordAgePolicyRequest) String() string

type GetPasswordAgePolicyResponse

type GetPasswordAgePolicyResponse struct {
	Policy *policy.PasswordAgePolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPasswordAgePolicyResponse) Descriptor deprecated

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

Deprecated: Use GetPasswordAgePolicyResponse.ProtoReflect.Descriptor instead.

func (*GetPasswordAgePolicyResponse) GetPolicy

func (*GetPasswordAgePolicyResponse) ProtoMessage

func (*GetPasswordAgePolicyResponse) ProtoMessage()

func (*GetPasswordAgePolicyResponse) ProtoReflect

func (*GetPasswordAgePolicyResponse) Reset

func (x *GetPasswordAgePolicyResponse) Reset()

func (*GetPasswordAgePolicyResponse) String

type GetPasswordComplexityPolicyRequest

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

func (*GetPasswordComplexityPolicyRequest) Descriptor deprecated

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

Deprecated: Use GetPasswordComplexityPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetPasswordComplexityPolicyRequest) ProtoMessage

func (*GetPasswordComplexityPolicyRequest) ProtoMessage()

func (*GetPasswordComplexityPolicyRequest) ProtoReflect

func (*GetPasswordComplexityPolicyRequest) Reset

func (*GetPasswordComplexityPolicyRequest) String

type GetPasswordComplexityPolicyResponse

type GetPasswordComplexityPolicyResponse struct {
	Policy *policy.PasswordComplexityPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPasswordComplexityPolicyResponse) Descriptor deprecated

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

Deprecated: Use GetPasswordComplexityPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetPasswordComplexityPolicyResponse) GetPolicy

func (*GetPasswordComplexityPolicyResponse) ProtoMessage

func (*GetPasswordComplexityPolicyResponse) ProtoMessage()

func (*GetPasswordComplexityPolicyResponse) ProtoReflect

func (*GetPasswordComplexityPolicyResponse) Reset

func (*GetPasswordComplexityPolicyResponse) String

type GetPreviewLabelPolicyRequest

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

This is an empty request

func (*GetPreviewLabelPolicyRequest) Descriptor deprecated

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

Deprecated: Use GetPreviewLabelPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetPreviewLabelPolicyRequest) ProtoMessage

func (*GetPreviewLabelPolicyRequest) ProtoMessage()

func (*GetPreviewLabelPolicyRequest) ProtoReflect

func (*GetPreviewLabelPolicyRequest) Reset

func (x *GetPreviewLabelPolicyRequest) Reset()

func (*GetPreviewLabelPolicyRequest) String

type GetPreviewLabelPolicyResponse

type GetPreviewLabelPolicyResponse struct {
	Policy *policy.LabelPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPreviewLabelPolicyResponse) Descriptor deprecated

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

Deprecated: Use GetPreviewLabelPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetPreviewLabelPolicyResponse) GetPolicy

func (*GetPreviewLabelPolicyResponse) ProtoMessage

func (*GetPreviewLabelPolicyResponse) ProtoMessage()

func (*GetPreviewLabelPolicyResponse) ProtoReflect

func (*GetPreviewLabelPolicyResponse) Reset

func (x *GetPreviewLabelPolicyResponse) Reset()

func (*GetPreviewLabelPolicyResponse) String

type GetPrivacyPolicyRequest

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

This is an empty request

func (*GetPrivacyPolicyRequest) Descriptor deprecated

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

Deprecated: Use GetPrivacyPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetPrivacyPolicyRequest) ProtoMessage

func (*GetPrivacyPolicyRequest) ProtoMessage()

func (*GetPrivacyPolicyRequest) ProtoReflect

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

func (*GetPrivacyPolicyRequest) Reset

func (x *GetPrivacyPolicyRequest) Reset()

func (*GetPrivacyPolicyRequest) String

func (x *GetPrivacyPolicyRequest) String() string

type GetPrivacyPolicyResponse

type GetPrivacyPolicyResponse struct {
	Policy *policy.PrivacyPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPrivacyPolicyResponse) Descriptor deprecated

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

Deprecated: Use GetPrivacyPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetPrivacyPolicyResponse) GetPolicy

func (*GetPrivacyPolicyResponse) ProtoMessage

func (*GetPrivacyPolicyResponse) ProtoMessage()

func (*GetPrivacyPolicyResponse) ProtoReflect

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

func (*GetPrivacyPolicyResponse) Reset

func (x *GetPrivacyPolicyResponse) Reset()

func (*GetPrivacyPolicyResponse) String

func (x *GetPrivacyPolicyResponse) String() string

type GetSMSProviderRequest

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

func (*GetSMSProviderRequest) Descriptor deprecated

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

Deprecated: Use GetSMSProviderRequest.ProtoReflect.Descriptor instead.

func (*GetSMSProviderRequest) GetId

func (x *GetSMSProviderRequest) GetId() string

func (*GetSMSProviderRequest) ProtoMessage

func (*GetSMSProviderRequest) ProtoMessage()

func (*GetSMSProviderRequest) ProtoReflect

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

func (*GetSMSProviderRequest) Reset

func (x *GetSMSProviderRequest) Reset()

func (*GetSMSProviderRequest) String

func (x *GetSMSProviderRequest) String() string

type GetSMSProviderResponse

type GetSMSProviderResponse struct {
	Config *settings.SMSProvider `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSMSProviderResponse) Descriptor deprecated

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

Deprecated: Use GetSMSProviderResponse.ProtoReflect.Descriptor instead.

func (*GetSMSProviderResponse) GetConfig

func (*GetSMSProviderResponse) ProtoMessage

func (*GetSMSProviderResponse) ProtoMessage()

func (*GetSMSProviderResponse) ProtoReflect

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

func (*GetSMSProviderResponse) Reset

func (x *GetSMSProviderResponse) Reset()

func (*GetSMSProviderResponse) String

func (x *GetSMSProviderResponse) String() string

type GetSMTPConfigRequest

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

This is an empty request

func (*GetSMTPConfigRequest) Descriptor deprecated

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

Deprecated: Use GetSMTPConfigRequest.ProtoReflect.Descriptor instead.

func (*GetSMTPConfigRequest) ProtoMessage

func (*GetSMTPConfigRequest) ProtoMessage()

func (*GetSMTPConfigRequest) ProtoReflect

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

func (*GetSMTPConfigRequest) Reset

func (x *GetSMTPConfigRequest) Reset()

func (*GetSMTPConfigRequest) String

func (x *GetSMTPConfigRequest) String() string

type GetSMTPConfigResponse

type GetSMTPConfigResponse struct {
	SmtpConfig *settings.SMTPConfig `protobuf:"bytes,1,opt,name=smtp_config,json=smtpConfig,proto3" json:"smtp_config,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSMTPConfigResponse) Descriptor deprecated

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

Deprecated: Use GetSMTPConfigResponse.ProtoReflect.Descriptor instead.

func (*GetSMTPConfigResponse) GetSmtpConfig

func (x *GetSMTPConfigResponse) GetSmtpConfig() *settings.SMTPConfig

func (*GetSMTPConfigResponse) ProtoMessage

func (*GetSMTPConfigResponse) ProtoMessage()

func (*GetSMTPConfigResponse) ProtoReflect

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

func (*GetSMTPConfigResponse) Reset

func (x *GetSMTPConfigResponse) Reset()

func (*GetSMTPConfigResponse) String

func (x *GetSMTPConfigResponse) String() string

type GetSecretGeneratorRequest

type GetSecretGeneratorRequest struct {
	GeneratorType settings.SecretGeneratorType `` /* 146-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetSecretGeneratorRequest) Descriptor deprecated

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

Deprecated: Use GetSecretGeneratorRequest.ProtoReflect.Descriptor instead.

func (*GetSecretGeneratorRequest) GetGeneratorType

func (*GetSecretGeneratorRequest) ProtoMessage

func (*GetSecretGeneratorRequest) ProtoMessage()

func (*GetSecretGeneratorRequest) ProtoReflect

func (*GetSecretGeneratorRequest) Reset

func (x *GetSecretGeneratorRequest) Reset()

func (*GetSecretGeneratorRequest) String

func (x *GetSecretGeneratorRequest) String() string

type GetSecretGeneratorResponse

type GetSecretGeneratorResponse struct {
	SecretGenerator *settings.SecretGenerator `protobuf:"bytes,1,opt,name=secret_generator,json=secretGenerator,proto3" json:"secret_generator,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSecretGeneratorResponse) Descriptor deprecated

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

Deprecated: Use GetSecretGeneratorResponse.ProtoReflect.Descriptor instead.

func (*GetSecretGeneratorResponse) GetSecretGenerator

func (x *GetSecretGeneratorResponse) GetSecretGenerator() *settings.SecretGenerator

func (*GetSecretGeneratorResponse) ProtoMessage

func (*GetSecretGeneratorResponse) ProtoMessage()

func (*GetSecretGeneratorResponse) ProtoReflect

func (*GetSecretGeneratorResponse) Reset

func (x *GetSecretGeneratorResponse) Reset()

func (*GetSecretGeneratorResponse) String

func (x *GetSecretGeneratorResponse) String() string

type GetSupportedLanguagesRequest

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

This is an empty request

func (*GetSupportedLanguagesRequest) Descriptor deprecated

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

Deprecated: Use GetSupportedLanguagesRequest.ProtoReflect.Descriptor instead.

func (*GetSupportedLanguagesRequest) ProtoMessage

func (*GetSupportedLanguagesRequest) ProtoMessage()

func (*GetSupportedLanguagesRequest) ProtoReflect

func (*GetSupportedLanguagesRequest) Reset

func (x *GetSupportedLanguagesRequest) Reset()

func (*GetSupportedLanguagesRequest) String

type GetSupportedLanguagesResponse

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

func (*GetSupportedLanguagesResponse) Descriptor deprecated

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

Deprecated: Use GetSupportedLanguagesResponse.ProtoReflect.Descriptor instead.

func (*GetSupportedLanguagesResponse) GetLanguages

func (x *GetSupportedLanguagesResponse) GetLanguages() []string

func (*GetSupportedLanguagesResponse) ProtoMessage

func (*GetSupportedLanguagesResponse) ProtoMessage()

func (*GetSupportedLanguagesResponse) ProtoReflect

func (*GetSupportedLanguagesResponse) Reset

func (x *GetSupportedLanguagesResponse) Reset()

func (*GetSupportedLanguagesResponse) String

type HealthzRequest

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

This is an empty request

func (*HealthzRequest) Descriptor deprecated

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

Deprecated: Use HealthzRequest.ProtoReflect.Descriptor instead.

func (*HealthzRequest) ProtoMessage

func (*HealthzRequest) ProtoMessage()

func (*HealthzRequest) ProtoReflect

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

func (*HealthzRequest) Reset

func (x *HealthzRequest) Reset()

func (*HealthzRequest) String

func (x *HealthzRequest) String() string

type HealthzResponse

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

This is an empty response

func (*HealthzResponse) Descriptor deprecated

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

Deprecated: Use HealthzResponse.ProtoReflect.Descriptor instead.

func (*HealthzResponse) ProtoMessage

func (*HealthzResponse) ProtoMessage()

func (*HealthzResponse) ProtoReflect

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

func (*HealthzResponse) Reset

func (x *HealthzResponse) Reset()

func (*HealthzResponse) String

func (x *HealthzResponse) String() string

type IDPQuery

type IDPQuery struct {

	// Types that are assignable to Query:
	//
	//	*IDPQuery_IdpIdQuery
	//	*IDPQuery_IdpNameQuery
	Query isIDPQuery_Query `protobuf_oneof:"query"`
	// contains filtered or unexported fields
}

func (*IDPQuery) Descriptor deprecated

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

Deprecated: Use IDPQuery.ProtoReflect.Descriptor instead.

func (*IDPQuery) GetIdpIdQuery

func (x *IDPQuery) GetIdpIdQuery() *idp.IDPIDQuery

func (*IDPQuery) GetIdpNameQuery

func (x *IDPQuery) GetIdpNameQuery() *idp.IDPNameQuery

func (*IDPQuery) GetQuery

func (m *IDPQuery) GetQuery() isIDPQuery_Query

func (*IDPQuery) ProtoMessage

func (*IDPQuery) ProtoMessage()

func (*IDPQuery) ProtoReflect

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

func (*IDPQuery) Reset

func (x *IDPQuery) Reset()

func (*IDPQuery) String

func (x *IDPQuery) String() string

type IDPQuery_IdpIdQuery

type IDPQuery_IdpIdQuery struct {
	IdpIdQuery *idp.IDPIDQuery `protobuf:"bytes,1,opt,name=idp_id_query,json=idpIdQuery,proto3,oneof"`
}

type IDPQuery_IdpNameQuery

type IDPQuery_IdpNameQuery struct {
	IdpNameQuery *idp.IDPNameQuery `protobuf:"bytes,2,opt,name=idp_name_query,json=idpNameQuery,proto3,oneof"`
}

type ImportDataError

type ImportDataError struct {
	Type    string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Id      string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*ImportDataError) Descriptor deprecated

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

Deprecated: Use ImportDataError.ProtoReflect.Descriptor instead.

func (*ImportDataError) GetId

func (x *ImportDataError) GetId() string

func (*ImportDataError) GetMessage

func (x *ImportDataError) GetMessage() string

func (*ImportDataError) GetType

func (x *ImportDataError) GetType() string

func (*ImportDataError) ProtoMessage

func (*ImportDataError) ProtoMessage()

func (*ImportDataError) ProtoReflect

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

func (*ImportDataError) Reset

func (x *ImportDataError) Reset()

func (*ImportDataError) String

func (x *ImportDataError) String() string

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 ImportDataRequest

type ImportDataRequest struct {

	// Types that are assignable to Data:
	//
	//	*ImportDataRequest_DataOrgs
	//	*ImportDataRequest_DataOrgsv1
	//	*ImportDataRequest_DataOrgsLocal
	//	*ImportDataRequest_DataOrgsv1Local
	//	*ImportDataRequest_DataOrgsS3
	//	*ImportDataRequest_DataOrgsv1S3
	//	*ImportDataRequest_DataOrgsGcs
	//	*ImportDataRequest_DataOrgsv1Gcs
	Data    isImportDataRequest_Data `protobuf_oneof:"data"`
	Timeout string                   `protobuf:"bytes,9,opt,name=timeout,proto3" json:"timeout,omitempty"`
	// contains filtered or unexported fields
}

func (*ImportDataRequest) Descriptor deprecated

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

Deprecated: Use ImportDataRequest.ProtoReflect.Descriptor instead.

func (*ImportDataRequest) GetData

func (m *ImportDataRequest) GetData() isImportDataRequest_Data

func (*ImportDataRequest) GetDataOrgs

func (x *ImportDataRequest) GetDataOrgs() *ImportDataOrg

func (*ImportDataRequest) GetDataOrgsGcs

func (x *ImportDataRequest) GetDataOrgsGcs() *ImportDataRequest_GCSInput

func (*ImportDataRequest) GetDataOrgsLocal

func (x *ImportDataRequest) GetDataOrgsLocal() *ImportDataRequest_LocalInput

func (*ImportDataRequest) GetDataOrgsS3

func (x *ImportDataRequest) GetDataOrgsS3() *ImportDataRequest_S3Input

func (*ImportDataRequest) GetDataOrgsv1

func (x *ImportDataRequest) GetDataOrgsv1() *v1.ImportDataOrg

func (*ImportDataRequest) GetDataOrgsv1Gcs

func (x *ImportDataRequest) GetDataOrgsv1Gcs() *ImportDataRequest_GCSInput

func (*ImportDataRequest) GetDataOrgsv1Local

func (x *ImportDataRequest) GetDataOrgsv1Local() *ImportDataRequest_LocalInput

func (*ImportDataRequest) GetDataOrgsv1S3

func (x *ImportDataRequest) GetDataOrgsv1S3() *ImportDataRequest_S3Input

func (*ImportDataRequest) GetTimeout

func (x *ImportDataRequest) GetTimeout() string

func (*ImportDataRequest) ProtoMessage

func (*ImportDataRequest) ProtoMessage()

func (*ImportDataRequest) ProtoReflect

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

func (*ImportDataRequest) Reset

func (x *ImportDataRequest) Reset()

func (*ImportDataRequest) String

func (x *ImportDataRequest) String() string

type ImportDataRequest_DataOrgs

type ImportDataRequest_DataOrgs struct {
	DataOrgs *ImportDataOrg `protobuf:"bytes,1,opt,name=data_orgs,json=dataOrgs,proto3,oneof"`
}

type ImportDataRequest_DataOrgsGcs

type ImportDataRequest_DataOrgsGcs struct {
	DataOrgsGcs *ImportDataRequest_GCSInput `protobuf:"bytes,7,opt,name=data_orgs_gcs,json=dataOrgsGcs,proto3,oneof"`
}

type ImportDataRequest_DataOrgsLocal

type ImportDataRequest_DataOrgsLocal struct {
	DataOrgsLocal *ImportDataRequest_LocalInput `protobuf:"bytes,3,opt,name=data_orgs_local,json=dataOrgsLocal,proto3,oneof"`
}

type ImportDataRequest_DataOrgsS3

type ImportDataRequest_DataOrgsS3 struct {
	DataOrgsS3 *ImportDataRequest_S3Input `protobuf:"bytes,5,opt,name=data_orgs_s3,json=dataOrgsS3,proto3,oneof"`
}

type ImportDataRequest_DataOrgsv1

type ImportDataRequest_DataOrgsv1 struct {
	DataOrgsv1 *v1.ImportDataOrg `protobuf:"bytes,2,opt,name=data_orgsv1,json=dataOrgsv1,proto3,oneof"`
}

type ImportDataRequest_DataOrgsv1Gcs

type ImportDataRequest_DataOrgsv1Gcs struct {
	DataOrgsv1Gcs *ImportDataRequest_GCSInput `protobuf:"bytes,8,opt,name=data_orgsv1_gcs,json=dataOrgsv1Gcs,proto3,oneof"`
}

type ImportDataRequest_DataOrgsv1Local

type ImportDataRequest_DataOrgsv1Local struct {
	DataOrgsv1Local *ImportDataRequest_LocalInput `protobuf:"bytes,4,opt,name=data_orgsv1_local,json=dataOrgsv1Local,proto3,oneof"`
}

type ImportDataRequest_DataOrgsv1S3

type ImportDataRequest_DataOrgsv1S3 struct {
	DataOrgsv1S3 *ImportDataRequest_S3Input `protobuf:"bytes,6,opt,name=data_orgsv1_s3,json=dataOrgsv1S3,proto3,oneof"`
}

type ImportDataRequest_GCSInput

type ImportDataRequest_GCSInput struct {
	Bucket             string `protobuf:"bytes,1,opt,name=bucket,proto3" json:"bucket,omitempty"`
	ServiceaccountJson string `protobuf:"bytes,2,opt,name=serviceaccount_json,json=serviceaccountJson,proto3" json:"serviceaccount_json,omitempty"`
	Path               string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*ImportDataRequest_GCSInput) Descriptor deprecated

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

Deprecated: Use ImportDataRequest_GCSInput.ProtoReflect.Descriptor instead.

func (*ImportDataRequest_GCSInput) GetBucket

func (x *ImportDataRequest_GCSInput) GetBucket() string

func (*ImportDataRequest_GCSInput) GetPath

func (x *ImportDataRequest_GCSInput) GetPath() string

func (*ImportDataRequest_GCSInput) GetServiceaccountJson

func (x *ImportDataRequest_GCSInput) GetServiceaccountJson() string

func (*ImportDataRequest_GCSInput) ProtoMessage

func (*ImportDataRequest_GCSInput) ProtoMessage()

func (*ImportDataRequest_GCSInput) ProtoReflect

func (*ImportDataRequest_GCSInput) Reset

func (x *ImportDataRequest_GCSInput) Reset()

func (*ImportDataRequest_GCSInput) String

func (x *ImportDataRequest_GCSInput) String() string

type ImportDataRequest_LocalInput

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

func (*ImportDataRequest_LocalInput) Descriptor deprecated

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

Deprecated: Use ImportDataRequest_LocalInput.ProtoReflect.Descriptor instead.

func (*ImportDataRequest_LocalInput) GetPath

func (x *ImportDataRequest_LocalInput) GetPath() string

func (*ImportDataRequest_LocalInput) ProtoMessage

func (*ImportDataRequest_LocalInput) ProtoMessage()

func (*ImportDataRequest_LocalInput) ProtoReflect

func (*ImportDataRequest_LocalInput) Reset

func (x *ImportDataRequest_LocalInput) Reset()

func (*ImportDataRequest_LocalInput) String

type ImportDataRequest_S3Input

type ImportDataRequest_S3Input struct {
	Path            string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Endpoint        string `protobuf:"bytes,2,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	AccessKeyId     string `protobuf:"bytes,3,opt,name=access_key_id,json=accessKeyId,proto3" json:"access_key_id,omitempty"`
	SecretAccessKey string `protobuf:"bytes,4,opt,name=secret_access_key,json=secretAccessKey,proto3" json:"secret_access_key,omitempty"`
	Ssl             bool   `protobuf:"varint,5,opt,name=ssl,proto3" json:"ssl,omitempty"`
	Bucket          string `protobuf:"bytes,6,opt,name=bucket,proto3" json:"bucket,omitempty"`
	// contains filtered or unexported fields
}

func (*ImportDataRequest_S3Input) Descriptor deprecated

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

Deprecated: Use ImportDataRequest_S3Input.ProtoReflect.Descriptor instead.

func (*ImportDataRequest_S3Input) GetAccessKeyId

func (x *ImportDataRequest_S3Input) GetAccessKeyId() string

func (*ImportDataRequest_S3Input) GetBucket

func (x *ImportDataRequest_S3Input) GetBucket() string

func (*ImportDataRequest_S3Input) GetEndpoint

func (x *ImportDataRequest_S3Input) GetEndpoint() string

func (*ImportDataRequest_S3Input) GetPath

func (x *ImportDataRequest_S3Input) GetPath() string

func (*ImportDataRequest_S3Input) GetSecretAccessKey

func (x *ImportDataRequest_S3Input) GetSecretAccessKey() string

func (*ImportDataRequest_S3Input) GetSsl

func (x *ImportDataRequest_S3Input) GetSsl() bool

func (*ImportDataRequest_S3Input) ProtoMessage

func (*ImportDataRequest_S3Input) ProtoMessage()

func (*ImportDataRequest_S3Input) ProtoReflect

func (*ImportDataRequest_S3Input) Reset

func (x *ImportDataRequest_S3Input) Reset()

func (*ImportDataRequest_S3Input) String

func (x *ImportDataRequest_S3Input) String() string

type ImportDataResponse

type ImportDataResponse struct {
	Errors  []*ImportDataError `protobuf:"bytes,1,rep,name=errors,proto3" json:"errors,omitempty"`
	Success *ImportDataSuccess `protobuf:"bytes,2,opt,name=success,proto3" json:"success,omitempty"`
	// contains filtered or unexported fields
}

func (*ImportDataResponse) Descriptor deprecated

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

Deprecated: Use ImportDataResponse.ProtoReflect.Descriptor instead.

func (*ImportDataResponse) GetErrors

func (x *ImportDataResponse) GetErrors() []*ImportDataError

func (*ImportDataResponse) GetSuccess

func (x *ImportDataResponse) GetSuccess() *ImportDataSuccess

func (*ImportDataResponse) ProtoMessage

func (*ImportDataResponse) ProtoMessage()

func (*ImportDataResponse) ProtoReflect

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

func (*ImportDataResponse) Reset

func (x *ImportDataResponse) Reset()

func (*ImportDataResponse) String

func (x *ImportDataResponse) String() string

type ImportDataSuccess

type ImportDataSuccess struct {
	Orgs []*ImportDataSuccessOrg `protobuf:"bytes,1,rep,name=orgs,proto3" json:"orgs,omitempty"`
	// contains filtered or unexported fields
}

func (*ImportDataSuccess) Descriptor deprecated

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

Deprecated: Use ImportDataSuccess.ProtoReflect.Descriptor instead.

func (*ImportDataSuccess) GetOrgs

func (x *ImportDataSuccess) GetOrgs() []*ImportDataSuccessOrg

func (*ImportDataSuccess) ProtoMessage

func (*ImportDataSuccess) ProtoMessage()

func (*ImportDataSuccess) ProtoReflect

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

func (*ImportDataSuccess) Reset

func (x *ImportDataSuccess) Reset()

func (*ImportDataSuccess) String

func (x *ImportDataSuccess) String() string

type ImportDataSuccessOrg

type ImportDataSuccessOrg struct {
	OrgId               string                                 `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	ProjectIds          []string                               `protobuf:"bytes,2,rep,name=project_ids,json=projectIds,proto3" json:"project_ids,omitempty"`
	ProjectRoles        []string                               `protobuf:"bytes,3,rep,name=project_roles,json=projectRoles,proto3" json:"project_roles,omitempty"`
	OidcAppIds          []string                               `protobuf:"bytes,4,rep,name=oidc_app_ids,json=oidcAppIds,proto3" json:"oidc_app_ids,omitempty"`
	ApiAppIds           []string                               `protobuf:"bytes,5,rep,name=api_app_ids,json=apiAppIds,proto3" json:"api_app_ids,omitempty"`
	HumanUserIds        []string                               `protobuf:"bytes,6,rep,name=human_user_ids,json=humanUserIds,proto3" json:"human_user_ids,omitempty"`
	MachineUserIds      []string                               `protobuf:"bytes,7,rep,name=machine_user_ids,json=machineUserIds,proto3" json:"machine_user_ids,omitempty"`
	ActionIds           []string                               `protobuf:"bytes,8,rep,name=action_ids,json=actionIds,proto3" json:"action_ids,omitempty"`
	TriggerActions      []*management.SetTriggerActionsRequest `protobuf:"bytes,9,rep,name=trigger_actions,json=triggerActions,proto3" json:"trigger_actions,omitempty"`
	ProjectGrants       []*ImportDataSuccessProjectGrant       `protobuf:"bytes,10,rep,name=project_grants,json=projectGrants,proto3" json:"project_grants,omitempty"`
	UserGrants          []*ImportDataSuccessUserGrant          `protobuf:"bytes,11,rep,name=user_grants,json=userGrants,proto3" json:"user_grants,omitempty"`
	OrgMembers          []string                               `protobuf:"bytes,12,rep,name=org_members,json=orgMembers,proto3" json:"org_members,omitempty"`
	ProjectMembers      []*ImportDataSuccessProjectMember      `protobuf:"bytes,13,rep,name=project_members,json=projectMembers,proto3" json:"project_members,omitempty"`
	ProjectGrantMembers []*ImportDataSuccessProjectGrantMember `protobuf:"bytes,14,rep,name=project_grant_members,json=projectGrantMembers,proto3" json:"project_grant_members,omitempty"`
	OidcIpds            []string                               `protobuf:"bytes,15,rep,name=oidc_ipds,json=oidcIpds,proto3" json:"oidc_ipds,omitempty"`
	JwtIdps             []string                               `protobuf:"bytes,16,rep,name=jwt_idps,json=jwtIdps,proto3" json:"jwt_idps,omitempty"`
	IdpLinks            []string                               `protobuf:"bytes,17,rep,name=idp_links,json=idpLinks,proto3" json:"idp_links,omitempty"`
	UserLinks           []*ImportDataSuccessUserLinks          `protobuf:"bytes,18,rep,name=user_links,json=userLinks,proto3" json:"user_links,omitempty"`
	UserMetadata        []*ImportDataSuccessUserMetadata       `protobuf:"bytes,19,rep,name=user_metadata,json=userMetadata,proto3" json:"user_metadata,omitempty"`
	Domains             []string                               `protobuf:"bytes,20,rep,name=domains,proto3" json:"domains,omitempty"`
	// contains filtered or unexported fields
}

func (*ImportDataSuccessOrg) Descriptor deprecated

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

Deprecated: Use ImportDataSuccessOrg.ProtoReflect.Descriptor instead.

func (*ImportDataSuccessOrg) GetActionIds

func (x *ImportDataSuccessOrg) GetActionIds() []string

func (*ImportDataSuccessOrg) GetApiAppIds

func (x *ImportDataSuccessOrg) GetApiAppIds() []string

func (*ImportDataSuccessOrg) GetDomains

func (x *ImportDataSuccessOrg) GetDomains() []string

func (*ImportDataSuccessOrg) GetHumanUserIds

func (x *ImportDataSuccessOrg) GetHumanUserIds() []string
func (x *ImportDataSuccessOrg) GetIdpLinks() []string

func (*ImportDataSuccessOrg) GetJwtIdps

func (x *ImportDataSuccessOrg) GetJwtIdps() []string

func (*ImportDataSuccessOrg) GetMachineUserIds

func (x *ImportDataSuccessOrg) GetMachineUserIds() []string

func (*ImportDataSuccessOrg) GetOidcAppIds

func (x *ImportDataSuccessOrg) GetOidcAppIds() []string

func (*ImportDataSuccessOrg) GetOidcIpds

func (x *ImportDataSuccessOrg) GetOidcIpds() []string

func (*ImportDataSuccessOrg) GetOrgId

func (x *ImportDataSuccessOrg) GetOrgId() string

func (*ImportDataSuccessOrg) GetOrgMembers

func (x *ImportDataSuccessOrg) GetOrgMembers() []string

func (*ImportDataSuccessOrg) GetProjectGrantMembers

func (x *ImportDataSuccessOrg) GetProjectGrantMembers() []*ImportDataSuccessProjectGrantMember

func (*ImportDataSuccessOrg) GetProjectGrants

func (x *ImportDataSuccessOrg) GetProjectGrants() []*ImportDataSuccessProjectGrant

func (*ImportDataSuccessOrg) GetProjectIds

func (x *ImportDataSuccessOrg) GetProjectIds() []string

func (*ImportDataSuccessOrg) GetProjectMembers

func (x *ImportDataSuccessOrg) GetProjectMembers() []*ImportDataSuccessProjectMember

func (*ImportDataSuccessOrg) GetProjectRoles

func (x *ImportDataSuccessOrg) GetProjectRoles() []string

func (*ImportDataSuccessOrg) GetTriggerActions

func (x *ImportDataSuccessOrg) GetTriggerActions() []*management.SetTriggerActionsRequest

func (*ImportDataSuccessOrg) GetUserGrants

func (x *ImportDataSuccessOrg) GetUserGrants() []*ImportDataSuccessUserGrant
func (x *ImportDataSuccessOrg) GetUserLinks() []*ImportDataSuccessUserLinks

func (*ImportDataSuccessOrg) GetUserMetadata

func (x *ImportDataSuccessOrg) GetUserMetadata() []*ImportDataSuccessUserMetadata

func (*ImportDataSuccessOrg) ProtoMessage

func (*ImportDataSuccessOrg) ProtoMessage()

func (*ImportDataSuccessOrg) ProtoReflect

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

func (*ImportDataSuccessOrg) Reset

func (x *ImportDataSuccessOrg) Reset()

func (*ImportDataSuccessOrg) String

func (x *ImportDataSuccessOrg) String() string

type ImportDataSuccessProjectGrant

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

func (*ImportDataSuccessProjectGrant) Descriptor deprecated

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

Deprecated: Use ImportDataSuccessProjectGrant.ProtoReflect.Descriptor instead.

func (*ImportDataSuccessProjectGrant) GetGrantId

func (x *ImportDataSuccessProjectGrant) GetGrantId() string

func (*ImportDataSuccessProjectGrant) GetOrgId

func (x *ImportDataSuccessProjectGrant) GetOrgId() string

func (*ImportDataSuccessProjectGrant) GetProjectId

func (x *ImportDataSuccessProjectGrant) GetProjectId() string

func (*ImportDataSuccessProjectGrant) ProtoMessage

func (*ImportDataSuccessProjectGrant) ProtoMessage()

func (*ImportDataSuccessProjectGrant) ProtoReflect

func (*ImportDataSuccessProjectGrant) Reset

func (x *ImportDataSuccessProjectGrant) Reset()

func (*ImportDataSuccessProjectGrant) String

type ImportDataSuccessProjectGrantMember

type ImportDataSuccessProjectGrantMember 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 (*ImportDataSuccessProjectGrantMember) Descriptor deprecated

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

Deprecated: Use ImportDataSuccessProjectGrantMember.ProtoReflect.Descriptor instead.

func (*ImportDataSuccessProjectGrantMember) GetGrantId

func (*ImportDataSuccessProjectGrantMember) GetProjectId

func (x *ImportDataSuccessProjectGrantMember) GetProjectId() string

func (*ImportDataSuccessProjectGrantMember) GetUserId

func (*ImportDataSuccessProjectGrantMember) ProtoMessage

func (*ImportDataSuccessProjectGrantMember) ProtoMessage()

func (*ImportDataSuccessProjectGrantMember) ProtoReflect

func (*ImportDataSuccessProjectGrantMember) Reset

func (*ImportDataSuccessProjectGrantMember) String

type ImportDataSuccessProjectMember

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

func (*ImportDataSuccessProjectMember) Descriptor deprecated

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

Deprecated: Use ImportDataSuccessProjectMember.ProtoReflect.Descriptor instead.

func (*ImportDataSuccessProjectMember) GetProjectId

func (x *ImportDataSuccessProjectMember) GetProjectId() string

func (*ImportDataSuccessProjectMember) GetUserId

func (x *ImportDataSuccessProjectMember) GetUserId() string

func (*ImportDataSuccessProjectMember) ProtoMessage

func (*ImportDataSuccessProjectMember) ProtoMessage()

func (*ImportDataSuccessProjectMember) ProtoReflect

func (*ImportDataSuccessProjectMember) Reset

func (x *ImportDataSuccessProjectMember) Reset()

func (*ImportDataSuccessProjectMember) String

type ImportDataSuccessUserGrant

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

func (*ImportDataSuccessUserGrant) Descriptor deprecated

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

Deprecated: Use ImportDataSuccessUserGrant.ProtoReflect.Descriptor instead.

func (*ImportDataSuccessUserGrant) GetProjectId

func (x *ImportDataSuccessUserGrant) GetProjectId() string

func (*ImportDataSuccessUserGrant) GetUserId

func (x *ImportDataSuccessUserGrant) GetUserId() string

func (*ImportDataSuccessUserGrant) ProtoMessage

func (*ImportDataSuccessUserGrant) ProtoMessage()

func (*ImportDataSuccessUserGrant) ProtoReflect

func (*ImportDataSuccessUserGrant) Reset

func (x *ImportDataSuccessUserGrant) Reset()

func (*ImportDataSuccessUserGrant) String

func (x *ImportDataSuccessUserGrant) String() string
type ImportDataSuccessUserLinks struct {
	UserId         string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	ExternalUserId string `protobuf:"bytes,2,opt,name=external_user_id,json=externalUserId,proto3" json:"external_user_id,omitempty"`
	DisplayName    string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	IdpId          string `protobuf:"bytes,4,opt,name=idp_id,json=idpId,proto3" json:"idp_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ImportDataSuccessUserLinks) Descriptor deprecated

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

Deprecated: Use ImportDataSuccessUserLinks.ProtoReflect.Descriptor instead.

func (*ImportDataSuccessUserLinks) GetDisplayName

func (x *ImportDataSuccessUserLinks) GetDisplayName() string

func (*ImportDataSuccessUserLinks) GetExternalUserId

func (x *ImportDataSuccessUserLinks) GetExternalUserId() string

func (*ImportDataSuccessUserLinks) GetIdpId

func (x *ImportDataSuccessUserLinks) GetIdpId() string

func (*ImportDataSuccessUserLinks) GetUserId

func (x *ImportDataSuccessUserLinks) GetUserId() string

func (*ImportDataSuccessUserLinks) ProtoMessage

func (*ImportDataSuccessUserLinks) ProtoMessage()

func (*ImportDataSuccessUserLinks) ProtoReflect

func (*ImportDataSuccessUserLinks) Reset

func (x *ImportDataSuccessUserLinks) Reset()

func (*ImportDataSuccessUserLinks) String

func (x *ImportDataSuccessUserLinks) String() string

type ImportDataSuccessUserMetadata

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

func (*ImportDataSuccessUserMetadata) Descriptor deprecated

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

Deprecated: Use ImportDataSuccessUserMetadata.ProtoReflect.Descriptor instead.

func (*ImportDataSuccessUserMetadata) GetKey

func (*ImportDataSuccessUserMetadata) GetUserId

func (x *ImportDataSuccessUserMetadata) GetUserId() string

func (*ImportDataSuccessUserMetadata) ProtoMessage

func (*ImportDataSuccessUserMetadata) ProtoMessage()

func (*ImportDataSuccessUserMetadata) ProtoReflect

func (*ImportDataSuccessUserMetadata) Reset

func (x *ImportDataSuccessUserMetadata) Reset()

func (*ImportDataSuccessUserMetadata) String

type IsOrgUniqueRequest

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

if name or domain is already in use, org is not unique at least one argument has to be provided

func (*IsOrgUniqueRequest) Descriptor deprecated

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

Deprecated: Use IsOrgUniqueRequest.ProtoReflect.Descriptor instead.

func (*IsOrgUniqueRequest) GetDomain

func (x *IsOrgUniqueRequest) GetDomain() string

func (*IsOrgUniqueRequest) GetName

func (x *IsOrgUniqueRequest) GetName() string

func (*IsOrgUniqueRequest) ProtoMessage

func (*IsOrgUniqueRequest) ProtoMessage()

func (*IsOrgUniqueRequest) ProtoReflect

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

func (*IsOrgUniqueRequest) Reset

func (x *IsOrgUniqueRequest) Reset()

func (*IsOrgUniqueRequest) String

func (x *IsOrgUniqueRequest) String() string

type IsOrgUniqueResponse

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

func (*IsOrgUniqueResponse) Descriptor deprecated

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

Deprecated: Use IsOrgUniqueResponse.ProtoReflect.Descriptor instead.

func (*IsOrgUniqueResponse) GetIsUnique

func (x *IsOrgUniqueResponse) GetIsUnique() bool

func (*IsOrgUniqueResponse) ProtoMessage

func (*IsOrgUniqueResponse) ProtoMessage()

func (*IsOrgUniqueResponse) ProtoReflect

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

func (*IsOrgUniqueResponse) Reset

func (x *IsOrgUniqueResponse) Reset()

func (*IsOrgUniqueResponse) String

func (x *IsOrgUniqueResponse) String() string

type ListFailedEventsRequest

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

This is an empty request

func (*ListFailedEventsRequest) Descriptor deprecated

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

Deprecated: Use ListFailedEventsRequest.ProtoReflect.Descriptor instead.

func (*ListFailedEventsRequest) ProtoMessage

func (*ListFailedEventsRequest) ProtoMessage()

func (*ListFailedEventsRequest) ProtoReflect

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

func (*ListFailedEventsRequest) Reset

func (x *ListFailedEventsRequest) Reset()

func (*ListFailedEventsRequest) String

func (x *ListFailedEventsRequest) String() string

type ListFailedEventsResponse

type ListFailedEventsResponse struct {

	// TODO: list details
	Result []*FailedEvent `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListFailedEventsResponse) Descriptor deprecated

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

Deprecated: Use ListFailedEventsResponse.ProtoReflect.Descriptor instead.

func (*ListFailedEventsResponse) GetResult

func (x *ListFailedEventsResponse) GetResult() []*FailedEvent

func (*ListFailedEventsResponse) ProtoMessage

func (*ListFailedEventsResponse) ProtoMessage()

func (*ListFailedEventsResponse) ProtoReflect

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

func (*ListFailedEventsResponse) Reset

func (x *ListFailedEventsResponse) Reset()

func (*ListFailedEventsResponse) String

func (x *ListFailedEventsResponse) String() string

type ListIAMMemberRolesRequest

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

This is an empty request

func (*ListIAMMemberRolesRequest) Descriptor deprecated

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

Deprecated: Use ListIAMMemberRolesRequest.ProtoReflect.Descriptor instead.

func (*ListIAMMemberRolesRequest) ProtoMessage

func (*ListIAMMemberRolesRequest) ProtoMessage()

func (*ListIAMMemberRolesRequest) ProtoReflect

func (*ListIAMMemberRolesRequest) Reset

func (x *ListIAMMemberRolesRequest) Reset()

func (*ListIAMMemberRolesRequest) String

func (x *ListIAMMemberRolesRequest) String() string

type ListIAMMemberRolesResponse

type ListIAMMemberRolesResponse struct {
	Details *object.ListDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Roles   []string            `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ListIAMMemberRolesResponse) Descriptor deprecated

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

Deprecated: Use ListIAMMemberRolesResponse.ProtoReflect.Descriptor instead.

func (*ListIAMMemberRolesResponse) GetDetails

func (*ListIAMMemberRolesResponse) GetRoles

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

func (*ListIAMMemberRolesResponse) ProtoMessage

func (*ListIAMMemberRolesResponse) ProtoMessage()

func (*ListIAMMemberRolesResponse) ProtoReflect

func (*ListIAMMemberRolesResponse) Reset

func (x *ListIAMMemberRolesResponse) Reset()

func (*ListIAMMemberRolesResponse) String

func (x *ListIAMMemberRolesResponse) String() string

type ListIAMMembersRequest

type ListIAMMembersRequest struct {

	// list limitations and ordering
	Query *object.ListQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// criterias the client is looking for
	Queries []*member.SearchQuery `protobuf:"bytes,2,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListIAMMembersRequest) Descriptor deprecated

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

Deprecated: Use ListIAMMembersRequest.ProtoReflect.Descriptor instead.

func (*ListIAMMembersRequest) GetQueries

func (x *ListIAMMembersRequest) GetQueries() []*member.SearchQuery

func (*ListIAMMembersRequest) GetQuery

func (x *ListIAMMembersRequest) GetQuery() *object.ListQuery

func (*ListIAMMembersRequest) ProtoMessage

func (*ListIAMMembersRequest) ProtoMessage()

func (*ListIAMMembersRequest) ProtoReflect

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

func (*ListIAMMembersRequest) Reset

func (x *ListIAMMembersRequest) Reset()

func (*ListIAMMembersRequest) String

func (x *ListIAMMembersRequest) String() string

type ListIAMMembersResponse

type ListIAMMembersResponse struct {
	Details *object.ListDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []*member.Member    `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListIAMMembersResponse) Descriptor deprecated

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

Deprecated: Use ListIAMMembersResponse.ProtoReflect.Descriptor instead.

func (*ListIAMMembersResponse) GetDetails

func (x *ListIAMMembersResponse) GetDetails() *object.ListDetails

func (*ListIAMMembersResponse) GetResult

func (x *ListIAMMembersResponse) GetResult() []*member.Member

func (*ListIAMMembersResponse) ProtoMessage

func (*ListIAMMembersResponse) ProtoMessage()

func (*ListIAMMembersResponse) ProtoReflect

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

func (*ListIAMMembersResponse) Reset

func (x *ListIAMMembersResponse) Reset()

func (*ListIAMMembersResponse) String

func (x *ListIAMMembersResponse) String() string

type ListIDPsRequest

type ListIDPsRequest struct {

	// list limitations and ordering
	Query *object.ListQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// the field the result is sorted
	SortingColumn idp.IDPFieldName `` /* 134-byte string literal not displayed */
	// criterias the client is looking for
	Queries []*IDPQuery `protobuf:"bytes,3,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListIDPsRequest) Descriptor deprecated

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

Deprecated: Use ListIDPsRequest.ProtoReflect.Descriptor instead.

func (*ListIDPsRequest) GetQueries

func (x *ListIDPsRequest) GetQueries() []*IDPQuery

func (*ListIDPsRequest) GetQuery

func (x *ListIDPsRequest) GetQuery() *object.ListQuery

func (*ListIDPsRequest) GetSortingColumn

func (x *ListIDPsRequest) GetSortingColumn() idp.IDPFieldName

func (*ListIDPsRequest) ProtoMessage

func (*ListIDPsRequest) ProtoMessage()

func (*ListIDPsRequest) ProtoReflect

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

func (*ListIDPsRequest) Reset

func (x *ListIDPsRequest) Reset()

func (*ListIDPsRequest) String

func (x *ListIDPsRequest) String() string

type ListIDPsResponse

type ListIDPsResponse struct {
	Details       *object.ListDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	SortingColumn idp.IDPFieldName    `` /* 134-byte string literal not displayed */
	Result        []*idp.IDP          `protobuf:"bytes,3,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListIDPsResponse) Descriptor deprecated

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

Deprecated: Use ListIDPsResponse.ProtoReflect.Descriptor instead.

func (*ListIDPsResponse) GetDetails

func (x *ListIDPsResponse) GetDetails() *object.ListDetails

func (*ListIDPsResponse) GetResult

func (x *ListIDPsResponse) GetResult() []*idp.IDP

func (*ListIDPsResponse) GetSortingColumn

func (x *ListIDPsResponse) GetSortingColumn() idp.IDPFieldName

func (*ListIDPsResponse) ProtoMessage

func (*ListIDPsResponse) ProtoMessage()

func (*ListIDPsResponse) ProtoReflect

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

func (*ListIDPsResponse) Reset

func (x *ListIDPsResponse) Reset()

func (*ListIDPsResponse) String

func (x *ListIDPsResponse) String() string

type ListInstanceDomainsRequest

type ListInstanceDomainsRequest struct {
	Query *object.ListQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// the field the result is sorted
	SortingColumn instance.DomainFieldName `` /* 142-byte string literal not displayed */
	// criterias the client is looking for
	Queries []*instance.DomainSearchQuery `protobuf:"bytes,3,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListInstanceDomainsRequest) Descriptor deprecated

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

Deprecated: Use ListInstanceDomainsRequest.ProtoReflect.Descriptor instead.

func (*ListInstanceDomainsRequest) GetQueries

func (*ListInstanceDomainsRequest) GetQuery

func (*ListInstanceDomainsRequest) GetSortingColumn

func (x *ListInstanceDomainsRequest) GetSortingColumn() instance.DomainFieldName

func (*ListInstanceDomainsRequest) ProtoMessage

func (*ListInstanceDomainsRequest) ProtoMessage()

func (*ListInstanceDomainsRequest) ProtoReflect

func (*ListInstanceDomainsRequest) Reset

func (x *ListInstanceDomainsRequest) Reset()

func (*ListInstanceDomainsRequest) String

func (x *ListInstanceDomainsRequest) String() string

type ListInstanceDomainsResponse

type ListInstanceDomainsResponse struct {
	Details       *object.ListDetails      `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	SortingColumn instance.DomainFieldName `` /* 142-byte string literal not displayed */
	Result        []*instance.Domain       `protobuf:"bytes,3,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListInstanceDomainsResponse) Descriptor deprecated

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

Deprecated: Use ListInstanceDomainsResponse.ProtoReflect.Descriptor instead.

func (*ListInstanceDomainsResponse) GetDetails

func (*ListInstanceDomainsResponse) GetResult

func (x *ListInstanceDomainsResponse) GetResult() []*instance.Domain

func (*ListInstanceDomainsResponse) GetSortingColumn

func (*ListInstanceDomainsResponse) ProtoMessage

func (*ListInstanceDomainsResponse) ProtoMessage()

func (*ListInstanceDomainsResponse) ProtoReflect

func (*ListInstanceDomainsResponse) Reset

func (x *ListInstanceDomainsResponse) Reset()

func (*ListInstanceDomainsResponse) String

func (x *ListInstanceDomainsResponse) String() string

type ListLoginPolicyIDPsRequest

type ListLoginPolicyIDPsRequest struct {

	// list limitations and ordering
	Query *object.ListQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*ListLoginPolicyIDPsRequest) Descriptor deprecated

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

Deprecated: Use ListLoginPolicyIDPsRequest.ProtoReflect.Descriptor instead.

func (*ListLoginPolicyIDPsRequest) GetQuery

func (*ListLoginPolicyIDPsRequest) ProtoMessage

func (*ListLoginPolicyIDPsRequest) ProtoMessage()

func (*ListLoginPolicyIDPsRequest) ProtoReflect

func (*ListLoginPolicyIDPsRequest) Reset

func (x *ListLoginPolicyIDPsRequest) Reset()

func (*ListLoginPolicyIDPsRequest) String

func (x *ListLoginPolicyIDPsRequest) String() string

type ListLoginPolicyIDPsResponse

type ListLoginPolicyIDPsResponse struct {
	Details *object.ListDetails       `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []*idp.IDPLoginPolicyLink `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListLoginPolicyIDPsResponse) Descriptor deprecated

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

Deprecated: Use ListLoginPolicyIDPsResponse.ProtoReflect.Descriptor instead.

func (*ListLoginPolicyIDPsResponse) GetDetails

func (*ListLoginPolicyIDPsResponse) GetResult

func (*ListLoginPolicyIDPsResponse) ProtoMessage

func (*ListLoginPolicyIDPsResponse) ProtoMessage()

func (*ListLoginPolicyIDPsResponse) ProtoReflect

func (*ListLoginPolicyIDPsResponse) Reset

func (x *ListLoginPolicyIDPsResponse) Reset()

func (*ListLoginPolicyIDPsResponse) String

func (x *ListLoginPolicyIDPsResponse) String() string

type ListLoginPolicyMultiFactorsRequest

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

This is an empty request

func (*ListLoginPolicyMultiFactorsRequest) Descriptor deprecated

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

Deprecated: Use ListLoginPolicyMultiFactorsRequest.ProtoReflect.Descriptor instead.

func (*ListLoginPolicyMultiFactorsRequest) ProtoMessage

func (*ListLoginPolicyMultiFactorsRequest) ProtoMessage()

func (*ListLoginPolicyMultiFactorsRequest) ProtoReflect

func (*ListLoginPolicyMultiFactorsRequest) Reset

func (*ListLoginPolicyMultiFactorsRequest) String

type ListLoginPolicyMultiFactorsResponse

type ListLoginPolicyMultiFactorsResponse struct {
	Details *object.ListDetails      `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []policy.MultiFactorType `protobuf:"varint,2,rep,packed,name=result,proto3,enum=zitadel.policy.v1.MultiFactorType" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListLoginPolicyMultiFactorsResponse) Descriptor deprecated

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

Deprecated: Use ListLoginPolicyMultiFactorsResponse.ProtoReflect.Descriptor instead.

func (*ListLoginPolicyMultiFactorsResponse) GetDetails

func (*ListLoginPolicyMultiFactorsResponse) GetResult

func (*ListLoginPolicyMultiFactorsResponse) ProtoMessage

func (*ListLoginPolicyMultiFactorsResponse) ProtoMessage()

func (*ListLoginPolicyMultiFactorsResponse) ProtoReflect

func (*ListLoginPolicyMultiFactorsResponse) Reset

func (*ListLoginPolicyMultiFactorsResponse) String

type ListLoginPolicySecondFactorsRequest

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

This is an empty request

func (*ListLoginPolicySecondFactorsRequest) Descriptor deprecated

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

Deprecated: Use ListLoginPolicySecondFactorsRequest.ProtoReflect.Descriptor instead.

func (*ListLoginPolicySecondFactorsRequest) ProtoMessage

func (*ListLoginPolicySecondFactorsRequest) ProtoMessage()

func (*ListLoginPolicySecondFactorsRequest) ProtoReflect

func (*ListLoginPolicySecondFactorsRequest) Reset

func (*ListLoginPolicySecondFactorsRequest) String

type ListLoginPolicySecondFactorsResponse

type ListLoginPolicySecondFactorsResponse struct {
	Details *object.ListDetails       `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []policy.SecondFactorType `protobuf:"varint,2,rep,packed,name=result,proto3,enum=zitadel.policy.v1.SecondFactorType" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListLoginPolicySecondFactorsResponse) Descriptor deprecated

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

Deprecated: Use ListLoginPolicySecondFactorsResponse.ProtoReflect.Descriptor instead.

func (*ListLoginPolicySecondFactorsResponse) GetDetails

func (*ListLoginPolicySecondFactorsResponse) GetResult

func (*ListLoginPolicySecondFactorsResponse) ProtoMessage

func (*ListLoginPolicySecondFactorsResponse) ProtoMessage()

func (*ListLoginPolicySecondFactorsResponse) ProtoReflect

func (*ListLoginPolicySecondFactorsResponse) Reset

func (*ListLoginPolicySecondFactorsResponse) String

type ListOrgsRequest

type ListOrgsRequest struct {

	// list limitations and ordering
	Query *object.ListQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// the field the result is sorted
	SortingColumn org.OrgFieldName `` /* 134-byte string literal not displayed */
	// criterias the client is looking for
	Queries []*org.OrgQuery `protobuf:"bytes,3,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrgsRequest) Descriptor deprecated

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

Deprecated: Use ListOrgsRequest.ProtoReflect.Descriptor instead.

func (*ListOrgsRequest) GetQueries

func (x *ListOrgsRequest) GetQueries() []*org.OrgQuery

func (*ListOrgsRequest) GetQuery

func (x *ListOrgsRequest) GetQuery() *object.ListQuery

func (*ListOrgsRequest) GetSortingColumn

func (x *ListOrgsRequest) GetSortingColumn() org.OrgFieldName

func (*ListOrgsRequest) ProtoMessage

func (*ListOrgsRequest) ProtoMessage()

func (*ListOrgsRequest) ProtoReflect

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

func (*ListOrgsRequest) Reset

func (x *ListOrgsRequest) Reset()

func (*ListOrgsRequest) String

func (x *ListOrgsRequest) String() string

type ListOrgsResponse

type ListOrgsResponse struct {
	Details       *object.ListDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	SortingColumn org.OrgFieldName    `` /* 134-byte string literal not displayed */
	Result        []*org.Org          `protobuf:"bytes,3,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrgsResponse) Descriptor deprecated

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

Deprecated: Use ListOrgsResponse.ProtoReflect.Descriptor instead.

func (*ListOrgsResponse) GetDetails

func (x *ListOrgsResponse) GetDetails() *object.ListDetails

func (*ListOrgsResponse) GetResult

func (x *ListOrgsResponse) GetResult() []*org.Org

func (*ListOrgsResponse) GetSortingColumn

func (x *ListOrgsResponse) GetSortingColumn() org.OrgFieldName

func (*ListOrgsResponse) ProtoMessage

func (*ListOrgsResponse) ProtoMessage()

func (*ListOrgsResponse) ProtoReflect

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

func (*ListOrgsResponse) Reset

func (x *ListOrgsResponse) Reset()

func (*ListOrgsResponse) String

func (x *ListOrgsResponse) String() string

type ListSMSProvidersRequest

type ListSMSProvidersRequest struct {

	// list limitations and ordering
	Query *object.ListQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSMSProvidersRequest) Descriptor deprecated

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

Deprecated: Use ListSMSProvidersRequest.ProtoReflect.Descriptor instead.

func (*ListSMSProvidersRequest) GetQuery

func (x *ListSMSProvidersRequest) GetQuery() *object.ListQuery

func (*ListSMSProvidersRequest) ProtoMessage

func (*ListSMSProvidersRequest) ProtoMessage()

func (*ListSMSProvidersRequest) ProtoReflect

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

func (*ListSMSProvidersRequest) Reset

func (x *ListSMSProvidersRequest) Reset()

func (*ListSMSProvidersRequest) String

func (x *ListSMSProvidersRequest) String() string

type ListSMSProvidersResponse

type ListSMSProvidersResponse struct {
	Details *object.ListDetails     `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []*settings.SMSProvider `protobuf:"bytes,3,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSMSProvidersResponse) Descriptor deprecated

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

Deprecated: Use ListSMSProvidersResponse.ProtoReflect.Descriptor instead.

func (*ListSMSProvidersResponse) GetDetails

func (x *ListSMSProvidersResponse) GetDetails() *object.ListDetails

func (*ListSMSProvidersResponse) GetResult

func (x *ListSMSProvidersResponse) GetResult() []*settings.SMSProvider

func (*ListSMSProvidersResponse) ProtoMessage

func (*ListSMSProvidersResponse) ProtoMessage()

func (*ListSMSProvidersResponse) ProtoReflect

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

func (*ListSMSProvidersResponse) Reset

func (x *ListSMSProvidersResponse) Reset()

func (*ListSMSProvidersResponse) String

func (x *ListSMSProvidersResponse) String() string

type ListSecretGeneratorsRequest

type ListSecretGeneratorsRequest struct {

	// list limitations and ordering
	Query *object.ListQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// criterias the client is looking for
	Queries []*settings.SecretGeneratorQuery `protobuf:"bytes,2,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSecretGeneratorsRequest) Descriptor deprecated

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

Deprecated: Use ListSecretGeneratorsRequest.ProtoReflect.Descriptor instead.

func (*ListSecretGeneratorsRequest) GetQueries

func (*ListSecretGeneratorsRequest) GetQuery

func (*ListSecretGeneratorsRequest) ProtoMessage

func (*ListSecretGeneratorsRequest) ProtoMessage()

func (*ListSecretGeneratorsRequest) ProtoReflect

func (*ListSecretGeneratorsRequest) Reset

func (x *ListSecretGeneratorsRequest) Reset()

func (*ListSecretGeneratorsRequest) String

func (x *ListSecretGeneratorsRequest) String() string

type ListSecretGeneratorsResponse

type ListSecretGeneratorsResponse struct {
	Details *object.ListDetails         `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []*settings.SecretGenerator `protobuf:"bytes,3,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSecretGeneratorsResponse) Descriptor deprecated

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

Deprecated: Use ListSecretGeneratorsResponse.ProtoReflect.Descriptor instead.

func (*ListSecretGeneratorsResponse) GetDetails

func (*ListSecretGeneratorsResponse) GetResult

func (*ListSecretGeneratorsResponse) ProtoMessage

func (*ListSecretGeneratorsResponse) ProtoMessage()

func (*ListSecretGeneratorsResponse) ProtoReflect

func (*ListSecretGeneratorsResponse) Reset

func (x *ListSecretGeneratorsResponse) Reset()

func (*ListSecretGeneratorsResponse) String

type ListViewsRequest

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

This is an empty request

func (*ListViewsRequest) Descriptor deprecated

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

Deprecated: Use ListViewsRequest.ProtoReflect.Descriptor instead.

func (*ListViewsRequest) ProtoMessage

func (*ListViewsRequest) ProtoMessage()

func (*ListViewsRequest) ProtoReflect

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

func (*ListViewsRequest) Reset

func (x *ListViewsRequest) Reset()

func (*ListViewsRequest) String

func (x *ListViewsRequest) String() string

type ListViewsResponse

type ListViewsResponse struct {

	// TODO: list details
	Result []*View `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListViewsResponse) Descriptor deprecated

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

Deprecated: Use ListViewsResponse.ProtoReflect.Descriptor instead.

func (*ListViewsResponse) GetResult

func (x *ListViewsResponse) GetResult() []*View

func (*ListViewsResponse) ProtoMessage

func (*ListViewsResponse) ProtoMessage()

func (*ListViewsResponse) ProtoReflect

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

func (*ListViewsResponse) Reset

func (x *ListViewsResponse) Reset()

func (*ListViewsResponse) String

func (x *ListViewsResponse) String() string

type ReactivateIDPRequest

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

func (*ReactivateIDPRequest) Descriptor deprecated

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

Deprecated: Use ReactivateIDPRequest.ProtoReflect.Descriptor instead.

func (*ReactivateIDPRequest) GetIdpId

func (x *ReactivateIDPRequest) GetIdpId() string

func (*ReactivateIDPRequest) ProtoMessage

func (*ReactivateIDPRequest) ProtoMessage()

func (*ReactivateIDPRequest) ProtoReflect

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

func (*ReactivateIDPRequest) Reset

func (x *ReactivateIDPRequest) Reset()

func (*ReactivateIDPRequest) String

func (x *ReactivateIDPRequest) String() string

type ReactivateIDPResponse

type ReactivateIDPResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ReactivateIDPResponse) Descriptor deprecated

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

Deprecated: Use ReactivateIDPResponse.ProtoReflect.Descriptor instead.

func (*ReactivateIDPResponse) GetDetails

func (x *ReactivateIDPResponse) GetDetails() *object.ObjectDetails

func (*ReactivateIDPResponse) ProtoMessage

func (*ReactivateIDPResponse) ProtoMessage()

func (*ReactivateIDPResponse) ProtoReflect

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

func (*ReactivateIDPResponse) Reset

func (x *ReactivateIDPResponse) Reset()

func (*ReactivateIDPResponse) String

func (x *ReactivateIDPResponse) String() string

type RemoveFailedEventRequest

type RemoveFailedEventRequest struct {
	Database       string `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"`
	ViewName       string `protobuf:"bytes,2,opt,name=view_name,json=viewName,proto3" json:"view_name,omitempty"`
	FailedSequence uint64 `protobuf:"varint,3,opt,name=failed_sequence,json=failedSequence,proto3" json:"failed_sequence,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveFailedEventRequest) Descriptor deprecated

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

Deprecated: Use RemoveFailedEventRequest.ProtoReflect.Descriptor instead.

func (*RemoveFailedEventRequest) GetDatabase

func (x *RemoveFailedEventRequest) GetDatabase() string

func (*RemoveFailedEventRequest) GetFailedSequence

func (x *RemoveFailedEventRequest) GetFailedSequence() uint64

func (*RemoveFailedEventRequest) GetViewName

func (x *RemoveFailedEventRequest) GetViewName() string

func (*RemoveFailedEventRequest) ProtoMessage

func (*RemoveFailedEventRequest) ProtoMessage()

func (*RemoveFailedEventRequest) ProtoReflect

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

func (*RemoveFailedEventRequest) Reset

func (x *RemoveFailedEventRequest) Reset()

func (*RemoveFailedEventRequest) String

func (x *RemoveFailedEventRequest) String() string

type RemoveFailedEventResponse

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

This is an empty response

func (*RemoveFailedEventResponse) Descriptor deprecated

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

Deprecated: Use RemoveFailedEventResponse.ProtoReflect.Descriptor instead.

func (*RemoveFailedEventResponse) ProtoMessage

func (*RemoveFailedEventResponse) ProtoMessage()

func (*RemoveFailedEventResponse) ProtoReflect

func (*RemoveFailedEventResponse) Reset

func (x *RemoveFailedEventResponse) Reset()

func (*RemoveFailedEventResponse) String

func (x *RemoveFailedEventResponse) String() string

type RemoveIAMMemberRequest

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

func (*RemoveIAMMemberRequest) Descriptor deprecated

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

Deprecated: Use RemoveIAMMemberRequest.ProtoReflect.Descriptor instead.

func (*RemoveIAMMemberRequest) GetUserId

func (x *RemoveIAMMemberRequest) GetUserId() string

func (*RemoveIAMMemberRequest) ProtoMessage

func (*RemoveIAMMemberRequest) ProtoMessage()

func (*RemoveIAMMemberRequest) ProtoReflect

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

func (*RemoveIAMMemberRequest) Reset

func (x *RemoveIAMMemberRequest) Reset()

func (*RemoveIAMMemberRequest) String

func (x *RemoveIAMMemberRequest) String() string

type RemoveIAMMemberResponse

type RemoveIAMMemberResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveIAMMemberResponse) Descriptor deprecated

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

Deprecated: Use RemoveIAMMemberResponse.ProtoReflect.Descriptor instead.

func (*RemoveIAMMemberResponse) GetDetails

func (x *RemoveIAMMemberResponse) GetDetails() *object.ObjectDetails

func (*RemoveIAMMemberResponse) ProtoMessage

func (*RemoveIAMMemberResponse) ProtoMessage()

func (*RemoveIAMMemberResponse) ProtoReflect

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

func (*RemoveIAMMemberResponse) Reset

func (x *RemoveIAMMemberResponse) Reset()

func (*RemoveIAMMemberResponse) String

func (x *RemoveIAMMemberResponse) String() string

type RemoveIDPFromLoginPolicyRequest

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

func (*RemoveIDPFromLoginPolicyRequest) Descriptor deprecated

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

Deprecated: Use RemoveIDPFromLoginPolicyRequest.ProtoReflect.Descriptor instead.

func (*RemoveIDPFromLoginPolicyRequest) GetIdpId

func (*RemoveIDPFromLoginPolicyRequest) ProtoMessage

func (*RemoveIDPFromLoginPolicyRequest) ProtoMessage()

func (*RemoveIDPFromLoginPolicyRequest) ProtoReflect

func (*RemoveIDPFromLoginPolicyRequest) Reset

func (*RemoveIDPFromLoginPolicyRequest) String

type RemoveIDPFromLoginPolicyResponse

type RemoveIDPFromLoginPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveIDPFromLoginPolicyResponse) Descriptor deprecated

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

Deprecated: Use RemoveIDPFromLoginPolicyResponse.ProtoReflect.Descriptor instead.

func (*RemoveIDPFromLoginPolicyResponse) GetDetails

func (*RemoveIDPFromLoginPolicyResponse) ProtoMessage

func (*RemoveIDPFromLoginPolicyResponse) ProtoMessage()

func (*RemoveIDPFromLoginPolicyResponse) ProtoReflect

func (*RemoveIDPFromLoginPolicyResponse) Reset

func (*RemoveIDPFromLoginPolicyResponse) String

type RemoveIDPRequest

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

func (*RemoveIDPRequest) Descriptor deprecated

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

Deprecated: Use RemoveIDPRequest.ProtoReflect.Descriptor instead.

func (*RemoveIDPRequest) GetIdpId

func (x *RemoveIDPRequest) GetIdpId() string

func (*RemoveIDPRequest) ProtoMessage

func (*RemoveIDPRequest) ProtoMessage()

func (*RemoveIDPRequest) ProtoReflect

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

func (*RemoveIDPRequest) Reset

func (x *RemoveIDPRequest) Reset()

func (*RemoveIDPRequest) String

func (x *RemoveIDPRequest) String() string

type RemoveIDPResponse

type RemoveIDPResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveIDPResponse) Descriptor deprecated

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

Deprecated: Use RemoveIDPResponse.ProtoReflect.Descriptor instead.

func (*RemoveIDPResponse) GetDetails

func (x *RemoveIDPResponse) GetDetails() *object.ObjectDetails

func (*RemoveIDPResponse) ProtoMessage

func (*RemoveIDPResponse) ProtoMessage()

func (*RemoveIDPResponse) ProtoReflect

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

func (*RemoveIDPResponse) Reset

func (x *RemoveIDPResponse) Reset()

func (*RemoveIDPResponse) String

func (x *RemoveIDPResponse) String() string

type RemoveLabelPolicyFontRequest

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

This is an empty request

func (*RemoveLabelPolicyFontRequest) Descriptor deprecated

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

Deprecated: Use RemoveLabelPolicyFontRequest.ProtoReflect.Descriptor instead.

func (*RemoveLabelPolicyFontRequest) ProtoMessage

func (*RemoveLabelPolicyFontRequest) ProtoMessage()

func (*RemoveLabelPolicyFontRequest) ProtoReflect

func (*RemoveLabelPolicyFontRequest) Reset

func (x *RemoveLabelPolicyFontRequest) Reset()

func (*RemoveLabelPolicyFontRequest) String

type RemoveLabelPolicyFontResponse

type RemoveLabelPolicyFontResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveLabelPolicyFontResponse) Descriptor deprecated

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

Deprecated: Use RemoveLabelPolicyFontResponse.ProtoReflect.Descriptor instead.

func (*RemoveLabelPolicyFontResponse) GetDetails

func (*RemoveLabelPolicyFontResponse) ProtoMessage

func (*RemoveLabelPolicyFontResponse) ProtoMessage()

func (*RemoveLabelPolicyFontResponse) ProtoReflect

func (*RemoveLabelPolicyFontResponse) Reset

func (x *RemoveLabelPolicyFontResponse) Reset()

func (*RemoveLabelPolicyFontResponse) String

type RemoveLabelPolicyIconDarkRequest

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

This is an empty request

func (*RemoveLabelPolicyIconDarkRequest) Descriptor deprecated

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

Deprecated: Use RemoveLabelPolicyIconDarkRequest.ProtoReflect.Descriptor instead.

func (*RemoveLabelPolicyIconDarkRequest) ProtoMessage

func (*RemoveLabelPolicyIconDarkRequest) ProtoMessage()

func (*RemoveLabelPolicyIconDarkRequest) ProtoReflect

func (*RemoveLabelPolicyIconDarkRequest) Reset

func (*RemoveLabelPolicyIconDarkRequest) String

type RemoveLabelPolicyIconDarkResponse

type RemoveLabelPolicyIconDarkResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveLabelPolicyIconDarkResponse) Descriptor deprecated

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

Deprecated: Use RemoveLabelPolicyIconDarkResponse.ProtoReflect.Descriptor instead.

func (*RemoveLabelPolicyIconDarkResponse) GetDetails

func (*RemoveLabelPolicyIconDarkResponse) ProtoMessage

func (*RemoveLabelPolicyIconDarkResponse) ProtoMessage()

func (*RemoveLabelPolicyIconDarkResponse) ProtoReflect

func (*RemoveLabelPolicyIconDarkResponse) Reset

func (*RemoveLabelPolicyIconDarkResponse) String

type RemoveLabelPolicyIconRequest

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

This is an empty request

func (*RemoveLabelPolicyIconRequest) Descriptor deprecated

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

Deprecated: Use RemoveLabelPolicyIconRequest.ProtoReflect.Descriptor instead.

func (*RemoveLabelPolicyIconRequest) ProtoMessage

func (*RemoveLabelPolicyIconRequest) ProtoMessage()

func (*RemoveLabelPolicyIconRequest) ProtoReflect

func (*RemoveLabelPolicyIconRequest) Reset

func (x *RemoveLabelPolicyIconRequest) Reset()

func (*RemoveLabelPolicyIconRequest) String

type RemoveLabelPolicyIconResponse

type RemoveLabelPolicyIconResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveLabelPolicyIconResponse) Descriptor deprecated

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

Deprecated: Use RemoveLabelPolicyIconResponse.ProtoReflect.Descriptor instead.

func (*RemoveLabelPolicyIconResponse) GetDetails

func (*RemoveLabelPolicyIconResponse) ProtoMessage

func (*RemoveLabelPolicyIconResponse) ProtoMessage()

func (*RemoveLabelPolicyIconResponse) ProtoReflect

func (*RemoveLabelPolicyIconResponse) Reset

func (x *RemoveLabelPolicyIconResponse) Reset()

func (*RemoveLabelPolicyIconResponse) String

type RemoveLabelPolicyLogoDarkRequest

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

This is an empty request

func (*RemoveLabelPolicyLogoDarkRequest) Descriptor deprecated

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

Deprecated: Use RemoveLabelPolicyLogoDarkRequest.ProtoReflect.Descriptor instead.

func (*RemoveLabelPolicyLogoDarkRequest) ProtoMessage

func (*RemoveLabelPolicyLogoDarkRequest) ProtoMessage()

func (*RemoveLabelPolicyLogoDarkRequest) ProtoReflect

func (*RemoveLabelPolicyLogoDarkRequest) Reset

func (*RemoveLabelPolicyLogoDarkRequest) String

type RemoveLabelPolicyLogoDarkResponse

type RemoveLabelPolicyLogoDarkResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveLabelPolicyLogoDarkResponse) Descriptor deprecated

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

Deprecated: Use RemoveLabelPolicyLogoDarkResponse.ProtoReflect.Descriptor instead.

func (*RemoveLabelPolicyLogoDarkResponse) GetDetails

func (*RemoveLabelPolicyLogoDarkResponse) ProtoMessage

func (*RemoveLabelPolicyLogoDarkResponse) ProtoMessage()

func (*RemoveLabelPolicyLogoDarkResponse) ProtoReflect

func (*RemoveLabelPolicyLogoDarkResponse) Reset

func (*RemoveLabelPolicyLogoDarkResponse) String

type RemoveLabelPolicyLogoRequest

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

This is an empty request

func (*RemoveLabelPolicyLogoRequest) Descriptor deprecated

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

Deprecated: Use RemoveLabelPolicyLogoRequest.ProtoReflect.Descriptor instead.

func (*RemoveLabelPolicyLogoRequest) ProtoMessage

func (*RemoveLabelPolicyLogoRequest) ProtoMessage()

func (*RemoveLabelPolicyLogoRequest) ProtoReflect

func (*RemoveLabelPolicyLogoRequest) Reset

func (x *RemoveLabelPolicyLogoRequest) Reset()

func (*RemoveLabelPolicyLogoRequest) String

type RemoveLabelPolicyLogoResponse

type RemoveLabelPolicyLogoResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveLabelPolicyLogoResponse) Descriptor deprecated

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

Deprecated: Use RemoveLabelPolicyLogoResponse.ProtoReflect.Descriptor instead.

func (*RemoveLabelPolicyLogoResponse) GetDetails

func (*RemoveLabelPolicyLogoResponse) ProtoMessage

func (*RemoveLabelPolicyLogoResponse) ProtoMessage()

func (*RemoveLabelPolicyLogoResponse) ProtoReflect

func (*RemoveLabelPolicyLogoResponse) Reset

func (x *RemoveLabelPolicyLogoResponse) Reset()

func (*RemoveLabelPolicyLogoResponse) String

type RemoveMultiFactorFromLoginPolicyRequest

type RemoveMultiFactorFromLoginPolicyRequest struct {
	Type policy.MultiFactorType `protobuf:"varint,1,opt,name=type,proto3,enum=zitadel.policy.v1.MultiFactorType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveMultiFactorFromLoginPolicyRequest) Descriptor deprecated

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

Deprecated: Use RemoveMultiFactorFromLoginPolicyRequest.ProtoReflect.Descriptor instead.

func (*RemoveMultiFactorFromLoginPolicyRequest) GetType

func (*RemoveMultiFactorFromLoginPolicyRequest) ProtoMessage

func (*RemoveMultiFactorFromLoginPolicyRequest) ProtoReflect

func (*RemoveMultiFactorFromLoginPolicyRequest) Reset

func (*RemoveMultiFactorFromLoginPolicyRequest) String

type RemoveMultiFactorFromLoginPolicyResponse

type RemoveMultiFactorFromLoginPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveMultiFactorFromLoginPolicyResponse) Descriptor deprecated

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

Deprecated: Use RemoveMultiFactorFromLoginPolicyResponse.ProtoReflect.Descriptor instead.

func (*RemoveMultiFactorFromLoginPolicyResponse) GetDetails

func (*RemoveMultiFactorFromLoginPolicyResponse) ProtoMessage

func (*RemoveMultiFactorFromLoginPolicyResponse) ProtoReflect

func (*RemoveMultiFactorFromLoginPolicyResponse) Reset

func (*RemoveMultiFactorFromLoginPolicyResponse) String

type RemoveSMSProviderRequest

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

func (*RemoveSMSProviderRequest) Descriptor deprecated

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

Deprecated: Use RemoveSMSProviderRequest.ProtoReflect.Descriptor instead.

func (*RemoveSMSProviderRequest) GetId

func (x *RemoveSMSProviderRequest) GetId() string

func (*RemoveSMSProviderRequest) ProtoMessage

func (*RemoveSMSProviderRequest) ProtoMessage()

func (*RemoveSMSProviderRequest) ProtoReflect

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

func (*RemoveSMSProviderRequest) Reset

func (x *RemoveSMSProviderRequest) Reset()

func (*RemoveSMSProviderRequest) String

func (x *RemoveSMSProviderRequest) String() string

type RemoveSMSProviderResponse

type RemoveSMSProviderResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveSMSProviderResponse) Descriptor deprecated

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

Deprecated: Use RemoveSMSProviderResponse.ProtoReflect.Descriptor instead.

func (*RemoveSMSProviderResponse) GetDetails

func (*RemoveSMSProviderResponse) ProtoMessage

func (*RemoveSMSProviderResponse) ProtoMessage()

func (*RemoveSMSProviderResponse) ProtoReflect

func (*RemoveSMSProviderResponse) Reset

func (x *RemoveSMSProviderResponse) Reset()

func (*RemoveSMSProviderResponse) String

func (x *RemoveSMSProviderResponse) String() string

type RemoveSMTPConfigRequest

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

this is en empty request

func (*RemoveSMTPConfigRequest) Descriptor deprecated

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

Deprecated: Use RemoveSMTPConfigRequest.ProtoReflect.Descriptor instead.

func (*RemoveSMTPConfigRequest) ProtoMessage

func (*RemoveSMTPConfigRequest) ProtoMessage()

func (*RemoveSMTPConfigRequest) ProtoReflect

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

func (*RemoveSMTPConfigRequest) Reset

func (x *RemoveSMTPConfigRequest) Reset()

func (*RemoveSMTPConfigRequest) String

func (x *RemoveSMTPConfigRequest) String() string

type RemoveSMTPConfigResponse

type RemoveSMTPConfigResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveSMTPConfigResponse) Descriptor deprecated

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

Deprecated: Use RemoveSMTPConfigResponse.ProtoReflect.Descriptor instead.

func (*RemoveSMTPConfigResponse) GetDetails

func (*RemoveSMTPConfigResponse) ProtoMessage

func (*RemoveSMTPConfigResponse) ProtoMessage()

func (*RemoveSMTPConfigResponse) ProtoReflect

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

func (*RemoveSMTPConfigResponse) Reset

func (x *RemoveSMTPConfigResponse) Reset()

func (*RemoveSMTPConfigResponse) String

func (x *RemoveSMTPConfigResponse) String() string

type RemoveSecondFactorFromLoginPolicyRequest

type RemoveSecondFactorFromLoginPolicyRequest struct {
	Type policy.SecondFactorType `protobuf:"varint,1,opt,name=type,proto3,enum=zitadel.policy.v1.SecondFactorType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveSecondFactorFromLoginPolicyRequest) Descriptor deprecated

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

Deprecated: Use RemoveSecondFactorFromLoginPolicyRequest.ProtoReflect.Descriptor instead.

func (*RemoveSecondFactorFromLoginPolicyRequest) GetType

func (*RemoveSecondFactorFromLoginPolicyRequest) ProtoMessage

func (*RemoveSecondFactorFromLoginPolicyRequest) ProtoReflect

func (*RemoveSecondFactorFromLoginPolicyRequest) Reset

func (*RemoveSecondFactorFromLoginPolicyRequest) String

type RemoveSecondFactorFromLoginPolicyResponse

type RemoveSecondFactorFromLoginPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveSecondFactorFromLoginPolicyResponse) Descriptor deprecated

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

Deprecated: Use RemoveSecondFactorFromLoginPolicyResponse.ProtoReflect.Descriptor instead.

func (*RemoveSecondFactorFromLoginPolicyResponse) GetDetails

func (*RemoveSecondFactorFromLoginPolicyResponse) ProtoMessage

func (*RemoveSecondFactorFromLoginPolicyResponse) ProtoReflect

func (*RemoveSecondFactorFromLoginPolicyResponse) Reset

func (*RemoveSecondFactorFromLoginPolicyResponse) String

type ResetCustomDomainClaimedMessageTextToDefaultRequest

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

func (*ResetCustomDomainClaimedMessageTextToDefaultRequest) Descriptor deprecated

Deprecated: Use ResetCustomDomainClaimedMessageTextToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetCustomDomainClaimedMessageTextToDefaultRequest) GetLanguage

func (*ResetCustomDomainClaimedMessageTextToDefaultRequest) ProtoMessage

func (*ResetCustomDomainClaimedMessageTextToDefaultRequest) ProtoReflect

func (*ResetCustomDomainClaimedMessageTextToDefaultRequest) Reset

func (*ResetCustomDomainClaimedMessageTextToDefaultRequest) String

type ResetCustomDomainClaimedMessageTextToDefaultResponse

type ResetCustomDomainClaimedMessageTextToDefaultResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetCustomDomainClaimedMessageTextToDefaultResponse) Descriptor deprecated

Deprecated: Use ResetCustomDomainClaimedMessageTextToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetCustomDomainClaimedMessageTextToDefaultResponse) GetDetails

func (*ResetCustomDomainClaimedMessageTextToDefaultResponse) ProtoMessage

func (*ResetCustomDomainClaimedMessageTextToDefaultResponse) ProtoReflect

func (*ResetCustomDomainClaimedMessageTextToDefaultResponse) Reset

func (*ResetCustomDomainClaimedMessageTextToDefaultResponse) String

type ResetCustomDomainPolicyToDefaultRequest

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

func (*ResetCustomDomainPolicyToDefaultRequest) Descriptor deprecated

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

Deprecated: Use ResetCustomDomainPolicyToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetCustomDomainPolicyToDefaultRequest) GetOrgId

func (*ResetCustomDomainPolicyToDefaultRequest) ProtoMessage

func (*ResetCustomDomainPolicyToDefaultRequest) ProtoReflect

func (*ResetCustomDomainPolicyToDefaultRequest) Reset

func (*ResetCustomDomainPolicyToDefaultRequest) String

type ResetCustomDomainPolicyToDefaultResponse

type ResetCustomDomainPolicyToDefaultResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetCustomDomainPolicyToDefaultResponse) Descriptor deprecated

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

Deprecated: Use ResetCustomDomainPolicyToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetCustomDomainPolicyToDefaultResponse) GetDetails

func (*ResetCustomDomainPolicyToDefaultResponse) ProtoMessage

func (*ResetCustomDomainPolicyToDefaultResponse) ProtoReflect

func (*ResetCustomDomainPolicyToDefaultResponse) Reset

func (*ResetCustomDomainPolicyToDefaultResponse) String

type ResetCustomInitMessageTextToDefaultRequest

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

func (*ResetCustomInitMessageTextToDefaultRequest) Descriptor deprecated

Deprecated: Use ResetCustomInitMessageTextToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetCustomInitMessageTextToDefaultRequest) GetLanguage

func (*ResetCustomInitMessageTextToDefaultRequest) ProtoMessage

func (*ResetCustomInitMessageTextToDefaultRequest) ProtoReflect

func (*ResetCustomInitMessageTextToDefaultRequest) Reset

func (*ResetCustomInitMessageTextToDefaultRequest) String

type ResetCustomInitMessageTextToDefaultResponse

type ResetCustomInitMessageTextToDefaultResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetCustomInitMessageTextToDefaultResponse) Descriptor deprecated

Deprecated: Use ResetCustomInitMessageTextToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetCustomInitMessageTextToDefaultResponse) GetDetails

func (*ResetCustomInitMessageTextToDefaultResponse) ProtoMessage

func (*ResetCustomInitMessageTextToDefaultResponse) ProtoReflect

func (*ResetCustomInitMessageTextToDefaultResponse) Reset

func (*ResetCustomInitMessageTextToDefaultResponse) String

type ResetCustomLoginTextsToDefaultRequest

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

func (*ResetCustomLoginTextsToDefaultRequest) Descriptor deprecated

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

Deprecated: Use ResetCustomLoginTextsToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetCustomLoginTextsToDefaultRequest) GetLanguage

func (*ResetCustomLoginTextsToDefaultRequest) ProtoMessage

func (*ResetCustomLoginTextsToDefaultRequest) ProtoMessage()

func (*ResetCustomLoginTextsToDefaultRequest) ProtoReflect

func (*ResetCustomLoginTextsToDefaultRequest) Reset

func (*ResetCustomLoginTextsToDefaultRequest) String

type ResetCustomLoginTextsToDefaultResponse

type ResetCustomLoginTextsToDefaultResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetCustomLoginTextsToDefaultResponse) Descriptor deprecated

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

Deprecated: Use ResetCustomLoginTextsToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetCustomLoginTextsToDefaultResponse) GetDetails

func (*ResetCustomLoginTextsToDefaultResponse) ProtoMessage

func (*ResetCustomLoginTextsToDefaultResponse) ProtoReflect

func (*ResetCustomLoginTextsToDefaultResponse) Reset

func (*ResetCustomLoginTextsToDefaultResponse) String

type ResetCustomOrgIAMPolicyToDefaultRequest

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

func (*ResetCustomOrgIAMPolicyToDefaultRequest) Descriptor deprecated

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

Deprecated: Use ResetCustomOrgIAMPolicyToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetCustomOrgIAMPolicyToDefaultRequest) GetOrgId

func (*ResetCustomOrgIAMPolicyToDefaultRequest) ProtoMessage

func (*ResetCustomOrgIAMPolicyToDefaultRequest) ProtoReflect

func (*ResetCustomOrgIAMPolicyToDefaultRequest) Reset

func (*ResetCustomOrgIAMPolicyToDefaultRequest) String

type ResetCustomOrgIAMPolicyToDefaultResponse

type ResetCustomOrgIAMPolicyToDefaultResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetCustomOrgIAMPolicyToDefaultResponse) Descriptor deprecated

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

Deprecated: Use ResetCustomOrgIAMPolicyToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetCustomOrgIAMPolicyToDefaultResponse) GetDetails

func (*ResetCustomOrgIAMPolicyToDefaultResponse) ProtoMessage

func (*ResetCustomOrgIAMPolicyToDefaultResponse) ProtoReflect

func (*ResetCustomOrgIAMPolicyToDefaultResponse) Reset

func (*ResetCustomOrgIAMPolicyToDefaultResponse) String

type ResetCustomPasswordResetMessageTextToDefaultRequest

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

func (*ResetCustomPasswordResetMessageTextToDefaultRequest) Descriptor deprecated

Deprecated: Use ResetCustomPasswordResetMessageTextToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetCustomPasswordResetMessageTextToDefaultRequest) GetLanguage

func (*ResetCustomPasswordResetMessageTextToDefaultRequest) ProtoMessage

func (*ResetCustomPasswordResetMessageTextToDefaultRequest) ProtoReflect

func (*ResetCustomPasswordResetMessageTextToDefaultRequest) Reset

func (*ResetCustomPasswordResetMessageTextToDefaultRequest) String

type ResetCustomPasswordResetMessageTextToDefaultResponse

type ResetCustomPasswordResetMessageTextToDefaultResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetCustomPasswordResetMessageTextToDefaultResponse) Descriptor deprecated

Deprecated: Use ResetCustomPasswordResetMessageTextToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetCustomPasswordResetMessageTextToDefaultResponse) GetDetails

func (*ResetCustomPasswordResetMessageTextToDefaultResponse) ProtoMessage

func (*ResetCustomPasswordResetMessageTextToDefaultResponse) ProtoReflect

func (*ResetCustomPasswordResetMessageTextToDefaultResponse) Reset

func (*ResetCustomPasswordResetMessageTextToDefaultResponse) String

type ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest

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

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) Descriptor deprecated

Deprecated: Use ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) GetLanguage

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) ProtoMessage

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) ProtoReflect

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) Reset

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) String

type ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse

type ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) Descriptor deprecated

Deprecated: Use ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) GetDetails

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) ProtoMessage

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) ProtoReflect

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) Reset

func (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse) String

type ResetCustomVerifyEmailMessageTextToDefaultRequest

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

func (*ResetCustomVerifyEmailMessageTextToDefaultRequest) Descriptor deprecated

Deprecated: Use ResetCustomVerifyEmailMessageTextToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetCustomVerifyEmailMessageTextToDefaultRequest) GetLanguage

func (*ResetCustomVerifyEmailMessageTextToDefaultRequest) ProtoMessage

func (*ResetCustomVerifyEmailMessageTextToDefaultRequest) ProtoReflect

func (*ResetCustomVerifyEmailMessageTextToDefaultRequest) Reset

func (*ResetCustomVerifyEmailMessageTextToDefaultRequest) String

type ResetCustomVerifyEmailMessageTextToDefaultResponse

type ResetCustomVerifyEmailMessageTextToDefaultResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetCustomVerifyEmailMessageTextToDefaultResponse) Descriptor deprecated

Deprecated: Use ResetCustomVerifyEmailMessageTextToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetCustomVerifyEmailMessageTextToDefaultResponse) GetDetails

func (*ResetCustomVerifyEmailMessageTextToDefaultResponse) ProtoMessage

func (*ResetCustomVerifyEmailMessageTextToDefaultResponse) ProtoReflect

func (*ResetCustomVerifyEmailMessageTextToDefaultResponse) Reset

func (*ResetCustomVerifyEmailMessageTextToDefaultResponse) String

type ResetCustomVerifyPhoneMessageTextToDefaultRequest

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

func (*ResetCustomVerifyPhoneMessageTextToDefaultRequest) Descriptor deprecated

Deprecated: Use ResetCustomVerifyPhoneMessageTextToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetCustomVerifyPhoneMessageTextToDefaultRequest) GetLanguage

func (*ResetCustomVerifyPhoneMessageTextToDefaultRequest) ProtoMessage

func (*ResetCustomVerifyPhoneMessageTextToDefaultRequest) ProtoReflect

func (*ResetCustomVerifyPhoneMessageTextToDefaultRequest) Reset

func (*ResetCustomVerifyPhoneMessageTextToDefaultRequest) String

type ResetCustomVerifyPhoneMessageTextToDefaultResponse

type ResetCustomVerifyPhoneMessageTextToDefaultResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetCustomVerifyPhoneMessageTextToDefaultResponse) Descriptor deprecated

Deprecated: Use ResetCustomVerifyPhoneMessageTextToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetCustomVerifyPhoneMessageTextToDefaultResponse) GetDetails

func (*ResetCustomVerifyPhoneMessageTextToDefaultResponse) ProtoMessage

func (*ResetCustomVerifyPhoneMessageTextToDefaultResponse) ProtoReflect

func (*ResetCustomVerifyPhoneMessageTextToDefaultResponse) Reset

func (*ResetCustomVerifyPhoneMessageTextToDefaultResponse) String

type SetCustomLoginTextsRequest

type SetCustomLoginTextsRequest struct {
	Language                             string                                           `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	SelectAccountText                    *text.SelectAccountScreenText                    `protobuf:"bytes,2,opt,name=select_account_text,json=selectAccountText,proto3" json:"select_account_text,omitempty"`
	LoginText                            *text.LoginScreenText                            `protobuf:"bytes,3,opt,name=login_text,json=loginText,proto3" json:"login_text,omitempty"`
	PasswordText                         *text.PasswordScreenText                         `protobuf:"bytes,4,opt,name=password_text,json=passwordText,proto3" json:"password_text,omitempty"`
	UsernameChangeText                   *text.UsernameChangeScreenText                   `protobuf:"bytes,5,opt,name=username_change_text,json=usernameChangeText,proto3" json:"username_change_text,omitempty"`
	UsernameChangeDoneText               *text.UsernameChangeDoneScreenText               `` /* 131-byte string literal not displayed */
	InitPasswordText                     *text.InitPasswordScreenText                     `protobuf:"bytes,7,opt,name=init_password_text,json=initPasswordText,proto3" json:"init_password_text,omitempty"`
	InitPasswordDoneText                 *text.InitPasswordDoneScreenText                 `protobuf:"bytes,8,opt,name=init_password_done_text,json=initPasswordDoneText,proto3" json:"init_password_done_text,omitempty"`
	EmailVerificationText                *text.EmailVerificationScreenText                `` /* 126-byte string literal not displayed */
	EmailVerificationDoneText            *text.EmailVerificationDoneScreenText            `` /* 141-byte string literal not displayed */
	InitializeUserText                   *text.InitializeUserScreenText                   `protobuf:"bytes,11,opt,name=initialize_user_text,json=initializeUserText,proto3" json:"initialize_user_text,omitempty"`
	InitializeDoneText                   *text.InitializeUserDoneScreenText               `protobuf:"bytes,12,opt,name=initialize_done_text,json=initializeDoneText,proto3" json:"initialize_done_text,omitempty"`
	InitMfaPromptText                    *text.InitMFAPromptScreenText                    `protobuf:"bytes,13,opt,name=init_mfa_prompt_text,json=initMfaPromptText,proto3" json:"init_mfa_prompt_text,omitempty"`
	InitMfaOtpText                       *text.InitMFAOTPScreenText                       `protobuf:"bytes,14,opt,name=init_mfa_otp_text,json=initMfaOtpText,proto3" json:"init_mfa_otp_text,omitempty"`
	InitMfaU2FText                       *text.InitMFAU2FScreenText                       `protobuf:"bytes,15,opt,name=init_mfa_u2f_text,json=initMfaU2fText,proto3" json:"init_mfa_u2f_text,omitempty"`
	InitMfaDoneText                      *text.InitMFADoneScreenText                      `protobuf:"bytes,16,opt,name=init_mfa_done_text,json=initMfaDoneText,proto3" json:"init_mfa_done_text,omitempty"`
	MfaProvidersText                     *text.MFAProvidersText                           `protobuf:"bytes,17,opt,name=mfa_providers_text,json=mfaProvidersText,proto3" json:"mfa_providers_text,omitempty"`
	VerifyMfaOtpText                     *text.VerifyMFAOTPScreenText                     `protobuf:"bytes,18,opt,name=verify_mfa_otp_text,json=verifyMfaOtpText,proto3" json:"verify_mfa_otp_text,omitempty"`
	VerifyMfaU2FText                     *text.VerifyMFAU2FScreenText                     `protobuf:"bytes,19,opt,name=verify_mfa_u2f_text,json=verifyMfaU2fText,proto3" json:"verify_mfa_u2f_text,omitempty"`
	PasswordlessText                     *text.PasswordlessScreenText                     `protobuf:"bytes,20,opt,name=passwordless_text,json=passwordlessText,proto3" json:"passwordless_text,omitempty"`
	PasswordChangeText                   *text.PasswordChangeScreenText                   `protobuf:"bytes,21,opt,name=password_change_text,json=passwordChangeText,proto3" json:"password_change_text,omitempty"`
	PasswordChangeDoneText               *text.PasswordChangeDoneScreenText               `` /* 132-byte string literal not displayed */
	PasswordResetDoneText                *text.PasswordResetDoneScreenText                `` /* 129-byte string literal not displayed */
	RegistrationOptionText               *text.RegistrationOptionScreenText               `` /* 130-byte string literal not displayed */
	RegistrationUserText                 *text.RegistrationUserScreenText                 `protobuf:"bytes,25,opt,name=registration_user_text,json=registrationUserText,proto3" json:"registration_user_text,omitempty"`
	RegistrationOrgText                  *text.RegistrationOrgScreenText                  `protobuf:"bytes,26,opt,name=registration_org_text,json=registrationOrgText,proto3" json:"registration_org_text,omitempty"`
	LinkingUserDoneText                  *text.LinkingUserDoneScreenText                  `protobuf:"bytes,27,opt,name=linking_user_done_text,json=linkingUserDoneText,proto3" json:"linking_user_done_text,omitempty"`
	ExternalUserNotFoundText             *text.ExternalUserNotFoundScreenText             `` /* 140-byte string literal not displayed */
	SuccessLoginText                     *text.SuccessLoginScreenText                     `protobuf:"bytes,29,opt,name=success_login_text,json=successLoginText,proto3" json:"success_login_text,omitempty"`
	LogoutText                           *text.LogoutDoneScreenText                       `protobuf:"bytes,30,opt,name=logout_text,json=logoutText,proto3" json:"logout_text,omitempty"`
	FooterText                           *text.FooterText                                 `protobuf:"bytes,31,opt,name=footer_text,json=footerText,proto3" json:"footer_text,omitempty"`
	PasswordlessPromptText               *text.PasswordlessPromptScreenText               `` /* 130-byte string literal not displayed */
	PasswordlessRegistrationText         *text.PasswordlessRegistrationScreenText         `` /* 148-byte string literal not displayed */
	PasswordlessRegistrationDoneText     *text.PasswordlessRegistrationDoneScreenText     `` /* 162-byte string literal not displayed */
	ExternalRegistrationUserOverviewText *text.ExternalRegistrationUserOverviewScreenText `` /* 176-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SetCustomLoginTextsRequest) Descriptor deprecated

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

Deprecated: Use SetCustomLoginTextsRequest.ProtoReflect.Descriptor instead.

func (*SetCustomLoginTextsRequest) GetEmailVerificationDoneText

func (x *SetCustomLoginTextsRequest) GetEmailVerificationDoneText() *text.EmailVerificationDoneScreenText

func (*SetCustomLoginTextsRequest) GetEmailVerificationText

func (x *SetCustomLoginTextsRequest) GetEmailVerificationText() *text.EmailVerificationScreenText

func (*SetCustomLoginTextsRequest) GetExternalRegistrationUserOverviewText

func (x *SetCustomLoginTextsRequest) GetExternalRegistrationUserOverviewText() *text.ExternalRegistrationUserOverviewScreenText

func (*SetCustomLoginTextsRequest) GetExternalUserNotFoundText

func (x *SetCustomLoginTextsRequest) GetExternalUserNotFoundText() *text.ExternalUserNotFoundScreenText

func (*SetCustomLoginTextsRequest) GetFooterText

func (x *SetCustomLoginTextsRequest) GetFooterText() *text.FooterText

func (*SetCustomLoginTextsRequest) GetInitMfaDoneText

func (x *SetCustomLoginTextsRequest) GetInitMfaDoneText() *text.InitMFADoneScreenText

func (*SetCustomLoginTextsRequest) GetInitMfaOtpText

func (x *SetCustomLoginTextsRequest) GetInitMfaOtpText() *text.InitMFAOTPScreenText

func (*SetCustomLoginTextsRequest) GetInitMfaPromptText

func (x *SetCustomLoginTextsRequest) GetInitMfaPromptText() *text.InitMFAPromptScreenText

func (*SetCustomLoginTextsRequest) GetInitMfaU2FText

func (x *SetCustomLoginTextsRequest) GetInitMfaU2FText() *text.InitMFAU2FScreenText

func (*SetCustomLoginTextsRequest) GetInitPasswordDoneText

func (x *SetCustomLoginTextsRequest) GetInitPasswordDoneText() *text.InitPasswordDoneScreenText

func (*SetCustomLoginTextsRequest) GetInitPasswordText

func (x *SetCustomLoginTextsRequest) GetInitPasswordText() *text.InitPasswordScreenText

func (*SetCustomLoginTextsRequest) GetInitializeDoneText

func (x *SetCustomLoginTextsRequest) GetInitializeDoneText() *text.InitializeUserDoneScreenText

func (*SetCustomLoginTextsRequest) GetInitializeUserText

func (x *SetCustomLoginTextsRequest) GetInitializeUserText() *text.InitializeUserScreenText

func (*SetCustomLoginTextsRequest) GetLanguage

func (x *SetCustomLoginTextsRequest) GetLanguage() string

func (*SetCustomLoginTextsRequest) GetLinkingUserDoneText

func (x *SetCustomLoginTextsRequest) GetLinkingUserDoneText() *text.LinkingUserDoneScreenText

func (*SetCustomLoginTextsRequest) GetLoginText

func (x *SetCustomLoginTextsRequest) GetLoginText() *text.LoginScreenText

func (*SetCustomLoginTextsRequest) GetLogoutText

func (*SetCustomLoginTextsRequest) GetMfaProvidersText

func (x *SetCustomLoginTextsRequest) GetMfaProvidersText() *text.MFAProvidersText

func (*SetCustomLoginTextsRequest) GetPasswordChangeDoneText

func (x *SetCustomLoginTextsRequest) GetPasswordChangeDoneText() *text.PasswordChangeDoneScreenText

func (*SetCustomLoginTextsRequest) GetPasswordChangeText

func (x *SetCustomLoginTextsRequest) GetPasswordChangeText() *text.PasswordChangeScreenText

func (*SetCustomLoginTextsRequest) GetPasswordResetDoneText

func (x *SetCustomLoginTextsRequest) GetPasswordResetDoneText() *text.PasswordResetDoneScreenText

func (*SetCustomLoginTextsRequest) GetPasswordText

func (x *SetCustomLoginTextsRequest) GetPasswordText() *text.PasswordScreenText

func (*SetCustomLoginTextsRequest) GetPasswordlessPromptText

func (x *SetCustomLoginTextsRequest) GetPasswordlessPromptText() *text.PasswordlessPromptScreenText

func (*SetCustomLoginTextsRequest) GetPasswordlessRegistrationDoneText

func (x *SetCustomLoginTextsRequest) GetPasswordlessRegistrationDoneText() *text.PasswordlessRegistrationDoneScreenText

func (*SetCustomLoginTextsRequest) GetPasswordlessRegistrationText

func (x *SetCustomLoginTextsRequest) GetPasswordlessRegistrationText() *text.PasswordlessRegistrationScreenText

func (*SetCustomLoginTextsRequest) GetPasswordlessText

func (x *SetCustomLoginTextsRequest) GetPasswordlessText() *text.PasswordlessScreenText

func (*SetCustomLoginTextsRequest) GetRegistrationOptionText

func (x *SetCustomLoginTextsRequest) GetRegistrationOptionText() *text.RegistrationOptionScreenText

func (*SetCustomLoginTextsRequest) GetRegistrationOrgText

func (x *SetCustomLoginTextsRequest) GetRegistrationOrgText() *text.RegistrationOrgScreenText

func (*SetCustomLoginTextsRequest) GetRegistrationUserText

func (x *SetCustomLoginTextsRequest) GetRegistrationUserText() *text.RegistrationUserScreenText

func (*SetCustomLoginTextsRequest) GetSelectAccountText

func (x *SetCustomLoginTextsRequest) GetSelectAccountText() *text.SelectAccountScreenText

func (*SetCustomLoginTextsRequest) GetSuccessLoginText

func (x *SetCustomLoginTextsRequest) GetSuccessLoginText() *text.SuccessLoginScreenText

func (*SetCustomLoginTextsRequest) GetUsernameChangeDoneText

func (x *SetCustomLoginTextsRequest) GetUsernameChangeDoneText() *text.UsernameChangeDoneScreenText

func (*SetCustomLoginTextsRequest) GetUsernameChangeText

func (x *SetCustomLoginTextsRequest) GetUsernameChangeText() *text.UsernameChangeScreenText

func (*SetCustomLoginTextsRequest) GetVerifyMfaOtpText

func (x *SetCustomLoginTextsRequest) GetVerifyMfaOtpText() *text.VerifyMFAOTPScreenText

func (*SetCustomLoginTextsRequest) GetVerifyMfaU2FText

func (x *SetCustomLoginTextsRequest) GetVerifyMfaU2FText() *text.VerifyMFAU2FScreenText

func (*SetCustomLoginTextsRequest) ProtoMessage

func (*SetCustomLoginTextsRequest) ProtoMessage()

func (*SetCustomLoginTextsRequest) ProtoReflect

func (*SetCustomLoginTextsRequest) Reset

func (x *SetCustomLoginTextsRequest) Reset()

func (*SetCustomLoginTextsRequest) String

func (x *SetCustomLoginTextsRequest) String() string

type SetCustomLoginTextsResponse

type SetCustomLoginTextsResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*SetCustomLoginTextsResponse) Descriptor deprecated

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

Deprecated: Use SetCustomLoginTextsResponse.ProtoReflect.Descriptor instead.

func (*SetCustomLoginTextsResponse) GetDetails

func (*SetCustomLoginTextsResponse) ProtoMessage

func (*SetCustomLoginTextsResponse) ProtoMessage()

func (*SetCustomLoginTextsResponse) ProtoReflect

func (*SetCustomLoginTextsResponse) Reset

func (x *SetCustomLoginTextsResponse) Reset()

func (*SetCustomLoginTextsResponse) String

func (x *SetCustomLoginTextsResponse) String() string

type SetDefaultDomainClaimedMessageTextRequest

type SetDefaultDomainClaimedMessageTextRequest struct {
	Language   string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	Title      string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	PreHeader  string `protobuf:"bytes,3,opt,name=pre_header,json=preHeader,proto3" json:"pre_header,omitempty"`
	Subject    string `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"`
	Greeting   string `protobuf:"bytes,5,opt,name=greeting,proto3" json:"greeting,omitempty"`
	Text       string `protobuf:"bytes,6,opt,name=text,proto3" json:"text,omitempty"`
	ButtonText string `protobuf:"bytes,7,opt,name=button_text,json=buttonText,proto3" json:"button_text,omitempty"`
	FooterText string `protobuf:"bytes,8,opt,name=footer_text,json=footerText,proto3" json:"footer_text,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDefaultDomainClaimedMessageTextRequest) Descriptor deprecated

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

Deprecated: Use SetDefaultDomainClaimedMessageTextRequest.ProtoReflect.Descriptor instead.

func (*SetDefaultDomainClaimedMessageTextRequest) GetButtonText

func (*SetDefaultDomainClaimedMessageTextRequest) GetFooterText

func (*SetDefaultDomainClaimedMessageTextRequest) GetGreeting

func (*SetDefaultDomainClaimedMessageTextRequest) GetLanguage

func (*SetDefaultDomainClaimedMessageTextRequest) GetPreHeader

func (*SetDefaultDomainClaimedMessageTextRequest) GetSubject

func (*SetDefaultDomainClaimedMessageTextRequest) GetText

func (*SetDefaultDomainClaimedMessageTextRequest) GetTitle

func (*SetDefaultDomainClaimedMessageTextRequest) ProtoMessage

func (*SetDefaultDomainClaimedMessageTextRequest) ProtoReflect

func (*SetDefaultDomainClaimedMessageTextRequest) Reset

func (*SetDefaultDomainClaimedMessageTextRequest) String

type SetDefaultDomainClaimedMessageTextResponse

type SetDefaultDomainClaimedMessageTextResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDefaultDomainClaimedMessageTextResponse) Descriptor deprecated

Deprecated: Use SetDefaultDomainClaimedMessageTextResponse.ProtoReflect.Descriptor instead.

func (*SetDefaultDomainClaimedMessageTextResponse) GetDetails

func (*SetDefaultDomainClaimedMessageTextResponse) ProtoMessage

func (*SetDefaultDomainClaimedMessageTextResponse) ProtoReflect

func (*SetDefaultDomainClaimedMessageTextResponse) Reset

func (*SetDefaultDomainClaimedMessageTextResponse) String

type SetDefaultInitMessageTextRequest

type SetDefaultInitMessageTextRequest struct {
	Language   string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	Title      string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	PreHeader  string `protobuf:"bytes,3,opt,name=pre_header,json=preHeader,proto3" json:"pre_header,omitempty"`
	Subject    string `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"`
	Greeting   string `protobuf:"bytes,5,opt,name=greeting,proto3" json:"greeting,omitempty"`
	Text       string `protobuf:"bytes,6,opt,name=text,proto3" json:"text,omitempty"`
	ButtonText string `protobuf:"bytes,7,opt,name=button_text,json=buttonText,proto3" json:"button_text,omitempty"`
	FooterText string `protobuf:"bytes,8,opt,name=footer_text,json=footerText,proto3" json:"footer_text,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDefaultInitMessageTextRequest) Descriptor deprecated

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

Deprecated: Use SetDefaultInitMessageTextRequest.ProtoReflect.Descriptor instead.

func (*SetDefaultInitMessageTextRequest) GetButtonText

func (x *SetDefaultInitMessageTextRequest) GetButtonText() string

func (*SetDefaultInitMessageTextRequest) GetFooterText

func (x *SetDefaultInitMessageTextRequest) GetFooterText() string

func (*SetDefaultInitMessageTextRequest) GetGreeting

func (x *SetDefaultInitMessageTextRequest) GetGreeting() string

func (*SetDefaultInitMessageTextRequest) GetLanguage

func (x *SetDefaultInitMessageTextRequest) GetLanguage() string

func (*SetDefaultInitMessageTextRequest) GetPreHeader

func (x *SetDefaultInitMessageTextRequest) GetPreHeader() string

func (*SetDefaultInitMessageTextRequest) GetSubject

func (x *SetDefaultInitMessageTextRequest) GetSubject() string

func (*SetDefaultInitMessageTextRequest) GetText

func (*SetDefaultInitMessageTextRequest) GetTitle

func (*SetDefaultInitMessageTextRequest) ProtoMessage

func (*SetDefaultInitMessageTextRequest) ProtoMessage()

func (*SetDefaultInitMessageTextRequest) ProtoReflect

func (*SetDefaultInitMessageTextRequest) Reset

func (*SetDefaultInitMessageTextRequest) String

type SetDefaultInitMessageTextResponse

type SetDefaultInitMessageTextResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDefaultInitMessageTextResponse) Descriptor deprecated

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

Deprecated: Use SetDefaultInitMessageTextResponse.ProtoReflect.Descriptor instead.

func (*SetDefaultInitMessageTextResponse) GetDetails

func (*SetDefaultInitMessageTextResponse) ProtoMessage

func (*SetDefaultInitMessageTextResponse) ProtoMessage()

func (*SetDefaultInitMessageTextResponse) ProtoReflect

func (*SetDefaultInitMessageTextResponse) Reset

func (*SetDefaultInitMessageTextResponse) String

type SetDefaultLanguageRequest

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

func (*SetDefaultLanguageRequest) Descriptor deprecated

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

Deprecated: Use SetDefaultLanguageRequest.ProtoReflect.Descriptor instead.

func (*SetDefaultLanguageRequest) GetLanguage

func (x *SetDefaultLanguageRequest) GetLanguage() string

func (*SetDefaultLanguageRequest) ProtoMessage

func (*SetDefaultLanguageRequest) ProtoMessage()

func (*SetDefaultLanguageRequest) ProtoReflect

func (*SetDefaultLanguageRequest) Reset

func (x *SetDefaultLanguageRequest) Reset()

func (*SetDefaultLanguageRequest) String

func (x *SetDefaultLanguageRequest) String() string

type SetDefaultLanguageResponse

type SetDefaultLanguageResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDefaultLanguageResponse) Descriptor deprecated

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

Deprecated: Use SetDefaultLanguageResponse.ProtoReflect.Descriptor instead.

func (*SetDefaultLanguageResponse) GetDetails

func (*SetDefaultLanguageResponse) ProtoMessage

func (*SetDefaultLanguageResponse) ProtoMessage()

func (*SetDefaultLanguageResponse) ProtoReflect

func (*SetDefaultLanguageResponse) Reset

func (x *SetDefaultLanguageResponse) Reset()

func (*SetDefaultLanguageResponse) String

func (x *SetDefaultLanguageResponse) String() string

type SetDefaultOrgRequest

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

func (*SetDefaultOrgRequest) Descriptor deprecated

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

Deprecated: Use SetDefaultOrgRequest.ProtoReflect.Descriptor instead.

func (*SetDefaultOrgRequest) GetOrgId

func (x *SetDefaultOrgRequest) GetOrgId() string

func (*SetDefaultOrgRequest) ProtoMessage

func (*SetDefaultOrgRequest) ProtoMessage()

func (*SetDefaultOrgRequest) ProtoReflect

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

func (*SetDefaultOrgRequest) Reset

func (x *SetDefaultOrgRequest) Reset()

func (*SetDefaultOrgRequest) String

func (x *SetDefaultOrgRequest) String() string

type SetDefaultOrgResponse

type SetDefaultOrgResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDefaultOrgResponse) Descriptor deprecated

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

Deprecated: Use SetDefaultOrgResponse.ProtoReflect.Descriptor instead.

func (*SetDefaultOrgResponse) GetDetails

func (x *SetDefaultOrgResponse) GetDetails() *object.ObjectDetails

func (*SetDefaultOrgResponse) ProtoMessage

func (*SetDefaultOrgResponse) ProtoMessage()

func (*SetDefaultOrgResponse) ProtoReflect

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

func (*SetDefaultOrgResponse) Reset

func (x *SetDefaultOrgResponse) Reset()

func (*SetDefaultOrgResponse) String

func (x *SetDefaultOrgResponse) String() string

type SetDefaultPasswordResetMessageTextRequest

type SetDefaultPasswordResetMessageTextRequest struct {
	Language   string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	Title      string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	PreHeader  string `protobuf:"bytes,3,opt,name=pre_header,json=preHeader,proto3" json:"pre_header,omitempty"`
	Subject    string `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"`
	Greeting   string `protobuf:"bytes,5,opt,name=greeting,proto3" json:"greeting,omitempty"`
	Text       string `protobuf:"bytes,6,opt,name=text,proto3" json:"text,omitempty"`
	ButtonText string `protobuf:"bytes,7,opt,name=button_text,json=buttonText,proto3" json:"button_text,omitempty"`
	FooterText string `protobuf:"bytes,8,opt,name=footer_text,json=footerText,proto3" json:"footer_text,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDefaultPasswordResetMessageTextRequest) Descriptor deprecated

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

Deprecated: Use SetDefaultPasswordResetMessageTextRequest.ProtoReflect.Descriptor instead.

func (*SetDefaultPasswordResetMessageTextRequest) GetButtonText

func (*SetDefaultPasswordResetMessageTextRequest) GetFooterText

func (*SetDefaultPasswordResetMessageTextRequest) GetGreeting

func (*SetDefaultPasswordResetMessageTextRequest) GetLanguage

func (*SetDefaultPasswordResetMessageTextRequest) GetPreHeader

func (*SetDefaultPasswordResetMessageTextRequest) GetSubject

func (*SetDefaultPasswordResetMessageTextRequest) GetText

func (*SetDefaultPasswordResetMessageTextRequest) GetTitle

func (*SetDefaultPasswordResetMessageTextRequest) ProtoMessage

func (*SetDefaultPasswordResetMessageTextRequest) ProtoReflect

func (*SetDefaultPasswordResetMessageTextRequest) Reset

func (*SetDefaultPasswordResetMessageTextRequest) String

type SetDefaultPasswordResetMessageTextResponse

type SetDefaultPasswordResetMessageTextResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDefaultPasswordResetMessageTextResponse) Descriptor deprecated

Deprecated: Use SetDefaultPasswordResetMessageTextResponse.ProtoReflect.Descriptor instead.

func (*SetDefaultPasswordResetMessageTextResponse) GetDetails

func (*SetDefaultPasswordResetMessageTextResponse) ProtoMessage

func (*SetDefaultPasswordResetMessageTextResponse) ProtoReflect

func (*SetDefaultPasswordResetMessageTextResponse) Reset

func (*SetDefaultPasswordResetMessageTextResponse) String

type SetDefaultPasswordlessRegistrationMessageTextRequest

type SetDefaultPasswordlessRegistrationMessageTextRequest struct {
	Language   string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	Title      string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	PreHeader  string `protobuf:"bytes,3,opt,name=pre_header,json=preHeader,proto3" json:"pre_header,omitempty"`
	Subject    string `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"`
	Greeting   string `protobuf:"bytes,5,opt,name=greeting,proto3" json:"greeting,omitempty"`
	Text       string `protobuf:"bytes,6,opt,name=text,proto3" json:"text,omitempty"`
	ButtonText string `protobuf:"bytes,7,opt,name=button_text,json=buttonText,proto3" json:"button_text,omitempty"`
	FooterText string `protobuf:"bytes,8,opt,name=footer_text,json=footerText,proto3" json:"footer_text,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDefaultPasswordlessRegistrationMessageTextRequest) Descriptor deprecated

Deprecated: Use SetDefaultPasswordlessRegistrationMessageTextRequest.ProtoReflect.Descriptor instead.

func (*SetDefaultPasswordlessRegistrationMessageTextRequest) GetButtonText

func (*SetDefaultPasswordlessRegistrationMessageTextRequest) GetFooterText

func (*SetDefaultPasswordlessRegistrationMessageTextRequest) GetGreeting

func (*SetDefaultPasswordlessRegistrationMessageTextRequest) GetLanguage

func (*SetDefaultPasswordlessRegistrationMessageTextRequest) GetPreHeader

func (*SetDefaultPasswordlessRegistrationMessageTextRequest) GetSubject

func (*SetDefaultPasswordlessRegistrationMessageTextRequest) GetText

func (*SetDefaultPasswordlessRegistrationMessageTextRequest) GetTitle

func (*SetDefaultPasswordlessRegistrationMessageTextRequest) ProtoMessage

func (*SetDefaultPasswordlessRegistrationMessageTextRequest) ProtoReflect

func (*SetDefaultPasswordlessRegistrationMessageTextRequest) Reset

func (*SetDefaultPasswordlessRegistrationMessageTextRequest) String

type SetDefaultPasswordlessRegistrationMessageTextResponse

type SetDefaultPasswordlessRegistrationMessageTextResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDefaultPasswordlessRegistrationMessageTextResponse) Descriptor deprecated

Deprecated: Use SetDefaultPasswordlessRegistrationMessageTextResponse.ProtoReflect.Descriptor instead.

func (*SetDefaultPasswordlessRegistrationMessageTextResponse) GetDetails

func (*SetDefaultPasswordlessRegistrationMessageTextResponse) ProtoMessage

func (*SetDefaultPasswordlessRegistrationMessageTextResponse) ProtoReflect

func (*SetDefaultPasswordlessRegistrationMessageTextResponse) Reset

func (*SetDefaultPasswordlessRegistrationMessageTextResponse) String

type SetDefaultVerifyEmailMessageTextRequest

type SetDefaultVerifyEmailMessageTextRequest struct {
	Language   string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	Title      string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	PreHeader  string `protobuf:"bytes,3,opt,name=pre_header,json=preHeader,proto3" json:"pre_header,omitempty"`
	Subject    string `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"`
	Greeting   string `protobuf:"bytes,5,opt,name=greeting,proto3" json:"greeting,omitempty"`
	Text       string `protobuf:"bytes,6,opt,name=text,proto3" json:"text,omitempty"`
	ButtonText string `protobuf:"bytes,7,opt,name=button_text,json=buttonText,proto3" json:"button_text,omitempty"`
	FooterText string `protobuf:"bytes,8,opt,name=footer_text,json=footerText,proto3" json:"footer_text,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDefaultVerifyEmailMessageTextRequest) Descriptor deprecated

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

Deprecated: Use SetDefaultVerifyEmailMessageTextRequest.ProtoReflect.Descriptor instead.

func (*SetDefaultVerifyEmailMessageTextRequest) GetButtonText

func (*SetDefaultVerifyEmailMessageTextRequest) GetFooterText

func (*SetDefaultVerifyEmailMessageTextRequest) GetGreeting

func (*SetDefaultVerifyEmailMessageTextRequest) GetLanguage

func (*SetDefaultVerifyEmailMessageTextRequest) GetPreHeader

func (*SetDefaultVerifyEmailMessageTextRequest) GetSubject

func (*SetDefaultVerifyEmailMessageTextRequest) GetText

func (*SetDefaultVerifyEmailMessageTextRequest) GetTitle

func (*SetDefaultVerifyEmailMessageTextRequest) ProtoMessage

func (*SetDefaultVerifyEmailMessageTextRequest) ProtoReflect

func (*SetDefaultVerifyEmailMessageTextRequest) Reset

func (*SetDefaultVerifyEmailMessageTextRequest) String

type SetDefaultVerifyEmailMessageTextResponse

type SetDefaultVerifyEmailMessageTextResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDefaultVerifyEmailMessageTextResponse) Descriptor deprecated

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

Deprecated: Use SetDefaultVerifyEmailMessageTextResponse.ProtoReflect.Descriptor instead.

func (*SetDefaultVerifyEmailMessageTextResponse) GetDetails

func (*SetDefaultVerifyEmailMessageTextResponse) ProtoMessage

func (*SetDefaultVerifyEmailMessageTextResponse) ProtoReflect

func (*SetDefaultVerifyEmailMessageTextResponse) Reset

func (*SetDefaultVerifyEmailMessageTextResponse) String

type SetDefaultVerifyPhoneMessageTextRequest

type SetDefaultVerifyPhoneMessageTextRequest struct {
	Language   string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
	Title      string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	PreHeader  string `protobuf:"bytes,3,opt,name=pre_header,json=preHeader,proto3" json:"pre_header,omitempty"`
	Subject    string `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"`
	Greeting   string `protobuf:"bytes,5,opt,name=greeting,proto3" json:"greeting,omitempty"`
	Text       string `protobuf:"bytes,6,opt,name=text,proto3" json:"text,omitempty"`
	ButtonText string `protobuf:"bytes,7,opt,name=button_text,json=buttonText,proto3" json:"button_text,omitempty"`
	FooterText string `protobuf:"bytes,8,opt,name=footer_text,json=footerText,proto3" json:"footer_text,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDefaultVerifyPhoneMessageTextRequest) Descriptor deprecated

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

Deprecated: Use SetDefaultVerifyPhoneMessageTextRequest.ProtoReflect.Descriptor instead.

func (*SetDefaultVerifyPhoneMessageTextRequest) GetButtonText

func (*SetDefaultVerifyPhoneMessageTextRequest) GetFooterText

func (*SetDefaultVerifyPhoneMessageTextRequest) GetGreeting

func (*SetDefaultVerifyPhoneMessageTextRequest) GetLanguage

func (*SetDefaultVerifyPhoneMessageTextRequest) GetPreHeader

func (*SetDefaultVerifyPhoneMessageTextRequest) GetSubject

func (*SetDefaultVerifyPhoneMessageTextRequest) GetText

func (*SetDefaultVerifyPhoneMessageTextRequest) GetTitle

func (*SetDefaultVerifyPhoneMessageTextRequest) ProtoMessage

func (*SetDefaultVerifyPhoneMessageTextRequest) ProtoReflect

func (*SetDefaultVerifyPhoneMessageTextRequest) Reset

func (*SetDefaultVerifyPhoneMessageTextRequest) String

type SetDefaultVerifyPhoneMessageTextResponse

type SetDefaultVerifyPhoneMessageTextResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDefaultVerifyPhoneMessageTextResponse) Descriptor deprecated

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

Deprecated: Use SetDefaultVerifyPhoneMessageTextResponse.ProtoReflect.Descriptor instead.

func (*SetDefaultVerifyPhoneMessageTextResponse) GetDetails

func (*SetDefaultVerifyPhoneMessageTextResponse) ProtoMessage

func (*SetDefaultVerifyPhoneMessageTextResponse) ProtoReflect

func (*SetDefaultVerifyPhoneMessageTextResponse) Reset

func (*SetDefaultVerifyPhoneMessageTextResponse) String

type SetUpOrgRequest

type SetUpOrgRequest struct {
	Org *SetUpOrgRequest_Org `protobuf:"bytes,1,opt,name=org,proto3" json:"org,omitempty"`
	// Types that are assignable to User:
	//
	//	*SetUpOrgRequest_Human_
	User isSetUpOrgRequest_User `protobuf_oneof:"user"`
	// specify Org Member Roles for the provided user (default is ORG_OWNER if roles are empty)
	Roles []string `protobuf:"bytes,3,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*SetUpOrgRequest) Descriptor deprecated

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

Deprecated: Use SetUpOrgRequest.ProtoReflect.Descriptor instead.

func (*SetUpOrgRequest) GetHuman

func (x *SetUpOrgRequest) GetHuman() *SetUpOrgRequest_Human

func (*SetUpOrgRequest) GetOrg

func (x *SetUpOrgRequest) GetOrg() *SetUpOrgRequest_Org

func (*SetUpOrgRequest) GetRoles

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

func (*SetUpOrgRequest) GetUser

func (m *SetUpOrgRequest) GetUser() isSetUpOrgRequest_User

func (*SetUpOrgRequest) ProtoMessage

func (*SetUpOrgRequest) ProtoMessage()

func (*SetUpOrgRequest) ProtoReflect

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

func (*SetUpOrgRequest) Reset

func (x *SetUpOrgRequest) Reset()

func (*SetUpOrgRequest) String

func (x *SetUpOrgRequest) String() string

type SetUpOrgRequest_Human

type SetUpOrgRequest_Human struct {
	UserName string                         `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	Profile  *SetUpOrgRequest_Human_Profile `protobuf:"bytes,2,opt,name=profile,proto3" json:"profile,omitempty"`
	Email    *SetUpOrgRequest_Human_Email   `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	Phone    *SetUpOrgRequest_Human_Phone   `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone,omitempty"`
	Password string                         `protobuf:"bytes,5,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*SetUpOrgRequest_Human) Descriptor deprecated

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

Deprecated: Use SetUpOrgRequest_Human.ProtoReflect.Descriptor instead.

func (*SetUpOrgRequest_Human) GetEmail

func (*SetUpOrgRequest_Human) GetPassword

func (x *SetUpOrgRequest_Human) GetPassword() string

func (*SetUpOrgRequest_Human) GetPhone

func (*SetUpOrgRequest_Human) GetProfile

func (*SetUpOrgRequest_Human) GetUserName

func (x *SetUpOrgRequest_Human) GetUserName() string

func (*SetUpOrgRequest_Human) ProtoMessage

func (*SetUpOrgRequest_Human) ProtoMessage()

func (*SetUpOrgRequest_Human) ProtoReflect

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

func (*SetUpOrgRequest_Human) Reset

func (x *SetUpOrgRequest_Human) Reset()

func (*SetUpOrgRequest_Human) String

func (x *SetUpOrgRequest_Human) String() string

type SetUpOrgRequest_Human_

type SetUpOrgRequest_Human_ struct {
	// oneof field for the user managing the organisation
	Human *SetUpOrgRequest_Human `protobuf:"bytes,2,opt,name=human,proto3,oneof"`
}

type SetUpOrgRequest_Human_Email

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

func (*SetUpOrgRequest_Human_Email) Descriptor deprecated

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

Deprecated: Use SetUpOrgRequest_Human_Email.ProtoReflect.Descriptor instead.

func (*SetUpOrgRequest_Human_Email) GetEmail

func (x *SetUpOrgRequest_Human_Email) GetEmail() string

func (*SetUpOrgRequest_Human_Email) GetIsEmailVerified

func (x *SetUpOrgRequest_Human_Email) GetIsEmailVerified() bool

func (*SetUpOrgRequest_Human_Email) ProtoMessage

func (*SetUpOrgRequest_Human_Email) ProtoMessage()

func (*SetUpOrgRequest_Human_Email) ProtoReflect

func (*SetUpOrgRequest_Human_Email) Reset

func (x *SetUpOrgRequest_Human_Email) Reset()

func (*SetUpOrgRequest_Human_Email) String

func (x *SetUpOrgRequest_Human_Email) String() string

type SetUpOrgRequest_Human_Phone

type SetUpOrgRequest_Human_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 (*SetUpOrgRequest_Human_Phone) Descriptor deprecated

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

Deprecated: Use SetUpOrgRequest_Human_Phone.ProtoReflect.Descriptor instead.

func (*SetUpOrgRequest_Human_Phone) GetIsPhoneVerified

func (x *SetUpOrgRequest_Human_Phone) GetIsPhoneVerified() bool

func (*SetUpOrgRequest_Human_Phone) GetPhone

func (x *SetUpOrgRequest_Human_Phone) GetPhone() string

func (*SetUpOrgRequest_Human_Phone) ProtoMessage

func (*SetUpOrgRequest_Human_Phone) ProtoMessage()

func (*SetUpOrgRequest_Human_Phone) ProtoReflect

func (*SetUpOrgRequest_Human_Phone) Reset

func (x *SetUpOrgRequest_Human_Phone) Reset()

func (*SetUpOrgRequest_Human_Phone) String

func (x *SetUpOrgRequest_Human_Phone) String() string

type SetUpOrgRequest_Human_Profile

type SetUpOrgRequest_Human_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 (*SetUpOrgRequest_Human_Profile) Descriptor deprecated

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

Deprecated: Use SetUpOrgRequest_Human_Profile.ProtoReflect.Descriptor instead.

func (*SetUpOrgRequest_Human_Profile) GetDisplayName

func (x *SetUpOrgRequest_Human_Profile) GetDisplayName() string

func (*SetUpOrgRequest_Human_Profile) GetFirstName

func (x *SetUpOrgRequest_Human_Profile) GetFirstName() string

func (*SetUpOrgRequest_Human_Profile) GetGender

func (x *SetUpOrgRequest_Human_Profile) GetGender() user.Gender

func (*SetUpOrgRequest_Human_Profile) GetLastName

func (x *SetUpOrgRequest_Human_Profile) GetLastName() string

func (*SetUpOrgRequest_Human_Profile) GetNickName

func (x *SetUpOrgRequest_Human_Profile) GetNickName() string

func (*SetUpOrgRequest_Human_Profile) GetPreferredLanguage

func (x *SetUpOrgRequest_Human_Profile) GetPreferredLanguage() string

func (*SetUpOrgRequest_Human_Profile) ProtoMessage

func (*SetUpOrgRequest_Human_Profile) ProtoMessage()

func (*SetUpOrgRequest_Human_Profile) ProtoReflect

func (*SetUpOrgRequest_Human_Profile) Reset

func (x *SetUpOrgRequest_Human_Profile) Reset()

func (*SetUpOrgRequest_Human_Profile) String

type SetUpOrgRequest_Org

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

func (*SetUpOrgRequest_Org) Descriptor deprecated

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

Deprecated: Use SetUpOrgRequest_Org.ProtoReflect.Descriptor instead.

func (*SetUpOrgRequest_Org) GetDomain

func (x *SetUpOrgRequest_Org) GetDomain() string

func (*SetUpOrgRequest_Org) GetName

func (x *SetUpOrgRequest_Org) GetName() string

func (*SetUpOrgRequest_Org) ProtoMessage

func (*SetUpOrgRequest_Org) ProtoMessage()

func (*SetUpOrgRequest_Org) ProtoReflect

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

func (*SetUpOrgRequest_Org) Reset

func (x *SetUpOrgRequest_Org) Reset()

func (*SetUpOrgRequest_Org) String

func (x *SetUpOrgRequest_Org) String() string

type SetUpOrgResponse

type SetUpOrgResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	OrgId   string                `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	UserId  string                `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SetUpOrgResponse) Descriptor deprecated

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

Deprecated: Use SetUpOrgResponse.ProtoReflect.Descriptor instead.

func (*SetUpOrgResponse) GetDetails

func (x *SetUpOrgResponse) GetDetails() *object.ObjectDetails

func (*SetUpOrgResponse) GetOrgId

func (x *SetUpOrgResponse) GetOrgId() string

func (*SetUpOrgResponse) GetUserId

func (x *SetUpOrgResponse) GetUserId() string

func (*SetUpOrgResponse) ProtoMessage

func (*SetUpOrgResponse) ProtoMessage()

func (*SetUpOrgResponse) ProtoReflect

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

func (*SetUpOrgResponse) Reset

func (x *SetUpOrgResponse) Reset()

func (*SetUpOrgResponse) String

func (x *SetUpOrgResponse) String() string

type UnimplementedAdminServiceServer

type UnimplementedAdminServiceServer struct {
}

UnimplementedAdminServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedAdminServiceServer) AddIAMMember

func (UnimplementedAdminServiceServer) AddJWTIDP

func (UnimplementedAdminServiceServer) AddOIDCIDP

func (UnimplementedAdminServiceServer) AddSMTPConfig

func (UnimplementedAdminServiceServer) DeactivateIDP

func (UnimplementedAdminServiceServer) ExportData

func (UnimplementedAdminServiceServer) GetDefaultLanguage

func (UnimplementedAdminServiceServer) GetDefaultOrg

func (UnimplementedAdminServiceServer) GetDomainPolicy

func (UnimplementedAdminServiceServer) GetIDPByID

func (UnimplementedAdminServiceServer) GetLabelPolicy

func (UnimplementedAdminServiceServer) GetLockoutPolicy

func (UnimplementedAdminServiceServer) GetLoginPolicy

func (UnimplementedAdminServiceServer) GetMyInstance

func (UnimplementedAdminServiceServer) GetOIDCSettings

func (UnimplementedAdminServiceServer) GetOrgByID

func (UnimplementedAdminServiceServer) GetOrgIAMPolicy

func (UnimplementedAdminServiceServer) GetPrivacyPolicy

func (UnimplementedAdminServiceServer) GetSMSProvider

func (UnimplementedAdminServiceServer) GetSMTPConfig

func (UnimplementedAdminServiceServer) GetSecretGenerator

func (UnimplementedAdminServiceServer) Healthz

func (UnimplementedAdminServiceServer) ImportData

func (UnimplementedAdminServiceServer) IsOrgUnique

func (UnimplementedAdminServiceServer) ListFailedEvents

func (UnimplementedAdminServiceServer) ListIAMMemberRoles

func (UnimplementedAdminServiceServer) ListIAMMembers

func (UnimplementedAdminServiceServer) ListIDPs

func (UnimplementedAdminServiceServer) ListOrgs

func (UnimplementedAdminServiceServer) ListSMSProviders

func (UnimplementedAdminServiceServer) ListViews

func (UnimplementedAdminServiceServer) ReactivateIDP

func (UnimplementedAdminServiceServer) RemoveFailedEvent

func (UnimplementedAdminServiceServer) RemoveIAMMember

func (UnimplementedAdminServiceServer) RemoveIDP

func (UnimplementedAdminServiceServer) RemoveSMSProvider

func (UnimplementedAdminServiceServer) RemoveSMTPConfig

func (UnimplementedAdminServiceServer) SetDefaultLanguage

func (UnimplementedAdminServiceServer) SetDefaultOrg

func (UnimplementedAdminServiceServer) SetUpOrg

func (UnimplementedAdminServiceServer) UpdateDomainPolicy

func (UnimplementedAdminServiceServer) UpdateIAMMember

func (UnimplementedAdminServiceServer) UpdateIDP

func (UnimplementedAdminServiceServer) UpdateIDPJWTConfig

func (UnimplementedAdminServiceServer) UpdateLabelPolicy

func (UnimplementedAdminServiceServer) UpdateLoginPolicy

func (UnimplementedAdminServiceServer) UpdateOIDCSettings

func (UnimplementedAdminServiceServer) UpdateOrgIAMPolicy

func (UnimplementedAdminServiceServer) UpdateSMTPConfig

type UnsafeAdminServiceServer

type UnsafeAdminServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeAdminServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AdminServiceServer will result in compilation errors.

type UpdateCustomDomainPolicyRequest

type UpdateCustomDomainPolicyRequest struct {
	OrgId                                  string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	UserLoginMustBeDomain                  bool   `` /* 131-byte string literal not displayed */
	ValidateOrgDomains                     bool   `protobuf:"varint,3,opt,name=validate_org_domains,json=validateOrgDomains,proto3" json:"validate_org_domains,omitempty"`
	SmtpSenderAddressMatchesInstanceDomain bool   `` /* 184-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateCustomDomainPolicyRequest) Descriptor deprecated

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

Deprecated: Use UpdateCustomDomainPolicyRequest.ProtoReflect.Descriptor instead.

func (*UpdateCustomDomainPolicyRequest) GetOrgId

func (*UpdateCustomDomainPolicyRequest) GetSmtpSenderAddressMatchesInstanceDomain

func (x *UpdateCustomDomainPolicyRequest) GetSmtpSenderAddressMatchesInstanceDomain() bool

func (*UpdateCustomDomainPolicyRequest) GetUserLoginMustBeDomain

func (x *UpdateCustomDomainPolicyRequest) GetUserLoginMustBeDomain() bool

func (*UpdateCustomDomainPolicyRequest) GetValidateOrgDomains

func (x *UpdateCustomDomainPolicyRequest) GetValidateOrgDomains() bool

func (*UpdateCustomDomainPolicyRequest) ProtoMessage

func (*UpdateCustomDomainPolicyRequest) ProtoMessage()

func (*UpdateCustomDomainPolicyRequest) ProtoReflect

func (*UpdateCustomDomainPolicyRequest) Reset

func (*UpdateCustomDomainPolicyRequest) String

type UpdateCustomDomainPolicyResponse

type UpdateCustomDomainPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCustomDomainPolicyResponse) Descriptor deprecated

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

Deprecated: Use UpdateCustomDomainPolicyResponse.ProtoReflect.Descriptor instead.

func (*UpdateCustomDomainPolicyResponse) GetDetails

func (*UpdateCustomDomainPolicyResponse) ProtoMessage

func (*UpdateCustomDomainPolicyResponse) ProtoMessage()

func (*UpdateCustomDomainPolicyResponse) ProtoReflect

func (*UpdateCustomDomainPolicyResponse) Reset

func (*UpdateCustomDomainPolicyResponse) String

type UpdateCustomOrgIAMPolicyRequest

type UpdateCustomOrgIAMPolicyRequest struct {
	OrgId                 string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	UserLoginMustBeDomain bool   `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateCustomOrgIAMPolicyRequest) Descriptor deprecated

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

Deprecated: Use UpdateCustomOrgIAMPolicyRequest.ProtoReflect.Descriptor instead.

func (*UpdateCustomOrgIAMPolicyRequest) GetOrgId

func (*UpdateCustomOrgIAMPolicyRequest) GetUserLoginMustBeDomain

func (x *UpdateCustomOrgIAMPolicyRequest) GetUserLoginMustBeDomain() bool

func (*UpdateCustomOrgIAMPolicyRequest) ProtoMessage

func (*UpdateCustomOrgIAMPolicyRequest) ProtoMessage()

func (*UpdateCustomOrgIAMPolicyRequest) ProtoReflect

func (*UpdateCustomOrgIAMPolicyRequest) Reset

func (*UpdateCustomOrgIAMPolicyRequest) String

type UpdateCustomOrgIAMPolicyResponse

type UpdateCustomOrgIAMPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCustomOrgIAMPolicyResponse) Descriptor deprecated

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

Deprecated: Use UpdateCustomOrgIAMPolicyResponse.ProtoReflect.Descriptor instead.

func (*UpdateCustomOrgIAMPolicyResponse) GetDetails

func (*UpdateCustomOrgIAMPolicyResponse) ProtoMessage

func (*UpdateCustomOrgIAMPolicyResponse) ProtoMessage()

func (*UpdateCustomOrgIAMPolicyResponse) ProtoReflect

func (*UpdateCustomOrgIAMPolicyResponse) Reset

func (*UpdateCustomOrgIAMPolicyResponse) String

type UpdateDomainPolicyRequest

type UpdateDomainPolicyRequest struct {
	UserLoginMustBeDomain                  bool `` /* 131-byte string literal not displayed */
	ValidateOrgDomains                     bool `protobuf:"varint,2,opt,name=validate_org_domains,json=validateOrgDomains,proto3" json:"validate_org_domains,omitempty"`
	SmtpSenderAddressMatchesInstanceDomain bool `` /* 184-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateDomainPolicyRequest) Descriptor deprecated

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

Deprecated: Use UpdateDomainPolicyRequest.ProtoReflect.Descriptor instead.

func (*UpdateDomainPolicyRequest) GetSmtpSenderAddressMatchesInstanceDomain

func (x *UpdateDomainPolicyRequest) GetSmtpSenderAddressMatchesInstanceDomain() bool

func (*UpdateDomainPolicyRequest) GetUserLoginMustBeDomain

func (x *UpdateDomainPolicyRequest) GetUserLoginMustBeDomain() bool

func (*UpdateDomainPolicyRequest) GetValidateOrgDomains

func (x *UpdateDomainPolicyRequest) GetValidateOrgDomains() bool

func (*UpdateDomainPolicyRequest) ProtoMessage

func (*UpdateDomainPolicyRequest) ProtoMessage()

func (*UpdateDomainPolicyRequest) ProtoReflect

func (*UpdateDomainPolicyRequest) Reset

func (x *UpdateDomainPolicyRequest) Reset()

func (*UpdateDomainPolicyRequest) String

func (x *UpdateDomainPolicyRequest) String() string

type UpdateDomainPolicyResponse

type UpdateDomainPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateDomainPolicyResponse) Descriptor deprecated

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

Deprecated: Use UpdateDomainPolicyResponse.ProtoReflect.Descriptor instead.

func (*UpdateDomainPolicyResponse) GetDetails

func (*UpdateDomainPolicyResponse) ProtoMessage

func (*UpdateDomainPolicyResponse) ProtoMessage()

func (*UpdateDomainPolicyResponse) ProtoReflect

func (*UpdateDomainPolicyResponse) Reset

func (x *UpdateDomainPolicyResponse) Reset()

func (*UpdateDomainPolicyResponse) String

func (x *UpdateDomainPolicyResponse) String() string

type UpdateIAMMemberRequest

type UpdateIAMMemberRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// if no roles provided the user won't have any rights
	Roles []string `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateIAMMemberRequest) Descriptor deprecated

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

Deprecated: Use UpdateIAMMemberRequest.ProtoReflect.Descriptor instead.

func (*UpdateIAMMemberRequest) GetRoles

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

func (*UpdateIAMMemberRequest) GetUserId

func (x *UpdateIAMMemberRequest) GetUserId() string

func (*UpdateIAMMemberRequest) ProtoMessage

func (*UpdateIAMMemberRequest) ProtoMessage()

func (*UpdateIAMMemberRequest) ProtoReflect

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

func (*UpdateIAMMemberRequest) Reset

func (x *UpdateIAMMemberRequest) Reset()

func (*UpdateIAMMemberRequest) String

func (x *UpdateIAMMemberRequest) String() string

type UpdateIAMMemberResponse

type UpdateIAMMemberResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateIAMMemberResponse) Descriptor deprecated

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

Deprecated: Use UpdateIAMMemberResponse.ProtoReflect.Descriptor instead.

func (*UpdateIAMMemberResponse) GetDetails

func (x *UpdateIAMMemberResponse) GetDetails() *object.ObjectDetails

func (*UpdateIAMMemberResponse) ProtoMessage

func (*UpdateIAMMemberResponse) ProtoMessage()

func (*UpdateIAMMemberResponse) ProtoReflect

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

func (*UpdateIAMMemberResponse) Reset

func (x *UpdateIAMMemberResponse) Reset()

func (*UpdateIAMMemberResponse) String

func (x *UpdateIAMMemberResponse) String() string

type UpdateIDPJWTConfigRequest

type UpdateIDPJWTConfigRequest struct {
	IdpId        string `protobuf:"bytes,1,opt,name=idp_id,json=idpId,proto3" json:"idp_id,omitempty"`
	JwtEndpoint  string `protobuf:"bytes,2,opt,name=jwt_endpoint,json=jwtEndpoint,proto3" json:"jwt_endpoint,omitempty"`
	Issuer       string `protobuf:"bytes,3,opt,name=issuer,proto3" json:"issuer,omitempty"`
	KeysEndpoint string `protobuf:"bytes,4,opt,name=keys_endpoint,json=keysEndpoint,proto3" json:"keys_endpoint,omitempty"`
	HeaderName   string `protobuf:"bytes,5,opt,name=header_name,json=headerName,proto3" json:"header_name,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateIDPJWTConfigRequest) Descriptor deprecated

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

Deprecated: Use UpdateIDPJWTConfigRequest.ProtoReflect.Descriptor instead.

func (*UpdateIDPJWTConfigRequest) GetHeaderName

func (x *UpdateIDPJWTConfigRequest) GetHeaderName() string

func (*UpdateIDPJWTConfigRequest) GetIdpId

func (x *UpdateIDPJWTConfigRequest) GetIdpId() string

func (*UpdateIDPJWTConfigRequest) GetIssuer

func (x *UpdateIDPJWTConfigRequest) GetIssuer() string

func (*UpdateIDPJWTConfigRequest) GetJwtEndpoint

func (x *UpdateIDPJWTConfigRequest) GetJwtEndpoint() string

func (*UpdateIDPJWTConfigRequest) GetKeysEndpoint

func (x *UpdateIDPJWTConfigRequest) GetKeysEndpoint() string

func (*UpdateIDPJWTConfigRequest) ProtoMessage

func (*UpdateIDPJWTConfigRequest) ProtoMessage()

func (*UpdateIDPJWTConfigRequest) ProtoReflect

func (*UpdateIDPJWTConfigRequest) Reset

func (x *UpdateIDPJWTConfigRequest) Reset()

func (*UpdateIDPJWTConfigRequest) String

func (x *UpdateIDPJWTConfigRequest) String() string

type UpdateIDPJWTConfigResponse

type UpdateIDPJWTConfigResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateIDPJWTConfigResponse) Descriptor deprecated

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

Deprecated: Use UpdateIDPJWTConfigResponse.ProtoReflect.Descriptor instead.

func (*UpdateIDPJWTConfigResponse) GetDetails

func (*UpdateIDPJWTConfigResponse) ProtoMessage

func (*UpdateIDPJWTConfigResponse) ProtoMessage()

func (*UpdateIDPJWTConfigResponse) ProtoReflect

func (*UpdateIDPJWTConfigResponse) Reset

func (x *UpdateIDPJWTConfigResponse) Reset()

func (*UpdateIDPJWTConfigResponse) String

func (x *UpdateIDPJWTConfigResponse) String() string

type UpdateIDPOIDCConfigRequest

type UpdateIDPOIDCConfigRequest struct {
	IdpId              string               `protobuf:"bytes,1,opt,name=idp_id,json=idpId,proto3" json:"idp_id,omitempty"`
	Issuer             string               `protobuf:"bytes,2,opt,name=issuer,proto3" json:"issuer,omitempty"`
	ClientId           string               `protobuf:"bytes,3,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	ClientSecret       string               `protobuf:"bytes,4,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	Scopes             []string             `protobuf:"bytes,5,rep,name=scopes,proto3" json:"scopes,omitempty"`
	DisplayNameMapping idp.OIDCMappingField `` /* 155-byte string literal not displayed */
	UsernameMapping    idp.OIDCMappingField `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateIDPOIDCConfigRequest) Descriptor deprecated

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

Deprecated: Use UpdateIDPOIDCConfigRequest.ProtoReflect.Descriptor instead.

func (*UpdateIDPOIDCConfigRequest) GetClientId

func (x *UpdateIDPOIDCConfigRequest) GetClientId() string

func (*UpdateIDPOIDCConfigRequest) GetClientSecret

func (x *UpdateIDPOIDCConfigRequest) GetClientSecret() string

func (*UpdateIDPOIDCConfigRequest) GetDisplayNameMapping

func (x *UpdateIDPOIDCConfigRequest) GetDisplayNameMapping() idp.OIDCMappingField

func (*UpdateIDPOIDCConfigRequest) GetIdpId

func (x *UpdateIDPOIDCConfigRequest) GetIdpId() string

func (*UpdateIDPOIDCConfigRequest) GetIssuer

func (x *UpdateIDPOIDCConfigRequest) GetIssuer() string

func (*UpdateIDPOIDCConfigRequest) GetScopes

func (x *UpdateIDPOIDCConfigRequest) GetScopes() []string

func (*UpdateIDPOIDCConfigRequest) GetUsernameMapping

func (x *UpdateIDPOIDCConfigRequest) GetUsernameMapping() idp.OIDCMappingField

func (*UpdateIDPOIDCConfigRequest) ProtoMessage

func (*UpdateIDPOIDCConfigRequest) ProtoMessage()

func (*UpdateIDPOIDCConfigRequest) ProtoReflect

func (*UpdateIDPOIDCConfigRequest) Reset

func (x *UpdateIDPOIDCConfigRequest) Reset()

func (*UpdateIDPOIDCConfigRequest) String

func (x *UpdateIDPOIDCConfigRequest) String() string

type UpdateIDPOIDCConfigResponse

type UpdateIDPOIDCConfigResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateIDPOIDCConfigResponse) Descriptor deprecated

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

Deprecated: Use UpdateIDPOIDCConfigResponse.ProtoReflect.Descriptor instead.

func (*UpdateIDPOIDCConfigResponse) GetDetails

func (*UpdateIDPOIDCConfigResponse) ProtoMessage

func (*UpdateIDPOIDCConfigResponse) ProtoMessage()

func (*UpdateIDPOIDCConfigResponse) ProtoReflect

func (*UpdateIDPOIDCConfigResponse) Reset

func (x *UpdateIDPOIDCConfigResponse) Reset()

func (*UpdateIDPOIDCConfigResponse) String

func (x *UpdateIDPOIDCConfigResponse) String() string

type UpdateIDPRequest

type UpdateIDPRequest struct {
	IdpId        string             `protobuf:"bytes,1,opt,name=idp_id,json=idpId,proto3" json:"idp_id,omitempty"`
	Name         string             `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	StylingType  idp.IDPStylingType `` /* 130-byte string literal not displayed */
	AutoRegister bool               `protobuf:"varint,4,opt,name=auto_register,json=autoRegister,proto3" json:"auto_register,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateIDPRequest) Descriptor deprecated

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

Deprecated: Use UpdateIDPRequest.ProtoReflect.Descriptor instead.

func (*UpdateIDPRequest) GetAutoRegister

func (x *UpdateIDPRequest) GetAutoRegister() bool

func (*UpdateIDPRequest) GetIdpId

func (x *UpdateIDPRequest) GetIdpId() string

func (*UpdateIDPRequest) GetName

func (x *UpdateIDPRequest) GetName() string

func (*UpdateIDPRequest) GetStylingType

func (x *UpdateIDPRequest) GetStylingType() idp.IDPStylingType

func (*UpdateIDPRequest) ProtoMessage

func (*UpdateIDPRequest) ProtoMessage()

func (*UpdateIDPRequest) ProtoReflect

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

func (*UpdateIDPRequest) Reset

func (x *UpdateIDPRequest) Reset()

func (*UpdateIDPRequest) String

func (x *UpdateIDPRequest) String() string

type UpdateIDPResponse

type UpdateIDPResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateIDPResponse) Descriptor deprecated

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

Deprecated: Use UpdateIDPResponse.ProtoReflect.Descriptor instead.

func (*UpdateIDPResponse) GetDetails

func (x *UpdateIDPResponse) GetDetails() *object.ObjectDetails

func (*UpdateIDPResponse) ProtoMessage

func (*UpdateIDPResponse) ProtoMessage()

func (*UpdateIDPResponse) ProtoReflect

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

func (*UpdateIDPResponse) Reset

func (x *UpdateIDPResponse) Reset()

func (*UpdateIDPResponse) String

func (x *UpdateIDPResponse) String() string

type UpdateLabelPolicyRequest

type UpdateLabelPolicyRequest struct {
	PrimaryColor        string `protobuf:"bytes,1,opt,name=primary_color,json=primaryColor,proto3" json:"primary_color,omitempty"`
	HideLoginNameSuffix bool   `protobuf:"varint,3,opt,name=hide_login_name_suffix,json=hideLoginNameSuffix,proto3" json:"hide_login_name_suffix,omitempty"`
	WarnColor           string `protobuf:"bytes,4,opt,name=warn_color,json=warnColor,proto3" json:"warn_color,omitempty"`
	BackgroundColor     string `protobuf:"bytes,5,opt,name=background_color,json=backgroundColor,proto3" json:"background_color,omitempty"`
	FontColor           string `protobuf:"bytes,6,opt,name=font_color,json=fontColor,proto3" json:"font_color,omitempty"`
	PrimaryColorDark    string `protobuf:"bytes,7,opt,name=primary_color_dark,json=primaryColorDark,proto3" json:"primary_color_dark,omitempty"`
	BackgroundColorDark string `protobuf:"bytes,8,opt,name=background_color_dark,json=backgroundColorDark,proto3" json:"background_color_dark,omitempty"`
	WarnColorDark       string `protobuf:"bytes,9,opt,name=warn_color_dark,json=warnColorDark,proto3" json:"warn_color_dark,omitempty"`
	FontColorDark       string `protobuf:"bytes,10,opt,name=font_color_dark,json=fontColorDark,proto3" json:"font_color_dark,omitempty"`
	DisableWatermark    bool   `protobuf:"varint,11,opt,name=disable_watermark,json=disableWatermark,proto3" json:"disable_watermark,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateLabelPolicyRequest) Descriptor deprecated

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

Deprecated: Use UpdateLabelPolicyRequest.ProtoReflect.Descriptor instead.

func (*UpdateLabelPolicyRequest) GetBackgroundColor

func (x *UpdateLabelPolicyRequest) GetBackgroundColor() string

func (*UpdateLabelPolicyRequest) GetBackgroundColorDark

func (x *UpdateLabelPolicyRequest) GetBackgroundColorDark() string

func (*UpdateLabelPolicyRequest) GetDisableWatermark

func (x *UpdateLabelPolicyRequest) GetDisableWatermark() bool

func (*UpdateLabelPolicyRequest) GetFontColor

func (x *UpdateLabelPolicyRequest) GetFontColor() string

func (*UpdateLabelPolicyRequest) GetFontColorDark

func (x *UpdateLabelPolicyRequest) GetFontColorDark() string

func (*UpdateLabelPolicyRequest) GetHideLoginNameSuffix

func (x *UpdateLabelPolicyRequest) GetHideLoginNameSuffix() bool

func (*UpdateLabelPolicyRequest) GetPrimaryColor

func (x *UpdateLabelPolicyRequest) GetPrimaryColor() string

func (*UpdateLabelPolicyRequest) GetPrimaryColorDark

func (x *UpdateLabelPolicyRequest) GetPrimaryColorDark() string

func (*UpdateLabelPolicyRequest) GetWarnColor

func (x *UpdateLabelPolicyRequest) GetWarnColor() string

func (*UpdateLabelPolicyRequest) GetWarnColorDark

func (x *UpdateLabelPolicyRequest) GetWarnColorDark() string

func (*UpdateLabelPolicyRequest) ProtoMessage

func (*UpdateLabelPolicyRequest) ProtoMessage()

func (*UpdateLabelPolicyRequest) ProtoReflect

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

func (*UpdateLabelPolicyRequest) Reset

func (x *UpdateLabelPolicyRequest) Reset()

func (*UpdateLabelPolicyRequest) String

func (x *UpdateLabelPolicyRequest) String() string

type UpdateLabelPolicyResponse

type UpdateLabelPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateLabelPolicyResponse) Descriptor deprecated

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

Deprecated: Use UpdateLabelPolicyResponse.ProtoReflect.Descriptor instead.

func (*UpdateLabelPolicyResponse) GetDetails

func (*UpdateLabelPolicyResponse) ProtoMessage

func (*UpdateLabelPolicyResponse) ProtoMessage()

func (*UpdateLabelPolicyResponse) ProtoReflect

func (*UpdateLabelPolicyResponse) Reset

func (x *UpdateLabelPolicyResponse) Reset()

func (*UpdateLabelPolicyResponse) String

func (x *UpdateLabelPolicyResponse) String() string

type UpdateLockoutPolicyRequest

type UpdateLockoutPolicyRequest struct {

	// failed attempts until a user gets locked
	MaxPasswordAttempts uint32 `protobuf:"varint,1,opt,name=max_password_attempts,json=maxPasswordAttempts,proto3" json:"max_password_attempts,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateLockoutPolicyRequest) Descriptor deprecated

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

Deprecated: Use UpdateLockoutPolicyRequest.ProtoReflect.Descriptor instead.

func (*UpdateLockoutPolicyRequest) GetMaxPasswordAttempts

func (x *UpdateLockoutPolicyRequest) GetMaxPasswordAttempts() uint32

func (*UpdateLockoutPolicyRequest) ProtoMessage

func (*UpdateLockoutPolicyRequest) ProtoMessage()

func (*UpdateLockoutPolicyRequest) ProtoReflect

func (*UpdateLockoutPolicyRequest) Reset

func (x *UpdateLockoutPolicyRequest) Reset()

func (*UpdateLockoutPolicyRequest) String

func (x *UpdateLockoutPolicyRequest) String() string

type UpdateLockoutPolicyResponse

type UpdateLockoutPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateLockoutPolicyResponse) Descriptor deprecated

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

Deprecated: Use UpdateLockoutPolicyResponse.ProtoReflect.Descriptor instead.

func (*UpdateLockoutPolicyResponse) GetDetails

func (*UpdateLockoutPolicyResponse) ProtoMessage

func (*UpdateLockoutPolicyResponse) ProtoMessage()

func (*UpdateLockoutPolicyResponse) ProtoReflect

func (*UpdateLockoutPolicyResponse) Reset

func (x *UpdateLockoutPolicyResponse) Reset()

func (*UpdateLockoutPolicyResponse) String

func (x *UpdateLockoutPolicyResponse) String() string

type UpdateLoginPolicyRequest

type UpdateLoginPolicyRequest struct {
	AllowUsernamePassword      bool                    `` /* 127-byte string literal not displayed */
	AllowRegister              bool                    `protobuf:"varint,2,opt,name=allow_register,json=allowRegister,proto3" json:"allow_register,omitempty"`
	AllowExternalIdp           bool                    `protobuf:"varint,3,opt,name=allow_external_idp,json=allowExternalIdp,proto3" json:"allow_external_idp,omitempty"`
	ForceMfa                   bool                    `protobuf:"varint,4,opt,name=force_mfa,json=forceMfa,proto3" json:"force_mfa,omitempty"`
	PasswordlessType           policy.PasswordlessType `` /* 150-byte string literal not displayed */
	HidePasswordReset          bool                    `protobuf:"varint,6,opt,name=hide_password_reset,json=hidePasswordReset,proto3" json:"hide_password_reset,omitempty"`
	IgnoreUnknownUsernames     bool                    `` /* 130-byte string literal not displayed */
	DefaultRedirectUri         string                  `protobuf:"bytes,8,opt,name=default_redirect_uri,json=defaultRedirectUri,proto3" json:"default_redirect_uri,omitempty"`
	PasswordCheckLifetime      *durationpb.Duration    `` /* 126-byte string literal not displayed */
	ExternalLoginCheckLifetime *durationpb.Duration    `` /* 144-byte string literal not displayed */
	MfaInitSkipLifetime        *durationpb.Duration    `protobuf:"bytes,11,opt,name=mfa_init_skip_lifetime,json=mfaInitSkipLifetime,proto3" json:"mfa_init_skip_lifetime,omitempty"`
	SecondFactorCheckLifetime  *durationpb.Duration    `` /* 141-byte string literal not displayed */
	MultiFactorCheckLifetime   *durationpb.Duration    `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateLoginPolicyRequest) Descriptor deprecated

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

Deprecated: Use UpdateLoginPolicyRequest.ProtoReflect.Descriptor instead.

func (*UpdateLoginPolicyRequest) GetAllowExternalIdp

func (x *UpdateLoginPolicyRequest) GetAllowExternalIdp() bool

func (*UpdateLoginPolicyRequest) GetAllowRegister

func (x *UpdateLoginPolicyRequest) GetAllowRegister() bool

func (*UpdateLoginPolicyRequest) GetAllowUsernamePassword

func (x *UpdateLoginPolicyRequest) GetAllowUsernamePassword() bool

func (*UpdateLoginPolicyRequest) GetDefaultRedirectUri

func (x *UpdateLoginPolicyRequest) GetDefaultRedirectUri() string

func (*UpdateLoginPolicyRequest) GetExternalLoginCheckLifetime

func (x *UpdateLoginPolicyRequest) GetExternalLoginCheckLifetime() *durationpb.Duration

func (*UpdateLoginPolicyRequest) GetForceMfa

func (x *UpdateLoginPolicyRequest) GetForceMfa() bool

func (*UpdateLoginPolicyRequest) GetHidePasswordReset

func (x *UpdateLoginPolicyRequest) GetHidePasswordReset() bool

func (*UpdateLoginPolicyRequest) GetIgnoreUnknownUsernames

func (x *UpdateLoginPolicyRequest) GetIgnoreUnknownUsernames() bool

func (*UpdateLoginPolicyRequest) GetMfaInitSkipLifetime

func (x *UpdateLoginPolicyRequest) GetMfaInitSkipLifetime() *durationpb.Duration

func (*UpdateLoginPolicyRequest) GetMultiFactorCheckLifetime

func (x *UpdateLoginPolicyRequest) GetMultiFactorCheckLifetime() *durationpb.Duration

func (*UpdateLoginPolicyRequest) GetPasswordCheckLifetime

func (x *UpdateLoginPolicyRequest) GetPasswordCheckLifetime() *durationpb.Duration

func (*UpdateLoginPolicyRequest) GetPasswordlessType

func (x *UpdateLoginPolicyRequest) GetPasswordlessType() policy.PasswordlessType

func (*UpdateLoginPolicyRequest) GetSecondFactorCheckLifetime

func (x *UpdateLoginPolicyRequest) GetSecondFactorCheckLifetime() *durationpb.Duration

func (*UpdateLoginPolicyRequest) ProtoMessage

func (*UpdateLoginPolicyRequest) ProtoMessage()

func (*UpdateLoginPolicyRequest) ProtoReflect

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

func (*UpdateLoginPolicyRequest) Reset

func (x *UpdateLoginPolicyRequest) Reset()

func (*UpdateLoginPolicyRequest) String

func (x *UpdateLoginPolicyRequest) String() string

type UpdateLoginPolicyResponse

type UpdateLoginPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateLoginPolicyResponse) Descriptor deprecated

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

Deprecated: Use UpdateLoginPolicyResponse.ProtoReflect.Descriptor instead.

func (*UpdateLoginPolicyResponse) GetDetails

func (*UpdateLoginPolicyResponse) ProtoMessage

func (*UpdateLoginPolicyResponse) ProtoMessage()

func (*UpdateLoginPolicyResponse) ProtoReflect

func (*UpdateLoginPolicyResponse) Reset

func (x *UpdateLoginPolicyResponse) Reset()

func (*UpdateLoginPolicyResponse) String

func (x *UpdateLoginPolicyResponse) String() string

type UpdateOIDCSettingsRequest

type UpdateOIDCSettingsRequest struct {
	AccessTokenLifetime        *durationpb.Duration `protobuf:"bytes,1,opt,name=access_token_lifetime,json=accessTokenLifetime,proto3" json:"access_token_lifetime,omitempty"`
	IdTokenLifetime            *durationpb.Duration `protobuf:"bytes,2,opt,name=id_token_lifetime,json=idTokenLifetime,proto3" json:"id_token_lifetime,omitempty"`
	RefreshTokenIdleExpiration *durationpb.Duration `` /* 143-byte string literal not displayed */
	RefreshTokenExpiration     *durationpb.Duration `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateOIDCSettingsRequest) Descriptor deprecated

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

Deprecated: Use UpdateOIDCSettingsRequest.ProtoReflect.Descriptor instead.

func (*UpdateOIDCSettingsRequest) GetAccessTokenLifetime

func (x *UpdateOIDCSettingsRequest) GetAccessTokenLifetime() *durationpb.Duration

func (*UpdateOIDCSettingsRequest) GetIdTokenLifetime

func (x *UpdateOIDCSettingsRequest) GetIdTokenLifetime() *durationpb.Duration

func (*UpdateOIDCSettingsRequest) GetRefreshTokenExpiration

func (x *UpdateOIDCSettingsRequest) GetRefreshTokenExpiration() *durationpb.Duration

func (*UpdateOIDCSettingsRequest) GetRefreshTokenIdleExpiration

func (x *UpdateOIDCSettingsRequest) GetRefreshTokenIdleExpiration() *durationpb.Duration

func (*UpdateOIDCSettingsRequest) ProtoMessage

func (*UpdateOIDCSettingsRequest) ProtoMessage()

func (*UpdateOIDCSettingsRequest) ProtoReflect

func (*UpdateOIDCSettingsRequest) Reset

func (x *UpdateOIDCSettingsRequest) Reset()

func (*UpdateOIDCSettingsRequest) String

func (x *UpdateOIDCSettingsRequest) String() string

type UpdateOIDCSettingsResponse

type UpdateOIDCSettingsResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOIDCSettingsResponse) Descriptor deprecated

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

Deprecated: Use UpdateOIDCSettingsResponse.ProtoReflect.Descriptor instead.

func (*UpdateOIDCSettingsResponse) GetDetails

func (*UpdateOIDCSettingsResponse) ProtoMessage

func (*UpdateOIDCSettingsResponse) ProtoMessage()

func (*UpdateOIDCSettingsResponse) ProtoReflect

func (*UpdateOIDCSettingsResponse) Reset

func (x *UpdateOIDCSettingsResponse) Reset()

func (*UpdateOIDCSettingsResponse) String

func (x *UpdateOIDCSettingsResponse) String() string

type UpdateOrgIAMPolicyRequest

type UpdateOrgIAMPolicyRequest struct {
	UserLoginMustBeDomain bool `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateOrgIAMPolicyRequest) Descriptor deprecated

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

Deprecated: Use UpdateOrgIAMPolicyRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrgIAMPolicyRequest) GetUserLoginMustBeDomain

func (x *UpdateOrgIAMPolicyRequest) GetUserLoginMustBeDomain() bool

func (*UpdateOrgIAMPolicyRequest) ProtoMessage

func (*UpdateOrgIAMPolicyRequest) ProtoMessage()

func (*UpdateOrgIAMPolicyRequest) ProtoReflect

func (*UpdateOrgIAMPolicyRequest) Reset

func (x *UpdateOrgIAMPolicyRequest) Reset()

func (*UpdateOrgIAMPolicyRequest) String

func (x *UpdateOrgIAMPolicyRequest) String() string

type UpdateOrgIAMPolicyResponse

type UpdateOrgIAMPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrgIAMPolicyResponse) Descriptor deprecated

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

Deprecated: Use UpdateOrgIAMPolicyResponse.ProtoReflect.Descriptor instead.

func (*UpdateOrgIAMPolicyResponse) GetDetails

func (*UpdateOrgIAMPolicyResponse) ProtoMessage

func (*UpdateOrgIAMPolicyResponse) ProtoMessage()

func (*UpdateOrgIAMPolicyResponse) ProtoReflect

func (*UpdateOrgIAMPolicyResponse) Reset

func (x *UpdateOrgIAMPolicyResponse) Reset()

func (*UpdateOrgIAMPolicyResponse) String

func (x *UpdateOrgIAMPolicyResponse) String() string

type UpdatePasswordAgePolicyRequest

type UpdatePasswordAgePolicyRequest struct {
	MaxAgeDays     uint32 `protobuf:"varint,1,opt,name=max_age_days,json=maxAgeDays,proto3" json:"max_age_days,omitempty"`
	ExpireWarnDays uint32 `protobuf:"varint,2,opt,name=expire_warn_days,json=expireWarnDays,proto3" json:"expire_warn_days,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatePasswordAgePolicyRequest) Descriptor deprecated

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

Deprecated: Use UpdatePasswordAgePolicyRequest.ProtoReflect.Descriptor instead.

func (*UpdatePasswordAgePolicyRequest) GetExpireWarnDays

func (x *UpdatePasswordAgePolicyRequest) GetExpireWarnDays() uint32

func (*UpdatePasswordAgePolicyRequest) GetMaxAgeDays

func (x *UpdatePasswordAgePolicyRequest) GetMaxAgeDays() uint32

func (*UpdatePasswordAgePolicyRequest) ProtoMessage

func (*UpdatePasswordAgePolicyRequest) ProtoMessage()

func (*UpdatePasswordAgePolicyRequest) ProtoReflect

func (*UpdatePasswordAgePolicyRequest) Reset

func (x *UpdatePasswordAgePolicyRequest) Reset()

func (*UpdatePasswordAgePolicyRequest) String

type UpdatePasswordAgePolicyResponse

type UpdatePasswordAgePolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatePasswordAgePolicyResponse) Descriptor deprecated

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

Deprecated: Use UpdatePasswordAgePolicyResponse.ProtoReflect.Descriptor instead.

func (*UpdatePasswordAgePolicyResponse) GetDetails

func (*UpdatePasswordAgePolicyResponse) ProtoMessage

func (*UpdatePasswordAgePolicyResponse) ProtoMessage()

func (*UpdatePasswordAgePolicyResponse) ProtoReflect

func (*UpdatePasswordAgePolicyResponse) Reset

func (*UpdatePasswordAgePolicyResponse) String

type UpdatePasswordComplexityPolicyRequest

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

func (*UpdatePasswordComplexityPolicyRequest) Descriptor deprecated

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

Deprecated: Use UpdatePasswordComplexityPolicyRequest.ProtoReflect.Descriptor instead.

func (*UpdatePasswordComplexityPolicyRequest) GetHasLowercase

func (x *UpdatePasswordComplexityPolicyRequest) GetHasLowercase() bool

func (*UpdatePasswordComplexityPolicyRequest) GetHasNumber

func (x *UpdatePasswordComplexityPolicyRequest) GetHasNumber() bool

func (*UpdatePasswordComplexityPolicyRequest) GetHasSymbol

func (x *UpdatePasswordComplexityPolicyRequest) GetHasSymbol() bool

func (*UpdatePasswordComplexityPolicyRequest) GetHasUppercase

func (x *UpdatePasswordComplexityPolicyRequest) GetHasUppercase() bool

func (*UpdatePasswordComplexityPolicyRequest) GetMinLength

func (*UpdatePasswordComplexityPolicyRequest) ProtoMessage

func (*UpdatePasswordComplexityPolicyRequest) ProtoMessage()

func (*UpdatePasswordComplexityPolicyRequest) ProtoReflect

func (*UpdatePasswordComplexityPolicyRequest) Reset

func (*UpdatePasswordComplexityPolicyRequest) String

type UpdatePasswordComplexityPolicyResponse

type UpdatePasswordComplexityPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatePasswordComplexityPolicyResponse) Descriptor deprecated

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

Deprecated: Use UpdatePasswordComplexityPolicyResponse.ProtoReflect.Descriptor instead.

func (*UpdatePasswordComplexityPolicyResponse) GetDetails

func (*UpdatePasswordComplexityPolicyResponse) ProtoMessage

func (*UpdatePasswordComplexityPolicyResponse) ProtoReflect

func (*UpdatePasswordComplexityPolicyResponse) Reset

func (*UpdatePasswordComplexityPolicyResponse) String

type UpdatePrivacyPolicyRequest

type UpdatePrivacyPolicyRequest struct {
	TosLink     string `protobuf:"bytes,1,opt,name=tos_link,json=tosLink,proto3" json:"tos_link,omitempty"`
	PrivacyLink string `protobuf:"bytes,2,opt,name=privacy_link,json=privacyLink,proto3" json:"privacy_link,omitempty"`
	HelpLink    string `protobuf:"bytes,3,opt,name=help_link,json=helpLink,proto3" json:"help_link,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatePrivacyPolicyRequest) Descriptor deprecated

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

Deprecated: Use UpdatePrivacyPolicyRequest.ProtoReflect.Descriptor instead.

func (x *UpdatePrivacyPolicyRequest) GetHelpLink() string
func (x *UpdatePrivacyPolicyRequest) GetPrivacyLink() string
func (x *UpdatePrivacyPolicyRequest) GetTosLink() string

func (*UpdatePrivacyPolicyRequest) ProtoMessage

func (*UpdatePrivacyPolicyRequest) ProtoMessage()

func (*UpdatePrivacyPolicyRequest) ProtoReflect

func (*UpdatePrivacyPolicyRequest) Reset

func (x *UpdatePrivacyPolicyRequest) Reset()

func (*UpdatePrivacyPolicyRequest) String

func (x *UpdatePrivacyPolicyRequest) String() string

type UpdatePrivacyPolicyResponse

type UpdatePrivacyPolicyResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatePrivacyPolicyResponse) Descriptor deprecated

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

Deprecated: Use UpdatePrivacyPolicyResponse.ProtoReflect.Descriptor instead.

func (*UpdatePrivacyPolicyResponse) GetDetails

func (*UpdatePrivacyPolicyResponse) ProtoMessage

func (*UpdatePrivacyPolicyResponse) ProtoMessage()

func (*UpdatePrivacyPolicyResponse) ProtoReflect

func (*UpdatePrivacyPolicyResponse) Reset

func (x *UpdatePrivacyPolicyResponse) Reset()

func (*UpdatePrivacyPolicyResponse) String

func (x *UpdatePrivacyPolicyResponse) String() string

type UpdateSMSProviderTwilioRequest

type UpdateSMSProviderTwilioRequest struct {
	Id           string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Sid          string `protobuf:"bytes,2,opt,name=sid,proto3" json:"sid,omitempty"`
	SenderNumber string `protobuf:"bytes,3,opt,name=sender_number,json=senderNumber,proto3" json:"sender_number,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSMSProviderTwilioRequest) Descriptor deprecated

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

Deprecated: Use UpdateSMSProviderTwilioRequest.ProtoReflect.Descriptor instead.

func (*UpdateSMSProviderTwilioRequest) GetId

func (*UpdateSMSProviderTwilioRequest) GetSenderNumber

func (x *UpdateSMSProviderTwilioRequest) GetSenderNumber() string

func (*UpdateSMSProviderTwilioRequest) GetSid

func (*UpdateSMSProviderTwilioRequest) ProtoMessage

func (*UpdateSMSProviderTwilioRequest) ProtoMessage()

func (*UpdateSMSProviderTwilioRequest) ProtoReflect

func (*UpdateSMSProviderTwilioRequest) Reset

func (x *UpdateSMSProviderTwilioRequest) Reset()

func (*UpdateSMSProviderTwilioRequest) String

type UpdateSMSProviderTwilioResponse

type UpdateSMSProviderTwilioResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSMSProviderTwilioResponse) Descriptor deprecated

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

Deprecated: Use UpdateSMSProviderTwilioResponse.ProtoReflect.Descriptor instead.

func (*UpdateSMSProviderTwilioResponse) GetDetails

func (*UpdateSMSProviderTwilioResponse) ProtoMessage

func (*UpdateSMSProviderTwilioResponse) ProtoMessage()

func (*UpdateSMSProviderTwilioResponse) ProtoReflect

func (*UpdateSMSProviderTwilioResponse) Reset

func (*UpdateSMSProviderTwilioResponse) String

type UpdateSMSProviderTwilioTokenRequest

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

func (*UpdateSMSProviderTwilioTokenRequest) Descriptor deprecated

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

Deprecated: Use UpdateSMSProviderTwilioTokenRequest.ProtoReflect.Descriptor instead.

func (*UpdateSMSProviderTwilioTokenRequest) GetId

func (*UpdateSMSProviderTwilioTokenRequest) GetToken

func (*UpdateSMSProviderTwilioTokenRequest) ProtoMessage

func (*UpdateSMSProviderTwilioTokenRequest) ProtoMessage()

func (*UpdateSMSProviderTwilioTokenRequest) ProtoReflect

func (*UpdateSMSProviderTwilioTokenRequest) Reset

func (*UpdateSMSProviderTwilioTokenRequest) String

type UpdateSMSProviderTwilioTokenResponse

type UpdateSMSProviderTwilioTokenResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSMSProviderTwilioTokenResponse) Descriptor deprecated

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

Deprecated: Use UpdateSMSProviderTwilioTokenResponse.ProtoReflect.Descriptor instead.

func (*UpdateSMSProviderTwilioTokenResponse) GetDetails

func (*UpdateSMSProviderTwilioTokenResponse) ProtoMessage

func (*UpdateSMSProviderTwilioTokenResponse) ProtoMessage()

func (*UpdateSMSProviderTwilioTokenResponse) ProtoReflect

func (*UpdateSMSProviderTwilioTokenResponse) Reset

func (*UpdateSMSProviderTwilioTokenResponse) String

type UpdateSMTPConfigPasswordRequest

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

func (*UpdateSMTPConfigPasswordRequest) Descriptor deprecated

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

Deprecated: Use UpdateSMTPConfigPasswordRequest.ProtoReflect.Descriptor instead.

func (*UpdateSMTPConfigPasswordRequest) GetPassword

func (x *UpdateSMTPConfigPasswordRequest) GetPassword() string

func (*UpdateSMTPConfigPasswordRequest) ProtoMessage

func (*UpdateSMTPConfigPasswordRequest) ProtoMessage()

func (*UpdateSMTPConfigPasswordRequest) ProtoReflect

func (*UpdateSMTPConfigPasswordRequest) Reset

func (*UpdateSMTPConfigPasswordRequest) String

type UpdateSMTPConfigPasswordResponse

type UpdateSMTPConfigPasswordResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSMTPConfigPasswordResponse) Descriptor deprecated

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

Deprecated: Use UpdateSMTPConfigPasswordResponse.ProtoReflect.Descriptor instead.

func (*UpdateSMTPConfigPasswordResponse) GetDetails

func (*UpdateSMTPConfigPasswordResponse) ProtoMessage

func (*UpdateSMTPConfigPasswordResponse) ProtoMessage()

func (*UpdateSMTPConfigPasswordResponse) ProtoReflect

func (*UpdateSMTPConfigPasswordResponse) Reset

func (*UpdateSMTPConfigPasswordResponse) String

type UpdateSMTPConfigRequest

type UpdateSMTPConfigRequest struct {
	SenderAddress string `protobuf:"bytes,1,opt,name=sender_address,json=senderAddress,proto3" json:"sender_address,omitempty"`
	SenderName    string `protobuf:"bytes,2,opt,name=sender_name,json=senderName,proto3" json:"sender_name,omitempty"`
	Tls           bool   `protobuf:"varint,3,opt,name=tls,proto3" json:"tls,omitempty"`
	Host          string `protobuf:"bytes,4,opt,name=host,proto3" json:"host,omitempty"`
	User          string `protobuf:"bytes,5,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSMTPConfigRequest) Descriptor deprecated

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

Deprecated: Use UpdateSMTPConfigRequest.ProtoReflect.Descriptor instead.

func (*UpdateSMTPConfigRequest) GetHost

func (x *UpdateSMTPConfigRequest) GetHost() string

func (*UpdateSMTPConfigRequest) GetSenderAddress

func (x *UpdateSMTPConfigRequest) GetSenderAddress() string

func (*UpdateSMTPConfigRequest) GetSenderName

func (x *UpdateSMTPConfigRequest) GetSenderName() string

func (*UpdateSMTPConfigRequest) GetTls

func (x *UpdateSMTPConfigRequest) GetTls() bool

func (*UpdateSMTPConfigRequest) GetUser

func (x *UpdateSMTPConfigRequest) GetUser() string

func (*UpdateSMTPConfigRequest) ProtoMessage

func (*UpdateSMTPConfigRequest) ProtoMessage()

func (*UpdateSMTPConfigRequest) ProtoReflect

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

func (*UpdateSMTPConfigRequest) Reset

func (x *UpdateSMTPConfigRequest) Reset()

func (*UpdateSMTPConfigRequest) String

func (x *UpdateSMTPConfigRequest) String() string

type UpdateSMTPConfigResponse

type UpdateSMTPConfigResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSMTPConfigResponse) Descriptor deprecated

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

Deprecated: Use UpdateSMTPConfigResponse.ProtoReflect.Descriptor instead.

func (*UpdateSMTPConfigResponse) GetDetails

func (*UpdateSMTPConfigResponse) ProtoMessage

func (*UpdateSMTPConfigResponse) ProtoMessage()

func (*UpdateSMTPConfigResponse) ProtoReflect

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

func (*UpdateSMTPConfigResponse) Reset

func (x *UpdateSMTPConfigResponse) Reset()

func (*UpdateSMTPConfigResponse) String

func (x *UpdateSMTPConfigResponse) String() string

type UpdateSecretGeneratorRequest

type UpdateSecretGeneratorRequest struct {
	GeneratorType       settings.SecretGeneratorType `` /* 146-byte string literal not displayed */
	Length              uint32                       `protobuf:"varint,2,opt,name=length,proto3" json:"length,omitempty"`
	Expiry              *durationpb.Duration         `protobuf:"bytes,3,opt,name=expiry,proto3" json:"expiry,omitempty"`
	IncludeLowerLetters bool                         `protobuf:"varint,4,opt,name=include_lower_letters,json=includeLowerLetters,proto3" json:"include_lower_letters,omitempty"`
	IncludeUpperLetters bool                         `protobuf:"varint,5,opt,name=include_upper_letters,json=includeUpperLetters,proto3" json:"include_upper_letters,omitempty"`
	IncludeDigits       bool                         `protobuf:"varint,6,opt,name=include_digits,json=includeDigits,proto3" json:"include_digits,omitempty"`
	IncludeSymbols      bool                         `protobuf:"varint,7,opt,name=include_symbols,json=includeSymbols,proto3" json:"include_symbols,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSecretGeneratorRequest) Descriptor deprecated

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

Deprecated: Use UpdateSecretGeneratorRequest.ProtoReflect.Descriptor instead.

func (*UpdateSecretGeneratorRequest) GetExpiry

func (*UpdateSecretGeneratorRequest) GetGeneratorType

func (*UpdateSecretGeneratorRequest) GetIncludeDigits

func (x *UpdateSecretGeneratorRequest) GetIncludeDigits() bool

func (*UpdateSecretGeneratorRequest) GetIncludeLowerLetters

func (x *UpdateSecretGeneratorRequest) GetIncludeLowerLetters() bool

func (*UpdateSecretGeneratorRequest) GetIncludeSymbols

func (x *UpdateSecretGeneratorRequest) GetIncludeSymbols() bool

func (*UpdateSecretGeneratorRequest) GetIncludeUpperLetters

func (x *UpdateSecretGeneratorRequest) GetIncludeUpperLetters() bool

func (*UpdateSecretGeneratorRequest) GetLength

func (x *UpdateSecretGeneratorRequest) GetLength() uint32

func (*UpdateSecretGeneratorRequest) ProtoMessage

func (*UpdateSecretGeneratorRequest) ProtoMessage()

func (*UpdateSecretGeneratorRequest) ProtoReflect

func (*UpdateSecretGeneratorRequest) Reset

func (x *UpdateSecretGeneratorRequest) Reset()

func (*UpdateSecretGeneratorRequest) String

type UpdateSecretGeneratorResponse

type UpdateSecretGeneratorResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSecretGeneratorResponse) Descriptor deprecated

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

Deprecated: Use UpdateSecretGeneratorResponse.ProtoReflect.Descriptor instead.

func (*UpdateSecretGeneratorResponse) GetDetails

func (*UpdateSecretGeneratorResponse) ProtoMessage

func (*UpdateSecretGeneratorResponse) ProtoMessage()

func (*UpdateSecretGeneratorResponse) ProtoReflect

func (*UpdateSecretGeneratorResponse) Reset

func (x *UpdateSecretGeneratorResponse) Reset()

func (*UpdateSecretGeneratorResponse) String

type View

type View struct {
	Database                 string                 `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"`
	ViewName                 string                 `protobuf:"bytes,2,opt,name=view_name,json=viewName,proto3" json:"view_name,omitempty"`
	ProcessedSequence        uint64                 `protobuf:"varint,3,opt,name=processed_sequence,json=processedSequence,proto3" json:"processed_sequence,omitempty"`
	EventTimestamp           *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=event_timestamp,json=eventTimestamp,proto3" json:"event_timestamp,omitempty"` // The timestamp the event occured
	LastSuccessfulSpoolerRun *timestamppb.Timestamp ``                                                                                                        /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*View) Descriptor deprecated

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

Deprecated: Use View.ProtoReflect.Descriptor instead.

func (*View) GetDatabase

func (x *View) GetDatabase() string

func (*View) GetEventTimestamp

func (x *View) GetEventTimestamp() *timestamppb.Timestamp

func (*View) GetLastSuccessfulSpoolerRun

func (x *View) GetLastSuccessfulSpoolerRun() *timestamppb.Timestamp

func (*View) GetProcessedSequence

func (x *View) GetProcessedSequence() uint64

func (*View) GetViewName

func (x *View) GetViewName() string

func (*View) ProtoMessage

func (*View) ProtoMessage()

func (*View) ProtoReflect

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

func (*View) Reset

func (x *View) Reset()

func (*View) String

func (x *View) String() string

Jump to

Keyboard shortcuts

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