admin

package
v2.2.2 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: Apache-2.0 Imports: 28 Imported by: 37

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: "GetAllowedLanguages",
			Handler:    _AdminService_GetAllowedLanguages_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: "GetSMTPConfigById",
			Handler:    _AdminService_GetSMTPConfigById_Handler,
		},
		{
			MethodName: "AddSMTPConfig",
			Handler:    _AdminService_AddSMTPConfig_Handler,
		},
		{
			MethodName: "UpdateSMTPConfig",
			Handler:    _AdminService_UpdateSMTPConfig_Handler,
		},
		{
			MethodName: "UpdateSMTPConfigPassword",
			Handler:    _AdminService_UpdateSMTPConfigPassword_Handler,
		},
		{
			MethodName: "ActivateSMTPConfig",
			Handler:    _AdminService_ActivateSMTPConfig_Handler,
		},
		{
			MethodName: "DeactivateSMTPConfig",
			Handler:    _AdminService_DeactivateSMTPConfig_Handler,
		},
		{
			MethodName: "RemoveSMTPConfig",
			Handler:    _AdminService_RemoveSMTPConfig_Handler,
		},
		{
			MethodName: "ListSMTPConfigs",
			Handler:    _AdminService_ListSMTPConfigs_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: "AddOIDCSettings",
			Handler:    _AdminService_AddOIDCSettings_Handler,
		},
		{
			MethodName: "UpdateOIDCSettings",
			Handler:    _AdminService_UpdateOIDCSettings_Handler,
		},
		{
			MethodName: "GetFileSystemNotificationProvider",
			Handler:    _AdminService_GetFileSystemNotificationProvider_Handler,
		},
		{
			MethodName: "GetLogNotificationProvider",
			Handler:    _AdminService_GetLogNotificationProvider_Handler,
		},
		{
			MethodName: "GetSecurityPolicy",
			Handler:    _AdminService_GetSecurityPolicy_Handler,
		},
		{
			MethodName: "SetSecurityPolicy",
			Handler:    _AdminService_SetSecurityPolicy_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: "RemoveOrg",
			Handler:    _AdminService_RemoveOrg_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: "ListProviders",
			Handler:    _AdminService_ListProviders_Handler,
		},
		{
			MethodName: "GetProviderByID",
			Handler:    _AdminService_GetProviderByID_Handler,
		},
		{
			MethodName: "AddGenericOAuthProvider",
			Handler:    _AdminService_AddGenericOAuthProvider_Handler,
		},
		{
			MethodName: "UpdateGenericOAuthProvider",
			Handler:    _AdminService_UpdateGenericOAuthProvider_Handler,
		},
		{
			MethodName: "AddGenericOIDCProvider",
			Handler:    _AdminService_AddGenericOIDCProvider_Handler,
		},
		{
			MethodName: "UpdateGenericOIDCProvider",
			Handler:    _AdminService_UpdateGenericOIDCProvider_Handler,
		},
		{
			MethodName: "MigrateGenericOIDCProvider",
			Handler:    _AdminService_MigrateGenericOIDCProvider_Handler,
		},
		{
			MethodName: "AddJWTProvider",
			Handler:    _AdminService_AddJWTProvider_Handler,
		},
		{
			MethodName: "UpdateJWTProvider",
			Handler:    _AdminService_UpdateJWTProvider_Handler,
		},
		{
			MethodName: "AddAzureADProvider",
			Handler:    _AdminService_AddAzureADProvider_Handler,
		},
		{
			MethodName: "UpdateAzureADProvider",
			Handler:    _AdminService_UpdateAzureADProvider_Handler,
		},
		{
			MethodName: "AddGitHubProvider",
			Handler:    _AdminService_AddGitHubProvider_Handler,
		},
		{
			MethodName: "UpdateGitHubProvider",
			Handler:    _AdminService_UpdateGitHubProvider_Handler,
		},
		{
			MethodName: "AddGitHubEnterpriseServerProvider",
			Handler:    _AdminService_AddGitHubEnterpriseServerProvider_Handler,
		},
		{
			MethodName: "UpdateGitHubEnterpriseServerProvider",
			Handler:    _AdminService_UpdateGitHubEnterpriseServerProvider_Handler,
		},
		{
			MethodName: "AddGitLabProvider",
			Handler:    _AdminService_AddGitLabProvider_Handler,
		},
		{
			MethodName: "UpdateGitLabProvider",
			Handler:    _AdminService_UpdateGitLabProvider_Handler,
		},
		{
			MethodName: "AddGitLabSelfHostedProvider",
			Handler:    _AdminService_AddGitLabSelfHostedProvider_Handler,
		},
		{
			MethodName: "UpdateGitLabSelfHostedProvider",
			Handler:    _AdminService_UpdateGitLabSelfHostedProvider_Handler,
		},
		{
			MethodName: "AddGoogleProvider",
			Handler:    _AdminService_AddGoogleProvider_Handler,
		},
		{
			MethodName: "UpdateGoogleProvider",
			Handler:    _AdminService_UpdateGoogleProvider_Handler,
		},
		{
			MethodName: "AddLDAPProvider",
			Handler:    _AdminService_AddLDAPProvider_Handler,
		},
		{
			MethodName: "UpdateLDAPProvider",
			Handler:    _AdminService_UpdateLDAPProvider_Handler,
		},
		{
			MethodName: "AddAppleProvider",
			Handler:    _AdminService_AddAppleProvider_Handler,
		},
		{
			MethodName: "UpdateAppleProvider",
			Handler:    _AdminService_UpdateAppleProvider_Handler,
		},
		{
			MethodName: "AddSAMLProvider",
			Handler:    _AdminService_AddSAMLProvider_Handler,
		},
		{
			MethodName: "UpdateSAMLProvider",
			Handler:    _AdminService_UpdateSAMLProvider_Handler,
		},
		{
			MethodName: "RegenerateSAMLProviderCertificate",
			Handler:    _AdminService_RegenerateSAMLProviderCertificate_Handler,
		},
		{
			MethodName: "DeleteProvider",
			Handler:    _AdminService_DeleteProvider_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: "AddNotificationPolicy",
			Handler:    _AdminService_AddNotificationPolicy_Handler,
		},
		{
			MethodName: "GetNotificationPolicy",
			Handler:    _AdminService_GetNotificationPolicy_Handler,
		},
		{
			MethodName: "UpdateNotificationPolicy",
			Handler:    _AdminService_UpdateNotificationPolicy_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: "GetDefaultVerifySMSOTPMessageText",
			Handler:    _AdminService_GetDefaultVerifySMSOTPMessageText_Handler,
		},
		{
			MethodName: "GetCustomVerifySMSOTPMessageText",
			Handler:    _AdminService_GetCustomVerifySMSOTPMessageText_Handler,
		},
		{
			MethodName: "SetDefaultVerifySMSOTPMessageText",
			Handler:    _AdminService_SetDefaultVerifySMSOTPMessageText_Handler,
		},
		{
			MethodName: "ResetCustomVerifySMSOTPMessageTextToDefault",
			Handler:    _AdminService_ResetCustomVerifySMSOTPMessageTextToDefault_Handler,
		},
		{
			MethodName: "GetDefaultVerifyEmailOTPMessageText",
			Handler:    _AdminService_GetDefaultVerifyEmailOTPMessageText_Handler,
		},
		{
			MethodName: "GetCustomVerifyEmailOTPMessageText",
			Handler:    _AdminService_GetCustomVerifyEmailOTPMessageText_Handler,
		},
		{
			MethodName: "SetDefaultVerifyEmailOTPMessageText",
			Handler:    _AdminService_SetDefaultVerifyEmailOTPMessageText_Handler,
		},
		{
			MethodName: "ResetCustomVerifyEmailOTPMessageTextToDefault",
			Handler:    _AdminService_ResetCustomVerifyEmailOTPMessageTextToDefault_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: "GetDefaultPasswordChangeMessageText",
			Handler:    _AdminService_GetDefaultPasswordChangeMessageText_Handler,
		},
		{
			MethodName: "GetCustomPasswordChangeMessageText",
			Handler:    _AdminService_GetCustomPasswordChangeMessageText_Handler,
		},
		{
			MethodName: "SetDefaultPasswordChangeMessageText",
			Handler:    _AdminService_SetDefaultPasswordChangeMessageText_Handler,
		},
		{
			MethodName: "ResetCustomPasswordChangeMessageTextToDefault",
			Handler:    _AdminService_ResetCustomPasswordChangeMessageTextToDefault_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,
		},
		{
			MethodName: "ListEventTypes",
			Handler:    _AdminService_ListEventTypes_Handler,
		},
		{
			MethodName: "ListEvents",
			Handler:    _AdminService_ListEvents_Handler,
		},
		{
			MethodName: "ListAggregateTypes",
			Handler:    _AdminService_ListAggregateTypes_Handler,
		},
		{
			MethodName: "ActivateFeatureLoginDefaultOrg",
			Handler:    _AdminService_ActivateFeatureLoginDefaultOrg_Handler,
		},
		{
			MethodName: "ListMilestones",
			Handler:    _AdminService_ListMilestones_Handler,
		},
		{
			MethodName: "SetRestrictions",
			Handler:    _AdminService_SetRestrictions_Handler,
		},
		{
			MethodName: "GetRestrictions",
			Handler:    _AdminService_GetRestrictions_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 ActivateFeatureLoginDefaultOrgRequest added in v2.0.22

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

func (*ActivateFeatureLoginDefaultOrgRequest) Descriptor deprecated added in v2.0.22

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

Deprecated: Use ActivateFeatureLoginDefaultOrgRequest.ProtoReflect.Descriptor instead.

func (*ActivateFeatureLoginDefaultOrgRequest) ProtoMessage added in v2.0.22

func (*ActivateFeatureLoginDefaultOrgRequest) ProtoMessage()

func (*ActivateFeatureLoginDefaultOrgRequest) ProtoReflect added in v2.0.22

func (*ActivateFeatureLoginDefaultOrgRequest) Reset added in v2.0.22

func (*ActivateFeatureLoginDefaultOrgRequest) String added in v2.0.22

type ActivateFeatureLoginDefaultOrgResponse added in v2.0.22

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

func (*ActivateFeatureLoginDefaultOrgResponse) Descriptor deprecated added in v2.0.22

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

Deprecated: Use ActivateFeatureLoginDefaultOrgResponse.ProtoReflect.Descriptor instead.

func (*ActivateFeatureLoginDefaultOrgResponse) GetDetails added in v2.0.22

func (*ActivateFeatureLoginDefaultOrgResponse) ProtoMessage added in v2.0.22

func (*ActivateFeatureLoginDefaultOrgResponse) ProtoReflect added in v2.0.22

func (*ActivateFeatureLoginDefaultOrgResponse) Reset added in v2.0.22

func (*ActivateFeatureLoginDefaultOrgResponse) String added in v2.0.22

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 ActivateSMTPConfigRequest added in v2.1.13

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

func (*ActivateSMTPConfigRequest) Descriptor deprecated added in v2.1.13

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

Deprecated: Use ActivateSMTPConfigRequest.ProtoReflect.Descriptor instead.

func (*ActivateSMTPConfigRequest) GetId added in v2.1.13

func (x *ActivateSMTPConfigRequest) GetId() string

func (*ActivateSMTPConfigRequest) ProtoMessage added in v2.1.13

func (*ActivateSMTPConfigRequest) ProtoMessage()

func (*ActivateSMTPConfigRequest) ProtoReflect added in v2.1.13

func (*ActivateSMTPConfigRequest) Reset added in v2.1.13

func (x *ActivateSMTPConfigRequest) Reset()

func (*ActivateSMTPConfigRequest) String added in v2.1.13

func (x *ActivateSMTPConfigRequest) String() string

type ActivateSMTPConfigResponse added in v2.1.13

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

func (*ActivateSMTPConfigResponse) Descriptor deprecated added in v2.1.13

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

Deprecated: Use ActivateSMTPConfigResponse.ProtoReflect.Descriptor instead.

func (*ActivateSMTPConfigResponse) GetDetails added in v2.1.13

func (*ActivateSMTPConfigResponse) ProtoMessage added in v2.1.13

func (*ActivateSMTPConfigResponse) ProtoMessage()

func (*ActivateSMTPConfigResponse) ProtoReflect added in v2.1.13

func (*ActivateSMTPConfigResponse) Reset added in v2.1.13

func (x *ActivateSMTPConfigResponse) Reset()

func (*ActivateSMTPConfigResponse) String added in v2.1.13

func (x *ActivateSMTPConfigResponse) String() string

type AddAppleProviderRequest added in v2.0.18

type AddAppleProviderRequest struct {

	// Apple will be used as default, if no name is provided
	Name            string       `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ClientId        string       `protobuf:"bytes,2,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	TeamId          string       `protobuf:"bytes,3,opt,name=team_id,json=teamId,proto3" json:"team_id,omitempty"`
	KeyId           string       `protobuf:"bytes,4,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	PrivateKey      []byte       `protobuf:"bytes,5,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
	Scopes          []string     `protobuf:"bytes,6,rep,name=scopes,proto3" json:"scopes,omitempty"`
	ProviderOptions *idp.Options `protobuf:"bytes,7,opt,name=provider_options,json=providerOptions,proto3" json:"provider_options,omitempty"`
	// contains filtered or unexported fields
}

func (*AddAppleProviderRequest) Descriptor deprecated added in v2.0.18

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

Deprecated: Use AddAppleProviderRequest.ProtoReflect.Descriptor instead.

func (*AddAppleProviderRequest) GetClientId added in v2.0.18

func (x *AddAppleProviderRequest) GetClientId() string

func (*AddAppleProviderRequest) GetKeyId added in v2.0.18

func (x *AddAppleProviderRequest) GetKeyId() string

func (*AddAppleProviderRequest) GetName added in v2.0.18

func (x *AddAppleProviderRequest) GetName() string

func (*AddAppleProviderRequest) GetPrivateKey added in v2.0.18

func (x *AddAppleProviderRequest) GetPrivateKey() []byte

func (*AddAppleProviderRequest) GetProviderOptions added in v2.0.18

func (x *AddAppleProviderRequest) GetProviderOptions() *idp.Options

func (*AddAppleProviderRequest) GetScopes added in v2.0.18

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

func (*AddAppleProviderRequest) GetTeamId added in v2.0.18

func (x *AddAppleProviderRequest) GetTeamId() string

func (*AddAppleProviderRequest) ProtoMessage added in v2.0.18

func (*AddAppleProviderRequest) ProtoMessage()

func (*AddAppleProviderRequest) ProtoReflect added in v2.0.18

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

func (*AddAppleProviderRequest) Reset added in v2.0.18

func (x *AddAppleProviderRequest) Reset()

func (*AddAppleProviderRequest) String added in v2.0.18

func (x *AddAppleProviderRequest) String() string

type AddAppleProviderResponse added in v2.0.18

type AddAppleProviderResponse 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 (*AddAppleProviderResponse) Descriptor deprecated added in v2.0.18

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

Deprecated: Use AddAppleProviderResponse.ProtoReflect.Descriptor instead.

func (*AddAppleProviderResponse) GetDetails added in v2.0.18

func (*AddAppleProviderResponse) GetId added in v2.0.18

func (x *AddAppleProviderResponse) GetId() string

func (*AddAppleProviderResponse) ProtoMessage added in v2.0.18

func (*AddAppleProviderResponse) ProtoMessage()

func (*AddAppleProviderResponse) ProtoReflect added in v2.0.18

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

func (*AddAppleProviderResponse) Reset added in v2.0.18

func (x *AddAppleProviderResponse) Reset()

func (*AddAppleProviderResponse) String added in v2.0.18

func (x *AddAppleProviderResponse) String() string

type AddAzureADProviderRequest added in v2.0.12

type AddAzureADProviderRequest struct {
	Name         string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ClientId     string `protobuf:"bytes,2,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	ClientSecret string `protobuf:"bytes,3,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	// if not provided the `common` tenant will be used
	Tenant          *idp.AzureADTenant `protobuf:"bytes,4,opt,name=tenant,proto3" json:"tenant,omitempty"`
	EmailVerified   bool               `protobuf:"varint,5,opt,name=email_verified,json=emailVerified,proto3" json:"email_verified,omitempty"`
	Scopes          []string           `protobuf:"bytes,6,rep,name=scopes,proto3" json:"scopes,omitempty"`
	ProviderOptions *idp.Options       `protobuf:"bytes,7,opt,name=provider_options,json=providerOptions,proto3" json:"provider_options,omitempty"`
	// contains filtered or unexported fields
}

func (*AddAzureADProviderRequest) Descriptor deprecated added in v2.0.12

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

Deprecated: Use AddAzureADProviderRequest.ProtoReflect.Descriptor instead.

func (*AddAzureADProviderRequest) GetClientId added in v2.0.12

func (x *AddAzureADProviderRequest) GetClientId() string

func (*AddAzureADProviderRequest) GetClientSecret added in v2.0.12

func (x *AddAzureADProviderRequest) GetClientSecret() string

func (*AddAzureADProviderRequest) GetEmailVerified added in v2.0.12

func (x *AddAzureADProviderRequest) GetEmailVerified() bool

func (*AddAzureADProviderRequest) GetName added in v2.0.12

func (x *AddAzureADProviderRequest) GetName() string

func (*AddAzureADProviderRequest) GetProviderOptions added in v2.0.12

func (x *AddAzureADProviderRequest) GetProviderOptions() *idp.Options

func (*AddAzureADProviderRequest) GetScopes added in v2.0.12

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

func (*AddAzureADProviderRequest) GetTenant added in v2.0.12

func (*AddAzureADProviderRequest) ProtoMessage added in v2.0.12

func (*AddAzureADProviderRequest) ProtoMessage()

func (*AddAzureADProviderRequest) ProtoReflect added in v2.0.12

func (*AddAzureADProviderRequest) Reset added in v2.0.12

func (x *AddAzureADProviderRequest) Reset()

func (*AddAzureADProviderRequest) String added in v2.0.12

func (x *AddAzureADProviderRequest) String() string

type AddAzureADProviderResponse added in v2.0.12

type AddAzureADProviderResponse 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 (*AddAzureADProviderResponse) Descriptor deprecated added in v2.0.12

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

Deprecated: Use AddAzureADProviderResponse.ProtoReflect.Descriptor instead.

func (*AddAzureADProviderResponse) GetDetails added in v2.0.12

func (*AddAzureADProviderResponse) GetId added in v2.0.12

func (*AddAzureADProviderResponse) ProtoMessage added in v2.0.12

func (*AddAzureADProviderResponse) ProtoMessage()

func (*AddAzureADProviderResponse) ProtoReflect added in v2.0.12

func (*AddAzureADProviderResponse) Reset added in v2.0.12

func (x *AddAzureADProviderResponse) Reset()

func (*AddAzureADProviderResponse) String added in v2.0.12

func (x *AddAzureADProviderResponse) 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 its organization (uniqueness is organization 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 its organization (uniqueness is organization based)
	/* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AddCustomOrgIAMPolicyRequest) Descriptor deprecated

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

Deprecated: Use AddCustomOrgIAMPolicyRequest.ProtoReflect.Descriptor instead.

func (*AddCustomOrgIAMPolicyRequest) GetOrgId

func (x *AddCustomOrgIAMPolicyRequest) GetOrgId() string

func (*AddCustomOrgIAMPolicyRequest) GetUserLoginMustBeDomain

func (x *AddCustomOrgIAMPolicyRequest) GetUserLoginMustBeDomain() bool

func (*AddCustomOrgIAMPolicyRequest) ProtoMessage

func (*AddCustomOrgIAMPolicyRequest) ProtoMessage()

func (*AddCustomOrgIAMPolicyRequest) ProtoReflect

func (*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 AddGenericOAuthProviderRequest added in v2.0.11

type AddGenericOAuthProviderRequest struct {
	Name                  string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ClientId              string   `protobuf:"bytes,2,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	ClientSecret          string   `protobuf:"bytes,3,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	AuthorizationEndpoint string   `protobuf:"bytes,4,opt,name=authorization_endpoint,json=authorizationEndpoint,proto3" json:"authorization_endpoint,omitempty"`
	TokenEndpoint         string   `protobuf:"bytes,5,opt,name=token_endpoint,json=tokenEndpoint,proto3" json:"token_endpoint,omitempty"`
	UserEndpoint          string   `protobuf:"bytes,6,opt,name=user_endpoint,json=userEndpoint,proto3" json:"user_endpoint,omitempty"`
	Scopes                []string `protobuf:"bytes,7,rep,name=scopes,proto3" json:"scopes,omitempty"`
	// identifying attribute of the user in the response of the user_endpoint
	IdAttribute     string       `protobuf:"bytes,8,opt,name=id_attribute,json=idAttribute,proto3" json:"id_attribute,omitempty"`
	ProviderOptions *idp.Options `protobuf:"bytes,9,opt,name=provider_options,json=providerOptions,proto3" json:"provider_options,omitempty"`
	// contains filtered or unexported fields
}

func (*AddGenericOAuthProviderRequest) Descriptor deprecated added in v2.0.11

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

Deprecated: Use AddGenericOAuthProviderRequest.ProtoReflect.Descriptor instead.

func (*AddGenericOAuthProviderRequest) GetAuthorizationEndpoint added in v2.0.11

func (x *AddGenericOAuthProviderRequest) GetAuthorizationEndpoint() string

func (*AddGenericOAuthProviderRequest) GetClientId added in v2.0.11

func (x *AddGenericOAuthProviderRequest) GetClientId() string

func (*AddGenericOAuthProviderRequest) GetClientSecret added in v2.0.11

func (x *AddGenericOAuthProviderRequest) GetClientSecret() string

func (*AddGenericOAuthProviderRequest) GetIdAttribute added in v2.0.11

func (x *AddGenericOAuthProviderRequest) GetIdAttribute() string

func (*AddGenericOAuthProviderRequest) GetName added in v2.0.11

func (*AddGenericOAuthProviderRequest) GetProviderOptions added in v2.0.11

func (x *AddGenericOAuthProviderRequest) GetProviderOptions() *idp.Options

func (*AddGenericOAuthProviderRequest) GetScopes added in v2.0.11

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

func (*AddGenericOAuthProviderRequest) GetTokenEndpoint added in v2.0.11

func (x *AddGenericOAuthProviderRequest) GetTokenEndpoint() string

func (*AddGenericOAuthProviderRequest) GetUserEndpoint added in v2.0.11

func (x *AddGenericOAuthProviderRequest) GetUserEndpoint() string

func (*AddGenericOAuthProviderRequest) ProtoMessage added in v2.0.11

func (*AddGenericOAuthProviderRequest) ProtoMessage()

func (*AddGenericOAuthProviderRequest) ProtoReflect added in v2.0.11

func (*AddGenericOAuthProviderRequest) Reset added in v2.0.11

func (x *AddGenericOAuthProviderRequest) Reset()

func (*AddGenericOAuthProviderRequest) String added in v2.0.11

type AddGenericOAuthProviderResponse added in v2.0.11

type AddGenericOAuthProviderResponse 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 (*AddGenericOAuthProviderResponse) Descriptor deprecated added in v2.0.11

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

Deprecated: Use AddGenericOAuthProviderResponse.ProtoReflect.Descriptor instead.

func (*AddGenericOAuthProviderResponse) GetDetails added in v2.0.11

func (*AddGenericOAuthProviderResponse) GetId added in v2.0.11

func (*AddGenericOAuthProviderResponse) ProtoMessage added in v2.0.11

func (*AddGenericOAuthProviderResponse) ProtoMessage()

func (*AddGenericOAuthProviderResponse) ProtoReflect added in v2.0.11

func (*AddGenericOAuthProviderResponse) Reset added in v2.0.11

func (*AddGenericOAuthProviderResponse) String added in v2.0.11

type AddGenericOIDCProviderRequest added in v2.0.11

type AddGenericOIDCProviderRequest struct {
	Name             string       `protobuf:"bytes,1,opt,name=name,proto3" json:"name,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"`
	ProviderOptions  *idp.Options `protobuf:"bytes,6,opt,name=provider_options,json=providerOptions,proto3" json:"provider_options,omitempty"`
	IsIdTokenMapping bool         `protobuf:"varint,7,opt,name=is_id_token_mapping,json=isIdTokenMapping,proto3" json:"is_id_token_mapping,omitempty"`
	// contains filtered or unexported fields
}

func (*AddGenericOIDCProviderRequest) Descriptor deprecated added in v2.0.11

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

Deprecated: Use AddGenericOIDCProviderRequest.ProtoReflect.Descriptor instead.

func (*AddGenericOIDCProviderRequest) GetClientId added in v2.0.11

func (x *AddGenericOIDCProviderRequest) GetClientId() string

func (*AddGenericOIDCProviderRequest) GetClientSecret added in v2.0.11

func (x *AddGenericOIDCProviderRequest) GetClientSecret() string

func (*AddGenericOIDCProviderRequest) GetIsIdTokenMapping added in v2.0.12

func (x *AddGenericOIDCProviderRequest) GetIsIdTokenMapping() bool

func (*AddGenericOIDCProviderRequest) GetIssuer added in v2.0.11

func (x *AddGenericOIDCProviderRequest) GetIssuer() string

func (*AddGenericOIDCProviderRequest) GetName added in v2.0.11

func (*AddGenericOIDCProviderRequest) GetProviderOptions added in v2.0.11

func (x *AddGenericOIDCProviderRequest) GetProviderOptions() *idp.Options

func (*AddGenericOIDCProviderRequest) GetScopes added in v2.0.11

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

func (*AddGenericOIDCProviderRequest) ProtoMessage added in v2.0.11

func (*AddGenericOIDCProviderRequest) ProtoMessage()

func (*AddGenericOIDCProviderRequest) ProtoReflect added in v2.0.11

func (*AddGenericOIDCProviderRequest) Reset added in v2.0.11

func (x *AddGenericOIDCProviderRequest) Reset()

func (*AddGenericOIDCProviderRequest) String added in v2.0.11

type AddGenericOIDCProviderResponse added in v2.0.11

type AddGenericOIDCProviderResponse 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 (*AddGenericOIDCProviderResponse) Descriptor deprecated added in v2.0.11

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

Deprecated: Use AddGenericOIDCProviderResponse.ProtoReflect.Descriptor instead.

func (*AddGenericOIDCProviderResponse) GetDetails added in v2.0.11

func (*AddGenericOIDCProviderResponse) GetId added in v2.0.11

func (*AddGenericOIDCProviderResponse) ProtoMessage added in v2.0.11

func (*AddGenericOIDCProviderResponse) ProtoMessage()

func (*AddGenericOIDCProviderResponse) ProtoReflect added in v2.0.11

func (*AddGenericOIDCProviderResponse) Reset added in v2.0.11

func (x *AddGenericOIDCProviderResponse) Reset()

func (*AddGenericOIDCProviderResponse) String added in v2.0.11

type AddGitHubEnterpriseServerProviderRequest added in v2.0.12

type AddGitHubEnterpriseServerProviderRequest struct {
	ClientId              string       `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	Name                  string       `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ClientSecret          string       `protobuf:"bytes,3,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	AuthorizationEndpoint string       `protobuf:"bytes,4,opt,name=authorization_endpoint,json=authorizationEndpoint,proto3" json:"authorization_endpoint,omitempty"`
	TokenEndpoint         string       `protobuf:"bytes,5,opt,name=token_endpoint,json=tokenEndpoint,proto3" json:"token_endpoint,omitempty"`
	UserEndpoint          string       `protobuf:"bytes,6,opt,name=user_endpoint,json=userEndpoint,proto3" json:"user_endpoint,omitempty"`
	Scopes                []string     `protobuf:"bytes,7,rep,name=scopes,proto3" json:"scopes,omitempty"`
	ProviderOptions       *idp.Options `protobuf:"bytes,8,opt,name=provider_options,json=providerOptions,proto3" json:"provider_options,omitempty"`
	// contains filtered or unexported fields
}

func (*AddGitHubEnterpriseServerProviderRequest) Descriptor deprecated added in v2.0.12

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

Deprecated: Use AddGitHubEnterpriseServerProviderRequest.ProtoReflect.Descriptor instead.

func (*AddGitHubEnterpriseServerProviderRequest) GetAuthorizationEndpoint added in v2.0.12

func (x *AddGitHubEnterpriseServerProviderRequest) GetAuthorizationEndpoint() string

func (*AddGitHubEnterpriseServerProviderRequest) GetClientId added in v2.0.12

func (*AddGitHubEnterpriseServerProviderRequest) GetClientSecret added in v2.0.12

func (x *AddGitHubEnterpriseServerProviderRequest) GetClientSecret() string

func (*AddGitHubEnterpriseServerProviderRequest) GetName added in v2.0.12

func (*AddGitHubEnterpriseServerProviderRequest) GetProviderOptions added in v2.0.12

func (x *AddGitHubEnterpriseServerProviderRequest) GetProviderOptions() *idp.Options

func (*AddGitHubEnterpriseServerProviderRequest) GetScopes added in v2.0.12

func (*AddGitHubEnterpriseServerProviderRequest) GetTokenEndpoint added in v2.0.12

func (x *AddGitHubEnterpriseServerProviderRequest) GetTokenEndpoint() string

func (*AddGitHubEnterpriseServerProviderRequest) GetUserEndpoint added in v2.0.12

func (x *AddGitHubEnterpriseServerProviderRequest) GetUserEndpoint() string

func (*AddGitHubEnterpriseServerProviderRequest) ProtoMessage added in v2.0.12

func (*AddGitHubEnterpriseServerProviderRequest) ProtoReflect added in v2.0.12

func (*AddGitHubEnterpriseServerProviderRequest) Reset added in v2.0.12

func (*AddGitHubEnterpriseServerProviderRequest) String added in v2.0.12

type AddGitHubEnterpriseServerProviderResponse added in v2.0.12

type AddGitHubEnterpriseServerProviderResponse 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 (*AddGitHubEnterpriseServerProviderResponse) Descriptor deprecated added in v2.0.12

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

Deprecated: Use AddGitHubEnterpriseServerProviderResponse.ProtoReflect.Descriptor instead.

func (*AddGitHubEnterpriseServerProviderResponse) GetDetails added in v2.0.12

func (*AddGitHubEnterpriseServerProviderResponse) GetId added in v2.0.12

func (*AddGitHubEnterpriseServerProviderResponse) ProtoMessage added in v2.0.12

func (*AddGitHubEnterpriseServerProviderResponse) ProtoReflect added in v2.0.12

func (*AddGitHubEnterpriseServerProviderResponse) Reset added in v2.0.12

func (*AddGitHubEnterpriseServerProviderResponse) String added in v2.0.12

type AddGitHubProviderRequest added in v2.0.12

type AddGitHubProviderRequest struct {

	// GitHub will be used as default, if no name is provided
	Name            string       `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ClientId        string       `protobuf:"bytes,2,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	ClientSecret    string       `protobuf:"bytes,3,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	Scopes          []string     `protobuf:"bytes,4,rep,name=scopes,proto3" json:"scopes,omitempty"`
	ProviderOptions *idp.Options `protobuf:"bytes,5,opt,name=provider_options,json=providerOptions,proto3" json:"provider_options,omitempty"`
	// contains filtered or unexported fields
}

func (*AddGitHubProviderRequest) Descriptor deprecated added in v2.0.12

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

Deprecated: Use AddGitHubProviderRequest.ProtoReflect.Descriptor instead.

func (*AddGitHubProviderRequest) GetClientId added in v2.0.12

func (x *AddGitHubProviderRequest) GetClientId() string

func (*AddGitHubProviderRequest) GetClientSecret added in v2.0.12

func (x *AddGitHubProviderRequest) GetClientSecret() string

func (*AddGitHubProviderRequest) GetName added in v2.0.12

func (x *AddGitHubProviderRequest) GetName() string

func (*AddGitHubProviderRequest) GetProviderOptions added in v2.0.12

func (x *AddGitHubProviderRequest) GetProviderOptions() *idp.Options

func (*AddGitHubProviderRequest) GetScopes added in v2.0.12

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

func (*AddGitHubProviderRequest) ProtoMessage added in v2.0.12

func (*AddGitHubProviderRequest) ProtoMessage()

func (*AddGitHubProviderRequest) ProtoReflect added in v2.0.12

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

func (*AddGitHubProviderRequest) Reset added in v2.0.12

func (x *AddGitHubProviderRequest) Reset()

func (*AddGitHubProviderRequest) String added in v2.0.12

func (x *AddGitHubProviderRequest) String() string

type AddGitHubProviderResponse added in v2.0.12

type AddGitHubProviderResponse 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 (*AddGitHubProviderResponse) Descriptor deprecated added in v2.0.12

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

Deprecated: Use AddGitHubProviderResponse.ProtoReflect.Descriptor instead.

func (*AddGitHubProviderResponse) GetDetails added in v2.0.12

func (*AddGitHubProviderResponse) GetId added in v2.0.12

func (x *AddGitHubProviderResponse) GetId() string

func (*AddGitHubProviderResponse) ProtoMessage added in v2.0.12

func (*AddGitHubProviderResponse) ProtoMessage()

func (*AddGitHubProviderResponse) ProtoReflect added in v2.0.12

func (*AddGitHubProviderResponse) Reset added in v2.0.12

func (x *AddGitHubProviderResponse) Reset()

func (*AddGitHubProviderResponse) String added in v2.0.12

func (x *AddGitHubProviderResponse) String() string

type AddGitLabProviderRequest added in v2.0.12

type AddGitLabProviderRequest struct {

	// GitLab will be used as default, if no name is provided
	Name            string       `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ClientId        string       `protobuf:"bytes,2,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	ClientSecret    string       `protobuf:"bytes,3,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	Scopes          []string     `protobuf:"bytes,4,rep,name=scopes,proto3" json:"scopes,omitempty"`
	ProviderOptions *idp.Options `protobuf:"bytes,5,opt,name=provider_options,json=providerOptions,proto3" json:"provider_options,omitempty"`
	// contains filtered or unexported fields
}

func (*AddGitLabProviderRequest) Descriptor deprecated added in v2.0.12

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

Deprecated: Use AddGitLabProviderRequest.ProtoReflect.Descriptor instead.

func (*AddGitLabProviderRequest) GetClientId added in v2.0.12

func (x *AddGitLabProviderRequest) GetClientId() string

func (*AddGitLabProviderRequest) GetClientSecret added in v2.0.12

func (x *AddGitLabProviderRequest) GetClientSecret() string

func (*AddGitLabProviderRequest) GetName added in v2.0.12

func (x *AddGitLabProviderRequest) GetName() string

func (*AddGitLabProviderRequest) GetProviderOptions added in v2.0.12

func (x *AddGitLabProviderRequest) GetProviderOptions() *idp.Options

func (*AddGitLabProviderRequest) GetScopes added in v2.0.12

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

func (*AddGitLabProviderRequest) ProtoMessage added in v2.0.12

func (*AddGitLabProviderRequest) ProtoMessage()

func (*AddGitLabProviderRequest) ProtoReflect added in v2.0.12

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

func (*AddGitLabProviderRequest) Reset added in v2.0.12

func (x *AddGitLabProviderRequest) Reset()

func (*AddGitLabProviderRequest) String added in v2.0.12

func (x *AddGitLabProviderRequest) String() string

type AddGitLabProviderResponse added in v2.0.12

type AddGitLabProviderResponse 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 (*AddGitLabProviderResponse) Descriptor deprecated added in v2.0.12

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

Deprecated: Use AddGitLabProviderResponse.ProtoReflect.Descriptor instead.

func (*AddGitLabProviderResponse) GetDetails added in v2.0.12

func (*AddGitLabProviderResponse) GetId added in v2.0.12

func (x *AddGitLabProviderResponse) GetId() string

func (*AddGitLabProviderResponse) ProtoMessage added in v2.0.12

func (*AddGitLabProviderResponse) ProtoMessage()

func (*AddGitLabProviderResponse) ProtoReflect added in v2.0.12

func (*AddGitLabProviderResponse) Reset added in v2.0.12

func (x *AddGitLabProviderResponse) Reset()

func (*AddGitLabProviderResponse) String added in v2.0.12

func (x *AddGitLabProviderResponse) String() string

type AddGitLabSelfHostedProviderRequest added in v2.0.12

type AddGitLabSelfHostedProviderRequest struct {
	Issuer          string       `protobuf:"bytes,1,opt,name=issuer,proto3" json:"issuer,omitempty"`
	Name            string       `protobuf:"bytes,2,opt,name=name,proto3" json:"name,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"`
	ProviderOptions *idp.Options `protobuf:"bytes,6,opt,name=provider_options,json=providerOptions,proto3" json:"provider_options,omitempty"`
	// contains filtered or unexported fields
}

func (*AddGitLabSelfHostedProviderRequest) Descriptor deprecated added in v2.0.12

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

Deprecated: Use AddGitLabSelfHostedProviderRequest.ProtoReflect.Descriptor instead.

func (*AddGitLabSelfHostedProviderRequest) GetClientId added in v2.0.12

func (x *AddGitLabSelfHostedProviderRequest) GetClientId() string

func (*AddGitLabSelfHostedProviderRequest) GetClientSecret added in v2.0.12

func (x *AddGitLabSelfHostedProviderRequest) GetClientSecret() string

func (*AddGitLabSelfHostedProviderRequest) GetIssuer added in v2.0.12

func (*AddGitLabSelfHostedProviderRequest) GetName added in v2.0.12

func (*AddGitLabSelfHostedProviderRequest) GetProviderOptions added in v2.0.12

func (x *AddGitLabSelfHostedProviderRequest) GetProviderOptions() *idp.Options

func (*AddGitLabSelfHostedProviderRequest) GetScopes added in v2.0.12

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

func (*AddGitLabSelfHostedProviderRequest) ProtoMessage added in v2.0.12

func (*AddGitLabSelfHostedProviderRequest) ProtoMessage()

func (*AddGitLabSelfHostedProviderRequest) ProtoReflect added in v2.0.12

func (*AddGitLabSelfHostedProviderRequest) Reset added in v2.0.12

func (*AddGitLabSelfHostedProviderRequest) String added in v2.0.12

type AddGitLabSelfHostedProviderResponse added in v2.0.12

type AddGitLabSelfHostedProviderResponse 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 (*AddGitLabSelfHostedProviderResponse) Descriptor deprecated added in v2.0.12

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

Deprecated: Use AddGitLabSelfHostedProviderResponse.ProtoReflect.Descriptor instead.

func (*AddGitLabSelfHostedProviderResponse) GetDetails added in v2.0.12

func (*AddGitLabSelfHostedProviderResponse) GetId added in v2.0.12

func (*AddGitLabSelfHostedProviderResponse) ProtoMessage added in v2.0.12

func (*AddGitLabSelfHostedProviderResponse) ProtoMessage()

func (*AddGitLabSelfHostedProviderResponse) ProtoReflect added in v2.0.12

func (*AddGitLabSelfHostedProviderResponse) Reset added in v2.0.12

func (*AddGitLabSelfHostedProviderResponse) String added in v2.0.12

type AddGoogleProviderRequest added in v2.0.11

type AddGoogleProviderRequest struct {

	// Google will be used as default, if no name is provided
	Name            string       `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ClientId        string       `protobuf:"bytes,2,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	ClientSecret    string       `protobuf:"bytes,3,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	Scopes          []string     `protobuf:"bytes,4,rep,name=scopes,proto3" json:"scopes,omitempty"`
	ProviderOptions *idp.Options `protobuf:"bytes,5,opt,name=provider_options,json=providerOptions,proto3" json:"provider_options,omitempty"`
	// contains filtered or unexported fields
}

func (*AddGoogleProviderRequest) Descriptor deprecated added in v2.0.11

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

Deprecated: Use AddGoogleProviderRequest.ProtoReflect.Descriptor instead.

func (*AddGoogleProviderRequest) GetClientId added in v2.0.11

func (x *AddGoogleProviderRequest) GetClientId() string

func (*AddGoogleProviderRequest) GetClientSecret added in v2.0.11

func (x *AddGoogleProviderRequest) GetClientSecret() string

func (*AddGoogleProviderRequest) GetName added in v2.0.11

func (x *AddGoogleProviderRequest) GetName() string

func (*AddGoogleProviderRequest) GetProviderOptions added in v2.0.11

func (x *AddGoogleProviderRequest) GetProviderOptions() *idp.Options

func (*AddGoogleProviderRequest) GetScopes added in v2.0.11

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

func (*AddGoogleProviderRequest) ProtoMessage added in v2.0.11

func (*AddGoogleProviderRequest) ProtoMessage()

func (*AddGoogleProviderRequest) ProtoReflect added in v2.0.11

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

func (*AddGoogleProviderRequest) Reset added in v2.0.11

func (x *AddGoogleProviderRequest) Reset()

func (*AddGoogleProviderRequest) String added in v2.0.11

func (x *AddGoogleProviderRequest) String() string

type AddGoogleProviderResponse added in v2.0.11

type AddGoogleProviderResponse 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 (*AddGoogleProviderResponse) Descriptor deprecated added in v2.0.11

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

Deprecated: Use AddGoogleProviderResponse.ProtoReflect.Descriptor instead.

func (*AddGoogleProviderResponse) GetDetails added in v2.0.11

func (*AddGoogleProviderResponse) GetId added in v2.0.11

func (x *AddGoogleProviderResponse) GetId() string

func (*AddGoogleProviderResponse) ProtoMessage added in v2.0.11

func (*AddGoogleProviderResponse) ProtoMessage()

func (*AddGoogleProviderResponse) ProtoReflect added in v2.0.11

func (*AddGoogleProviderResponse) Reset added in v2.0.11

func (x *AddGoogleProviderResponse) Reset()

func (*AddGoogleProviderResponse) String added in v2.0.11

func (x *AddGoogleProviderResponse) String() string

type AddIAMMemberRequest

type AddIAMMemberRequest struct {
	UserId string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Roles  []string `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
	// 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"`
	// 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 AddJWTProviderRequest added in v2.0.11

type AddJWTProviderRequest struct {
	Name            string       `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Issuer          string       `protobuf:"bytes,2,opt,name=issuer,proto3" json:"issuer,omitempty"`
	JwtEndpoint     string       `protobuf:"bytes,3,opt,name=jwt_endpoint,json=jwtEndpoint,proto3" json:"jwt_endpoint,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"`
	ProviderOptions *idp.Options `protobuf:"bytes,6,opt,name=provider_options,json=providerOptions,proto3" json:"provider_options,omitempty"`
	// contains filtered or unexported fields
}

func (*AddJWTProviderRequest) Descriptor deprecated added in v2.0.11

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

Deprecated: Use AddJWTProviderRequest.ProtoReflect.Descriptor instead.

func (*AddJWTProviderRequest) GetHeaderName added in v2.0.11

func (x *AddJWTProviderRequest) GetHeaderName() string

func (*AddJWTProviderRequest) GetIssuer added in v2.0.11

func (x *AddJWTProviderRequest) GetIssuer() string

func (*AddJWTProviderRequest) GetJwtEndpoint added in v2.0.11

func (x *AddJWTProviderRequest) GetJwtEndpoint() string

func (*AddJWTProviderRequest) GetKeysEndpoint added in v2.0.11

func (x *AddJWTProviderRequest) GetKeysEndpoint() string

func (*AddJWTProviderRequest) GetName added in v2.0.11

func (x *AddJWTProviderRequest) GetName() string

func (*AddJWTProviderRequest) GetProviderOptions added in v2.0.11

func (x *AddJWTProviderRequest) GetProviderOptions() *idp.Options

func (*AddJWTProviderRequest) ProtoMessage added in v2.0.11

func (*AddJWTProviderRequest) ProtoMessage()

func (*AddJWTProviderRequest) ProtoReflect added in v2.0.11

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

func (*AddJWTProviderRequest) Reset added in v2.0.11

func (x *AddJWTProviderRequest) Reset()

func (*AddJWTProviderRequest) String added in v2.0.11

func (x *AddJWTProviderRequest) String() string

type AddJWTProviderResponse added in v2.0.11

type AddJWTProviderResponse 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 (*AddJWTProviderResponse) Descriptor deprecated added in v2.0.11

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

Deprecated: Use AddJWTProviderResponse.ProtoReflect.Descriptor instead.

func (*AddJWTProviderResponse) GetDetails added in v2.0.11

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

func (*AddJWTProviderResponse) GetId added in v2.0.11

func (x *AddJWTProviderResponse) GetId() string

func (*AddJWTProviderResponse) ProtoMessage added in v2.0.11

func (*AddJWTProviderResponse) ProtoMessage()

func (*AddJWTProviderResponse) ProtoReflect added in v2.0.11

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

func (*AddJWTProviderResponse) Reset added in v2.0.11

func (x *AddJWTProviderResponse) Reset()

func (*AddJWTProviderResponse) String added in v2.0.11

func (x *AddJWTProviderResponse) String() string

type AddLDAPProviderRequest added in v2.0.10

type AddLDAPProviderRequest struct {
	Name              string               `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Servers           []string             `protobuf:"bytes,2,rep,name=servers,proto3" json:"servers,omitempty"`
	StartTls          bool                 `protobuf:"varint,3,opt,name=start_tls,json=startTls,proto3" json:"start_tls,omitempty"`
	BaseDn            string               `protobuf:"bytes,4,opt,name=base_dn,json=baseDn,proto3" json:"base_dn,omitempty"`
	BindDn            string               `protobuf:"bytes,5,opt,name=bind_dn,json=bindDn,proto3" json:"bind_dn,omitempty"`
	BindPassword      string               `protobuf:"bytes,6,opt,name=bind_password,json=bindPassword,proto3" json:"bind_password,omitempty"`
	UserBase          string               `protobuf:"bytes,7,opt,name=user_base,json=userBase,proto3" json:"user_base,omitempty"`
	UserObjectClasses []string             `protobuf:"bytes,8,rep,name=user_object_classes,json=userObjectClasses,proto3" json:"user_object_classes,omitempty"`
	UserFilters       []string             `protobuf:"bytes,9,rep,name=user_filters,json=userFilters,proto3" json:"user_filters,omitempty"`
	Timeout           *durationpb.Duration `protobuf:"bytes,10,opt,name=timeout,proto3" json:"timeout,omitempty"`
	Attributes        *idp.LDAPAttributes  `protobuf:"bytes,11,opt,name=attributes,proto3" json:"attributes,omitempty"`
	ProviderOptions   *idp.Options         `protobuf:"bytes,12,opt,name=provider_options,json=providerOptions,proto3" json:"provider_options,omitempty"`
	// contains filtered or unexported fields
}

func (*AddLDAPProviderRequest) Descriptor deprecated added in v2.0.10

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

Deprecated: Use AddLDAPProviderRequest.ProtoReflect.Descriptor instead.

func (*AddLDAPProviderRequest) GetAttributes added in v2.0.10

func (x *AddLDAPProviderRequest) GetAttributes() *idp.LDAPAttributes

func (*AddLDAPProviderRequest) GetBaseDn added in v2.0.10

func (x *AddLDAPProviderRequest) GetBaseDn() string

func (*AddLDAPProviderRequest) GetBindDn added in v2.0.13

func (x *AddLDAPProviderRequest) GetBindDn() string

func (*AddLDAPProviderRequest) GetBindPassword added in v2.0.13

func (x *AddLDAPProviderRequest) GetBindPassword() string

func (*AddLDAPProviderRequest) GetName added in v2.0.10

func (x *AddLDAPProviderRequest) GetName() string

func (*AddLDAPProviderRequest) GetProviderOptions added in v2.0.10

func (x *AddLDAPProviderRequest) GetProviderOptions() *idp.Options

func (*AddLDAPProviderRequest) GetServers added in v2.0.13

func (x *AddLDAPProviderRequest) GetServers() []string

func (*AddLDAPProviderRequest) GetStartTls added in v2.0.13

func (x *AddLDAPProviderRequest) GetStartTls() bool

func (*AddLDAPProviderRequest) GetTimeout added in v2.0.13

func (x *AddLDAPProviderRequest) GetTimeout() *durationpb.Duration

func (*AddLDAPProviderRequest) GetUserBase added in v2.0.13

func (x *AddLDAPProviderRequest) GetUserBase() string

func (*AddLDAPProviderRequest) GetUserFilters added in v2.0.13

func (x *AddLDAPProviderRequest) GetUserFilters() []string

func (*AddLDAPProviderRequest) GetUserObjectClasses added in v2.0.13

func (x *AddLDAPProviderRequest) GetUserObjectClasses() []string

func (*AddLDAPProviderRequest) ProtoMessage added in v2.0.10

func (*AddLDAPProviderRequest) ProtoMessage()

func (*AddLDAPProviderRequest) ProtoReflect added in v2.0.10

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

func (*AddLDAPProviderRequest) Reset added in v2.0.10

func (x *AddLDAPProviderRequest) Reset()

func (*AddLDAPProviderRequest) String added in v2.0.10

func (x *AddLDAPProviderRequest) String() string

type AddLDAPProviderResponse added in v2.0.10

type AddLDAPProviderResponse 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 (*AddLDAPProviderResponse) Descriptor deprecated added in v2.0.10

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

Deprecated: Use AddLDAPProviderResponse.ProtoReflect.Descriptor instead.

func (*AddLDAPProviderResponse) GetDetails added in v2.0.10

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

func (*AddLDAPProviderResponse) GetId added in v2.0.10

func (x *AddLDAPProviderResponse) GetId() string

func (*AddLDAPProviderResponse) ProtoMessage added in v2.0.10

func (*AddLDAPProviderResponse) ProtoMessage()

func (*AddLDAPProviderResponse) ProtoReflect added in v2.0.10

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

func (*AddLDAPProviderResponse) Reset added in v2.0.10

func (x *AddLDAPProviderResponse) Reset()

func (*AddLDAPProviderResponse) String added in v2.0.10

func (x *AddLDAPProviderResponse) 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 AddNotificationPolicyRequest added in v2.0.9

type AddNotificationPolicyRequest struct {
	PasswordChange bool `protobuf:"varint,1,opt,name=password_change,json=passwordChange,proto3" json:"password_change,omitempty"`
	// contains filtered or unexported fields
}

func (*AddNotificationPolicyRequest) Descriptor deprecated added in v2.0.9

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

Deprecated: Use AddNotificationPolicyRequest.ProtoReflect.Descriptor instead.

func (*AddNotificationPolicyRequest) GetPasswordChange added in v2.0.9

func (x *AddNotificationPolicyRequest) GetPasswordChange() bool

func (*AddNotificationPolicyRequest) ProtoMessage added in v2.0.9

func (*AddNotificationPolicyRequest) ProtoMessage()

func (*AddNotificationPolicyRequest) ProtoReflect added in v2.0.9

func (*AddNotificationPolicyRequest) Reset added in v2.0.9

func (x *AddNotificationPolicyRequest) Reset()

func (*AddNotificationPolicyRequest) String added in v2.0.9

type AddNotificationPolicyResponse added in v2.0.9

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

func (*AddNotificationPolicyResponse) Descriptor deprecated added in v2.0.9

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

Deprecated: Use AddNotificationPolicyResponse.ProtoReflect.Descriptor instead.

func (*AddNotificationPolicyResponse) GetDetails added in v2.0.9

func (*AddNotificationPolicyResponse) ProtoMessage added in v2.0.9

func (*AddNotificationPolicyResponse) ProtoMessage()

func (*AddNotificationPolicyResponse) ProtoReflect added in v2.0.9

func (*AddNotificationPolicyResponse) Reset added in v2.0.9

func (x *AddNotificationPolicyResponse) Reset()

func (*AddNotificationPolicyResponse) String added in v2.0.9

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 AddOIDCSettingsRequest

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

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

Deprecated: Use AddOIDCSettingsRequest.ProtoReflect.Descriptor instead.

func (*AddOIDCSettingsRequest) GetAccessTokenLifetime

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

func (*AddOIDCSettingsRequest) GetIdTokenLifetime

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

func (*AddOIDCSettingsRequest) GetRefreshTokenExpiration

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

func (*AddOIDCSettingsRequest) GetRefreshTokenIdleExpiration

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

func (*AddOIDCSettingsRequest) ProtoMessage

func (*AddOIDCSettingsRequest) ProtoMessage()

func (*AddOIDCSettingsRequest) ProtoReflect

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

func (*AddOIDCSettingsRequest) Reset

func (x *AddOIDCSettingsRequest) Reset()

func (*AddOIDCSettingsRequest) String

func (x *AddOIDCSettingsRequest) String() string

type AddOIDCSettingsResponse

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

func (*AddOIDCSettingsResponse) Descriptor deprecated

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

Deprecated: Use AddOIDCSettingsResponse.ProtoReflect.Descriptor instead.

func (*AddOIDCSettingsResponse) GetDetails

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

func (*AddOIDCSettingsResponse) ProtoMessage

func (*AddOIDCSettingsResponse) ProtoMessage()

func (*AddOIDCSettingsResponse) ProtoReflect

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

func (*AddOIDCSettingsResponse) Reset

func (x *AddOIDCSettingsResponse) Reset()

func (*AddOIDCSettingsResponse) String

func (x *AddOIDCSettingsResponse) String() string

type AddSAMLProviderRequest added in v2.0.22

type AddSAMLProviderRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Types that are assignable to Metadata:
	//
	//	*AddSAMLProviderRequest_MetadataXml
	//	*AddSAMLProviderRequest_MetadataUrl
	Metadata          isAddSAMLProviderRequest_Metadata `protobuf_oneof:"metadata"`
	Binding           idp.SAMLBinding                   `protobuf:"varint,4,opt,name=binding,proto3,enum=zitadel.idp.v1.SAMLBinding" json:"binding,omitempty"`
	WithSignedRequest bool                              `protobuf:"varint,5,opt,name=with_signed_request,json=withSignedRequest,proto3" json:"with_signed_request,omitempty"`
	ProviderOptions   *idp.Options                      `protobuf:"bytes,6,opt,name=provider_options,json=providerOptions,proto3" json:"provider_options,omitempty"`
	// contains filtered or unexported fields
}

func (*AddSAMLProviderRequest) Descriptor deprecated added in v2.0.22

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

Deprecated: Use AddSAMLProviderRequest.ProtoReflect.Descriptor instead.

func (*AddSAMLProviderRequest) GetBinding added in v2.0.22

func (x *AddSAMLProviderRequest) GetBinding() idp.SAMLBinding

func (*AddSAMLProviderRequest) GetMetadata added in v2.0.22

func (m *AddSAMLProviderRequest) GetMetadata() isAddSAMLProviderRequest_Metadata

func (*AddSAMLProviderRequest) GetMetadataUrl added in v2.0.22

func (x *AddSAMLProviderRequest) GetMetadataUrl() string

func (*AddSAMLProviderRequest) GetMetadataXml added in v2.0.22

func (x *AddSAMLProviderRequest) GetMetadataXml() []byte

func (*AddSAMLProviderRequest) GetName added in v2.0.22

func (x *AddSAMLProviderRequest) GetName() string

func (*AddSAMLProviderRequest) GetProviderOptions added in v2.0.22

func (x *AddSAMLProviderRequest) GetProviderOptions() *idp.Options

func (*AddSAMLProviderRequest) GetWithSignedRequest added in v2.0.22

func (x *AddSAMLProviderRequest) GetWithSignedRequest() bool

func (*AddSAMLProviderRequest) ProtoMessage added in v2.0.22

func (*AddSAMLProviderRequest) ProtoMessage()

func (*AddSAMLProviderRequest) ProtoReflect added in v2.0.22

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

func (*AddSAMLProviderRequest) Reset added in v2.0.22

func (x *AddSAMLProviderRequest) Reset()

func (*AddSAMLProviderRequest) String added in v2.0.22

func (x *AddSAMLProviderRequest) String() string

type AddSAMLProviderRequest_MetadataUrl added in v2.0.22

type AddSAMLProviderRequest_MetadataUrl struct {
	MetadataUrl string `protobuf:"bytes,3,opt,name=metadata_url,json=metadataUrl,proto3,oneof"`
}

type AddSAMLProviderRequest_MetadataXml added in v2.0.22

type AddSAMLProviderRequest_MetadataXml struct {
	MetadataXml []byte `protobuf:"bytes,2,opt,name=metadata_xml,json=metadataXml,proto3,oneof"`
}

type AddSAMLProviderResponse added in v2.0.22

type AddSAMLProviderResponse 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 (*AddSAMLProviderResponse) Descriptor deprecated added in v2.0.22

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

Deprecated: Use AddSAMLProviderResponse.ProtoReflect.Descriptor instead.

func (*AddSAMLProviderResponse) GetDetails added in v2.0.22

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

func (*AddSAMLProviderResponse) GetId added in v2.0.22

func (x *AddSAMLProviderResponse) GetId() string

func (*AddSAMLProviderResponse) ProtoMessage added in v2.0.22

func (*AddSAMLProviderResponse) ProtoMessage()

func (*AddSAMLProviderResponse) ProtoReflect added in v2.0.22

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

func (*AddSAMLProviderResponse) Reset added in v2.0.22

func (x *AddSAMLProviderResponse) Reset()

func (*AddSAMLProviderResponse) String added in v2.0.22

func (x *AddSAMLProviderResponse) 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"`
	ReplyToAddress string `protobuf:"bytes,7,opt,name=reply_to_address,json=replyToAddress,proto3" json:"reply_to_address,omitempty"`
	Description    string `protobuf:"bytes,8,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*AddSMTPConfigRequest) Descriptor deprecated

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

Deprecated: Use AddSMTPConfigRequest.ProtoReflect.Descriptor instead.

func (*AddSMTPConfigRequest) GetDescription added in v2.1.13

func (x *AddSMTPConfigRequest) GetDescription() string

func (*AddSMTPConfigRequest) GetHost

func (x *AddSMTPConfigRequest) GetHost() string

func (*AddSMTPConfigRequest) GetPassword

func (x *AddSMTPConfigRequest) GetPassword() string

func (*AddSMTPConfigRequest) GetReplyToAddress added in v2.0.18

func (x *AddSMTPConfigRequest) GetReplyToAddress() 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"`
	Id      string                `protobuf:"bytes,2,opt,name=id,proto3" json:"id,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) GetId added in v2.1.13

func (x *AddSMTPConfigResponse) GetId() string

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 {
	Healthz(ctx context.Context, in *HealthzRequest, opts ...grpc.CallOption) (*HealthzResponse, error)
	GetSupportedLanguages(ctx context.Context, in *GetSupportedLanguagesRequest, opts ...grpc.CallOption) (*GetSupportedLanguagesResponse, error)
	GetAllowedLanguages(ctx context.Context, in *GetAllowedLanguagesRequest, opts ...grpc.CallOption) (*GetAllowedLanguagesResponse, error)
	SetDefaultLanguage(ctx context.Context, in *SetDefaultLanguageRequest, opts ...grpc.CallOption) (*SetDefaultLanguageResponse, error)
	GetDefaultLanguage(ctx context.Context, in *GetDefaultLanguageRequest, opts ...grpc.CallOption) (*GetDefaultLanguageResponse, error)
	GetMyInstance(ctx context.Context, in *GetMyInstanceRequest, opts ...grpc.CallOption) (*GetMyInstanceResponse, error)
	ListInstanceDomains(ctx context.Context, in *ListInstanceDomainsRequest, opts ...grpc.CallOption) (*ListInstanceDomainsResponse, error)
	ListSecretGenerators(ctx context.Context, in *ListSecretGeneratorsRequest, opts ...grpc.CallOption) (*ListSecretGeneratorsResponse, error)
	GetSecretGenerator(ctx context.Context, in *GetSecretGeneratorRequest, opts ...grpc.CallOption) (*GetSecretGeneratorResponse, error)
	UpdateSecretGenerator(ctx context.Context, in *UpdateSecretGeneratorRequest, opts ...grpc.CallOption) (*UpdateSecretGeneratorResponse, error)
	GetSMTPConfig(ctx context.Context, in *GetSMTPConfigRequest, opts ...grpc.CallOption) (*GetSMTPConfigResponse, error)
	GetSMTPConfigById(ctx context.Context, in *GetSMTPConfigByIdRequest, opts ...grpc.CallOption) (*GetSMTPConfigByIdResponse, error)
	AddSMTPConfig(ctx context.Context, in *AddSMTPConfigRequest, opts ...grpc.CallOption) (*AddSMTPConfigResponse, error)
	UpdateSMTPConfig(ctx context.Context, in *UpdateSMTPConfigRequest, opts ...grpc.CallOption) (*UpdateSMTPConfigResponse, error)
	UpdateSMTPConfigPassword(ctx context.Context, in *UpdateSMTPConfigPasswordRequest, opts ...grpc.CallOption) (*UpdateSMTPConfigPasswordResponse, error)
	ActivateSMTPConfig(ctx context.Context, in *ActivateSMTPConfigRequest, opts ...grpc.CallOption) (*ActivateSMTPConfigResponse, error)
	DeactivateSMTPConfig(ctx context.Context, in *DeactivateSMTPConfigRequest, opts ...grpc.CallOption) (*DeactivateSMTPConfigResponse, error)
	RemoveSMTPConfig(ctx context.Context, in *RemoveSMTPConfigRequest, opts ...grpc.CallOption) (*RemoveSMTPConfigResponse, error)
	ListSMTPConfigs(ctx context.Context, in *ListSMTPConfigsRequest, opts ...grpc.CallOption) (*ListSMTPConfigsResponse, error)
	ListSMSProviders(ctx context.Context, in *ListSMSProvidersRequest, opts ...grpc.CallOption) (*ListSMSProvidersResponse, error)
	GetSMSProvider(ctx context.Context, in *GetSMSProviderRequest, opts ...grpc.CallOption) (*GetSMSProviderResponse, error)
	AddSMSProviderTwilio(ctx context.Context, in *AddSMSProviderTwilioRequest, opts ...grpc.CallOption) (*AddSMSProviderTwilioResponse, error)
	UpdateSMSProviderTwilio(ctx context.Context, in *UpdateSMSProviderTwilioRequest, opts ...grpc.CallOption) (*UpdateSMSProviderTwilioResponse, error)
	UpdateSMSProviderTwilioToken(ctx context.Context, in *UpdateSMSProviderTwilioTokenRequest, opts ...grpc.CallOption) (*UpdateSMSProviderTwilioTokenResponse, error)
	ActivateSMSProvider(ctx context.Context, in *ActivateSMSProviderRequest, opts ...grpc.CallOption) (*ActivateSMSProviderResponse, error)
	DeactivateSMSProvider(ctx context.Context, in *DeactivateSMSProviderRequest, opts ...grpc.CallOption) (*DeactivateSMSProviderResponse, error)
	RemoveSMSProvider(ctx context.Context, in *RemoveSMSProviderRequest, opts ...grpc.CallOption) (*RemoveSMSProviderResponse, error)
	GetOIDCSettings(ctx context.Context, in *GetOIDCSettingsRequest, opts ...grpc.CallOption) (*GetOIDCSettingsResponse, error)
	AddOIDCSettings(ctx context.Context, in *AddOIDCSettingsRequest, opts ...grpc.CallOption) (*AddOIDCSettingsResponse, error)
	UpdateOIDCSettings(ctx context.Context, in *UpdateOIDCSettingsRequest, opts ...grpc.CallOption) (*UpdateOIDCSettingsResponse, error)
	GetFileSystemNotificationProvider(ctx context.Context, in *GetFileSystemNotificationProviderRequest, opts ...grpc.CallOption) (*GetFileSystemNotificationProviderResponse, error)
	GetLogNotificationProvider(ctx context.Context, in *GetLogNotificationProviderRequest, opts ...grpc.CallOption) (*GetLogNotificationProviderResponse, error)
	GetSecurityPolicy(ctx context.Context, in *GetSecurityPolicyRequest, opts ...grpc.CallOption) (*GetSecurityPolicyResponse, error)
	SetSecurityPolicy(ctx context.Context, in *SetSecurityPolicyRequest, opts ...grpc.CallOption) (*SetSecurityPolicyResponse, error)
	GetOrgByID(ctx context.Context, in *GetOrgByIDRequest, opts ...grpc.CallOption) (*GetOrgByIDResponse, error)
	IsOrgUnique(ctx context.Context, in *IsOrgUniqueRequest, opts ...grpc.CallOption) (*IsOrgUniqueResponse, error)
	SetDefaultOrg(ctx context.Context, in *SetDefaultOrgRequest, opts ...grpc.CallOption) (*SetDefaultOrgResponse, error)
	GetDefaultOrg(ctx context.Context, in *GetDefaultOrgRequest, opts ...grpc.CallOption) (*GetDefaultOrgResponse, error)
	ListOrgs(ctx context.Context, in *ListOrgsRequest, opts ...grpc.CallOption) (*ListOrgsResponse, error)
	SetUpOrg(ctx context.Context, in *SetUpOrgRequest, opts ...grpc.CallOption) (*SetUpOrgResponse, error)
	RemoveOrg(ctx context.Context, in *RemoveOrgRequest, opts ...grpc.CallOption) (*RemoveOrgResponse, error)
	GetIDPByID(ctx context.Context, in *GetIDPByIDRequest, opts ...grpc.CallOption) (*GetIDPByIDResponse, error)
	ListIDPs(ctx context.Context, in *ListIDPsRequest, opts ...grpc.CallOption) (*ListIDPsResponse, error)
	AddOIDCIDP(ctx context.Context, in *AddOIDCIDPRequest, opts ...grpc.CallOption) (*AddOIDCIDPResponse, error)
	AddJWTIDP(ctx context.Context, in *AddJWTIDPRequest, opts ...grpc.CallOption) (*AddJWTIDPResponse, error)
	UpdateIDP(ctx context.Context, in *UpdateIDPRequest, opts ...grpc.CallOption) (*UpdateIDPResponse, error)
	DeactivateIDP(ctx context.Context, in *DeactivateIDPRequest, opts ...grpc.CallOption) (*DeactivateIDPResponse, error)
	ReactivateIDP(ctx context.Context, in *ReactivateIDPRequest, opts ...grpc.CallOption) (*ReactivateIDPResponse, error)
	RemoveIDP(ctx context.Context, in *RemoveIDPRequest, opts ...grpc.CallOption) (*RemoveIDPResponse, error)
	UpdateIDPOIDCConfig(ctx context.Context, in *UpdateIDPOIDCConfigRequest, opts ...grpc.CallOption) (*UpdateIDPOIDCConfigResponse, error)
	UpdateIDPJWTConfig(ctx context.Context, in *UpdateIDPJWTConfigRequest, opts ...grpc.CallOption) (*UpdateIDPJWTConfigResponse, error)
	// Returns all identity providers, which match the query
	// Limit should always be set, there is a default limit set by the service
	ListProviders(ctx context.Context, in *ListProvidersRequest, opts ...grpc.CallOption) (*ListProvidersResponse, error)
	// Returns an identity provider of the instance
	GetProviderByID(ctx context.Context, in *GetProviderByIDRequest, opts ...grpc.CallOption) (*GetProviderByIDResponse, error)
	// Add a new OAuth2 identity provider on the instance
	AddGenericOAuthProvider(ctx context.Context, in *AddGenericOAuthProviderRequest, opts ...grpc.CallOption) (*AddGenericOAuthProviderResponse, error)
	// Change an existing OAuth2 identity provider on the instance
	UpdateGenericOAuthProvider(ctx context.Context, in *UpdateGenericOAuthProviderRequest, opts ...grpc.CallOption) (*UpdateGenericOAuthProviderResponse, error)
	// Add a new OIDC identity provider on the instance
	AddGenericOIDCProvider(ctx context.Context, in *AddGenericOIDCProviderRequest, opts ...grpc.CallOption) (*AddGenericOIDCProviderResponse, error)
	// Change an existing OIDC identity provider on the instance
	UpdateGenericOIDCProvider(ctx context.Context, in *UpdateGenericOIDCProviderRequest, opts ...grpc.CallOption) (*UpdateGenericOIDCProviderResponse, error)
	// Migrate an existing OIDC identity provider on the instance
	MigrateGenericOIDCProvider(ctx context.Context, in *MigrateGenericOIDCProviderRequest, opts ...grpc.CallOption) (*MigrateGenericOIDCProviderResponse, error)
	// Add a new JWT identity provider on the instance
	AddJWTProvider(ctx context.Context, in *AddJWTProviderRequest, opts ...grpc.CallOption) (*AddJWTProviderResponse, error)
	// Change an existing JWT identity provider on the instance
	UpdateJWTProvider(ctx context.Context, in *UpdateJWTProviderRequest, opts ...grpc.CallOption) (*UpdateJWTProviderResponse, error)
	// Add a new Azure AD identity provider on the instance
	AddAzureADProvider(ctx context.Context, in *AddAzureADProviderRequest, opts ...grpc.CallOption) (*AddAzureADProviderResponse, error)
	// Change an existing Azure AD identity provider on the instance
	UpdateAzureADProvider(ctx context.Context, in *UpdateAzureADProviderRequest, opts ...grpc.CallOption) (*UpdateAzureADProviderResponse, error)
	// Add a new GitHub identity provider on the instance
	AddGitHubProvider(ctx context.Context, in *AddGitHubProviderRequest, opts ...grpc.CallOption) (*AddGitHubProviderResponse, error)
	// Change an existing GitHub identity provider on the instance
	UpdateGitHubProvider(ctx context.Context, in *UpdateGitHubProviderRequest, opts ...grpc.CallOption) (*UpdateGitHubProviderResponse, error)
	// Add a new GitHub Enterprise Server identity provider on the instance
	AddGitHubEnterpriseServerProvider(ctx context.Context, in *AddGitHubEnterpriseServerProviderRequest, opts ...grpc.CallOption) (*AddGitHubEnterpriseServerProviderResponse, error)
	// Change an existing GitHub Enterprise Server identity provider on the instance
	UpdateGitHubEnterpriseServerProvider(ctx context.Context, in *UpdateGitHubEnterpriseServerProviderRequest, opts ...grpc.CallOption) (*UpdateGitHubEnterpriseServerProviderResponse, error)
	// Add a new GitLab identity provider on the instance
	AddGitLabProvider(ctx context.Context, in *AddGitLabProviderRequest, opts ...grpc.CallOption) (*AddGitLabProviderResponse, error)
	// Change an existing GitLab identity provider on the instance
	UpdateGitLabProvider(ctx context.Context, in *UpdateGitLabProviderRequest, opts ...grpc.CallOption) (*UpdateGitLabProviderResponse, error)
	// Add a new self hosted GitLab identity provider on the instance
	AddGitLabSelfHostedProvider(ctx context.Context, in *AddGitLabSelfHostedProviderRequest, opts ...grpc.CallOption) (*AddGitLabSelfHostedProviderResponse, error)
	// Change an existing self hosted GitLab identity provider on the instance
	UpdateGitLabSelfHostedProvider(ctx context.Context, in *UpdateGitLabSelfHostedProviderRequest, opts ...grpc.CallOption) (*UpdateGitLabSelfHostedProviderResponse, error)
	// Add a new Google identity provider on the instance
	AddGoogleProvider(ctx context.Context, in *AddGoogleProviderRequest, opts ...grpc.CallOption) (*AddGoogleProviderResponse, error)
	// Change an existing Google identity provider on the instance
	UpdateGoogleProvider(ctx context.Context, in *UpdateGoogleProviderRequest, opts ...grpc.CallOption) (*UpdateGoogleProviderResponse, error)
	// Add a new LDAP identity provider on the instance
	AddLDAPProvider(ctx context.Context, in *AddLDAPProviderRequest, opts ...grpc.CallOption) (*AddLDAPProviderResponse, error)
	// Change an existing LDAP identity provider on the instance
	UpdateLDAPProvider(ctx context.Context, in *UpdateLDAPProviderRequest, opts ...grpc.CallOption) (*UpdateLDAPProviderResponse, error)
	// Add a new Apple identity provider on the instance
	AddAppleProvider(ctx context.Context, in *AddAppleProviderRequest, opts ...grpc.CallOption) (*AddAppleProviderResponse, error)
	// Change an existing Apple identity provider on the instance
	UpdateAppleProvider(ctx context.Context, in *UpdateAppleProviderRequest, opts ...grpc.CallOption) (*UpdateAppleProviderResponse, error)
	// Add a new SAML identity provider on the instance
	AddSAMLProvider(ctx context.Context, in *AddSAMLProviderRequest, opts ...grpc.CallOption) (*AddSAMLProviderResponse, error)
	// Change an existing SAML identity provider on the instance
	UpdateSAMLProvider(ctx context.Context, in *UpdateSAMLProviderRequest, opts ...grpc.CallOption) (*UpdateSAMLProviderResponse, error)
	// Regenerate certificate for an existing SAML identity provider in the organization
	RegenerateSAMLProviderCertificate(ctx context.Context, in *RegenerateSAMLProviderCertificateRequest, opts ...grpc.CallOption) (*RegenerateSAMLProviderCertificateResponse, error)
	// Remove an identity provider
	// Will remove all linked providers of this configuration on the users
	DeleteProvider(ctx context.Context, in *DeleteProviderRequest, opts ...grpc.CallOption) (*DeleteProviderResponse, error)
	GetOrgIAMPolicy(ctx context.Context, in *GetOrgIAMPolicyRequest, opts ...grpc.CallOption) (*GetOrgIAMPolicyResponse, error)
	UpdateOrgIAMPolicy(ctx context.Context, in *UpdateOrgIAMPolicyRequest, opts ...grpc.CallOption) (*UpdateOrgIAMPolicyResponse, error)
	GetCustomOrgIAMPolicy(ctx context.Context, in *GetCustomOrgIAMPolicyRequest, opts ...grpc.CallOption) (*GetCustomOrgIAMPolicyResponse, error)
	AddCustomOrgIAMPolicy(ctx context.Context, in *AddCustomOrgIAMPolicyRequest, opts ...grpc.CallOption) (*AddCustomOrgIAMPolicyResponse, error)
	UpdateCustomOrgIAMPolicy(ctx context.Context, in *UpdateCustomOrgIAMPolicyRequest, opts ...grpc.CallOption) (*UpdateCustomOrgIAMPolicyResponse, error)
	ResetCustomOrgIAMPolicyToDefault(ctx context.Context, in *ResetCustomOrgIAMPolicyToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomOrgIAMPolicyToDefaultResponse, error)
	GetDomainPolicy(ctx context.Context, in *GetDomainPolicyRequest, opts ...grpc.CallOption) (*GetDomainPolicyResponse, error)
	UpdateDomainPolicy(ctx context.Context, in *UpdateDomainPolicyRequest, opts ...grpc.CallOption) (*UpdateDomainPolicyResponse, error)
	GetCustomDomainPolicy(ctx context.Context, in *GetCustomDomainPolicyRequest, opts ...grpc.CallOption) (*GetCustomDomainPolicyResponse, error)
	AddCustomDomainPolicy(ctx context.Context, in *AddCustomDomainPolicyRequest, opts ...grpc.CallOption) (*AddCustomDomainPolicyResponse, error)
	UpdateCustomDomainPolicy(ctx context.Context, in *UpdateCustomDomainPolicyRequest, opts ...grpc.CallOption) (*UpdateCustomDomainPolicyResponse, error)
	ResetCustomDomainPolicyToDefault(ctx context.Context, in *ResetCustomDomainPolicyToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomDomainPolicyToDefaultResponse, error)
	GetLabelPolicy(ctx context.Context, in *GetLabelPolicyRequest, opts ...grpc.CallOption) (*GetLabelPolicyResponse, error)
	GetPreviewLabelPolicy(ctx context.Context, in *GetPreviewLabelPolicyRequest, opts ...grpc.CallOption) (*GetPreviewLabelPolicyResponse, error)
	UpdateLabelPolicy(ctx context.Context, in *UpdateLabelPolicyRequest, opts ...grpc.CallOption) (*UpdateLabelPolicyResponse, error)
	ActivateLabelPolicy(ctx context.Context, in *ActivateLabelPolicyRequest, opts ...grpc.CallOption) (*ActivateLabelPolicyResponse, error)
	RemoveLabelPolicyLogoDark(ctx context.Context, in *RemoveLabelPolicyLogoDarkRequest, opts ...grpc.CallOption) (*RemoveLabelPolicyLogoDarkResponse, error)
	RemoveLabelPolicyIcon(ctx context.Context, in *RemoveLabelPolicyIconRequest, opts ...grpc.CallOption) (*RemoveLabelPolicyIconResponse, error)
	RemoveLabelPolicyIconDark(ctx context.Context, in *RemoveLabelPolicyIconDarkRequest, opts ...grpc.CallOption) (*RemoveLabelPolicyIconDarkResponse, error)
	RemoveLabelPolicyFont(ctx context.Context, in *RemoveLabelPolicyFontRequest, opts ...grpc.CallOption) (*RemoveLabelPolicyFontResponse, error)
	GetLoginPolicy(ctx context.Context, in *GetLoginPolicyRequest, opts ...grpc.CallOption) (*GetLoginPolicyResponse, error)
	UpdateLoginPolicy(ctx context.Context, in *UpdateLoginPolicyRequest, opts ...grpc.CallOption) (*UpdateLoginPolicyResponse, error)
	ListLoginPolicyIDPs(ctx context.Context, in *ListLoginPolicyIDPsRequest, opts ...grpc.CallOption) (*ListLoginPolicyIDPsResponse, error)
	AddIDPToLoginPolicy(ctx context.Context, in *AddIDPToLoginPolicyRequest, opts ...grpc.CallOption) (*AddIDPToLoginPolicyResponse, error)
	RemoveIDPFromLoginPolicy(ctx context.Context, in *RemoveIDPFromLoginPolicyRequest, opts ...grpc.CallOption) (*RemoveIDPFromLoginPolicyResponse, error)
	ListLoginPolicySecondFactors(ctx context.Context, in *ListLoginPolicySecondFactorsRequest, opts ...grpc.CallOption) (*ListLoginPolicySecondFactorsResponse, error)
	AddSecondFactorToLoginPolicy(ctx context.Context, in *AddSecondFactorToLoginPolicyRequest, opts ...grpc.CallOption) (*AddSecondFactorToLoginPolicyResponse, error)
	RemoveSecondFactorFromLoginPolicy(ctx context.Context, in *RemoveSecondFactorFromLoginPolicyRequest, opts ...grpc.CallOption) (*RemoveSecondFactorFromLoginPolicyResponse, error)
	ListLoginPolicyMultiFactors(ctx context.Context, in *ListLoginPolicyMultiFactorsRequest, opts ...grpc.CallOption) (*ListLoginPolicyMultiFactorsResponse, error)
	AddMultiFactorToLoginPolicy(ctx context.Context, in *AddMultiFactorToLoginPolicyRequest, opts ...grpc.CallOption) (*AddMultiFactorToLoginPolicyResponse, error)
	RemoveMultiFactorFromLoginPolicy(ctx context.Context, in *RemoveMultiFactorFromLoginPolicyRequest, opts ...grpc.CallOption) (*RemoveMultiFactorFromLoginPolicyResponse, error)
	GetPasswordComplexityPolicy(ctx context.Context, in *GetPasswordComplexityPolicyRequest, opts ...grpc.CallOption) (*GetPasswordComplexityPolicyResponse, error)
	UpdatePasswordComplexityPolicy(ctx context.Context, in *UpdatePasswordComplexityPolicyRequest, opts ...grpc.CallOption) (*UpdatePasswordComplexityPolicyResponse, error)
	GetPasswordAgePolicy(ctx context.Context, in *GetPasswordAgePolicyRequest, opts ...grpc.CallOption) (*GetPasswordAgePolicyResponse, error)
	UpdatePasswordAgePolicy(ctx context.Context, in *UpdatePasswordAgePolicyRequest, opts ...grpc.CallOption) (*UpdatePasswordAgePolicyResponse, error)
	GetLockoutPolicy(ctx context.Context, in *GetLockoutPolicyRequest, opts ...grpc.CallOption) (*GetLockoutPolicyResponse, error)
	UpdateLockoutPolicy(ctx context.Context, in *UpdateLockoutPolicyRequest, opts ...grpc.CallOption) (*UpdateLockoutPolicyResponse, error)
	GetPrivacyPolicy(ctx context.Context, in *GetPrivacyPolicyRequest, opts ...grpc.CallOption) (*GetPrivacyPolicyResponse, error)
	UpdatePrivacyPolicy(ctx context.Context, in *UpdatePrivacyPolicyRequest, opts ...grpc.CallOption) (*UpdatePrivacyPolicyResponse, error)
	AddNotificationPolicy(ctx context.Context, in *AddNotificationPolicyRequest, opts ...grpc.CallOption) (*AddNotificationPolicyResponse, error)
	GetNotificationPolicy(ctx context.Context, in *GetNotificationPolicyRequest, opts ...grpc.CallOption) (*GetNotificationPolicyResponse, error)
	UpdateNotificationPolicy(ctx context.Context, in *UpdateNotificationPolicyRequest, opts ...grpc.CallOption) (*UpdateNotificationPolicyResponse, error)
	GetDefaultInitMessageText(ctx context.Context, in *GetDefaultInitMessageTextRequest, opts ...grpc.CallOption) (*GetDefaultInitMessageTextResponse, error)
	GetCustomInitMessageText(ctx context.Context, in *GetCustomInitMessageTextRequest, opts ...grpc.CallOption) (*GetCustomInitMessageTextResponse, error)
	SetDefaultInitMessageText(ctx context.Context, in *SetDefaultInitMessageTextRequest, opts ...grpc.CallOption) (*SetDefaultInitMessageTextResponse, error)
	ResetCustomInitMessageTextToDefault(ctx context.Context, in *ResetCustomInitMessageTextToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomInitMessageTextToDefaultResponse, error)
	GetDefaultPasswordResetMessageText(ctx context.Context, in *GetDefaultPasswordResetMessageTextRequest, opts ...grpc.CallOption) (*GetDefaultPasswordResetMessageTextResponse, error)
	GetCustomPasswordResetMessageText(ctx context.Context, in *GetCustomPasswordResetMessageTextRequest, opts ...grpc.CallOption) (*GetCustomPasswordResetMessageTextResponse, error)
	SetDefaultPasswordResetMessageText(ctx context.Context, in *SetDefaultPasswordResetMessageTextRequest, opts ...grpc.CallOption) (*SetDefaultPasswordResetMessageTextResponse, error)
	ResetCustomPasswordResetMessageTextToDefault(ctx context.Context, in *ResetCustomPasswordResetMessageTextToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomPasswordResetMessageTextToDefaultResponse, error)
	GetDefaultVerifyEmailMessageText(ctx context.Context, in *GetDefaultVerifyEmailMessageTextRequest, opts ...grpc.CallOption) (*GetDefaultVerifyEmailMessageTextResponse, error)
	GetCustomVerifyEmailMessageText(ctx context.Context, in *GetCustomVerifyEmailMessageTextRequest, opts ...grpc.CallOption) (*GetCustomVerifyEmailMessageTextResponse, error)
	SetDefaultVerifyEmailMessageText(ctx context.Context, in *SetDefaultVerifyEmailMessageTextRequest, opts ...grpc.CallOption) (*SetDefaultVerifyEmailMessageTextResponse, error)
	ResetCustomVerifyEmailMessageTextToDefault(ctx context.Context, in *ResetCustomVerifyEmailMessageTextToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomVerifyEmailMessageTextToDefaultResponse, error)
	GetDefaultVerifyPhoneMessageText(ctx context.Context, in *GetDefaultVerifyPhoneMessageTextRequest, opts ...grpc.CallOption) (*GetDefaultVerifyPhoneMessageTextResponse, error)
	GetCustomVerifyPhoneMessageText(ctx context.Context, in *GetCustomVerifyPhoneMessageTextRequest, opts ...grpc.CallOption) (*GetCustomVerifyPhoneMessageTextResponse, error)
	SetDefaultVerifyPhoneMessageText(ctx context.Context, in *SetDefaultVerifyPhoneMessageTextRequest, opts ...grpc.CallOption) (*SetDefaultVerifyPhoneMessageTextResponse, error)
	ResetCustomVerifyPhoneMessageTextToDefault(ctx context.Context, in *ResetCustomVerifyPhoneMessageTextToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomVerifyPhoneMessageTextToDefaultResponse, error)
	GetDefaultVerifySMSOTPMessageText(ctx context.Context, in *GetDefaultVerifySMSOTPMessageTextRequest, opts ...grpc.CallOption) (*GetDefaultVerifySMSOTPMessageTextResponse, error)
	GetCustomVerifySMSOTPMessageText(ctx context.Context, in *GetCustomVerifySMSOTPMessageTextRequest, opts ...grpc.CallOption) (*GetCustomVerifySMSOTPMessageTextResponse, error)
	SetDefaultVerifySMSOTPMessageText(ctx context.Context, in *SetDefaultVerifySMSOTPMessageTextRequest, opts ...grpc.CallOption) (*SetDefaultVerifySMSOTPMessageTextResponse, error)
	ResetCustomVerifySMSOTPMessageTextToDefault(ctx context.Context, in *ResetCustomVerifySMSOTPMessageTextToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomVerifySMSOTPMessageTextToDefaultResponse, error)
	GetDefaultVerifyEmailOTPMessageText(ctx context.Context, in *GetDefaultVerifyEmailOTPMessageTextRequest, opts ...grpc.CallOption) (*GetDefaultVerifyEmailOTPMessageTextResponse, error)
	GetCustomVerifyEmailOTPMessageText(ctx context.Context, in *GetCustomVerifyEmailOTPMessageTextRequest, opts ...grpc.CallOption) (*GetCustomVerifyEmailOTPMessageTextResponse, error)
	SetDefaultVerifyEmailOTPMessageText(ctx context.Context, in *SetDefaultVerifyEmailOTPMessageTextRequest, opts ...grpc.CallOption) (*SetDefaultVerifyEmailOTPMessageTextResponse, error)
	ResetCustomVerifyEmailOTPMessageTextToDefault(ctx context.Context, in *ResetCustomVerifyEmailOTPMessageTextToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomVerifyEmailOTPMessageTextToDefaultResponse, error)
	GetDefaultDomainClaimedMessageText(ctx context.Context, in *GetDefaultDomainClaimedMessageTextRequest, opts ...grpc.CallOption) (*GetDefaultDomainClaimedMessageTextResponse, error)
	GetCustomDomainClaimedMessageText(ctx context.Context, in *GetCustomDomainClaimedMessageTextRequest, opts ...grpc.CallOption) (*GetCustomDomainClaimedMessageTextResponse, error)
	SetDefaultDomainClaimedMessageText(ctx context.Context, in *SetDefaultDomainClaimedMessageTextRequest, opts ...grpc.CallOption) (*SetDefaultDomainClaimedMessageTextResponse, error)
	ResetCustomDomainClaimedMessageTextToDefault(ctx context.Context, in *ResetCustomDomainClaimedMessageTextToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomDomainClaimedMessageTextToDefaultResponse, error)
	GetDefaultPasswordlessRegistrationMessageText(ctx context.Context, in *GetDefaultPasswordlessRegistrationMessageTextRequest, opts ...grpc.CallOption) (*GetDefaultPasswordlessRegistrationMessageTextResponse, error)
	GetCustomPasswordlessRegistrationMessageText(ctx context.Context, in *GetCustomPasswordlessRegistrationMessageTextRequest, opts ...grpc.CallOption) (*GetCustomPasswordlessRegistrationMessageTextResponse, error)
	SetDefaultPasswordlessRegistrationMessageText(ctx context.Context, in *SetDefaultPasswordlessRegistrationMessageTextRequest, opts ...grpc.CallOption) (*SetDefaultPasswordlessRegistrationMessageTextResponse, error)
	ResetCustomPasswordlessRegistrationMessageTextToDefault(ctx context.Context, in *ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse, error)
	GetDefaultPasswordChangeMessageText(ctx context.Context, in *GetDefaultPasswordChangeMessageTextRequest, opts ...grpc.CallOption) (*GetDefaultPasswordChangeMessageTextResponse, error)
	GetCustomPasswordChangeMessageText(ctx context.Context, in *GetCustomPasswordChangeMessageTextRequest, opts ...grpc.CallOption) (*GetCustomPasswordChangeMessageTextResponse, error)
	SetDefaultPasswordChangeMessageText(ctx context.Context, in *SetDefaultPasswordChangeMessageTextRequest, opts ...grpc.CallOption) (*SetDefaultPasswordChangeMessageTextResponse, error)
	ResetCustomPasswordChangeMessageTextToDefault(ctx context.Context, in *ResetCustomPasswordChangeMessageTextToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomPasswordChangeMessageTextToDefaultResponse, error)
	GetDefaultLoginTexts(ctx context.Context, in *GetDefaultLoginTextsRequest, opts ...grpc.CallOption) (*GetDefaultLoginTextsResponse, error)
	GetCustomLoginTexts(ctx context.Context, in *GetCustomLoginTextsRequest, opts ...grpc.CallOption) (*GetCustomLoginTextsResponse, error)
	SetCustomLoginText(ctx context.Context, in *SetCustomLoginTextsRequest, opts ...grpc.CallOption) (*SetCustomLoginTextsResponse, error)
	ResetCustomLoginTextToDefault(ctx context.Context, in *ResetCustomLoginTextsToDefaultRequest, opts ...grpc.CallOption) (*ResetCustomLoginTextsToDefaultResponse, error)
	ListIAMMemberRoles(ctx context.Context, in *ListIAMMemberRolesRequest, opts ...grpc.CallOption) (*ListIAMMemberRolesResponse, error)
	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)
	UpdateIAMMember(ctx context.Context, in *UpdateIAMMemberRequest, opts ...grpc.CallOption) (*UpdateIAMMemberResponse, error)
	RemoveIAMMember(ctx context.Context, in *RemoveIAMMemberRequest, opts ...grpc.CallOption) (*RemoveIAMMemberResponse, error)
	ListViews(ctx context.Context, in *ListViewsRequest, opts ...grpc.CallOption) (*ListViewsResponse, error)
	ListFailedEvents(ctx context.Context, in *ListFailedEventsRequest, opts ...grpc.CallOption) (*ListFailedEventsResponse, error)
	RemoveFailedEvent(ctx context.Context, in *RemoveFailedEventRequest, opts ...grpc.CallOption) (*RemoveFailedEventResponse, error)
	// Imports data into an instance and creates different objects
	ImportData(ctx context.Context, in *ImportDataRequest, opts ...grpc.CallOption) (*ImportDataResponse, error)
	ExportData(ctx context.Context, in *ExportDataRequest, opts ...grpc.CallOption) (*ExportDataResponse, error)
	ListEventTypes(ctx context.Context, in *ListEventTypesRequest, opts ...grpc.CallOption) (*ListEventTypesResponse, error)
	ListEvents(ctx context.Context, in *ListEventsRequest, opts ...grpc.CallOption) (*ListEventsResponse, error)
	ListAggregateTypes(ctx context.Context, in *ListAggregateTypesRequest, opts ...grpc.CallOption) (*ListAggregateTypesResponse, error)
	// Activates the "LoginDefaultOrg" feature by setting the flag to "true"
	// This is irreversible!
	// Once activated, the login UI will use the settings of the default org (and not from the instance) if not organization context is set
	ActivateFeatureLoginDefaultOrg(ctx context.Context, in *ActivateFeatureLoginDefaultOrgRequest, opts ...grpc.CallOption) (*ActivateFeatureLoginDefaultOrgResponse, error)
	ListMilestones(ctx context.Context, in *ListMilestonesRequest, opts ...grpc.CallOption) (*ListMilestonesResponse, error)
	// Sets restrictions
	SetRestrictions(ctx context.Context, in *SetRestrictionsRequest, opts ...grpc.CallOption) (*SetRestrictionsResponse, error)
	// Gets restrictions
	GetRestrictions(ctx context.Context, in *GetRestrictionsRequest, opts ...grpc.CallOption) (*GetRestrictionsResponse, 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 {
	Healthz(context.Context, *HealthzRequest) (*HealthzResponse, error)
	GetSupportedLanguages(context.Context, *GetSupportedLanguagesRequest) (*GetSupportedLanguagesResponse, error)
	GetAllowedLanguages(context.Context, *GetAllowedLanguagesRequest) (*GetAllowedLanguagesResponse, error)
	SetDefaultLanguage(context.Context, *SetDefaultLanguageRequest) (*SetDefaultLanguageResponse, error)
	GetDefaultLanguage(context.Context, *GetDefaultLanguageRequest) (*GetDefaultLanguageResponse, error)
	GetMyInstance(context.Context, *GetMyInstanceRequest) (*GetMyInstanceResponse, error)
	ListInstanceDomains(context.Context, *ListInstanceDomainsRequest) (*ListInstanceDomainsResponse, error)
	ListSecretGenerators(context.Context, *ListSecretGeneratorsRequest) (*ListSecretGeneratorsResponse, error)
	GetSecretGenerator(context.Context, *GetSecretGeneratorRequest) (*GetSecretGeneratorResponse, error)
	UpdateSecretGenerator(context.Context, *UpdateSecretGeneratorRequest) (*UpdateSecretGeneratorResponse, error)
	GetSMTPConfig(context.Context, *GetSMTPConfigRequest) (*GetSMTPConfigResponse, error)
	GetSMTPConfigById(context.Context, *GetSMTPConfigByIdRequest) (*GetSMTPConfigByIdResponse, error)
	AddSMTPConfig(context.Context, *AddSMTPConfigRequest) (*AddSMTPConfigResponse, error)
	UpdateSMTPConfig(context.Context, *UpdateSMTPConfigRequest) (*UpdateSMTPConfigResponse, error)
	UpdateSMTPConfigPassword(context.Context, *UpdateSMTPConfigPasswordRequest) (*UpdateSMTPConfigPasswordResponse, error)
	ActivateSMTPConfig(context.Context, *ActivateSMTPConfigRequest) (*ActivateSMTPConfigResponse, error)
	DeactivateSMTPConfig(context.Context, *DeactivateSMTPConfigRequest) (*DeactivateSMTPConfigResponse, error)
	RemoveSMTPConfig(context.Context, *RemoveSMTPConfigRequest) (*RemoveSMTPConfigResponse, error)
	ListSMTPConfigs(context.Context, *ListSMTPConfigsRequest) (*ListSMTPConfigsResponse, error)
	ListSMSProviders(context.Context, *ListSMSProvidersRequest) (*ListSMSProvidersResponse, error)
	GetSMSProvider(context.Context, *GetSMSProviderRequest) (*GetSMSProviderResponse, error)
	AddSMSProviderTwilio(context.Context, *AddSMSProviderTwilioRequest) (*AddSMSProviderTwilioResponse, error)
	UpdateSMSProviderTwilio(context.Context, *UpdateSMSProviderTwilioRequest) (*UpdateSMSProviderTwilioResponse, error)
	UpdateSMSProviderTwilioToken(context.Context, *UpdateSMSProviderTwilioTokenRequest) (*UpdateSMSProviderTwilioTokenResponse, error)
	ActivateSMSProvider(context.Context, *ActivateSMSProviderRequest) (*ActivateSMSProviderResponse, error)
	DeactivateSMSProvider(context.Context, *DeactivateSMSProviderRequest) (*DeactivateSMSProviderResponse, error)
	RemoveSMSProvider(context.Context, *RemoveSMSProviderRequest) (*RemoveSMSProviderResponse, error)
	GetOIDCSettings(context.Context, *GetOIDCSettingsRequest) (*GetOIDCSettingsResponse, error)
	AddOIDCSettings(context.Context, *AddOIDCSettingsRequest) (*AddOIDCSettingsResponse, error)
	UpdateOIDCSettings(context.Context, *UpdateOIDCSettingsRequest) (*UpdateOIDCSettingsResponse, error)
	GetFileSystemNotificationProvider(context.Context, *GetFileSystemNotificationProviderRequest) (*GetFileSystemNotificationProviderResponse, error)
	GetLogNotificationProvider(context.Context, *GetLogNotificationProviderRequest) (*GetLogNotificationProviderResponse, error)
	GetSecurityPolicy(context.Context, *GetSecurityPolicyRequest) (*GetSecurityPolicyResponse, error)
	SetSecurityPolicy(context.Context, *SetSecurityPolicyRequest) (*SetSecurityPolicyResponse, error)
	GetOrgByID(context.Context, *GetOrgByIDRequest) (*GetOrgByIDResponse, error)
	IsOrgUnique(context.Context, *IsOrgUniqueRequest) (*IsOrgUniqueResponse, error)
	SetDefaultOrg(context.Context, *SetDefaultOrgRequest) (*SetDefaultOrgResponse, error)
	GetDefaultOrg(context.Context, *GetDefaultOrgRequest) (*GetDefaultOrgResponse, error)
	ListOrgs(context.Context, *ListOrgsRequest) (*ListOrgsResponse, error)
	SetUpOrg(context.Context, *SetUpOrgRequest) (*SetUpOrgResponse, error)
	RemoveOrg(context.Context, *RemoveOrgRequest) (*RemoveOrgResponse, error)
	GetIDPByID(context.Context, *GetIDPByIDRequest) (*GetIDPByIDResponse, error)
	ListIDPs(context.Context, *ListIDPsRequest) (*ListIDPsResponse, error)
	AddOIDCIDP(context.Context, *AddOIDCIDPRequest) (*AddOIDCIDPResponse, error)
	AddJWTIDP(context.Context, *AddJWTIDPRequest) (*AddJWTIDPResponse, error)
	UpdateIDP(context.Context, *UpdateIDPRequest) (*UpdateIDPResponse, error)
	DeactivateIDP(context.Context, *DeactivateIDPRequest) (*DeactivateIDPResponse, error)
	ReactivateIDP(context.Context, *ReactivateIDPRequest) (*ReactivateIDPResponse, error)
	RemoveIDP(context.Context, *RemoveIDPRequest) (*RemoveIDPResponse, error)
	UpdateIDPOIDCConfig(context.Context, *UpdateIDPOIDCConfigRequest) (*UpdateIDPOIDCConfigResponse, error)
	UpdateIDPJWTConfig(context.Context, *UpdateIDPJWTConfigRequest) (*UpdateIDPJWTConfigResponse, error)
	// Returns all identity providers, which match the query
	// Limit should always be set, there is a default limit set by the service
	ListProviders(context.Context, *ListProvidersRequest) (*ListProvidersResponse, error)
	// Returns an identity provider of the instance
	GetProviderByID(context.Context, *GetProviderByIDRequest) (*GetProviderByIDResponse, error)
	// Add a new OAuth2 identity provider on the instance
	AddGenericOAuthProvider(context.Context, *AddGenericOAuthProviderRequest) (*AddGenericOAuthProviderResponse, error)
	// Change an existing OAuth2 identity provider on the instance
	UpdateGenericOAuthProvider(context.Context, *UpdateGenericOAuthProviderRequest) (*UpdateGenericOAuthProviderResponse, error)
	// Add a new OIDC identity provider on the instance
	AddGenericOIDCProvider(context.Context, *AddGenericOIDCProviderRequest) (*AddGenericOIDCProviderResponse, error)
	// Change an existing OIDC identity provider on the instance
	UpdateGenericOIDCProvider(context.Context, *UpdateGenericOIDCProviderRequest) (*UpdateGenericOIDCProviderResponse, error)
	// Migrate an existing OIDC identity provider on the instance
	MigrateGenericOIDCProvider(context.Context, *MigrateGenericOIDCProviderRequest) (*MigrateGenericOIDCProviderResponse, error)
	// Add a new JWT identity provider on the instance
	AddJWTProvider(context.Context, *AddJWTProviderRequest) (*AddJWTProviderResponse, error)
	// Change an existing JWT identity provider on the instance
	UpdateJWTProvider(context.Context, *UpdateJWTProviderRequest) (*UpdateJWTProviderResponse, error)
	// Add a new Azure AD identity provider on the instance
	AddAzureADProvider(context.Context, *AddAzureADProviderRequest) (*AddAzureADProviderResponse, error)
	// Change an existing Azure AD identity provider on the instance
	UpdateAzureADProvider(context.Context, *UpdateAzureADProviderRequest) (*UpdateAzureADProviderResponse, error)
	// Add a new GitHub identity provider on the instance
	AddGitHubProvider(context.Context, *AddGitHubProviderRequest) (*AddGitHubProviderResponse, error)
	// Change an existing GitHub identity provider on the instance
	UpdateGitHubProvider(context.Context, *UpdateGitHubProviderRequest) (*UpdateGitHubProviderResponse, error)
	// Add a new GitHub Enterprise Server identity provider on the instance
	AddGitHubEnterpriseServerProvider(context.Context, *AddGitHubEnterpriseServerProviderRequest) (*AddGitHubEnterpriseServerProviderResponse, error)
	// Change an existing GitHub Enterprise Server identity provider on the instance
	UpdateGitHubEnterpriseServerProvider(context.Context, *UpdateGitHubEnterpriseServerProviderRequest) (*UpdateGitHubEnterpriseServerProviderResponse, error)
	// Add a new GitLab identity provider on the instance
	AddGitLabProvider(context.Context, *AddGitLabProviderRequest) (*AddGitLabProviderResponse, error)
	// Change an existing GitLab identity provider on the instance
	UpdateGitLabProvider(context.Context, *UpdateGitLabProviderRequest) (*UpdateGitLabProviderResponse, error)
	// Add a new self hosted GitLab identity provider on the instance
	AddGitLabSelfHostedProvider(context.Context, *AddGitLabSelfHostedProviderRequest) (*AddGitLabSelfHostedProviderResponse, error)
	// Change an existing self hosted GitLab identity provider on the instance
	UpdateGitLabSelfHostedProvider(context.Context, *UpdateGitLabSelfHostedProviderRequest) (*UpdateGitLabSelfHostedProviderResponse, error)
	// Add a new Google identity provider on the instance
	AddGoogleProvider(context.Context, *AddGoogleProviderRequest) (*AddGoogleProviderResponse, error)
	// Change an existing Google identity provider on the instance
	UpdateGoogleProvider(context.Context, *UpdateGoogleProviderRequest) (*UpdateGoogleProviderResponse, error)
	// Add a new LDAP identity provider on the instance
	AddLDAPProvider(context.Context, *AddLDAPProviderRequest) (*AddLDAPProviderResponse, error)
	// Change an existing LDAP identity provider on the instance
	UpdateLDAPProvider(context.Context, *UpdateLDAPProviderRequest) (*UpdateLDAPProviderResponse, error)
	// Add a new Apple identity provider on the instance
	AddAppleProvider(context.Context, *AddAppleProviderRequest) (*AddAppleProviderResponse, error)
	// Change an existing Apple identity provider on the instance
	UpdateAppleProvider(context.Context, *UpdateAppleProviderRequest) (*UpdateAppleProviderResponse, error)
	// Add a new SAML identity provider on the instance
	AddSAMLProvider(context.Context, *AddSAMLProviderRequest) (*AddSAMLProviderResponse, error)
	// Change an existing SAML identity provider on the instance
	UpdateSAMLProvider(context.Context, *UpdateSAMLProviderRequest) (*UpdateSAMLProviderResponse, error)
	// Regenerate certificate for an existing SAML identity provider in the organization
	RegenerateSAMLProviderCertificate(context.Context, *RegenerateSAMLProviderCertificateRequest) (*RegenerateSAMLProviderCertificateResponse, error)
	// Remove an identity provider
	// Will remove all linked providers of this configuration on the users
	DeleteProvider(context.Context, *DeleteProviderRequest) (*DeleteProviderResponse, error)
	GetOrgIAMPolicy(context.Context, *GetOrgIAMPolicyRequest) (*GetOrgIAMPolicyResponse, error)
	UpdateOrgIAMPolicy(context.Context, *UpdateOrgIAMPolicyRequest) (*UpdateOrgIAMPolicyResponse, error)
	GetCustomOrgIAMPolicy(context.Context, *GetCustomOrgIAMPolicyRequest) (*GetCustomOrgIAMPolicyResponse, error)
	AddCustomOrgIAMPolicy(context.Context, *AddCustomOrgIAMPolicyRequest) (*AddCustomOrgIAMPolicyResponse, error)
	UpdateCustomOrgIAMPolicy(context.Context, *UpdateCustomOrgIAMPolicyRequest) (*UpdateCustomOrgIAMPolicyResponse, error)
	ResetCustomOrgIAMPolicyToDefault(context.Context, *ResetCustomOrgIAMPolicyToDefaultRequest) (*ResetCustomOrgIAMPolicyToDefaultResponse, error)
	GetDomainPolicy(context.Context, *GetDomainPolicyRequest) (*GetDomainPolicyResponse, error)
	UpdateDomainPolicy(context.Context, *UpdateDomainPolicyRequest) (*UpdateDomainPolicyResponse, error)
	GetCustomDomainPolicy(context.Context, *GetCustomDomainPolicyRequest) (*GetCustomDomainPolicyResponse, error)
	AddCustomDomainPolicy(context.Context, *AddCustomDomainPolicyRequest) (*AddCustomDomainPolicyResponse, error)
	UpdateCustomDomainPolicy(context.Context, *UpdateCustomDomainPolicyRequest) (*UpdateCustomDomainPolicyResponse, error)
	ResetCustomDomainPolicyToDefault(context.Context, *ResetCustomDomainPolicyToDefaultRequest) (*ResetCustomDomainPolicyToDefaultResponse, error)
	GetLabelPolicy(context.Context, *GetLabelPolicyRequest) (*GetLabelPolicyResponse, error)
	GetPreviewLabelPolicy(context.Context, *GetPreviewLabelPolicyRequest) (*GetPreviewLabelPolicyResponse, error)
	UpdateLabelPolicy(context.Context, *UpdateLabelPolicyRequest) (*UpdateLabelPolicyResponse, error)
	ActivateLabelPolicy(context.Context, *ActivateLabelPolicyRequest) (*ActivateLabelPolicyResponse, error)
	RemoveLabelPolicyLogoDark(context.Context, *RemoveLabelPolicyLogoDarkRequest) (*RemoveLabelPolicyLogoDarkResponse, error)
	RemoveLabelPolicyIcon(context.Context, *RemoveLabelPolicyIconRequest) (*RemoveLabelPolicyIconResponse, error)
	RemoveLabelPolicyIconDark(context.Context, *RemoveLabelPolicyIconDarkRequest) (*RemoveLabelPolicyIconDarkResponse, error)
	RemoveLabelPolicyFont(context.Context, *RemoveLabelPolicyFontRequest) (*RemoveLabelPolicyFontResponse, error)
	GetLoginPolicy(context.Context, *GetLoginPolicyRequest) (*GetLoginPolicyResponse, error)
	UpdateLoginPolicy(context.Context, *UpdateLoginPolicyRequest) (*UpdateLoginPolicyResponse, error)
	ListLoginPolicyIDPs(context.Context, *ListLoginPolicyIDPsRequest) (*ListLoginPolicyIDPsResponse, error)
	AddIDPToLoginPolicy(context.Context, *AddIDPToLoginPolicyRequest) (*AddIDPToLoginPolicyResponse, error)
	RemoveIDPFromLoginPolicy(context.Context, *RemoveIDPFromLoginPolicyRequest) (*RemoveIDPFromLoginPolicyResponse, error)
	ListLoginPolicySecondFactors(context.Context, *ListLoginPolicySecondFactorsRequest) (*ListLoginPolicySecondFactorsResponse, error)
	AddSecondFactorToLoginPolicy(context.Context, *AddSecondFactorToLoginPolicyRequest) (*AddSecondFactorToLoginPolicyResponse, error)
	RemoveSecondFactorFromLoginPolicy(context.Context, *RemoveSecondFactorFromLoginPolicyRequest) (*RemoveSecondFactorFromLoginPolicyResponse, error)
	ListLoginPolicyMultiFactors(context.Context, *ListLoginPolicyMultiFactorsRequest) (*ListLoginPolicyMultiFactorsResponse, error)
	AddMultiFactorToLoginPolicy(context.Context, *AddMultiFactorToLoginPolicyRequest) (*AddMultiFactorToLoginPolicyResponse, error)
	RemoveMultiFactorFromLoginPolicy(context.Context, *RemoveMultiFactorFromLoginPolicyRequest) (*RemoveMultiFactorFromLoginPolicyResponse, error)
	GetPasswordComplexityPolicy(context.Context, *GetPasswordComplexityPolicyRequest) (*GetPasswordComplexityPolicyResponse, error)
	UpdatePasswordComplexityPolicy(context.Context, *UpdatePasswordComplexityPolicyRequest) (*UpdatePasswordComplexityPolicyResponse, error)
	GetPasswordAgePolicy(context.Context, *GetPasswordAgePolicyRequest) (*GetPasswordAgePolicyResponse, error)
	UpdatePasswordAgePolicy(context.Context, *UpdatePasswordAgePolicyRequest) (*UpdatePasswordAgePolicyResponse, error)
	GetLockoutPolicy(context.Context, *GetLockoutPolicyRequest) (*GetLockoutPolicyResponse, error)
	UpdateLockoutPolicy(context.Context, *UpdateLockoutPolicyRequest) (*UpdateLockoutPolicyResponse, error)
	GetPrivacyPolicy(context.Context, *GetPrivacyPolicyRequest) (*GetPrivacyPolicyResponse, error)
	UpdatePrivacyPolicy(context.Context, *UpdatePrivacyPolicyRequest) (*UpdatePrivacyPolicyResponse, error)
	AddNotificationPolicy(context.Context, *AddNotificationPolicyRequest) (*AddNotificationPolicyResponse, error)
	GetNotificationPolicy(context.Context, *GetNotificationPolicyRequest) (*GetNotificationPolicyResponse, error)
	UpdateNotificationPolicy(context.Context, *UpdateNotificationPolicyRequest) (*UpdateNotificationPolicyResponse, error)
	GetDefaultInitMessageText(context.Context, *GetDefaultInitMessageTextRequest) (*GetDefaultInitMessageTextResponse, error)
	GetCustomInitMessageText(context.Context, *GetCustomInitMessageTextRequest) (*GetCustomInitMessageTextResponse, error)
	SetDefaultInitMessageText(context.Context, *SetDefaultInitMessageTextRequest) (*SetDefaultInitMessageTextResponse, error)
	ResetCustomInitMessageTextToDefault(context.Context, *ResetCustomInitMessageTextToDefaultRequest) (*ResetCustomInitMessageTextToDefaultResponse, error)
	GetDefaultPasswordResetMessageText(context.Context, *GetDefaultPasswordResetMessageTextRequest) (*GetDefaultPasswordResetMessageTextResponse, error)
	GetCustomPasswordResetMessageText(context.Context, *GetCustomPasswordResetMessageTextRequest) (*GetCustomPasswordResetMessageTextResponse, error)
	SetDefaultPasswordResetMessageText(context.Context, *SetDefaultPasswordResetMessageTextRequest) (*SetDefaultPasswordResetMessageTextResponse, error)
	ResetCustomPasswordResetMessageTextToDefault(context.Context, *ResetCustomPasswordResetMessageTextToDefaultRequest) (*ResetCustomPasswordResetMessageTextToDefaultResponse, error)
	GetDefaultVerifyEmailMessageText(context.Context, *GetDefaultVerifyEmailMessageTextRequest) (*GetDefaultVerifyEmailMessageTextResponse, error)
	GetCustomVerifyEmailMessageText(context.Context, *GetCustomVerifyEmailMessageTextRequest) (*GetCustomVerifyEmailMessageTextResponse, error)
	SetDefaultVerifyEmailMessageText(context.Context, *SetDefaultVerifyEmailMessageTextRequest) (*SetDefaultVerifyEmailMessageTextResponse, error)
	ResetCustomVerifyEmailMessageTextToDefault(context.Context, *ResetCustomVerifyEmailMessageTextToDefaultRequest) (*ResetCustomVerifyEmailMessageTextToDefaultResponse, error)
	GetDefaultVerifyPhoneMessageText(context.Context, *GetDefaultVerifyPhoneMessageTextRequest) (*GetDefaultVerifyPhoneMessageTextResponse, error)
	GetCustomVerifyPhoneMessageText(context.Context, *GetCustomVerifyPhoneMessageTextRequest) (*GetCustomVerifyPhoneMessageTextResponse, error)
	SetDefaultVerifyPhoneMessageText(context.Context, *SetDefaultVerifyPhoneMessageTextRequest) (*SetDefaultVerifyPhoneMessageTextResponse, error)
	ResetCustomVerifyPhoneMessageTextToDefault(context.Context, *ResetCustomVerifyPhoneMessageTextToDefaultRequest) (*ResetCustomVerifyPhoneMessageTextToDefaultResponse, error)
	GetDefaultVerifySMSOTPMessageText(context.Context, *GetDefaultVerifySMSOTPMessageTextRequest) (*GetDefaultVerifySMSOTPMessageTextResponse, error)
	GetCustomVerifySMSOTPMessageText(context.Context, *GetCustomVerifySMSOTPMessageTextRequest) (*GetCustomVerifySMSOTPMessageTextResponse, error)
	SetDefaultVerifySMSOTPMessageText(context.Context, *SetDefaultVerifySMSOTPMessageTextRequest) (*SetDefaultVerifySMSOTPMessageTextResponse, error)
	ResetCustomVerifySMSOTPMessageTextToDefault(context.Context, *ResetCustomVerifySMSOTPMessageTextToDefaultRequest) (*ResetCustomVerifySMSOTPMessageTextToDefaultResponse, error)
	GetDefaultVerifyEmailOTPMessageText(context.Context, *GetDefaultVerifyEmailOTPMessageTextRequest) (*GetDefaultVerifyEmailOTPMessageTextResponse, error)
	GetCustomVerifyEmailOTPMessageText(context.Context, *GetCustomVerifyEmailOTPMessageTextRequest) (*GetCustomVerifyEmailOTPMessageTextResponse, error)
	SetDefaultVerifyEmailOTPMessageText(context.Context, *SetDefaultVerifyEmailOTPMessageTextRequest) (*SetDefaultVerifyEmailOTPMessageTextResponse, error)
	ResetCustomVerifyEmailOTPMessageTextToDefault(context.Context, *ResetCustomVerifyEmailOTPMessageTextToDefaultRequest) (*ResetCustomVerifyEmailOTPMessageTextToDefaultResponse, error)
	GetDefaultDomainClaimedMessageText(context.Context, *GetDefaultDomainClaimedMessageTextRequest) (*GetDefaultDomainClaimedMessageTextResponse, error)
	GetCustomDomainClaimedMessageText(context.Context, *GetCustomDomainClaimedMessageTextRequest) (*GetCustomDomainClaimedMessageTextResponse, error)
	SetDefaultDomainClaimedMessageText(context.Context, *SetDefaultDomainClaimedMessageTextRequest) (*SetDefaultDomainClaimedMessageTextResponse, error)
	ResetCustomDomainClaimedMessageTextToDefault(context.Context, *ResetCustomDomainClaimedMessageTextToDefaultRequest) (*ResetCustomDomainClaimedMessageTextToDefaultResponse, error)
	GetDefaultPasswordlessRegistrationMessageText(context.Context, *GetDefaultPasswordlessRegistrationMessageTextRequest) (*GetDefaultPasswordlessRegistrationMessageTextResponse, error)
	GetCustomPasswordlessRegistrationMessageText(context.Context, *GetCustomPasswordlessRegistrationMessageTextRequest) (*GetCustomPasswordlessRegistrationMessageTextResponse, error)
	SetDefaultPasswordlessRegistrationMessageText(context.Context, *SetDefaultPasswordlessRegistrationMessageTextRequest) (*SetDefaultPasswordlessRegistrationMessageTextResponse, error)
	ResetCustomPasswordlessRegistrationMessageTextToDefault(context.Context, *ResetCustomPasswordlessRegistrationMessageTextToDefaultRequest) (*ResetCustomPasswordlessRegistrationMessageTextToDefaultResponse, error)
	GetDefaultPasswordChangeMessageText(context.Context, *GetDefaultPasswordChangeMessageTextRequest) (*GetDefaultPasswordChangeMessageTextResponse, error)
	GetCustomPasswordChangeMessageText(context.Context, *GetCustomPasswordChangeMessageTextRequest) (*GetCustomPasswordChangeMessageTextResponse, error)
	SetDefaultPasswordChangeMessageText(context.Context, *SetDefaultPasswordChangeMessageTextRequest) (*SetDefaultPasswordChangeMessageTextResponse, error)
	ResetCustomPasswordChangeMessageTextToDefault(context.Context, *ResetCustomPasswordChangeMessageTextToDefaultRequest) (*ResetCustomPasswordChangeMessageTextToDefaultResponse, error)
	GetDefaultLoginTexts(context.Context, *GetDefaultLoginTextsRequest) (*GetDefaultLoginTextsResponse, error)
	GetCustomLoginTexts(context.Context, *GetCustomLoginTextsRequest) (*GetCustomLoginTextsResponse, error)
	SetCustomLoginText(context.Context, *SetCustomLoginTextsRequest) (*SetCustomLoginTextsResponse, error)
	ResetCustomLoginTextToDefault(context.Context, *ResetCustomLoginTextsToDefaultRequest) (*ResetCustomLoginTextsToDefaultResponse, error)
	ListIAMMemberRoles(context.Context, *ListIAMMemberRolesRequest) (*ListIAMMemberRolesResponse, error)
	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)
	UpdateIAMMember(context.Context, *UpdateIAMMemberRequest) (*UpdateIAMMemberResponse, error)
	RemoveIAMMember(context.Context, *RemoveIAMMemberRequest) (*RemoveIAMMemberResponse, error)
	ListViews(context.Context, *ListViewsRequest) (*ListViewsResponse, error)
	ListFailedEvents(context.Context, *ListFailedEventsRequest) (*ListFailedEventsResponse, error)
	RemoveFailedEvent(context.Context, *RemoveFailedEventRequest) (*RemoveFailedEventResponse, error)
	// Imports data into an instance and creates different objects
	ImportData(context.Context, *ImportDataRequest) (*ImportDataResponse, error)
	ExportData(context.Context, *ExportDataRequest) (*ExportDataResponse, error)
	ListEventTypes(context.Context, *ListEventTypesRequest) (*ListEventTypesResponse, error)
	ListEvents(context.Context, *ListEventsRequest) (*ListEventsResponse, error)
	ListAggregateTypes(context.Context, *ListAggregateTypesRequest) (*ListAggregateTypesResponse, error)
	// Activates the "LoginDefaultOrg" feature by setting the flag to "true"
	// This is irreversible!
	// Once activated, the login UI will use the settings of the default org (and not from the instance) if not organization context is set
	ActivateFeatureLoginDefaultOrg(context.Context, *ActivateFeatureLoginDefaultOrgRequest) (*ActivateFeatureLoginDefaultOrgResponse, error)
	ListMilestones(context.Context, *ListMilestonesRequest) (*ListMilestonesResponse, error)
	// Sets restrictions
	SetRestrictions(context.Context, *SetRestrictionsRequest) (*SetRestrictionsResponse, error)
	// Gets restrictions
	GetRestrictions(context.Context, *GetRestrictionsRequest) (*GetRestrictionsResponse, 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"`
	AppKeys                          []*v1.DataAppKey                                                  `protobuf:"bytes,35,rep,name=app_keys,json=appKeys,proto3" json:"app_keys,omitempty"`
	MachineKeys                      []*v1.DataMachineKey                                              `protobuf:"bytes,36,rep,name=machine_keys,json=machineKeys,proto3" json:"machine_keys,omitempty"`
	VerifySmsOtpMessages             []*management.SetCustomVerifySMSOTPMessageTextRequest             `` /* 126-byte string literal not displayed */
	VerifyEmailOtpMessages           []*management.SetCustomVerifyEmailOTPMessageTextRequest           `` /* 132-byte string literal not displayed */
	// 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) GetAppKeys

func (x *DataOrg) GetAppKeys() []*v1.DataAppKey

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) GetMachineKeys

func (x *DataOrg) GetMachineKeys() []*v1.DataMachineKey

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) GetVerifyEmailOtpMessages added in v2.0.16

func (x *DataOrg) GetVerifyEmailOtpMessages() []*management.SetCustomVerifyEmailOTPMessageTextRequest

func (*DataOrg) GetVerifyPhoneMessages

func (x *DataOrg) GetVerifyPhoneMessages() []*management.SetCustomVerifyPhoneMessageTextRequest

func (*DataOrg) GetVerifySmsOtpMessages added in v2.0.16

func (x *DataOrg) GetVerifySmsOtpMessages() []*management.SetCustomVerifySMSOTPMessageTextRequest

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 DeactivateSMTPConfigRequest added in v2.1.13

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

func (*DeactivateSMTPConfigRequest) Descriptor deprecated added in v2.1.13

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

Deprecated: Use DeactivateSMTPConfigRequest.ProtoReflect.Descriptor instead.

func (*DeactivateSMTPConfigRequest) GetId added in v2.1.13

func (*DeactivateSMTPConfigRequest) ProtoMessage added in v2.1.13

func (*DeactivateSMTPConfigRequest) ProtoMessage()

func (*DeactivateSMTPConfigRequest) ProtoReflect added in v2.1.13

func (*DeactivateSMTPConfigRequest) Reset added in v2.1.13

func (x *DeactivateSMTPConfigRequest) Reset()

func (*DeactivateSMTPConfigRequest) String added in v2.1.13

func (x *DeactivateSMTPConfigRequest) String() string

type DeactivateSMTPConfigResponse added in v2.1.13

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

func (*DeactivateSMTPConfigResponse) Descriptor deprecated added in v2.1.13

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

Deprecated: Use DeactivateSMTPConfigResponse.ProtoReflect.Descriptor instead.

func (*DeactivateSMTPConfigResponse) GetDetails added in v2.1.13

func (*DeactivateSMTPConfigResponse) ProtoMessage added in v2.1.13

func (*DeactivateSMTPConfigResponse) ProtoMessage()

func (*DeactivateSMTPConfigResponse) ProtoReflect added in v2.1.13

func (*DeactivateSMTPConfigResponse) Reset added in v2.1.13

func (x *DeactivateSMTPConfigResponse) Reset()

func (*DeactivateSMTPConfigResponse) String added in v2.1.13

type DeleteProviderRequest added in v2.0.10

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

func (*DeleteProviderRequest) Descriptor deprecated added in v2.0.10

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

Deprecated: Use DeleteProviderRequest.ProtoReflect.Descriptor instead.

func (*DeleteProviderRequest) GetId added in v2.0.10

func (x *DeleteProviderRequest) GetId() string

func (*DeleteProviderRequest) ProtoMessage added in v2.0.10

func (*DeleteProviderRequest) ProtoMessage()

func (*DeleteProviderRequest) ProtoReflect added in v2.0.10

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

func (*DeleteProviderRequest) Reset added in v2.0.10

func (x *DeleteProviderRequest) Reset()

func (*DeleteProviderRequest) String added in v2.0.10

func (x *DeleteProviderRequest) String() string

type DeleteProviderResponse added in v2.0.10

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

func (*DeleteProviderResponse) Descriptor deprecated added in v2.0.10

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

Deprecated: Use DeleteProviderResponse.ProtoReflect.Descriptor instead.

func (*DeleteProviderResponse) GetDetails added in v2.0.10

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

func (*DeleteProviderResponse) ProtoMessage added in v2.0.10

func (*DeleteProviderResponse) ProtoMessage()

func (*DeleteProviderResponse) ProtoReflect added in v2.0.10

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

func (*DeleteProviderResponse) Reset added in v2.0.10

func (x *DeleteProviderResponse) Reset()

func (*DeleteProviderResponse) String added in v2.0.10

func (x *DeleteProviderResponse) String() 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"`
	LastFailed     *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=last_failed,json=lastFailed,proto3" json:"last_failed,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) GetLastFailed added in v2.0.2

func (x *FailedEvent) GetLastFailed() *timestamppb.Timestamp

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 GetAllowedLanguagesRequest added in v2.1.5

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

This is an empty request

func (*GetAllowedLanguagesRequest) Descriptor deprecated added in v2.1.5

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

Deprecated: Use GetAllowedLanguagesRequest.ProtoReflect.Descriptor instead.

func (*GetAllowedLanguagesRequest) ProtoMessage added in v2.1.5

func (*GetAllowedLanguagesRequest) ProtoMessage()

func (*GetAllowedLanguagesRequest) ProtoReflect added in v2.1.5

func (*GetAllowedLanguagesRequest) Reset added in v2.1.5

func (x *GetAllowedLanguagesRequest) Reset()

func (*GetAllowedLanguagesRequest) String added in v2.1.5

func (x *GetAllowedLanguagesRequest) String() string

type GetAllowedLanguagesResponse added in v2.1.5

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

func (*GetAllowedLanguagesResponse) Descriptor deprecated added in v2.1.5

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

Deprecated: Use GetAllowedLanguagesResponse.ProtoReflect.Descriptor instead.

func (*GetAllowedLanguagesResponse) GetLanguages added in v2.1.5

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

func (*GetAllowedLanguagesResponse) ProtoMessage added in v2.1.5

func (*GetAllowedLanguagesResponse) ProtoMessage()

func (*GetAllowedLanguagesResponse) ProtoReflect added in v2.1.5

func (*GetAllowedLanguagesResponse) Reset added in v2.1.5

func (x *GetAllowedLanguagesResponse) Reset()

func (*GetAllowedLanguagesResponse) String added in v2.1.5

func (x *GetAllowedLanguagesResponse) 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 GetCustomPasswordChangeMessageTextRequest added in v2.0.9

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

func (*GetCustomPasswordChangeMessageTextRequest) Descriptor deprecated added in v2.0.9

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

Deprecated: Use GetCustomPasswordChangeMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetCustomPasswordChangeMessageTextRequest) GetLanguage added in v2.0.9

func (*GetCustomPasswordChangeMessageTextRequest) ProtoMessage added in v2.0.9

func (*GetCustomPasswordChangeMessageTextRequest) ProtoReflect added in v2.0.9

func (*GetCustomPasswordChangeMessageTextRequest) Reset added in v2.0.9

func (*GetCustomPasswordChangeMessageTextRequest) String added in v2.0.9

type GetCustomPasswordChangeMessageTextResponse added in v2.0.9

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

func (*GetCustomPasswordChangeMessageTextResponse) Descriptor deprecated added in v2.0.9

Deprecated: Use GetCustomPasswordChangeMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetCustomPasswordChangeMessageTextResponse) GetCustomText added in v2.0.9

func (*GetCustomPasswordChangeMessageTextResponse) ProtoMessage added in v2.0.9

func (*GetCustomPasswordChangeMessageTextResponse) ProtoReflect added in v2.0.9

func (*GetCustomPasswordChangeMessageTextResponse) Reset added in v2.0.9

func (*GetCustomPasswordChangeMessageTextResponse) String added in v2.0.9

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 GetCustomVerifyEmailOTPMessageTextRequest added in v2.0.16

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

func (*GetCustomVerifyEmailOTPMessageTextRequest) Descriptor deprecated added in v2.0.16

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

Deprecated: Use GetCustomVerifyEmailOTPMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetCustomVerifyEmailOTPMessageTextRequest) GetLanguage added in v2.0.16

func (*GetCustomVerifyEmailOTPMessageTextRequest) ProtoMessage added in v2.0.16

func (*GetCustomVerifyEmailOTPMessageTextRequest) ProtoReflect added in v2.0.16

func (*GetCustomVerifyEmailOTPMessageTextRequest) Reset added in v2.0.16

func (*GetCustomVerifyEmailOTPMessageTextRequest) String added in v2.0.16

type GetCustomVerifyEmailOTPMessageTextResponse added in v2.0.16

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

func (*GetCustomVerifyEmailOTPMessageTextResponse) Descriptor deprecated added in v2.0.16

Deprecated: Use GetCustomVerifyEmailOTPMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetCustomVerifyEmailOTPMessageTextResponse) GetCustomText added in v2.0.16

func (*GetCustomVerifyEmailOTPMessageTextResponse) ProtoMessage added in v2.0.16

func (*GetCustomVerifyEmailOTPMessageTextResponse) ProtoReflect added in v2.0.16

func (*GetCustomVerifyEmailOTPMessageTextResponse) Reset added in v2.0.16

func (*GetCustomVerifyEmailOTPMessageTextResponse) String added in v2.0.16

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 GetCustomVerifySMSOTPMessageTextRequest added in v2.0.16

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

func (*GetCustomVerifySMSOTPMessageTextRequest) Descriptor deprecated added in v2.0.16

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

Deprecated: Use GetCustomVerifySMSOTPMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetCustomVerifySMSOTPMessageTextRequest) GetLanguage added in v2.0.16

func (*GetCustomVerifySMSOTPMessageTextRequest) ProtoMessage added in v2.0.16

func (*GetCustomVerifySMSOTPMessageTextRequest) ProtoReflect added in v2.0.16

func (*GetCustomVerifySMSOTPMessageTextRequest) Reset added in v2.0.16

func (*GetCustomVerifySMSOTPMessageTextRequest) String added in v2.0.16

type GetCustomVerifySMSOTPMessageTextResponse added in v2.0.16

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

func (*GetCustomVerifySMSOTPMessageTextResponse) Descriptor deprecated added in v2.0.16

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

Deprecated: Use GetCustomVerifySMSOTPMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetCustomVerifySMSOTPMessageTextResponse) GetCustomText added in v2.0.16

func (*GetCustomVerifySMSOTPMessageTextResponse) ProtoMessage added in v2.0.16

func (*GetCustomVerifySMSOTPMessageTextResponse) ProtoReflect added in v2.0.16

func (*GetCustomVerifySMSOTPMessageTextResponse) Reset added in v2.0.16

func (*GetCustomVerifySMSOTPMessageTextResponse) String added in v2.0.16

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 GetDefaultPasswordChangeMessageTextRequest added in v2.0.9

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

func (*GetDefaultPasswordChangeMessageTextRequest) Descriptor deprecated added in v2.0.9

Deprecated: Use GetDefaultPasswordChangeMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultPasswordChangeMessageTextRequest) GetLanguage added in v2.0.9

func (*GetDefaultPasswordChangeMessageTextRequest) ProtoMessage added in v2.0.9

func (*GetDefaultPasswordChangeMessageTextRequest) ProtoReflect added in v2.0.9

func (*GetDefaultPasswordChangeMessageTextRequest) Reset added in v2.0.9

func (*GetDefaultPasswordChangeMessageTextRequest) String added in v2.0.9

type GetDefaultPasswordChangeMessageTextResponse added in v2.0.9

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

func (*GetDefaultPasswordChangeMessageTextResponse) Descriptor deprecated added in v2.0.9

Deprecated: Use GetDefaultPasswordChangeMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultPasswordChangeMessageTextResponse) GetCustomText added in v2.0.9

func (*GetDefaultPasswordChangeMessageTextResponse) ProtoMessage added in v2.0.9

func (*GetDefaultPasswordChangeMessageTextResponse) ProtoReflect added in v2.0.9

func (*GetDefaultPasswordChangeMessageTextResponse) Reset added in v2.0.9

func (*GetDefaultPasswordChangeMessageTextResponse) String added in v2.0.9

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 GetDefaultVerifyEmailOTPMessageTextRequest added in v2.0.16

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

func (*GetDefaultVerifyEmailOTPMessageTextRequest) Descriptor deprecated added in v2.0.16

Deprecated: Use GetDefaultVerifyEmailOTPMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultVerifyEmailOTPMessageTextRequest) GetLanguage added in v2.0.16

func (*GetDefaultVerifyEmailOTPMessageTextRequest) ProtoMessage added in v2.0.16

func (*GetDefaultVerifyEmailOTPMessageTextRequest) ProtoReflect added in v2.0.16

func (*GetDefaultVerifyEmailOTPMessageTextRequest) Reset added in v2.0.16

func (*GetDefaultVerifyEmailOTPMessageTextRequest) String added in v2.0.16

type GetDefaultVerifyEmailOTPMessageTextResponse added in v2.0.16

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

func (*GetDefaultVerifyEmailOTPMessageTextResponse) Descriptor deprecated added in v2.0.16

Deprecated: Use GetDefaultVerifyEmailOTPMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultVerifyEmailOTPMessageTextResponse) GetCustomText added in v2.0.16

func (*GetDefaultVerifyEmailOTPMessageTextResponse) ProtoMessage added in v2.0.16

func (*GetDefaultVerifyEmailOTPMessageTextResponse) ProtoReflect added in v2.0.16

func (*GetDefaultVerifyEmailOTPMessageTextResponse) Reset added in v2.0.16

func (*GetDefaultVerifyEmailOTPMessageTextResponse) String added in v2.0.16

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 GetDefaultVerifySMSOTPMessageTextRequest added in v2.0.16

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

func (*GetDefaultVerifySMSOTPMessageTextRequest) Descriptor deprecated added in v2.0.16

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

Deprecated: Use GetDefaultVerifySMSOTPMessageTextRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultVerifySMSOTPMessageTextRequest) GetLanguage added in v2.0.16

func (*GetDefaultVerifySMSOTPMessageTextRequest) ProtoMessage added in v2.0.16

func (*GetDefaultVerifySMSOTPMessageTextRequest) ProtoReflect added in v2.0.16

func (*GetDefaultVerifySMSOTPMessageTextRequest) Reset added in v2.0.16

func (*GetDefaultVerifySMSOTPMessageTextRequest) String added in v2.0.16

type GetDefaultVerifySMSOTPMessageTextResponse added in v2.0.16

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

func (*GetDefaultVerifySMSOTPMessageTextResponse) Descriptor deprecated added in v2.0.16

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

Deprecated: Use GetDefaultVerifySMSOTPMessageTextResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultVerifySMSOTPMessageTextResponse) GetCustomText added in v2.0.16

func (*GetDefaultVerifySMSOTPMessageTextResponse) ProtoMessage added in v2.0.16

func (*GetDefaultVerifySMSOTPMessageTextResponse) ProtoReflect added in v2.0.16

func (*GetDefaultVerifySMSOTPMessageTextResponse) Reset added in v2.0.16

func (*GetDefaultVerifySMSOTPMessageTextResponse) String added in v2.0.16

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 GetNotificationPolicyRequest added in v2.0.9

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

This is an empty request

func (*GetNotificationPolicyRequest) Descriptor deprecated added in v2.0.9

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

Deprecated: Use GetNotificationPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetNotificationPolicyRequest) ProtoMessage added in v2.0.9

func (*GetNotificationPolicyRequest) ProtoMessage()

func (*GetNotificationPolicyRequest) ProtoReflect added in v2.0.9

func (*GetNotificationPolicyRequest) Reset added in v2.0.9

func (x *GetNotificationPolicyRequest) Reset()

func (*GetNotificationPolicyRequest) String added in v2.0.9

type GetNotificationPolicyResponse added in v2.0.9

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

func (*GetNotificationPolicyResponse) Descriptor deprecated added in v2.0.9

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

Deprecated: Use GetNotificationPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetNotificationPolicyResponse) GetPolicy added in v2.0.9

func (*GetNotificationPolicyResponse) ProtoMessage added in v2.0.9

func (*GetNotificationPolicyResponse) ProtoMessage()

func (*GetNotificationPolicyResponse) ProtoReflect added in v2.0.9

func (*GetNotificationPolicyResponse) Reset added in v2.0.9

func (x *GetNotificationPolicyResponse) Reset()

func (*GetNotificationPolicyResponse) String added in v2.0.9

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 GetProviderByIDRequest added in v2.0.10

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

func (*GetProviderByIDRequest) Descriptor deprecated added in v2.0.10

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

Deprecated: Use GetProviderByIDRequest.ProtoReflect.Descriptor instead.

func (*GetProviderByIDRequest) GetId added in v2.0.10

func (x *GetProviderByIDRequest) GetId() string

func (*GetProviderByIDRequest) ProtoMessage added in v2.0.10

func (*GetProviderByIDRequest) ProtoMessage()

func (*GetProviderByIDRequest) ProtoReflect added in v2.0.10

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

func (*GetProviderByIDRequest) Reset added in v2.0.10

func (x *GetProviderByIDRequest) Reset()

func (*GetProviderByIDRequest) String added in v2.0.10

func (x *GetProviderByIDRequest) String() string

type GetProviderByIDResponse added in v2.0.10

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

func (*GetProviderByIDResponse) Descriptor deprecated added in v2.0.10

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

Deprecated: Use GetProviderByIDResponse.ProtoReflect.Descriptor instead.

func (*GetProviderByIDResponse) GetIdp added in v2.0.10

func (x *GetProviderByIDResponse) GetIdp() *idp.Provider

func (*GetProviderByIDResponse) ProtoMessage added in v2.0.10

func (*GetProviderByIDResponse) ProtoMessage()

func (*GetProviderByIDResponse) ProtoReflect added in v2.0.10

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

func (*GetProviderByIDResponse) Reset added in v2.0.10

func (x *GetProviderByIDResponse) Reset()

func (*GetProviderByIDResponse) String added in v2.0.10

func (x *GetProviderByIDResponse) String() string

type GetRestrictionsRequest added in v2.1.4

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

func (*GetRestrictionsRequest) Descriptor deprecated added in v2.1.4

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

Deprecated: Use GetRestrictionsRequest.ProtoReflect.Descriptor instead.

func (*GetRestrictionsRequest) ProtoMessage added in v2.1.4

func (*GetRestrictionsRequest) ProtoMessage()

func (*GetRestrictionsRequest) ProtoReflect added in v2.1.4

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

func (*GetRestrictionsRequest) Reset added in v2.1.4

func (x *GetRestrictionsRequest) Reset()

func (*GetRestrictionsRequest) String added in v2.1.4

func (x *GetRestrictionsRequest) String() string

type GetRestrictionsResponse added in v2.1.4

type GetRestrictionsResponse struct {
	Details                       *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	DisallowPublicOrgRegistration bool                  `` /* 153-byte string literal not displayed */
	AllowedLanguages              []string              `protobuf:"bytes,3,rep,name=allowed_languages,json=allowedLanguages,proto3" json:"allowed_languages,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRestrictionsResponse) Descriptor deprecated added in v2.1.4

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

Deprecated: Use GetRestrictionsResponse.ProtoReflect.Descriptor instead.

func (*GetRestrictionsResponse) GetAllowedLanguages added in v2.1.5

func (x *GetRestrictionsResponse) GetAllowedLanguages() []string

func (*GetRestrictionsResponse) GetDetails added in v2.1.4

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

func (*GetRestrictionsResponse) GetDisallowPublicOrgRegistration added in v2.1.4

func (x *GetRestrictionsResponse) GetDisallowPublicOrgRegistration() bool

func (*GetRestrictionsResponse) ProtoMessage added in v2.1.4

func (*GetRestrictionsResponse) ProtoMessage()

func (*GetRestrictionsResponse) ProtoReflect added in v2.1.4

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

func (*GetRestrictionsResponse) Reset added in v2.1.4

func (x *GetRestrictionsResponse) Reset()

func (*GetRestrictionsResponse) String added in v2.1.4

func (x *GetRestrictionsResponse) 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 GetSMTPConfigByIdRequest added in v2.1.13

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

func (*GetSMTPConfigByIdRequest) Descriptor deprecated added in v2.1.13

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

Deprecated: Use GetSMTPConfigByIdRequest.ProtoReflect.Descriptor instead.

func (*GetSMTPConfigByIdRequest) GetId added in v2.1.13

func (x *GetSMTPConfigByIdRequest) GetId() string

func (*GetSMTPConfigByIdRequest) ProtoMessage added in v2.1.13

func (*GetSMTPConfigByIdRequest) ProtoMessage()

func (*GetSMTPConfigByIdRequest) ProtoReflect added in v2.1.13

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

func (*GetSMTPConfigByIdRequest) Reset added in v2.1.13

func (x *GetSMTPConfigByIdRequest) Reset()

func (*GetSMTPConfigByIdRequest) String added in v2.1.13

func (x *GetSMTPConfigByIdRequest) String() string

type GetSMTPConfigByIdResponse added in v2.1.13

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

func (*GetSMTPConfigByIdResponse) Descriptor deprecated added in v2.1.13

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

Deprecated: Use GetSMTPConfigByIdResponse.ProtoReflect.Descriptor instead.

func (*GetSMTPConfigByIdResponse) GetSmtpConfig added in v2.1.13

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

func (*GetSMTPConfigByIdResponse) ProtoMessage added in v2.1.13

func (*GetSMTPConfigByIdResponse) ProtoMessage()

func (*GetSMTPConfigByIdResponse) ProtoReflect added in v2.1.13

func (*GetSMTPConfigByIdResponse) Reset added in v2.1.13

func (x *GetSMTPConfigByIdResponse) Reset()

func (*GetSMTPConfigByIdResponse) String added in v2.1.13

func (x *GetSMTPConfigByIdResponse) 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 GetSecurityPolicyRequest added in v2.0.6

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

This is an empty request

func (*GetSecurityPolicyRequest) Descriptor deprecated added in v2.0.6

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

Deprecated: Use GetSecurityPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetSecurityPolicyRequest) ProtoMessage added in v2.0.6

func (*GetSecurityPolicyRequest) ProtoMessage()

func (*GetSecurityPolicyRequest) ProtoReflect added in v2.0.6

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

func (*GetSecurityPolicyRequest) Reset added in v2.0.6

func (x *GetSecurityPolicyRequest) Reset()

func (*GetSecurityPolicyRequest) String added in v2.0.6

func (x *GetSecurityPolicyRequest) String() string

type GetSecurityPolicyResponse added in v2.0.6

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

func (*GetSecurityPolicyResponse) Descriptor deprecated added in v2.0.6

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

Deprecated: Use GetSecurityPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetSecurityPolicyResponse) GetPolicy added in v2.0.6

func (*GetSecurityPolicyResponse) ProtoMessage added in v2.0.6

func (*GetSecurityPolicyResponse) ProtoMessage()

func (*GetSecurityPolicyResponse) ProtoReflect added in v2.0.6

func (*GetSecurityPolicyResponse) Reset added in v2.0.6

func (x *GetSecurityPolicyResponse) Reset()

func (*GetSecurityPolicyResponse) String added in v2.0.6

func (x *GetSecurityPolicyResponse) 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"`
	AppKeys             []string                               `protobuf:"bytes,21,rep,name=app_keys,json=appKeys,proto3" json:"app_keys,omitempty"`
	MachineKeys         []string                               `protobuf:"bytes,22,rep,name=machine_keys,json=machineKeys,proto3" json:"machine_keys,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) GetAppKeys

func (x *ImportDataSuccessOrg) GetAppKeys() []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) GetMachineKeys

func (x *ImportDataSuccessOrg) GetMachineKeys() []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 ListAggregateTypesRequest added in v2.0.9

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

func (*ListAggregateTypesRequest) Descriptor deprecated added in v2.0.9

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

Deprecated: Use ListAggregateTypesRequest.ProtoReflect.Descriptor instead.

func (*ListAggregateTypesRequest) ProtoMessage added in v2.0.9

func (*ListAggregateTypesRequest) ProtoMessage()

func (*ListAggregateTypesRequest) ProtoReflect added in v2.0.9

func (*ListAggregateTypesRequest) Reset added in v2.0.9

func (x *ListAggregateTypesRequest) Reset()

func (*ListAggregateTypesRequest) String added in v2.0.9

func (x *ListAggregateTypesRequest) String() string

type ListAggregateTypesResponse added in v2.0.9

type ListAggregateTypesResponse struct {
	AggregateTypes []*event.AggregateType `protobuf:"bytes,1,rep,name=aggregate_types,json=aggregateTypes,proto3" json:"aggregate_types,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAggregateTypesResponse) Descriptor deprecated added in v2.0.9

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

Deprecated: Use ListAggregateTypesResponse.ProtoReflect.Descriptor instead.

func (*ListAggregateTypesResponse) GetAggregateTypes added in v2.0.9

func (x *ListAggregateTypesResponse) GetAggregateTypes() []*event.AggregateType

func (*ListAggregateTypesResponse) ProtoMessage added in v2.0.9

func (*ListAggregateTypesResponse) ProtoMessage()

func (*ListAggregateTypesResponse) ProtoReflect added in v2.0.9

func (*ListAggregateTypesResponse) Reset added in v2.0.9

func (x *ListAggregateTypesResponse) Reset()

func (*ListAggregateTypesResponse) String added in v2.0.9

func (x *ListAggregateTypesResponse) String() string

type ListEventTypesRequest added in v2.0.9

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

func (*ListEventTypesRequest) Descriptor deprecated added in v2.0.9

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

Deprecated: Use ListEventTypesRequest.ProtoReflect.Descriptor instead.

func (*ListEventTypesRequest) ProtoMessage added in v2.0.9

func (*ListEventTypesRequest) ProtoMessage()

func (*ListEventTypesRequest) ProtoReflect added in v2.0.9

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

func (*ListEventTypesRequest) Reset added in v2.0.9

func (x *ListEventTypesRequest) Reset()

func (*ListEventTypesRequest) String added in v2.0.9

func (x *ListEventTypesRequest) String() string

type ListEventTypesResponse added in v2.0.9

type ListEventTypesResponse struct {
	EventTypes []*event.EventType `protobuf:"bytes,1,rep,name=event_types,json=eventTypes,proto3" json:"event_types,omitempty"`
	// contains filtered or unexported fields
}

func (*ListEventTypesResponse) Descriptor deprecated added in v2.0.9

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

Deprecated: Use ListEventTypesResponse.ProtoReflect.Descriptor instead.

func (*ListEventTypesResponse) GetEventTypes added in v2.0.9

func (x *ListEventTypesResponse) GetEventTypes() []*event.EventType

func (*ListEventTypesResponse) ProtoMessage added in v2.0.9

func (*ListEventTypesResponse) ProtoMessage()

func (*ListEventTypesResponse) ProtoReflect added in v2.0.9

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

func (*ListEventTypesResponse) Reset added in v2.0.9

func (x *ListEventTypesResponse) Reset()

func (*ListEventTypesResponse) String added in v2.0.9

func (x *ListEventTypesResponse) String() string

type ListEventsRequest added in v2.0.9

type ListEventsRequest struct {
	Sequence       uint64   `protobuf:"varint,1,opt,name=sequence,proto3" json:"sequence,omitempty"`
	Limit          uint32   `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	Asc            bool     `protobuf:"varint,3,opt,name=asc,proto3" json:"asc,omitempty"`
	EditorUserId   string   `protobuf:"bytes,4,opt,name=editor_user_id,json=editorUserId,proto3" json:"editor_user_id,omitempty"`
	EventTypes     []string `protobuf:"bytes,5,rep,name=event_types,json=eventTypes,proto3" json:"event_types,omitempty"`
	AggregateId    string   `protobuf:"bytes,6,opt,name=aggregate_id,json=aggregateId,proto3" json:"aggregate_id,omitempty"`
	AggregateTypes []string `protobuf:"bytes,7,rep,name=aggregate_types,json=aggregateTypes,proto3" json:"aggregate_types,omitempty"`
	ResourceOwner  string   `protobuf:"bytes,8,opt,name=resource_owner,json=resourceOwner,proto3" json:"resource_owner,omitempty"`
	// Deprecated: Do not use.
	CreationDate *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
	// Types that are assignable to CreationDateFilter:
	//
	//	*ListEventsRequest_Range
	//	*ListEventsRequest_From
	CreationDateFilter isListEventsRequest_CreationDateFilter `protobuf_oneof:"creation_date_filter"`
	// contains filtered or unexported fields
}

func (*ListEventsRequest) Descriptor deprecated added in v2.0.9

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

Deprecated: Use ListEventsRequest.ProtoReflect.Descriptor instead.

func (*ListEventsRequest) GetAggregateId added in v2.0.9

func (x *ListEventsRequest) GetAggregateId() string

func (*ListEventsRequest) GetAggregateTypes added in v2.0.9

func (x *ListEventsRequest) GetAggregateTypes() []string

func (*ListEventsRequest) GetAsc added in v2.0.9

func (x *ListEventsRequest) GetAsc() bool

func (*ListEventsRequest) GetCreationDate deprecated added in v2.0.9

func (x *ListEventsRequest) GetCreationDate() *timestamppb.Timestamp

Deprecated: Do not use.

func (*ListEventsRequest) GetCreationDateFilter added in v2.1.5

func (m *ListEventsRequest) GetCreationDateFilter() isListEventsRequest_CreationDateFilter

func (*ListEventsRequest) GetEditorUserId added in v2.0.9

func (x *ListEventsRequest) GetEditorUserId() string

func (*ListEventsRequest) GetEventTypes added in v2.0.9

func (x *ListEventsRequest) GetEventTypes() []string

func (*ListEventsRequest) GetFrom added in v2.1.5

func (x *ListEventsRequest) GetFrom() *timestamppb.Timestamp

func (*ListEventsRequest) GetLimit added in v2.0.9

func (x *ListEventsRequest) GetLimit() uint32

func (*ListEventsRequest) GetRange added in v2.1.5

func (*ListEventsRequest) GetResourceOwner added in v2.0.9

func (x *ListEventsRequest) GetResourceOwner() string

func (*ListEventsRequest) GetSequence added in v2.0.9

func (x *ListEventsRequest) GetSequence() uint64

func (*ListEventsRequest) ProtoMessage added in v2.0.9

func (*ListEventsRequest) ProtoMessage()

func (*ListEventsRequest) ProtoReflect added in v2.0.9

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

func (*ListEventsRequest) Reset added in v2.0.9

func (x *ListEventsRequest) Reset()

func (*ListEventsRequest) String added in v2.0.9

func (x *ListEventsRequest) String() string

type ListEventsRequestCreationDateRange added in v2.1.5

type ListEventsRequestCreationDateRange struct {
	Since *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=since,proto3" json:"since,omitempty"`
	Until *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=until,proto3" json:"until,omitempty"`
	// contains filtered or unexported fields
}

func (*ListEventsRequestCreationDateRange) Descriptor deprecated added in v2.1.5

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

Deprecated: Use ListEventsRequestCreationDateRange.ProtoReflect.Descriptor instead.

func (*ListEventsRequestCreationDateRange) GetSince added in v2.1.5

func (*ListEventsRequestCreationDateRange) GetUntil added in v2.1.5

func (*ListEventsRequestCreationDateRange) ProtoMessage added in v2.1.5

func (*ListEventsRequestCreationDateRange) ProtoMessage()

func (*ListEventsRequestCreationDateRange) ProtoReflect added in v2.1.5

func (*ListEventsRequestCreationDateRange) Reset added in v2.1.5

func (*ListEventsRequestCreationDateRange) String added in v2.1.5

type ListEventsRequest_From added in v2.1.5

type ListEventsRequest_From struct {
	From *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=from,proto3,oneof"`
}

type ListEventsRequest_Range added in v2.1.5

type ListEventsRequest_Range struct {
	Range *ListEventsRequestCreationDateRange `protobuf:"bytes,10,opt,name=range,proto3,oneof"`
}

type ListEventsResponse added in v2.0.9

type ListEventsResponse struct {
	Events []*event.Event `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*ListEventsResponse) Descriptor deprecated added in v2.0.9

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

Deprecated: Use ListEventsResponse.ProtoReflect.Descriptor instead.

func (*ListEventsResponse) GetEvents added in v2.0.9

func (x *ListEventsResponse) GetEvents() []*event.Event

func (*ListEventsResponse) ProtoMessage added in v2.0.9

func (*ListEventsResponse) ProtoMessage()

func (*ListEventsResponse) ProtoReflect added in v2.0.9

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

func (*ListEventsResponse) Reset added in v2.0.9

func (x *ListEventsResponse) Reset()

func (*ListEventsResponse) String added in v2.0.9

func (x *ListEventsResponse) 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"`
	// criteria 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 */
	// criteria 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 */
	// criteria 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 ListMilestonesRequest added in v2.1.2

type ListMilestonesRequest 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 milestone.MilestoneFieldName `` /* 146-byte string literal not displayed */
	// criteria the client is looking for
	Queries []*milestone.MilestoneQuery `protobuf:"bytes,3,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMilestonesRequest) Descriptor deprecated added in v2.1.2

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

Deprecated: Use ListMilestonesRequest.ProtoReflect.Descriptor instead.

func (*ListMilestonesRequest) GetQueries added in v2.1.2

func (x *ListMilestonesRequest) GetQueries() []*milestone.MilestoneQuery

func (*ListMilestonesRequest) GetQuery added in v2.1.2

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

func (*ListMilestonesRequest) GetSortingColumn added in v2.1.2

func (x *ListMilestonesRequest) GetSortingColumn() milestone.MilestoneFieldName

func (*ListMilestonesRequest) ProtoMessage added in v2.1.2

func (*ListMilestonesRequest) ProtoMessage()

func (*ListMilestonesRequest) ProtoReflect added in v2.1.2

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

func (*ListMilestonesRequest) Reset added in v2.1.2

func (x *ListMilestonesRequest) Reset()

func (*ListMilestonesRequest) String added in v2.1.2

func (x *ListMilestonesRequest) String() string

type ListMilestonesResponse added in v2.1.2

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

func (*ListMilestonesResponse) Descriptor deprecated added in v2.1.2

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

Deprecated: Use ListMilestonesResponse.ProtoReflect.Descriptor instead.

func (*ListMilestonesResponse) GetDetails added in v2.1.2

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

func (*ListMilestonesResponse) GetResult added in v2.1.2

func (x *ListMilestonesResponse) GetResult() []*milestone.Milestone

func (*ListMilestonesResponse) ProtoMessage added in v2.1.2

func (*ListMilestonesResponse) ProtoMessage()

func (*ListMilestonesResponse) ProtoReflect added in v2.1.2

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

func (*ListMilestonesResponse) Reset added in v2.1.2

func (x *ListMilestonesResponse) Reset()

func (*ListMilestonesResponse) String added in v2.1.2

func (x *ListMilestonesResponse) String() 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 */
	// criteria 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 ListProvidersRequest added in v2.0.10

type ListProvidersRequest struct {

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

func (*ListProvidersRequest) Descriptor deprecated added in v2.0.10

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

Deprecated: Use ListProvidersRequest.ProtoReflect.Descriptor instead.

func (*ListProvidersRequest) GetQueries added in v2.0.10

func (x *ListProvidersRequest) GetQueries() []*ProviderQuery

func (*ListProvidersRequest) GetQuery added in v2.0.10

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

func (*ListProvidersRequest) ProtoMessage added in v2.0.10

func (*ListProvidersRequest) ProtoMessage()

func (*ListProvidersRequest) ProtoReflect added in v2.0.10

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

func (*ListProvidersRequest) Reset added in v2.0.10

func (x *ListProvidersRequest) Reset()

func (*ListProvidersRequest) String added in v2.0.10

func (x *ListProvidersRequest) String() string

type ListProvidersResponse added in v2.0.10

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

func (*ListProvidersResponse) Descriptor deprecated added in v2.0.10

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

Deprecated: Use ListProvidersResponse.ProtoReflect.Descriptor instead.

func (*ListProvidersResponse) GetDetails added in v2.0.10

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

func (*ListProvidersResponse) GetResult added in v2.0.10

func (x *ListProvidersResponse) GetResult() []*idp.Provider

func (*ListProvidersResponse) ProtoMessage added in v2.0.10

func (*ListProvidersResponse) ProtoMessage()

func (*ListProvidersResponse) ProtoReflect added in v2.0.10

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

func (*ListProvidersResponse) Reset added in v2.0.10

func (x *ListProvidersResponse) Reset()

func (*ListProvidersResponse) String added in v2.0.10

func (x *ListProvidersResponse) 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 ListSMTPConfigsRequest added in v2.1.13

type ListSMTPConfigsRequest struct {
	Query *object.ListQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSMTPConfigsRequest) Descriptor deprecated added in v2.1.13

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

Deprecated: Use ListSMTPConfigsRequest.ProtoReflect.Descriptor instead.

func (*ListSMTPConfigsRequest) GetQuery added in v2.1.13

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

func (*ListSMTPConfigsRequest) ProtoMessage added in v2.1.13

func (*ListSMTPConfigsRequest) ProtoMessage()

func (*ListSMTPConfigsRequest) ProtoReflect added in v2.1.13

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

func (*ListSMTPConfigsRequest) Reset added in v2.1.13

func (x *ListSMTPConfigsRequest) Reset()

func (*ListSMTPConfigsRequest) String added in v2.1.13

func (x *ListSMTPConfigsRequest) String() string

type ListSMTPConfigsResponse added in v2.1.13

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

func (*ListSMTPConfigsResponse) Descriptor deprecated added in v2.1.13

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

Deprecated: Use ListSMTPConfigsResponse.ProtoReflect.Descriptor instead.

func (*ListSMTPConfigsResponse) GetDetails added in v2.1.13

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

func (*ListSMTPConfigsResponse) GetResult added in v2.1.13

func (x *ListSMTPConfigsResponse) GetResult() []*settings.SMTPConfig

func (*ListSMTPConfigsResponse) ProtoMessage added in v2.1.13

func (*ListSMTPConfigsResponse) ProtoMessage()

func (*ListSMTPConfigsResponse) ProtoReflect added in v2.1.13

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

func (*ListSMTPConfigsResponse) Reset added in v2.1.13

func (x *ListSMTPConfigsResponse) Reset()

func (*ListSMTPConfigsResponse) String added in v2.1.13

func (x *ListSMTPConfigsResponse) String() string

type ListSecretGeneratorsRequest

type ListSecretGeneratorsRequest struct {

	// list limitations and ordering
	Query *object.ListQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// criteria 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 MigrateGenericOIDCProviderRequest added in v2.0.15

type MigrateGenericOIDCProviderRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Types that are assignable to Template:
	//
	//	*MigrateGenericOIDCProviderRequest_Azure
	//	*MigrateGenericOIDCProviderRequest_Google
	Template isMigrateGenericOIDCProviderRequest_Template `protobuf_oneof:"template"`
	// contains filtered or unexported fields
}

func (*MigrateGenericOIDCProviderRequest) Descriptor deprecated added in v2.0.15

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

Deprecated: Use MigrateGenericOIDCProviderRequest.ProtoReflect.Descriptor instead.

func (*MigrateGenericOIDCProviderRequest) GetAzure added in v2.0.15

func (*MigrateGenericOIDCProviderRequest) GetGoogle added in v2.0.15

func (*MigrateGenericOIDCProviderRequest) GetId added in v2.0.15

func (*MigrateGenericOIDCProviderRequest) GetTemplate added in v2.0.15

func (m *MigrateGenericOIDCProviderRequest) GetTemplate() isMigrateGenericOIDCProviderRequest_Template

func (*MigrateGenericOIDCProviderRequest) ProtoMessage added in v2.0.15

func (*MigrateGenericOIDCProviderRequest) ProtoMessage()

func (*MigrateGenericOIDCProviderRequest) ProtoReflect added in v2.0.15

func (*MigrateGenericOIDCProviderRequest) Reset added in v2.0.15

func (*MigrateGenericOIDCProviderRequest) String added in v2.0.15

type MigrateGenericOIDCProviderRequest_Azure added in v2.0.15

type MigrateGenericOIDCProviderRequest_Azure struct {
	Azure *AddAzureADProviderRequest `protobuf:"bytes,2,opt,name=azure,proto3,oneof"`
}

type MigrateGenericOIDCProviderRequest_Google added in v2.0.15

type MigrateGenericOIDCProviderRequest_Google struct {
	Google *AddGoogleProviderRequest `protobuf:"bytes,3,opt,name=google,proto3,oneof"`
}

type MigrateGenericOIDCProviderResponse added in v2.0.15

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

func (*MigrateGenericOIDCProviderResponse) Descriptor deprecated added in v2.0.15

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

Deprecated: Use MigrateGenericOIDCProviderResponse.ProtoReflect.Descriptor instead.

func (*MigrateGenericOIDCProviderResponse) GetDetails added in v2.0.15

func (*MigrateGenericOIDCProviderResponse) ProtoMessage added in v2.0.15

func (*MigrateGenericOIDCProviderResponse) ProtoMessage()

func (*MigrateGenericOIDCProviderResponse) ProtoReflect added in v2.0.15

func (*MigrateGenericOIDCProviderResponse) Reset added in v2.0.15

func (*MigrateGenericOIDCProviderResponse) String added in v2.0.15

type ProviderQuery added in v2.0.10

type ProviderQuery struct {

	// Types that are assignable to Query:
	//
	//	*ProviderQuery_IdpIdQuery
	//	*ProviderQuery_IdpNameQuery
	Query isProviderQuery_Query `protobuf_oneof:"query"`
	// contains filtered or unexported fields
}

func (*ProviderQuery) Descriptor deprecated added in v2.0.10

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

Deprecated: Use ProviderQuery.ProtoReflect.Descriptor instead.

func (*ProviderQuery) GetIdpIdQuery added in v2.0.10

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

func (*ProviderQuery) GetIdpNameQuery added in v2.0.10

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

func (*ProviderQuery) GetQuery added in v2.0.10

func (m *ProviderQuery) GetQuery() isProviderQuery_Query

func (*ProviderQuery) ProtoMessage added in v2.0.10

func (*ProviderQuery) ProtoMessage()

func (*ProviderQuery) ProtoReflect added in v2.0.10

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

func (*ProviderQuery) Reset added in v2.0.10

func (x *ProviderQuery) Reset()

func (*ProviderQuery) String added in v2.0.10

func (x *ProviderQuery) String() string

type ProviderQuery_IdpIdQuery added in v2.0.10

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

type ProviderQuery_IdpNameQuery added in v2.0.10

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

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 RegenerateSAMLProviderCertificateRequest added in v2.0.22

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

func (*RegenerateSAMLProviderCertificateRequest) Descriptor deprecated added in v2.0.22

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

Deprecated: Use RegenerateSAMLProviderCertificateRequest.ProtoReflect.Descriptor instead.

func (*RegenerateSAMLProviderCertificateRequest) GetId added in v2.0.22

func (*RegenerateSAMLProviderCertificateRequest) ProtoMessage added in v2.0.22

func (*RegenerateSAMLProviderCertificateRequest) ProtoReflect added in v2.0.22

func (*RegenerateSAMLProviderCertificateRequest) Reset added in v2.0.22

func (*RegenerateSAMLProviderCertificateRequest) String added in v2.0.22

type RegenerateSAMLProviderCertificateResponse added in v2.0.22

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

func (*RegenerateSAMLProviderCertificateResponse) Descriptor deprecated added in v2.0.22

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

Deprecated: Use RegenerateSAMLProviderCertificateResponse.ProtoReflect.Descriptor instead.

func (*RegenerateSAMLProviderCertificateResponse) GetDetails added in v2.0.22

func (*RegenerateSAMLProviderCertificateResponse) ProtoMessage added in v2.0.22

func (*RegenerateSAMLProviderCertificateResponse) ProtoReflect added in v2.0.22

func (*RegenerateSAMLProviderCertificateResponse) Reset added in v2.0.22

func (*RegenerateSAMLProviderCertificateResponse) String added in v2.0.22

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 RemoveOrgRequest added in v2.0.8

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

func (*RemoveOrgRequest) Descriptor deprecated added in v2.0.8

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

Deprecated: Use RemoveOrgRequest.ProtoReflect.Descriptor instead.

func (*RemoveOrgRequest) GetOrgId added in v2.0.8

func (x *RemoveOrgRequest) GetOrgId() string

func (*RemoveOrgRequest) ProtoMessage added in v2.0.8

func (*RemoveOrgRequest) ProtoMessage()

func (*RemoveOrgRequest) ProtoReflect added in v2.0.8

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

func (*RemoveOrgRequest) Reset added in v2.0.8

func (x *RemoveOrgRequest) Reset()

func (*RemoveOrgRequest) String added in v2.0.8

func (x *RemoveOrgRequest) String() string

type RemoveOrgResponse added in v2.0.8

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

func (*RemoveOrgResponse) Descriptor deprecated added in v2.0.8

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

Deprecated: Use RemoveOrgResponse.ProtoReflect.Descriptor instead.

func (*RemoveOrgResponse) GetDetails added in v2.0.8

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

func (*RemoveOrgResponse) ProtoMessage added in v2.0.8

func (*RemoveOrgResponse) ProtoMessage()

func (*RemoveOrgResponse) ProtoReflect added in v2.0.8

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

func (*RemoveOrgResponse) Reset added in v2.0.8

func (x *RemoveOrgResponse) Reset()

func (*RemoveOrgResponse) String added in v2.0.8

func (x *RemoveOrgResponse) String() 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 {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveSMTPConfigRequest) Descriptor deprecated

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

Deprecated: Use RemoveSMTPConfigRequest.ProtoReflect.Descriptor instead.

func (*RemoveSMTPConfigRequest) GetId added in v2.1.13

func (x *RemoveSMTPConfigRequest) GetId() string

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 ResetCustomPasswordChangeMessageTextToDefaultRequest added in v2.0.9

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

func (*ResetCustomPasswordChangeMessageTextToDefaultRequest) Descriptor deprecated added in v2.0.9

Deprecated: Use ResetCustomPasswordChangeMessageTextToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetCustomPasswordChangeMessageTextToDefaultRequest) GetLanguage added in v2.0.9

func (*ResetCustomPasswordChangeMessageTextToDefaultRequest) ProtoMessage added in v2.0.9

func (*ResetCustomPasswordChangeMessageTextToDefaultRequest) ProtoReflect added in v2.0.9

func (*ResetCustomPasswordChangeMessageTextToDefaultRequest) Reset added in v2.0.9

func (*ResetCustomPasswordChangeMessageTextToDefaultRequest) String added in v2.0.9

type ResetCustomPasswordChangeMessageTextToDefaultResponse added in v2.0.9

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

func (*ResetCustomPasswordChangeMessageTextToDefaultResponse) Descriptor deprecated added in v2.0.9

Deprecated: Use ResetCustomPasswordChangeMessageTextToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetCustomPasswordChangeMessageTextToDefaultResponse) GetDetails added in v2.0.9

func (*ResetCustomPasswordChangeMessageTextToDefaultResponse) ProtoMessage added in v2.0.9

func (*ResetCustomPasswordChangeMessageTextToDefaultResponse) ProtoReflect added in v2.0.9

func (*ResetCustomPasswordChangeMessageTextToDefaultResponse) Reset added in v2.0.9

func (*ResetCustomPasswordChangeMessageTextToDefaultResponse) String added in v2.0.9

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 ResetCustomVerifyEmailOTPMessageTextToDefaultRequest added in v2.0.16

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

func (*ResetCustomVerifyEmailOTPMessageTextToDefaultRequest) Descriptor deprecated added in v2.0.16

Deprecated: Use ResetCustomVerifyEmailOTPMessageTextToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetCustomVerifyEmailOTPMessageTextToDefaultRequest) GetLanguage added in v2.0.16

func (*ResetCustomVerifyEmailOTPMessageTextToDefaultRequest) ProtoMessage added in v2.0.16

func (*ResetCustomVerifyEmailOTPMessageTextToDefaultRequest) ProtoReflect added in v2.0.16

func (*ResetCustomVerifyEmailOTPMessageTextToDefaultRequest) Reset added in v2.0.16

func (*ResetCustomVerifyEmailOTPMessageTextToDefaultRequest) String added in v2.0.16

type ResetCustomVerifyEmailOTPMessageTextToDefaultResponse added in v2.0.16

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

func (*ResetCustomVerifyEmailOTPMessageTextToDefaultResponse) Descriptor deprecated added in v2.0.16

Deprecated: Use ResetCustomVerifyEmailOTPMessageTextToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetCustomVerifyEmailOTPMessageTextToDefaultResponse) GetDetails added in v2.0.16

func (*ResetCustomVerifyEmailOTPMessageTextToDefaultResponse) ProtoMessage added in v2.0.16

func (*ResetCustomVerifyEmailOTPMessageTextToDefaultResponse) ProtoReflect added in v2.0.16

func (*ResetCustomVerifyEmailOTPMessageTextToDefaultResponse) Reset added in v2.0.16

func (*ResetCustomVerifyEmailOTPMessageTextToDefaultResponse) String added in v2.0.16

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 ResetCustomVerifySMSOTPMessageTextToDefaultRequest added in v2.0.16

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

func (*ResetCustomVerifySMSOTPMessageTextToDefaultRequest) Descriptor deprecated added in v2.0.16

Deprecated: Use ResetCustomVerifySMSOTPMessageTextToDefaultRequest.ProtoReflect.Descriptor instead.

func (*ResetCustomVerifySMSOTPMessageTextToDefaultRequest) GetLanguage added in v2.0.16

func (*ResetCustomVerifySMSOTPMessageTextToDefaultRequest) ProtoMessage added in v2.0.16

func (*ResetCustomVerifySMSOTPMessageTextToDefaultRequest) ProtoReflect added in v2.0.16

func (*ResetCustomVerifySMSOTPMessageTextToDefaultRequest) Reset added in v2.0.16

func (*ResetCustomVerifySMSOTPMessageTextToDefaultRequest) String added in v2.0.16

type ResetCustomVerifySMSOTPMessageTextToDefaultResponse added in v2.0.16

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

func (*ResetCustomVerifySMSOTPMessageTextToDefaultResponse) Descriptor deprecated added in v2.0.16

Deprecated: Use ResetCustomVerifySMSOTPMessageTextToDefaultResponse.ProtoReflect.Descriptor instead.

func (*ResetCustomVerifySMSOTPMessageTextToDefaultResponse) GetDetails added in v2.0.16

func (*ResetCustomVerifySMSOTPMessageTextToDefaultResponse) ProtoMessage added in v2.0.16

func (*ResetCustomVerifySMSOTPMessageTextToDefaultResponse) ProtoReflect added in v2.0.16

func (*ResetCustomVerifySMSOTPMessageTextToDefaultResponse) Reset added in v2.0.16

func (*ResetCustomVerifySMSOTPMessageTextToDefaultResponse) String added in v2.0.16

type SelectLanguages added in v2.1.5

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

We have to wrap the languages list into a message so we can serialize empty lists.

func (*SelectLanguages) Descriptor deprecated added in v2.1.5

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

Deprecated: Use SelectLanguages.ProtoReflect.Descriptor instead.

func (*SelectLanguages) GetList added in v2.1.5

func (x *SelectLanguages) GetList() []string

func (*SelectLanguages) ProtoMessage added in v2.1.5

func (*SelectLanguages) ProtoMessage()

func (*SelectLanguages) ProtoReflect added in v2.1.5

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

func (*SelectLanguages) Reset added in v2.1.5

func (x *SelectLanguages) Reset()

func (*SelectLanguages) String added in v2.1.5

func (x *SelectLanguages) String() 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 */
	LinkingUserPromptText                *text.LinkingUserPromptScreenText                `` /* 129-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) GetLinkingUserPromptText added in v2.1.13

func (x *SetCustomLoginTextsRequest) GetLinkingUserPromptText() *text.LinkingUserPromptScreenText

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 SetDefaultPasswordChangeMessageTextRequest added in v2.0.9

type SetDefaultPasswordChangeMessageTextRequest 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 (*SetDefaultPasswordChangeMessageTextRequest) Descriptor deprecated added in v2.0.9

Deprecated: Use SetDefaultPasswordChangeMessageTextRequest.ProtoReflect.Descriptor instead.

func (*SetDefaultPasswordChangeMessageTextRequest) GetButtonText added in v2.0.9

func (*SetDefaultPasswordChangeMessageTextRequest) GetFooterText added in v2.0.9

func (*SetDefaultPasswordChangeMessageTextRequest) GetGreeting added in v2.0.9

func (*SetDefaultPasswordChangeMessageTextRequest) GetLanguage added in v2.0.9

func (*SetDefaultPasswordChangeMessageTextRequest) GetPreHeader added in v2.0.9

func (*SetDefaultPasswordChangeMessageTextRequest) GetSubject added in v2.0.9

func (*SetDefaultPasswordChangeMessageTextRequest) GetText added in v2.0.9

func (*SetDefaultPasswordChangeMessageTextRequest) GetTitle added in v2.0.9

func (*SetDefaultPasswordChangeMessageTextRequest) ProtoMessage added in v2.0.9

func (*SetDefaultPasswordChangeMessageTextRequest) ProtoReflect added in v2.0.9

func (*SetDefaultPasswordChangeMessageTextRequest) Reset added in v2.0.9

func (*SetDefaultPasswordChangeMessageTextRequest) String added in v2.0.9

type SetDefaultPasswordChangeMessageTextResponse added in v2.0.9

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

func (*SetDefaultPasswordChangeMessageTextResponse) Descriptor deprecated added in v2.0.9

Deprecated: Use SetDefaultPasswordChangeMessageTextResponse.ProtoReflect.Descriptor instead.

func (*SetDefaultPasswordChangeMessageTextResponse) GetDetails added in v2.0.9

func (*SetDefaultPasswordChangeMessageTextResponse) ProtoMessage added in v2.0.9

func (*SetDefaultPasswordChangeMessageTextResponse) ProtoReflect added in v2.0.9

func (*SetDefaultPasswordChangeMessageTextResponse) Reset added in v2.0.9

func (*SetDefaultPasswordChangeMessageTextResponse) String added in v2.0.9

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 SetDefaultVerifyEmailOTPMessageTextRequest added in v2.0.16

type SetDefaultVerifyEmailOTPMessageTextRequest 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 (*SetDefaultVerifyEmailOTPMessageTextRequest) Descriptor deprecated added in v2.0.16

Deprecated: Use SetDefaultVerifyEmailOTPMessageTextRequest.ProtoReflect.Descriptor instead.

func (*SetDefaultVerifyEmailOTPMessageTextRequest) GetButtonText added in v2.0.16

func (*SetDefaultVerifyEmailOTPMessageTextRequest) GetFooterText added in v2.0.16

func (*SetDefaultVerifyEmailOTPMessageTextRequest) GetGreeting added in v2.0.16

func (*SetDefaultVerifyEmailOTPMessageTextRequest) GetLanguage added in v2.0.16

func (*SetDefaultVerifyEmailOTPMessageTextRequest) GetPreHeader added in v2.0.16

func (*SetDefaultVerifyEmailOTPMessageTextRequest) GetSubject added in v2.0.16

func (*SetDefaultVerifyEmailOTPMessageTextRequest) GetText added in v2.0.16

func (*SetDefaultVerifyEmailOTPMessageTextRequest) GetTitle added in v2.0.16

func (*SetDefaultVerifyEmailOTPMessageTextRequest) ProtoMessage added in v2.0.16

func (*SetDefaultVerifyEmailOTPMessageTextRequest) ProtoReflect added in v2.0.16

func (*SetDefaultVerifyEmailOTPMessageTextRequest) Reset added in v2.0.16

func (*SetDefaultVerifyEmailOTPMessageTextRequest) String added in v2.0.16

type SetDefaultVerifyEmailOTPMessageTextResponse added in v2.0.16

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

func (*SetDefaultVerifyEmailOTPMessageTextResponse) Descriptor deprecated added in v2.0.16

Deprecated: Use SetDefaultVerifyEmailOTPMessageTextResponse.ProtoReflect.Descriptor instead.

func (*SetDefaultVerifyEmailOTPMessageTextResponse) GetDetails added in v2.0.16

func (*SetDefaultVerifyEmailOTPMessageTextResponse) ProtoMessage added in v2.0.16

func (*SetDefaultVerifyEmailOTPMessageTextResponse) ProtoReflect added in v2.0.16

func (*SetDefaultVerifyEmailOTPMessageTextResponse) Reset added in v2.0.16

func (*SetDefaultVerifyEmailOTPMessageTextResponse) String added in v2.0.16

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 SetDefaultVerifySMSOTPMessageTextRequest added in v2.0.16

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

func (*SetDefaultVerifySMSOTPMessageTextRequest) Descriptor deprecated added in v2.0.16

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

Deprecated: Use SetDefaultVerifySMSOTPMessageTextRequest.ProtoReflect.Descriptor instead.

func (*SetDefaultVerifySMSOTPMessageTextRequest) GetLanguage added in v2.0.16

func (*SetDefaultVerifySMSOTPMessageTextRequest) GetText added in v2.0.16

func (*SetDefaultVerifySMSOTPMessageTextRequest) ProtoMessage added in v2.0.16

func (*SetDefaultVerifySMSOTPMessageTextRequest) ProtoReflect added in v2.0.16

func (*SetDefaultVerifySMSOTPMessageTextRequest) Reset added in v2.0.16

func (*SetDefaultVerifySMSOTPMessageTextRequest) String added in v2.0.16

type SetDefaultVerifySMSOTPMessageTextResponse added in v2.0.16

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

func (*SetDefaultVerifySMSOTPMessageTextResponse) Descriptor deprecated added in v2.0.16

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

Deprecated: Use SetDefaultVerifySMSOTPMessageTextResponse.ProtoReflect.Descriptor instead.

func (*SetDefaultVerifySMSOTPMessageTextResponse) GetDetails added in v2.0.16

func (*SetDefaultVerifySMSOTPMessageTextResponse) ProtoMessage added in v2.0.16

func (*SetDefaultVerifySMSOTPMessageTextResponse) ProtoReflect added in v2.0.16

func (*SetDefaultVerifySMSOTPMessageTextResponse) Reset added in v2.0.16

func (*SetDefaultVerifySMSOTPMessageTextResponse) String added in v2.0.16

type SetRestrictionsRequest added in v2.1.4

type SetRestrictionsRequest struct {
	DisallowPublicOrgRegistration *bool            `` /* 159-byte string literal not displayed */
	AllowedLanguages              *SelectLanguages `protobuf:"bytes,2,opt,name=allowed_languages,json=allowedLanguages,proto3,oneof" json:"allowed_languages,omitempty"`
	// contains filtered or unexported fields
}

func (*SetRestrictionsRequest) Descriptor deprecated added in v2.1.4

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

Deprecated: Use SetRestrictionsRequest.ProtoReflect.Descriptor instead.

func (*SetRestrictionsRequest) GetAllowedLanguages added in v2.1.5

func (x *SetRestrictionsRequest) GetAllowedLanguages() *SelectLanguages

func (*SetRestrictionsRequest) GetDisallowPublicOrgRegistration added in v2.1.4

func (x *SetRestrictionsRequest) GetDisallowPublicOrgRegistration() bool

func (*SetRestrictionsRequest) ProtoMessage added in v2.1.4

func (*SetRestrictionsRequest) ProtoMessage()

func (*SetRestrictionsRequest) ProtoReflect added in v2.1.4

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

func (*SetRestrictionsRequest) Reset added in v2.1.4

func (x *SetRestrictionsRequest) Reset()

func (*SetRestrictionsRequest) String added in v2.1.4

func (x *SetRestrictionsRequest) String() string

type SetRestrictionsResponse added in v2.1.4

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

func (*SetRestrictionsResponse) Descriptor deprecated added in v2.1.4

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

Deprecated: Use SetRestrictionsResponse.ProtoReflect.Descriptor instead.

func (*SetRestrictionsResponse) GetDetails added in v2.1.4

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

func (*SetRestrictionsResponse) ProtoMessage added in v2.1.4

func (*SetRestrictionsResponse) ProtoMessage()

func (*SetRestrictionsResponse) ProtoReflect added in v2.1.4

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

func (*SetRestrictionsResponse) Reset added in v2.1.4

func (x *SetRestrictionsResponse) Reset()

func (*SetRestrictionsResponse) String added in v2.1.4

func (x *SetRestrictionsResponse) String() string

type SetSecurityPolicyRequest added in v2.0.6

type SetSecurityPolicyRequest struct {

	// states if iframe embedding is enabled or disabled
	EnableIframeEmbedding bool `` /* 127-byte string literal not displayed */
	// origins allowed loading ZITADEL in an iframe if enable_iframe_embedding is true
	AllowedOrigins []string `protobuf:"bytes,2,rep,name=allowed_origins,json=allowedOrigins,proto3" json:"allowed_origins,omitempty"`
	// allows users to impersonate other users. The impersonator needs the appropriate `*_IMPERSONATOR` roles assigned as well"
	EnableImpersonation bool `protobuf:"varint,3,opt,name=enable_impersonation,json=enableImpersonation,proto3" json:"enable_impersonation,omitempty"`
	// contains filtered or unexported fields
}

func (*SetSecurityPolicyRequest) Descriptor deprecated added in v2.0.6

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

Deprecated: Use SetSecurityPolicyRequest.ProtoReflect.Descriptor instead.

func (*SetSecurityPolicyRequest) GetAllowedOrigins added in v2.0.6

func (x *SetSecurityPolicyRequest) GetAllowedOrigins() []string

func (*SetSecurityPolicyRequest) GetEnableIframeEmbedding added in v2.0.6

func (x *SetSecurityPolicyRequest) GetEnableIframeEmbedding() bool

func (*SetSecurityPolicyRequest) GetEnableImpersonation added in v2.1.9

func (x *SetSecurityPolicyRequest) GetEnableImpersonation() bool

func (*SetSecurityPolicyRequest) ProtoMessage added in v2.0.6

func (*SetSecurityPolicyRequest) ProtoMessage()

func (*SetSecurityPolicyRequest) ProtoReflect added in v2.0.6

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

func (*SetSecurityPolicyRequest) Reset added in v2.0.6

func (x *SetSecurityPolicyRequest) Reset()

func (*SetSecurityPolicyRequest) String added in v2.0.6

func (x *SetSecurityPolicyRequest) String() string

type SetSecurityPolicyResponse added in v2.0.6

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

func (*SetSecurityPolicyResponse) Descriptor deprecated added in v2.0.6

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

Deprecated: Use SetSecurityPolicyResponse.ProtoReflect.Descriptor instead.

func (*SetSecurityPolicyResponse) GetDetails added in v2.0.6

func (*SetSecurityPolicyResponse) ProtoMessage added in v2.0.6

func (*SetSecurityPolicyResponse) ProtoMessage()

func (*SetSecurityPolicyResponse) ProtoReflect added in v2.0.6

func (*SetSecurityPolicyResponse) Reset added in v2.0.6

func (x *SetSecurityPolicyResponse) Reset()

func (*SetSecurityPolicyResponse) String added in v2.0.6

func (x *SetSecurityPolicyResponse) String() 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 organization
	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) ActivateFeatureLoginDefaultOrg added in v2.0.22

func (UnimplementedAdminServiceServer) ActivateSMTPConfig added in v2.1.13

func (UnimplementedAdminServiceServer) AddAppleProvider added in v2.0.18

func (UnimplementedAdminServiceServer) AddAzureADProvider added in v2.0.12

func (UnimplementedAdminServiceServer) AddGenericOAuthProvider added in v2.0.11

func (UnimplementedAdminServiceServer) AddGenericOIDCProvider added in v2.0.11

func (UnimplementedAdminServiceServer) AddGitHubEnterpriseServerProvider added in v2.0.12

func (UnimplementedAdminServiceServer) AddGitHubProvider added in v2.0.12

func (UnimplementedAdminServiceServer) AddGitLabProvider added in v2.0.12

func (UnimplementedAdminServiceServer) AddGitLabSelfHostedProvider added in v2.0.12

func (UnimplementedAdminServiceServer) AddGoogleProvider added in v2.0.11

func (UnimplementedAdminServiceServer) AddIAMMember

func (UnimplementedAdminServiceServer) AddJWTIDP

func (UnimplementedAdminServiceServer) AddJWTProvider added in v2.0.11

func (UnimplementedAdminServiceServer) AddLDAPProvider added in v2.0.10

func (UnimplementedAdminServiceServer) AddNotificationPolicy added in v2.0.9

func (UnimplementedAdminServiceServer) AddOIDCIDP

func (UnimplementedAdminServiceServer) AddOIDCSettings

func (UnimplementedAdminServiceServer) AddSAMLProvider added in v2.0.22

func (UnimplementedAdminServiceServer) AddSMTPConfig

func (UnimplementedAdminServiceServer) DeactivateIDP

func (UnimplementedAdminServiceServer) DeactivateSMTPConfig added in v2.1.13

func (UnimplementedAdminServiceServer) DeleteProvider added in v2.0.10

func (UnimplementedAdminServiceServer) ExportData

func (UnimplementedAdminServiceServer) GetAllowedLanguages added in v2.1.5

func (UnimplementedAdminServiceServer) GetCustomPasswordChangeMessageText added in v2.0.9

func (UnimplementedAdminServiceServer) GetCustomVerifyEmailOTPMessageText added in v2.0.16

func (UnimplementedAdminServiceServer) GetCustomVerifySMSOTPMessageText added in v2.0.16

func (UnimplementedAdminServiceServer) GetDefaultLanguage

func (UnimplementedAdminServiceServer) GetDefaultOrg

func (UnimplementedAdminServiceServer) GetDefaultVerifyEmailOTPMessageText added in v2.0.16

func (UnimplementedAdminServiceServer) GetDefaultVerifySMSOTPMessageText added in v2.0.16

func (UnimplementedAdminServiceServer) GetDomainPolicy

func (UnimplementedAdminServiceServer) GetIDPByID

func (UnimplementedAdminServiceServer) GetLabelPolicy

func (UnimplementedAdminServiceServer) GetLockoutPolicy

func (UnimplementedAdminServiceServer) GetLoginPolicy

func (UnimplementedAdminServiceServer) GetMyInstance

func (UnimplementedAdminServiceServer) GetNotificationPolicy added in v2.0.9

func (UnimplementedAdminServiceServer) GetOIDCSettings

func (UnimplementedAdminServiceServer) GetOrgByID

func (UnimplementedAdminServiceServer) GetOrgIAMPolicy

func (UnimplementedAdminServiceServer) GetPrivacyPolicy

func (UnimplementedAdminServiceServer) GetProviderByID added in v2.0.10

func (UnimplementedAdminServiceServer) GetRestrictions added in v2.1.4

func (UnimplementedAdminServiceServer) GetSMSProvider

func (UnimplementedAdminServiceServer) GetSMTPConfig

func (UnimplementedAdminServiceServer) GetSMTPConfigById added in v2.1.13

func (UnimplementedAdminServiceServer) GetSecretGenerator

func (UnimplementedAdminServiceServer) GetSecurityPolicy added in v2.0.6

func (UnimplementedAdminServiceServer) Healthz

func (UnimplementedAdminServiceServer) ImportData

func (UnimplementedAdminServiceServer) IsOrgUnique

func (UnimplementedAdminServiceServer) ListAggregateTypes added in v2.0.9

func (UnimplementedAdminServiceServer) ListEventTypes added in v2.0.9

func (UnimplementedAdminServiceServer) ListEvents added in v2.0.9

func (UnimplementedAdminServiceServer) ListFailedEvents

func (UnimplementedAdminServiceServer) ListIAMMemberRoles

func (UnimplementedAdminServiceServer) ListIAMMembers

func (UnimplementedAdminServiceServer) ListIDPs

func (UnimplementedAdminServiceServer) ListMilestones added in v2.1.2

func (UnimplementedAdminServiceServer) ListOrgs

func (UnimplementedAdminServiceServer) ListProviders added in v2.0.10

func (UnimplementedAdminServiceServer) ListSMSProviders

func (UnimplementedAdminServiceServer) ListSMTPConfigs added in v2.1.13

func (UnimplementedAdminServiceServer) ListViews

func (UnimplementedAdminServiceServer) MigrateGenericOIDCProvider added in v2.0.15

func (UnimplementedAdminServiceServer) ReactivateIDP

func (UnimplementedAdminServiceServer) RegenerateSAMLProviderCertificate added in v2.0.22

func (UnimplementedAdminServiceServer) RemoveFailedEvent

func (UnimplementedAdminServiceServer) RemoveIAMMember

func (UnimplementedAdminServiceServer) RemoveIDP

func (UnimplementedAdminServiceServer) RemoveOrg added in v2.0.8

func (UnimplementedAdminServiceServer) RemoveSMSProvider

func (UnimplementedAdminServiceServer) RemoveSMTPConfig

func (UnimplementedAdminServiceServer) SetDefaultLanguage

func (UnimplementedAdminServiceServer) SetDefaultOrg

func (UnimplementedAdminServiceServer) SetDefaultVerifyEmailOTPMessageText added in v2.0.16

func (UnimplementedAdminServiceServer) SetDefaultVerifySMSOTPMessageText added in v2.0.16

func (UnimplementedAdminServiceServer) SetRestrictions added in v2.1.4

func (UnimplementedAdminServiceServer) SetSecurityPolicy added in v2.0.6

func (UnimplementedAdminServiceServer) SetUpOrg

func (UnimplementedAdminServiceServer) UpdateAppleProvider added in v2.0.18

func (UnimplementedAdminServiceServer) UpdateAzureADProvider added in v2.0.12

func (UnimplementedAdminServiceServer) UpdateDomainPolicy

func (UnimplementedAdminServiceServer) UpdateGenericOAuthProvider added in v2.0.11

func (UnimplementedAdminServiceServer) UpdateGenericOIDCProvider added in v2.0.11

func (UnimplementedAdminServiceServer) UpdateGitHubProvider added in v2.0.12

func (UnimplementedAdminServiceServer) UpdateGitLabProvider added in v2.0.12

func (UnimplementedAdminServiceServer) UpdateGitLabSelfHostedProvider added in v2.0.12

func (UnimplementedAdminServiceServer) UpdateGoogleProvider added in v2.0.11

func (UnimplementedAdminServiceServer) UpdateIAMMember

func (UnimplementedAdminServiceServer) UpdateIDP

func (UnimplementedAdminServiceServer) UpdateIDPJWTConfig

func (UnimplementedAdminServiceServer) UpdateJWTProvider added in v2.0.11

func (UnimplementedAdminServiceServer) UpdateLDAPProvider added in v2.0.10

func (UnimplementedAdminServiceServer) UpdateLabelPolicy

func (UnimplementedAdminServiceServer) UpdateLoginPolicy

func (UnimplementedAdminServiceServer) UpdateNotificationPolicy added in v2.0.9

func (UnimplementedAdminServiceServer) UpdateOIDCSettings

func (UnimplementedAdminServiceServer) UpdateOrgIAMPolicy

func (UnimplementedAdminServiceServer) UpdateSAMLProvider added in v2.0.22

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 UpdateAppleProviderRequest added in v2.0.18

type UpdateAppleProviderRequest struct {
	Id              string       `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name            string       `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ClientId        string       `protobuf:"bytes,3,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	TeamId          string       `protobuf:"bytes,4,opt,name=team_id,json=teamId,proto3" json:"team_id,omitempty"`
	KeyId           string       `protobuf:"bytes,5,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	PrivateKey      []byte       `protobuf:"bytes,6,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
	Scopes          []string     `protobuf:"bytes,7,rep,name=scopes,proto3" json:"scopes,omitempty"`
	ProviderOptions *idp.Options `protobuf:"bytes,8,opt,name=provider_options,json=providerOptions,proto3" json:"provider_options,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateAppleProviderRequest) Descriptor deprecated added in v2.0.18

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

Deprecated: Use UpdateAppleProviderRequest.ProtoReflect.Descriptor instead.

func (*UpdateAppleProviderRequest) GetClientId added in v2.0.18

func (x *UpdateAppleProviderRequest) GetClientId() string

func (*UpdateAppleProviderRequest) GetId added in v2.0.18

func (*UpdateAppleProviderRequest) GetKeyId added in v2.0.18

func (x *UpdateAppleProviderRequest) GetKeyId() string

func (*UpdateAppleProviderRequest) GetName added in v2.0.18

func (x *UpdateAppleProviderRequest) GetName() string

func (*UpdateAppleProviderRequest) GetPrivateKey added in v2.0.18

func (x *UpdateAppleProviderRequest) GetPrivateKey() []byte

func (*UpdateAppleProviderRequest) GetProviderOptions added in v2.0.18

func (x *UpdateAppleProviderRequest) GetProviderOptions() *idp.Options

func (*UpdateAppleProviderRequest) GetScopes added in v2.0.18

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

func (*UpdateAppleProviderRequest) GetTeamId added in v2.0.18

func (x *UpdateAppleProviderRequest) GetTeamId() string

func (*UpdateAppleProviderRequest) ProtoMessage added in v2.0.18

func (*UpdateAppleProviderRequest) ProtoMessage()

func (*UpdateAppleProviderRequest) ProtoReflect added in v2.0.18

func (*UpdateAppleProviderRequest) Reset added in v2.0.18

func (x *UpdateAppleProviderRequest) Reset()

func (*UpdateAppleProviderRequest) String added in v2.0.18

func (x *UpdateAppleProviderRequest) String() string

type UpdateAppleProviderResponse added in v2.0.18

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

func (*UpdateAppleProviderResponse) Descriptor deprecated added in v2.0.18

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

Deprecated: Use UpdateAppleProviderResponse.ProtoReflect.Descriptor instead.

func (*UpdateAppleProviderResponse) GetDetails added in v2.0.18

func (*UpdateAppleProviderResponse) ProtoMessage added in v2.0.18

func (*UpdateAppleProviderResponse) ProtoMessage()

func (*UpdateAppleProviderResponse) ProtoReflect added in v2.0.18

func (*UpdateAppleProviderResponse) Reset added in v2.0.18

func (x *UpdateAppleProviderResponse) Reset()

func (*UpdateAppleProviderResponse) String added in v2.0.18

func (x *UpdateAppleProviderResponse) String() string

type UpdateAzureADProviderRequest added in v2.0.12

type UpdateAzureADProviderRequest struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name     string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ClientId string `protobuf:"bytes,3,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	// client_secret will only be updated if provided
	ClientSecret string `protobuf:"bytes,4,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	// if not provided the `common` tenant will be used
	Tenant          *idp.AzureADTenant `protobuf:"bytes,5,opt,name=tenant,proto3" json:"tenant,omitempty"`
	EmailVerified   bool               `protobuf:"varint,6,opt,name=email_verified,json=emailVerified,proto3" json:"email_verified,omitempty"`
	Scopes          []string           `protobuf:"bytes,7,rep,name=scopes,proto3" json:"scopes,omitempty"`
	ProviderOptions *idp.Options       `protobuf:"bytes,8,opt,name=provider_options,json=providerOptions,proto3" json:"provider_options,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateAzureADProviderRequest) Descriptor deprecated added in v2.0.12

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

Deprecated: Use UpdateAzureADProviderRequest.ProtoReflect.Descriptor instead.

func (*UpdateAzureADProviderRequest) GetClientId added in v2.0.12

func (x *UpdateAzureADProviderRequest) GetClientId() string

func (*UpdateAzureADProviderRequest) GetClientSecret added in v2.0.12

func (x *UpdateAzureADProviderRequest) GetClientSecret() string

func (*UpdateAzureADProviderRequest) GetEmailVerified added in v2.0.12

func (x *UpdateAzureADProviderRequest) GetEmailVerified() bool

func (*UpdateAzureADProviderRequest) GetId added in v2.0.12

func (*UpdateAzureADProviderRequest) GetName added in v2.0.12

func (x *UpdateAzureADProviderRequest) GetName() string

func (*UpdateAzureADProviderRequest) GetProviderOptions added in v2.0.12

func (x *UpdateAzureADProviderRequest) GetProviderOptions() *idp.Options

func (*UpdateAzureADProviderRequest) GetScopes added in v2.0.12

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

func (*UpdateAzureADProviderRequest) GetTenant added in v2.0.12

func (*UpdateAzureADProviderRequest) ProtoMessage added in v2.0.12

func (*UpdateAzureADProviderRequest) ProtoMessage()

func (*UpdateAzureADProviderRequest) ProtoReflect added in v2.0.12

func (*UpdateAzureADProviderRequest) Reset added in v2.0.12

func (x *UpdateAzureADProviderRequest) Reset()

func (*UpdateAzureADProviderRequest) String added in v2.0.12

type UpdateAzureADProviderResponse added in v2.0.12

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

func (*UpdateAzureADProviderResponse) Descriptor deprecated added in v2.0.12

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

Deprecated: Use UpdateAzureADProviderResponse.ProtoReflect.Descriptor instead.

func (*UpdateAzureADProviderResponse) GetDetails added in v2.0.12

func (*UpdateAzureADProviderResponse) ProtoMessage added in v2.0.12

func (*UpdateAzureADProviderResponse) ProtoMessage()

func (*UpdateAzureADProviderResponse) ProtoReflect added in v2.0.12

func (*UpdateAzureADProviderResponse) Reset added in v2.0.12

func (x *UpdateAzureADProviderResponse) Reset()

func (*UpdateAzureADProviderResponse) String added in v2.0.12

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 UpdateGenericOAuthProviderRequest added in v2.0.11

type UpdateGenericOAuthProviderRequest struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name     string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ClientId string `protobuf:"bytes,3,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	// client_secret will only be updated if provided
	ClientSecret          string   `protobuf:"bytes,4,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	AuthorizationEndpoint string   `protobuf:"bytes,5,opt,name=authorization_endpoint,json=authorizationEndpoint,proto3" json:"authorization_endpoint,omitempty"`
	TokenEndpoint         string   `protobuf:"bytes,6,opt,name=token_endpoint,json=tokenEndpoint,proto3" json:"token_endpoint,omitempty"`
	UserEndpoint          string   `protobuf:"bytes,7,opt,name=user_endpoint,json=userEndpoint,proto3" json:"user_endpoint,omitempty"`
	Scopes                []string `protobuf:"bytes,8,rep,name=scopes,proto3" json:"scopes,omitempty"`
	// identifying attribute of the user in the response of the user_endpoint
	IdAttribute     string       `protobuf:"bytes,9,opt,name=id_attribute,json=idAttribute,proto3" json:"id_attribute,omitempty"`
	ProviderOptions *idp.Options `protobuf:"bytes,10,opt,name=provider_options,json=providerOptions,proto3" json:"provider_options,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateGenericOAuthProviderRequest) Descriptor deprecated added in v2.0.11

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

Deprecated: Use UpdateGenericOAuthProviderRequest.ProtoReflect.Descriptor instead.

func (*UpdateGenericOAuthProviderRequest) GetAuthorizationEndpoint added in v2.0.11

func (x *UpdateGenericOAuthProviderRequest) GetAuthorizationEndpoint() string

func (*UpdateGenericOAuthProviderRequest) GetClientId added in v2.0.11

func (x *UpdateGenericOAuthProviderRequest) GetClientId() string

func (*UpdateGenericOAuthProviderRequest) GetClientSecret added in v2.0.11

func (x *UpdateGenericOAuthProviderRequest) GetClientSecret() string

func (*UpdateGenericOAuthProviderRequest) GetId added in v2.0.11

func (*UpdateGenericOAuthProviderRequest) GetIdAttribute added in v2.0.11

func (x *UpdateGenericOAuthProviderRequest) GetIdAttribute() string

func (*UpdateGenericOAuthProviderRequest) GetName added in v2.0.11

func (*UpdateGenericOAuthProviderRequest) GetProviderOptions added in v2.0.11

func (x *UpdateGenericOAuthProviderRequest) GetProviderOptions() *idp.Options

func (*UpdateGenericOAuthProviderRequest) GetScopes added in v2.0.11

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

func (*UpdateGenericOAuthProviderRequest) GetTokenEndpoint added in v2.0.11

func (x *UpdateGenericOAuthProviderRequest) GetTokenEndpoint() string

func (*UpdateGenericOAuthProviderRequest) GetUserEndpoint added in v2.0.11

func (x *UpdateGenericOAuthProviderRequest) GetUserEndpoint() string

func (*UpdateGenericOAuthProviderRequest) ProtoMessage added in v2.0.11

func (*UpdateGenericOAuthProviderRequest) ProtoMessage()

func (*UpdateGenericOAuthProviderRequest) ProtoReflect added in v2.0.11

func (*UpdateGenericOAuthProviderRequest) Reset added in v2.0.11

func (*UpdateGenericOAuthProviderRequest) String added in v2.0.11

type UpdateGenericOAuthProviderResponse added in v2.0.11

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

func (*UpdateGenericOAuthProviderResponse) Descriptor deprecated added in v2.0.11

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

Deprecated: Use UpdateGenericOAuthProviderResponse.ProtoReflect.Descriptor instead.

func (*UpdateGenericOAuthProviderResponse) GetDetails added in v2.0.11

func (*UpdateGenericOAuthProviderResponse) ProtoMessage added in v2.0.11

func (*UpdateGenericOAuthProviderResponse) ProtoMessage()

func (*UpdateGenericOAuthProviderResponse) ProtoReflect added in v2.0.11

func (*UpdateGenericOAuthProviderResponse) Reset added in v2.0.11

func (*UpdateGenericOAuthProviderResponse) String added in v2.0.11

type UpdateGenericOIDCProviderRequest added in v2.0.11

type UpdateGenericOIDCProviderRequest struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name     string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Issuer   string `protobuf:"bytes,3,opt,name=issuer,proto3" json:"issuer,omitempty"`
	ClientId string `protobuf:"bytes,4,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	// client_secret will only be updated if provided
	ClientSecret     string       `protobuf:"bytes,5,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	Scopes           []string     `protobuf:"bytes,6,rep,name=scopes,proto3" json:"scopes,omitempty"`
	ProviderOptions  *idp.Options `protobuf:"bytes,7,opt,name=provider_options,json=providerOptions,proto3" json:"provider_options,omitempty"`
	IsIdTokenMapping bool         `protobuf:"varint,8,opt,name=is_id_token_mapping,json=isIdTokenMapping,proto3" json:"is_id_token_mapping,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateGenericOIDCProviderRequest) Descriptor deprecated added in v2.0.11

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

Deprecated: Use UpdateGenericOIDCProviderRequest.ProtoReflect.Descriptor instead.

func (*UpdateGenericOIDCProviderRequest) GetClientId added in v2.0.11

func (x *UpdateGenericOIDCProviderRequest) GetClientId() string

func (*UpdateGenericOIDCProviderRequest) GetClientSecret added in v2.0.11

func (x *UpdateGenericOIDCProviderRequest) GetClientSecret() string

func (*UpdateGenericOIDCProviderRequest) GetId added in v2.0.11

func (*UpdateGenericOIDCProviderRequest) GetIsIdTokenMapping added in v2.0.12

func (x *UpdateGenericOIDCProviderRequest) GetIsIdTokenMapping() bool

func (*UpdateGenericOIDCProviderRequest) GetIssuer added in v2.0.11

func (*UpdateGenericOIDCProviderRequest) GetName added in v2.0.11

func (*UpdateGenericOIDCProviderRequest) GetProviderOptions added in v2.0.11

func (x *UpdateGenericOIDCProviderRequest) GetProviderOptions() *idp.Options

func (*UpdateGenericOIDCProviderRequest) GetScopes added in v2.0.11

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

func (*UpdateGenericOIDCProviderRequest) ProtoMessage added in v2.0.11

func (*UpdateGenericOIDCProviderRequest) ProtoMessage()

func (*UpdateGenericOIDCProviderRequest) ProtoReflect added in v2.0.11

func (*UpdateGenericOIDCProviderRequest) Reset added in v2.0.11

func (*UpdateGenericOIDCProviderRequest) String added in v2.0.11

type UpdateGenericOIDCProviderResponse added in v2.0.11

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

func (*UpdateGenericOIDCProviderResponse) Descriptor deprecated added in v2.0.11

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

Deprecated: Use UpdateGenericOIDCProviderResponse.ProtoReflect.Descriptor instead.

func (*UpdateGenericOIDCProviderResponse) GetDetails added in v2.0.11

func (*UpdateGenericOIDCProviderResponse) ProtoMessage added in v2.0.11

func (*UpdateGenericOIDCProviderResponse) ProtoMessage()

func (*UpdateGenericOIDCProviderResponse) ProtoReflect added in v2.0.11

func (*UpdateGenericOIDCProviderResponse) Reset added in v2.0.11

func (*UpdateGenericOIDCProviderResponse) String added in v2.0.11

type UpdateGitHubEnterpriseServerProviderRequest added in v2.0.12

type UpdateGitHubEnterpriseServerProviderRequest struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name     string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ClientId string `protobuf:"bytes,3,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	// client_secret will only be updated if provided
	ClientSecret          string       `protobuf:"bytes,4,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	AuthorizationEndpoint string       `protobuf:"bytes,5,opt,name=authorization_endpoint,json=authorizationEndpoint,proto3" json:"authorization_endpoint,omitempty"`
	TokenEndpoint         string       `protobuf:"bytes,6,opt,name=token_endpoint,json=tokenEndpoint,proto3" json:"token_endpoint,omitempty"`
	UserEndpoint          string       `protobuf:"bytes,7,opt,name=user_endpoint,json=userEndpoint,proto3" json:"user_endpoint,omitempty"`
	Scopes                []string     `protobuf:"bytes,8,rep,name=scopes,proto3" json:"scopes,omitempty"`
	ProviderOptions       *idp.Options `protobuf:"bytes,9,opt,name=provider_options,json=providerOptions,proto3" json:"provider_options,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateGitHubEnterpriseServerProviderRequest) Descriptor deprecated added in v2.0.12

Deprecated: Use UpdateGitHubEnterpriseServerProviderRequest.ProtoReflect.Descriptor instead.

func (*UpdateGitHubEnterpriseServerProviderRequest) GetAuthorizationEndpoint added in v2.0.12

func (x *UpdateGitHubEnterpriseServerProviderRequest) GetAuthorizationEndpoint() string

func (*UpdateGitHubEnterpriseServerProviderRequest) GetClientId added in v2.0.12

func (*UpdateGitHubEnterpriseServerProviderRequest) GetClientSecret added in v2.0.12

func (*UpdateGitHubEnterpriseServerProviderRequest) GetId added in v2.0.12

func (*UpdateGitHubEnterpriseServerProviderRequest) GetName added in v2.0.12

func (*UpdateGitHubEnterpriseServerProviderRequest) GetProviderOptions added in v2.0.12

func (x *UpdateGitHubEnterpriseServerProviderRequest) GetProviderOptions() *idp.Options

func (*UpdateGitHubEnterpriseServerProviderRequest) GetScopes added in v2.0.12

func (*UpdateGitHubEnterpriseServerProviderRequest) GetTokenEndpoint added in v2.0.12

func (*UpdateGitHubEnterpriseServerProviderRequest) GetUserEndpoint added in v2.0.12

func (*UpdateGitHubEnterpriseServerProviderRequest) ProtoMessage added in v2.0.12

func (*UpdateGitHubEnterpriseServerProviderRequest) ProtoReflect added in v2.0.12

func (*UpdateGitHubEnterpriseServerProviderRequest) Reset added in v2.0.12

func (*UpdateGitHubEnterpriseServerProviderRequest) String added in v2.0.12

type UpdateGitHubEnterpriseServerProviderResponse added in v2.0.12

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

func (*UpdateGitHubEnterpriseServerProviderResponse) Descriptor deprecated added in v2.0.12

Deprecated: Use UpdateGitHubEnterpriseServerProviderResponse.ProtoReflect.Descriptor instead.

func (*UpdateGitHubEnterpriseServerProviderResponse) GetDetails added in v2.0.12

func (*UpdateGitHubEnterpriseServerProviderResponse) ProtoMessage added in v2.0.12

func (*UpdateGitHubEnterpriseServerProviderResponse) ProtoReflect added in v2.0.12

func (*UpdateGitHubEnterpriseServerProviderResponse) Reset added in v2.0.12

func (*UpdateGitHubEnterpriseServerProviderResponse) String added in v2.0.12

type UpdateGitHubProviderRequest added in v2.0.12

type UpdateGitHubProviderRequest struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name     string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ClientId string `protobuf:"bytes,3,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	// client_secret will only be updated if provided
	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"`
	ProviderOptions *idp.Options `protobuf:"bytes,6,opt,name=provider_options,json=providerOptions,proto3" json:"provider_options,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateGitHubProviderRequest) Descriptor deprecated added in v2.0.12

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

Deprecated: Use UpdateGitHubProviderRequest.ProtoReflect.Descriptor instead.

func (*UpdateGitHubProviderRequest) GetClientId added in v2.0.12

func (x *UpdateGitHubProviderRequest) GetClientId() string

func (*UpdateGitHubProviderRequest) GetClientSecret added in v2.0.12

func (x *UpdateGitHubProviderRequest) GetClientSecret() string

func (*UpdateGitHubProviderRequest) GetId added in v2.0.12

func (*UpdateGitHubProviderRequest) GetName added in v2.0.12

func (x *UpdateGitHubProviderRequest) GetName() string

func (*UpdateGitHubProviderRequest) GetProviderOptions added in v2.0.12

func (x *UpdateGitHubProviderRequest) GetProviderOptions() *idp.Options

func (*UpdateGitHubProviderRequest) GetScopes added in v2.0.12

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

func (*UpdateGitHubProviderRequest) ProtoMessage added in v2.0.12

func (*UpdateGitHubProviderRequest) ProtoMessage()

func (*UpdateGitHubProviderRequest) ProtoReflect added in v2.0.12

func (*UpdateGitHubProviderRequest) Reset added in v2.0.12

func (x *UpdateGitHubProviderRequest) Reset()

func (*UpdateGitHubProviderRequest) String added in v2.0.12

func (x *UpdateGitHubProviderRequest) String() string

type UpdateGitHubProviderResponse added in v2.0.12

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

func (*UpdateGitHubProviderResponse) Descriptor deprecated added in v2.0.12

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

Deprecated: Use UpdateGitHubProviderResponse.ProtoReflect.Descriptor instead.

func (*UpdateGitHubProviderResponse) GetDetails added in v2.0.12

func (*UpdateGitHubProviderResponse) ProtoMessage added in v2.0.12

func (*UpdateGitHubProviderResponse) ProtoMessage()

func (*UpdateGitHubProviderResponse) ProtoReflect added in v2.0.12

func (*UpdateGitHubProviderResponse) Reset added in v2.0.12

func (x *UpdateGitHubProviderResponse) Reset()

func (*UpdateGitHubProviderResponse) String added in v2.0.12

type UpdateGitLabProviderRequest added in v2.0.12

type UpdateGitLabProviderRequest struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name     string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ClientId string `protobuf:"bytes,3,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	// client_secret will only be updated if provided
	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"`
	ProviderOptions *idp.Options `protobuf:"bytes,6,opt,name=provider_options,json=providerOptions,proto3" json:"provider_options,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateGitLabProviderRequest) Descriptor deprecated added in v2.0.12

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

Deprecated: Use UpdateGitLabProviderRequest.ProtoReflect.Descriptor instead.

func (*UpdateGitLabProviderRequest) GetClientId added in v2.0.12

func (x *UpdateGitLabProviderRequest) GetClientId() string

func (*UpdateGitLabProviderRequest) GetClientSecret added in v2.0.12

func (x *UpdateGitLabProviderRequest) GetClientSecret() string

func (*UpdateGitLabProviderRequest) GetId added in v2.0.12

func (*UpdateGitLabProviderRequest) GetName added in v2.0.12

func (x *UpdateGitLabProviderRequest) GetName() string

func (*UpdateGitLabProviderRequest) GetProviderOptions added in v2.0.12

func (x *UpdateGitLabProviderRequest) GetProviderOptions() *idp.Options

func (*UpdateGitLabProviderRequest) GetScopes added in v2.0.12

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

func (*UpdateGitLabProviderRequest) ProtoMessage added in v2.0.12

func (*UpdateGitLabProviderRequest) ProtoMessage()

func (*UpdateGitLabProviderRequest) ProtoReflect added in v2.0.12

func (*UpdateGitLabProviderRequest) Reset added in v2.0.12

func (x *UpdateGitLabProviderRequest) Reset()

func (*UpdateGitLabProviderRequest) String added in v2.0.12

func (x *UpdateGitLabProviderRequest) String() string

type UpdateGitLabProviderResponse added in v2.0.12

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

func (*UpdateGitLabProviderResponse) Descriptor deprecated added in v2.0.12

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

Deprecated: Use UpdateGitLabProviderResponse.ProtoReflect.Descriptor instead.

func (*UpdateGitLabProviderResponse) GetDetails added in v2.0.12

func (*UpdateGitLabProviderResponse) ProtoMessage added in v2.0.12

func (*UpdateGitLabProviderResponse) ProtoMessage()

func (*UpdateGitLabProviderResponse) ProtoReflect added in v2.0.12

func (*UpdateGitLabProviderResponse) Reset added in v2.0.12

func (x *UpdateGitLabProviderResponse) Reset()

func (*UpdateGitLabProviderResponse) String added in v2.0.12

type UpdateGitLabSelfHostedProviderRequest added in v2.0.12

type UpdateGitLabSelfHostedProviderRequest struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Issuer   string `protobuf:"bytes,2,opt,name=issuer,proto3" json:"issuer,omitempty"`
	Name     string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	ClientId string `protobuf:"bytes,4,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	// client_secret will only be updated if provided
	ClientSecret    string       `protobuf:"bytes,5,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	Scopes          []string     `protobuf:"bytes,6,rep,name=scopes,proto3" json:"scopes,omitempty"`
	ProviderOptions *idp.Options `protobuf:"bytes,7,opt,name=provider_options,json=providerOptions,proto3" json:"provider_options,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateGitLabSelfHostedProviderRequest) Descriptor deprecated added in v2.0.12

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

Deprecated: Use UpdateGitLabSelfHostedProviderRequest.ProtoReflect.Descriptor instead.

func (*UpdateGitLabSelfHostedProviderRequest) GetClientId added in v2.0.12

func (*UpdateGitLabSelfHostedProviderRequest) GetClientSecret added in v2.0.12

func (x *UpdateGitLabSelfHostedProviderRequest) GetClientSecret() string

func (*UpdateGitLabSelfHostedProviderRequest) GetId added in v2.0.12

func (*UpdateGitLabSelfHostedProviderRequest) GetIssuer added in v2.0.12

func (*UpdateGitLabSelfHostedProviderRequest) GetName added in v2.0.12

func (*UpdateGitLabSelfHostedProviderRequest) GetProviderOptions added in v2.0.12

func (x *UpdateGitLabSelfHostedProviderRequest) GetProviderOptions() *idp.Options

func (*UpdateGitLabSelfHostedProviderRequest) GetScopes added in v2.0.12

func (*UpdateGitLabSelfHostedProviderRequest) ProtoMessage added in v2.0.12

func (*UpdateGitLabSelfHostedProviderRequest) ProtoMessage()

func (*UpdateGitLabSelfHostedProviderRequest) ProtoReflect added in v2.0.12

func (*UpdateGitLabSelfHostedProviderRequest) Reset added in v2.0.12

func (*UpdateGitLabSelfHostedProviderRequest) String added in v2.0.12

type UpdateGitLabSelfHostedProviderResponse added in v2.0.12

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

func (*UpdateGitLabSelfHostedProviderResponse) Descriptor deprecated added in v2.0.12

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

Deprecated: Use UpdateGitLabSelfHostedProviderResponse.ProtoReflect.Descriptor instead.

func (*UpdateGitLabSelfHostedProviderResponse) GetDetails added in v2.0.12

func (*UpdateGitLabSelfHostedProviderResponse) ProtoMessage added in v2.0.12

func (*UpdateGitLabSelfHostedProviderResponse) ProtoReflect added in v2.0.12

func (*UpdateGitLabSelfHostedProviderResponse) Reset added in v2.0.12

func (*UpdateGitLabSelfHostedProviderResponse) String added in v2.0.12

type UpdateGoogleProviderRequest added in v2.0.11

type UpdateGoogleProviderRequest struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name     string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ClientId string `protobuf:"bytes,3,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	// client_secret will only be updated if provided
	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"`
	ProviderOptions *idp.Options `protobuf:"bytes,6,opt,name=provider_options,json=providerOptions,proto3" json:"provider_options,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateGoogleProviderRequest) Descriptor deprecated added in v2.0.11

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

Deprecated: Use UpdateGoogleProviderRequest.ProtoReflect.Descriptor instead.

func (*UpdateGoogleProviderRequest) GetClientId added in v2.0.11

func (x *UpdateGoogleProviderRequest) GetClientId() string

func (*UpdateGoogleProviderRequest) GetClientSecret added in v2.0.11

func (x *UpdateGoogleProviderRequest) GetClientSecret() string

func (*UpdateGoogleProviderRequest) GetId added in v2.0.11

func (*UpdateGoogleProviderRequest) GetName added in v2.0.11

func (x *UpdateGoogleProviderRequest) GetName() string

func (*UpdateGoogleProviderRequest) GetProviderOptions added in v2.0.11

func (x *UpdateGoogleProviderRequest) GetProviderOptions() *idp.Options

func (*UpdateGoogleProviderRequest) GetScopes added in v2.0.11

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

func (*UpdateGoogleProviderRequest) ProtoMessage added in v2.0.11

func (*UpdateGoogleProviderRequest) ProtoMessage()

func (*UpdateGoogleProviderRequest) ProtoReflect added in v2.0.11

func (*UpdateGoogleProviderRequest) Reset added in v2.0.11

func (x *UpdateGoogleProviderRequest) Reset()

func (*UpdateGoogleProviderRequest) String added in v2.0.11

func (x *UpdateGoogleProviderRequest) String() string

type UpdateGoogleProviderResponse added in v2.0.11

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

func (*UpdateGoogleProviderResponse) Descriptor deprecated added in v2.0.11

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

Deprecated: Use UpdateGoogleProviderResponse.ProtoReflect.Descriptor instead.

func (*UpdateGoogleProviderResponse) GetDetails added in v2.0.11

func (*UpdateGoogleProviderResponse) ProtoMessage added in v2.0.11

func (*UpdateGoogleProviderResponse) ProtoMessage()

func (*UpdateGoogleProviderResponse) ProtoReflect added in v2.0.11

func (*UpdateGoogleProviderResponse) Reset added in v2.0.11

func (x *UpdateGoogleProviderResponse) Reset()

func (*UpdateGoogleProviderResponse) String added in v2.0.11

type UpdateIAMMemberRequest

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

func (*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 UpdateJWTProviderRequest added in v2.0.11

type UpdateJWTProviderRequest struct {
	Id              string       `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name            string       `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Issuer          string       `protobuf:"bytes,3,opt,name=issuer,proto3" json:"issuer,omitempty"`
	JwtEndpoint     string       `protobuf:"bytes,4,opt,name=jwt_endpoint,json=jwtEndpoint,proto3" json:"jwt_endpoint,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"`
	ProviderOptions *idp.Options `protobuf:"bytes,7,opt,name=provider_options,json=providerOptions,proto3" json:"provider_options,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateJWTProviderRequest) Descriptor deprecated added in v2.0.11

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

Deprecated: Use UpdateJWTProviderRequest.ProtoReflect.Descriptor instead.

func (*UpdateJWTProviderRequest) GetHeaderName added in v2.0.11

func (x *UpdateJWTProviderRequest) GetHeaderName() string

func (*UpdateJWTProviderRequest) GetId added in v2.0.11

func (x *UpdateJWTProviderRequest) GetId() string

func (*UpdateJWTProviderRequest) GetIssuer added in v2.0.11

func (x *UpdateJWTProviderRequest) GetIssuer() string

func (*UpdateJWTProviderRequest) GetJwtEndpoint added in v2.0.11

func (x *UpdateJWTProviderRequest) GetJwtEndpoint() string

func (*UpdateJWTProviderRequest) GetKeysEndpoint added in v2.0.11

func (x *UpdateJWTProviderRequest) GetKeysEndpoint() string

func (*UpdateJWTProviderRequest) GetName added in v2.0.11

func (x *UpdateJWTProviderRequest) GetName() string

func (*UpdateJWTProviderRequest) GetProviderOptions added in v2.0.11

func (x *UpdateJWTProviderRequest) GetProviderOptions() *idp.Options

func (*UpdateJWTProviderRequest) ProtoMessage added in v2.0.11

func (*UpdateJWTProviderRequest) ProtoMessage()

func (*UpdateJWTProviderRequest) ProtoReflect added in v2.0.11

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

func (*UpdateJWTProviderRequest) Reset added in v2.0.11

func (x *UpdateJWTProviderRequest) Reset()

func (*UpdateJWTProviderRequest) String added in v2.0.11

func (x *UpdateJWTProviderRequest) String() string

type UpdateJWTProviderResponse added in v2.0.11

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

func (*UpdateJWTProviderResponse) Descriptor deprecated added in v2.0.11

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

Deprecated: Use UpdateJWTProviderResponse.ProtoReflect.Descriptor instead.

func (*UpdateJWTProviderResponse) GetDetails added in v2.0.11

func (*UpdateJWTProviderResponse) ProtoMessage added in v2.0.11

func (*UpdateJWTProviderResponse) ProtoMessage()

func (*UpdateJWTProviderResponse) ProtoReflect added in v2.0.11

func (*UpdateJWTProviderResponse) Reset added in v2.0.11

func (x *UpdateJWTProviderResponse) Reset()

func (*UpdateJWTProviderResponse) String added in v2.0.11

func (x *UpdateJWTProviderResponse) String() string

type UpdateLDAPProviderRequest added in v2.0.10

type UpdateLDAPProviderRequest struct {
	Id                string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name              string               `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Servers           []string             `protobuf:"bytes,3,rep,name=servers,proto3" json:"servers,omitempty"`
	StartTls          bool                 `protobuf:"varint,4,opt,name=start_tls,json=startTls,proto3" json:"start_tls,omitempty"`
	BaseDn            string               `protobuf:"bytes,5,opt,name=base_dn,json=baseDn,proto3" json:"base_dn,omitempty"`
	BindDn            string               `protobuf:"bytes,6,opt,name=bind_dn,json=bindDn,proto3" json:"bind_dn,omitempty"`
	BindPassword      string               `protobuf:"bytes,7,opt,name=bind_password,json=bindPassword,proto3" json:"bind_password,omitempty"`
	UserBase          string               `protobuf:"bytes,8,opt,name=user_base,json=userBase,proto3" json:"user_base,omitempty"`
	UserObjectClasses []string             `protobuf:"bytes,9,rep,name=user_object_classes,json=userObjectClasses,proto3" json:"user_object_classes,omitempty"`
	UserFilters       []string             `protobuf:"bytes,10,rep,name=user_filters,json=userFilters,proto3" json:"user_filters,omitempty"`
	Timeout           *durationpb.Duration `protobuf:"bytes,11,opt,name=timeout,proto3" json:"timeout,omitempty"`
	Attributes        *idp.LDAPAttributes  `protobuf:"bytes,12,opt,name=attributes,proto3" json:"attributes,omitempty"`
	ProviderOptions   *idp.Options         `protobuf:"bytes,13,opt,name=provider_options,json=providerOptions,proto3" json:"provider_options,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateLDAPProviderRequest) Descriptor deprecated added in v2.0.10

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

Deprecated: Use UpdateLDAPProviderRequest.ProtoReflect.Descriptor instead.

func (*UpdateLDAPProviderRequest) GetAttributes added in v2.0.10

func (x *UpdateLDAPProviderRequest) GetAttributes() *idp.LDAPAttributes

func (*UpdateLDAPProviderRequest) GetBaseDn added in v2.0.10

func (x *UpdateLDAPProviderRequest) GetBaseDn() string

func (*UpdateLDAPProviderRequest) GetBindDn added in v2.0.13

func (x *UpdateLDAPProviderRequest) GetBindDn() string

func (*UpdateLDAPProviderRequest) GetBindPassword added in v2.0.13

func (x *UpdateLDAPProviderRequest) GetBindPassword() string

func (*UpdateLDAPProviderRequest) GetId added in v2.0.10

func (x *UpdateLDAPProviderRequest) GetId() string

func (*UpdateLDAPProviderRequest) GetName added in v2.0.10

func (x *UpdateLDAPProviderRequest) GetName() string

func (*UpdateLDAPProviderRequest) GetProviderOptions added in v2.0.10

func (x *UpdateLDAPProviderRequest) GetProviderOptions() *idp.Options

func (*UpdateLDAPProviderRequest) GetServers added in v2.0.13

func (x *UpdateLDAPProviderRequest) GetServers() []string

func (*UpdateLDAPProviderRequest) GetStartTls added in v2.0.13

func (x *UpdateLDAPProviderRequest) GetStartTls() bool

func (*UpdateLDAPProviderRequest) GetTimeout added in v2.0.13

func (*UpdateLDAPProviderRequest) GetUserBase added in v2.0.13

func (x *UpdateLDAPProviderRequest) GetUserBase() string

func (*UpdateLDAPProviderRequest) GetUserFilters added in v2.0.13

func (x *UpdateLDAPProviderRequest) GetUserFilters() []string

func (*UpdateLDAPProviderRequest) GetUserObjectClasses added in v2.0.13

func (x *UpdateLDAPProviderRequest) GetUserObjectClasses() []string

func (*UpdateLDAPProviderRequest) ProtoMessage added in v2.0.10

func (*UpdateLDAPProviderRequest) ProtoMessage()

func (*UpdateLDAPProviderRequest) ProtoReflect added in v2.0.10

func (*UpdateLDAPProviderRequest) Reset added in v2.0.10

func (x *UpdateLDAPProviderRequest) Reset()

func (*UpdateLDAPProviderRequest) String added in v2.0.10

func (x *UpdateLDAPProviderRequest) String() string

type UpdateLDAPProviderResponse added in v2.0.10

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

func (*UpdateLDAPProviderResponse) Descriptor deprecated added in v2.0.10

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

Deprecated: Use UpdateLDAPProviderResponse.ProtoReflect.Descriptor instead.

func (*UpdateLDAPProviderResponse) GetDetails added in v2.0.10

func (*UpdateLDAPProviderResponse) ProtoMessage added in v2.0.10

func (*UpdateLDAPProviderResponse) ProtoMessage()

func (*UpdateLDAPProviderResponse) ProtoReflect added in v2.0.10

func (*UpdateLDAPProviderResponse) Reset added in v2.0.10

func (x *UpdateLDAPProviderResponse) Reset()

func (*UpdateLDAPProviderResponse) String added in v2.0.10

func (x *UpdateLDAPProviderResponse) 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"`
	ThemeMode           policy.ThemeMode `protobuf:"varint,12,opt,name=theme_mode,json=themeMode,proto3,enum=zitadel.policy.v1.ThemeMode" json:"theme_mode,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) GetThemeMode added in v2.1.2

func (x *UpdateLabelPolicyRequest) GetThemeMode() policy.ThemeMode

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"`
	MaxOtpAttempts      uint32 `protobuf:"varint,2,opt,name=max_otp_attempts,json=maxOtpAttempts,proto3" json:"max_otp_attempts,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateLockoutPolicyRequest) Descriptor deprecated

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

Deprecated: Use UpdateLockoutPolicyRequest.ProtoReflect.Descriptor instead.

func (*UpdateLockoutPolicyRequest) GetMaxOtpAttempts added in v2.1.13

func (x *UpdateLockoutPolicyRequest) GetMaxOtpAttempts() uint32

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 */
	// If set to true, the suffix (@domain.com) of an unknown username input on the login screen will be matched against the org domains and will redirect to the registration of that organization on success.
	AllowDomainDiscovery  bool `protobuf:"varint,14,opt,name=allow_domain_discovery,json=allowDomainDiscovery,proto3" json:"allow_domain_discovery,omitempty"`
	DisableLoginWithEmail bool `` /* 130-byte string literal not displayed */
	DisableLoginWithPhone bool `` /* 130-byte string literal not displayed */
	ForceMfaLocalOnly     bool `protobuf:"varint,17,opt,name=force_mfa_local_only,json=forceMfaLocalOnly,proto3" json:"force_mfa_local_only,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateLoginPolicyRequest) Descriptor deprecated

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

Deprecated: Use UpdateLoginPolicyRequest.ProtoReflect.Descriptor instead.

func (*UpdateLoginPolicyRequest) GetAllowDomainDiscovery

func (x *UpdateLoginPolicyRequest) GetAllowDomainDiscovery() bool

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) GetDisableLoginWithEmail

func (x *UpdateLoginPolicyRequest) GetDisableLoginWithEmail() bool

func (*UpdateLoginPolicyRequest) GetDisableLoginWithPhone

func (x *UpdateLoginPolicyRequest) GetDisableLoginWithPhone() bool

func (*UpdateLoginPolicyRequest) GetExternalLoginCheckLifetime

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

func (*UpdateLoginPolicyRequest) GetForceMfa

func (x *UpdateLoginPolicyRequest) GetForceMfa() bool

func (*UpdateLoginPolicyRequest) GetForceMfaLocalOnly added in v2.0.15

func (x *UpdateLoginPolicyRequest) GetForceMfaLocalOnly() 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 UpdateNotificationPolicyRequest added in v2.0.9

type UpdateNotificationPolicyRequest struct {
	PasswordChange bool `protobuf:"varint,1,opt,name=password_change,json=passwordChange,proto3" json:"password_change,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateNotificationPolicyRequest) Descriptor deprecated added in v2.0.9

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

Deprecated: Use UpdateNotificationPolicyRequest.ProtoReflect.Descriptor instead.

func (*UpdateNotificationPolicyRequest) GetPasswordChange added in v2.0.9

func (x *UpdateNotificationPolicyRequest) GetPasswordChange() bool

func (*UpdateNotificationPolicyRequest) ProtoMessage added in v2.0.9

func (*UpdateNotificationPolicyRequest) ProtoMessage()

func (*UpdateNotificationPolicyRequest) ProtoReflect added in v2.0.9

func (*UpdateNotificationPolicyRequest) Reset added in v2.0.9

func (*UpdateNotificationPolicyRequest) String added in v2.0.9

type UpdateNotificationPolicyResponse added in v2.0.9

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

func (*UpdateNotificationPolicyResponse) Descriptor deprecated added in v2.0.9

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

Deprecated: Use UpdateNotificationPolicyResponse.ProtoReflect.Descriptor instead.

func (*UpdateNotificationPolicyResponse) GetDetails added in v2.0.9

func (*UpdateNotificationPolicyResponse) ProtoMessage added in v2.0.9

func (*UpdateNotificationPolicyResponse) ProtoMessage()

func (*UpdateNotificationPolicyResponse) ProtoReflect added in v2.0.9

func (*UpdateNotificationPolicyResponse) Reset added in v2.0.9

func (*UpdateNotificationPolicyResponse) String added in v2.0.9

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"`
	SupportEmail string `protobuf:"bytes,4,opt,name=support_email,json=supportEmail,proto3" json:"support_email,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 (*UpdatePrivacyPolicyRequest) GetSupportEmail added in v2.0.13

func (x *UpdatePrivacyPolicyRequest) GetSupportEmail() 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 UpdateSAMLProviderRequest added in v2.0.22

type UpdateSAMLProviderRequest struct {
	Id   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Types that are assignable to Metadata:
	//
	//	*UpdateSAMLProviderRequest_MetadataXml
	//	*UpdateSAMLProviderRequest_MetadataUrl
	Metadata          isUpdateSAMLProviderRequest_Metadata `protobuf_oneof:"metadata"`
	Binding           idp.SAMLBinding                      `protobuf:"varint,5,opt,name=binding,proto3,enum=zitadel.idp.v1.SAMLBinding" json:"binding,omitempty"`
	WithSignedRequest bool                                 `protobuf:"varint,6,opt,name=with_signed_request,json=withSignedRequest,proto3" json:"with_signed_request,omitempty"`
	ProviderOptions   *idp.Options                         `protobuf:"bytes,7,opt,name=provider_options,json=providerOptions,proto3" json:"provider_options,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSAMLProviderRequest) Descriptor deprecated added in v2.0.22

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

Deprecated: Use UpdateSAMLProviderRequest.ProtoReflect.Descriptor instead.

func (*UpdateSAMLProviderRequest) GetBinding added in v2.0.22

func (x *UpdateSAMLProviderRequest) GetBinding() idp.SAMLBinding

func (*UpdateSAMLProviderRequest) GetId added in v2.0.22

func (x *UpdateSAMLProviderRequest) GetId() string

func (*UpdateSAMLProviderRequest) GetMetadata added in v2.0.22

func (m *UpdateSAMLProviderRequest) GetMetadata() isUpdateSAMLProviderRequest_Metadata

func (*UpdateSAMLProviderRequest) GetMetadataUrl added in v2.0.22

func (x *UpdateSAMLProviderRequest) GetMetadataUrl() string

func (*UpdateSAMLProviderRequest) GetMetadataXml added in v2.0.22

func (x *UpdateSAMLProviderRequest) GetMetadataXml() []byte

func (*UpdateSAMLProviderRequest) GetName added in v2.0.22

func (x *UpdateSAMLProviderRequest) GetName() string

func (*UpdateSAMLProviderRequest) GetProviderOptions added in v2.0.22

func (x *UpdateSAMLProviderRequest) GetProviderOptions() *idp.Options

func (*UpdateSAMLProviderRequest) GetWithSignedRequest added in v2.0.22

func (x *UpdateSAMLProviderRequest) GetWithSignedRequest() bool

func (*UpdateSAMLProviderRequest) ProtoMessage added in v2.0.22

func (*UpdateSAMLProviderRequest) ProtoMessage()

func (*UpdateSAMLProviderRequest) ProtoReflect added in v2.0.22

func (*UpdateSAMLProviderRequest) Reset added in v2.0.22

func (x *UpdateSAMLProviderRequest) Reset()

func (*UpdateSAMLProviderRequest) String added in v2.0.22

func (x *UpdateSAMLProviderRequest) String() string

type UpdateSAMLProviderRequest_MetadataUrl added in v2.0.22

type UpdateSAMLProviderRequest_MetadataUrl struct {
	MetadataUrl string `protobuf:"bytes,4,opt,name=metadata_url,json=metadataUrl,proto3,oneof"`
}

type UpdateSAMLProviderRequest_MetadataXml added in v2.0.22

type UpdateSAMLProviderRequest_MetadataXml struct {
	MetadataXml []byte `protobuf:"bytes,3,opt,name=metadata_xml,json=metadataXml,proto3,oneof"`
}

type UpdateSAMLProviderResponse added in v2.0.22

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

func (*UpdateSAMLProviderResponse) Descriptor deprecated added in v2.0.22

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

Deprecated: Use UpdateSAMLProviderResponse.ProtoReflect.Descriptor instead.

func (*UpdateSAMLProviderResponse) GetDetails added in v2.0.22

func (*UpdateSAMLProviderResponse) ProtoMessage added in v2.0.22

func (*UpdateSAMLProviderResponse) ProtoMessage()

func (*UpdateSAMLProviderResponse) ProtoReflect added in v2.0.22

func (*UpdateSAMLProviderResponse) Reset added in v2.0.22

func (x *UpdateSAMLProviderResponse) Reset()

func (*UpdateSAMLProviderResponse) String added in v2.0.22

func (x *UpdateSAMLProviderResponse) 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"`
	Id       string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSMTPConfigPasswordRequest) Descriptor deprecated

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

Deprecated: Use UpdateSMTPConfigPasswordRequest.ProtoReflect.Descriptor instead.

func (*UpdateSMTPConfigPasswordRequest) GetId added in v2.1.13

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"`
	ReplyToAddress string `protobuf:"bytes,6,opt,name=reply_to_address,json=replyToAddress,proto3" json:"reply_to_address,omitempty"`
	Password       string `protobuf:"bytes,7,opt,name=password,proto3" json:"password,omitempty"`
	Description    string `protobuf:"bytes,8,opt,name=description,proto3" json:"description,omitempty"`
	Id             string `protobuf:"bytes,9,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSMTPConfigRequest) Descriptor deprecated

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

Deprecated: Use UpdateSMTPConfigRequest.ProtoReflect.Descriptor instead.

func (*UpdateSMTPConfigRequest) GetDescription added in v2.1.13

func (x *UpdateSMTPConfigRequest) GetDescription() string

func (*UpdateSMTPConfigRequest) GetHost

func (x *UpdateSMTPConfigRequest) GetHost() string

func (*UpdateSMTPConfigRequest) GetId added in v2.1.13

func (x *UpdateSMTPConfigRequest) GetId() string

func (*UpdateSMTPConfigRequest) GetPassword added in v2.1.13

func (x *UpdateSMTPConfigRequest) GetPassword() string

func (*UpdateSMTPConfigRequest) GetReplyToAddress added in v2.0.18

func (x *UpdateSMTPConfigRequest) GetReplyToAddress() 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 occurred
	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