Versions in this module Expand all Collapse all v1 v1.0.1 Apr 18, 2024 Changes in this version + const SettingsService_GetActiveIdentityProviders_FullMethodName + const SettingsService_GetBrandingSettings_FullMethodName + const SettingsService_GetDomainSettings_FullMethodName + const SettingsService_GetGeneralSettings_FullMethodName + const SettingsService_GetLegalAndSupportSettings_FullMethodName + const SettingsService_GetLockoutSettings_FullMethodName + const SettingsService_GetLoginSettings_FullMethodName + const SettingsService_GetPasswordComplexitySettings_FullMethodName + var File_zitadel_settings_v2beta_branding_settings_proto protoreflect.FileDescriptor + var File_zitadel_settings_v2beta_domain_settings_proto protoreflect.FileDescriptor + var File_zitadel_settings_v2beta_legal_settings_proto protoreflect.FileDescriptor + var File_zitadel_settings_v2beta_lockout_settings_proto protoreflect.FileDescriptor + var File_zitadel_settings_v2beta_login_settings_proto protoreflect.FileDescriptor + var File_zitadel_settings_v2beta_password_settings_proto protoreflect.FileDescriptor + var File_zitadel_settings_v2beta_settings_proto protoreflect.FileDescriptor + var File_zitadel_settings_v2beta_settings_service_proto protoreflect.FileDescriptor + var IdentityProviderType_name = map[int32]string + var IdentityProviderType_value = map[string]int32 + var MultiFactorType_name = map[int32]string + var MultiFactorType_value = map[string]int32 + var PasskeysType_name = map[int32]string + var PasskeysType_value = map[string]int32 + var ResourceOwnerType_name = map[int32]string + var ResourceOwnerType_value = map[string]int32 + var SecondFactorType_name = map[int32]string + var SecondFactorType_value = map[string]int32 + var SettingsService_ServiceDesc = grpc.ServiceDesc + var ThemeMode_name = map[int32]string + var ThemeMode_value = map[string]int32 + func RegisterSettingsServiceServer(s grpc.ServiceRegistrar, srv SettingsServiceServer) + type BrandingSettings struct + DarkTheme *Theme + DisableWatermark bool + FontUrl string + HideLoginNameSuffix bool + LightTheme *Theme + ResourceOwnerType ResourceOwnerType + ThemeMode ThemeMode + func (*BrandingSettings) Descriptor() ([]byte, []int) + func (*BrandingSettings) ProtoMessage() + func (x *BrandingSettings) GetDarkTheme() *Theme + func (x *BrandingSettings) GetDisableWatermark() bool + func (x *BrandingSettings) GetFontUrl() string + func (x *BrandingSettings) GetHideLoginNameSuffix() bool + func (x *BrandingSettings) GetLightTheme() *Theme + func (x *BrandingSettings) GetResourceOwnerType() ResourceOwnerType + func (x *BrandingSettings) GetThemeMode() ThemeMode + func (x *BrandingSettings) ProtoReflect() protoreflect.Message + func (x *BrandingSettings) Reset() + func (x *BrandingSettings) String() string + type DomainSettings struct + LoginNameIncludesDomain bool + RequireOrgDomainVerification bool + ResourceOwnerType ResourceOwnerType + SmtpSenderAddressMatchesInstanceDomain bool + func (*DomainSettings) Descriptor() ([]byte, []int) + func (*DomainSettings) ProtoMessage() + func (x *DomainSettings) GetLoginNameIncludesDomain() bool + func (x *DomainSettings) GetRequireOrgDomainVerification() bool + func (x *DomainSettings) GetResourceOwnerType() ResourceOwnerType + func (x *DomainSettings) GetSmtpSenderAddressMatchesInstanceDomain() bool + func (x *DomainSettings) ProtoReflect() protoreflect.Message + func (x *DomainSettings) Reset() + func (x *DomainSettings) String() string + type GetActiveIdentityProvidersRequest struct + Ctx *v2beta.RequestContext + func (*GetActiveIdentityProvidersRequest) Descriptor() ([]byte, []int) + func (*GetActiveIdentityProvidersRequest) ProtoMessage() + func (x *GetActiveIdentityProvidersRequest) GetCtx() *v2beta.RequestContext + func (x *GetActiveIdentityProvidersRequest) ProtoReflect() protoreflect.Message + func (x *GetActiveIdentityProvidersRequest) Reset() + func (x *GetActiveIdentityProvidersRequest) String() string + type GetActiveIdentityProvidersResponse struct + Details *v2beta.ListDetails + IdentityProviders []*IdentityProvider + func (*GetActiveIdentityProvidersResponse) Descriptor() ([]byte, []int) + func (*GetActiveIdentityProvidersResponse) ProtoMessage() + func (x *GetActiveIdentityProvidersResponse) GetDetails() *v2beta.ListDetails + func (x *GetActiveIdentityProvidersResponse) GetIdentityProviders() []*IdentityProvider + func (x *GetActiveIdentityProvidersResponse) ProtoReflect() protoreflect.Message + func (x *GetActiveIdentityProvidersResponse) Reset() + func (x *GetActiveIdentityProvidersResponse) String() string + type GetBrandingSettingsRequest struct + Ctx *v2beta.RequestContext + func (*GetBrandingSettingsRequest) Descriptor() ([]byte, []int) + func (*GetBrandingSettingsRequest) ProtoMessage() + func (x *GetBrandingSettingsRequest) GetCtx() *v2beta.RequestContext + func (x *GetBrandingSettingsRequest) ProtoReflect() protoreflect.Message + func (x *GetBrandingSettingsRequest) Reset() + func (x *GetBrandingSettingsRequest) String() string + type GetBrandingSettingsResponse struct + Details *v2beta.Details + Settings *BrandingSettings + func (*GetBrandingSettingsResponse) Descriptor() ([]byte, []int) + func (*GetBrandingSettingsResponse) ProtoMessage() + func (x *GetBrandingSettingsResponse) GetDetails() *v2beta.Details + func (x *GetBrandingSettingsResponse) GetSettings() *BrandingSettings + func (x *GetBrandingSettingsResponse) ProtoReflect() protoreflect.Message + func (x *GetBrandingSettingsResponse) Reset() + func (x *GetBrandingSettingsResponse) String() string + type GetDomainSettingsRequest struct + Ctx *v2beta.RequestContext + func (*GetDomainSettingsRequest) Descriptor() ([]byte, []int) + func (*GetDomainSettingsRequest) ProtoMessage() + func (x *GetDomainSettingsRequest) GetCtx() *v2beta.RequestContext + func (x *GetDomainSettingsRequest) ProtoReflect() protoreflect.Message + func (x *GetDomainSettingsRequest) Reset() + func (x *GetDomainSettingsRequest) String() string + type GetDomainSettingsResponse struct + Details *v2beta.Details + Settings *DomainSettings + func (*GetDomainSettingsResponse) Descriptor() ([]byte, []int) + func (*GetDomainSettingsResponse) ProtoMessage() + func (x *GetDomainSettingsResponse) GetDetails() *v2beta.Details + func (x *GetDomainSettingsResponse) GetSettings() *DomainSettings + func (x *GetDomainSettingsResponse) ProtoReflect() protoreflect.Message + func (x *GetDomainSettingsResponse) Reset() + func (x *GetDomainSettingsResponse) String() string + type GetGeneralSettingsRequest struct + func (*GetGeneralSettingsRequest) Descriptor() ([]byte, []int) + func (*GetGeneralSettingsRequest) ProtoMessage() + func (x *GetGeneralSettingsRequest) ProtoReflect() protoreflect.Message + func (x *GetGeneralSettingsRequest) Reset() + func (x *GetGeneralSettingsRequest) String() string + type GetGeneralSettingsResponse struct + DefaultLanguage string + DefaultOrgId string + SupportedLanguages []string + func (*GetGeneralSettingsResponse) Descriptor() ([]byte, []int) + func (*GetGeneralSettingsResponse) ProtoMessage() + func (x *GetGeneralSettingsResponse) GetDefaultLanguage() string + func (x *GetGeneralSettingsResponse) GetDefaultOrgId() string + func (x *GetGeneralSettingsResponse) GetSupportedLanguages() []string + func (x *GetGeneralSettingsResponse) ProtoReflect() protoreflect.Message + func (x *GetGeneralSettingsResponse) Reset() + func (x *GetGeneralSettingsResponse) String() string + type GetLegalAndSupportSettingsRequest struct + Ctx *v2beta.RequestContext + func (*GetLegalAndSupportSettingsRequest) Descriptor() ([]byte, []int) + func (*GetLegalAndSupportSettingsRequest) ProtoMessage() + func (x *GetLegalAndSupportSettingsRequest) GetCtx() *v2beta.RequestContext + func (x *GetLegalAndSupportSettingsRequest) ProtoReflect() protoreflect.Message + func (x *GetLegalAndSupportSettingsRequest) Reset() + func (x *GetLegalAndSupportSettingsRequest) String() string + type GetLegalAndSupportSettingsResponse struct + Details *v2beta.Details + Settings *LegalAndSupportSettings + func (*GetLegalAndSupportSettingsResponse) Descriptor() ([]byte, []int) + func (*GetLegalAndSupportSettingsResponse) ProtoMessage() + func (x *GetLegalAndSupportSettingsResponse) GetDetails() *v2beta.Details + func (x *GetLegalAndSupportSettingsResponse) GetSettings() *LegalAndSupportSettings + func (x *GetLegalAndSupportSettingsResponse) ProtoReflect() protoreflect.Message + func (x *GetLegalAndSupportSettingsResponse) Reset() + func (x *GetLegalAndSupportSettingsResponse) String() string + type GetLockoutSettingsRequest struct + Ctx *v2beta.RequestContext + func (*GetLockoutSettingsRequest) Descriptor() ([]byte, []int) + func (*GetLockoutSettingsRequest) ProtoMessage() + func (x *GetLockoutSettingsRequest) GetCtx() *v2beta.RequestContext + func (x *GetLockoutSettingsRequest) ProtoReflect() protoreflect.Message + func (x *GetLockoutSettingsRequest) Reset() + func (x *GetLockoutSettingsRequest) String() string + type GetLockoutSettingsResponse struct + Details *v2beta.Details + Settings *LockoutSettings + func (*GetLockoutSettingsResponse) Descriptor() ([]byte, []int) + func (*GetLockoutSettingsResponse) ProtoMessage() + func (x *GetLockoutSettingsResponse) GetDetails() *v2beta.Details + func (x *GetLockoutSettingsResponse) GetSettings() *LockoutSettings + func (x *GetLockoutSettingsResponse) ProtoReflect() protoreflect.Message + func (x *GetLockoutSettingsResponse) Reset() + func (x *GetLockoutSettingsResponse) String() string + type GetLoginSettingsRequest struct + Ctx *v2beta.RequestContext + func (*GetLoginSettingsRequest) Descriptor() ([]byte, []int) + func (*GetLoginSettingsRequest) ProtoMessage() + func (x *GetLoginSettingsRequest) GetCtx() *v2beta.RequestContext + func (x *GetLoginSettingsRequest) ProtoReflect() protoreflect.Message + func (x *GetLoginSettingsRequest) Reset() + func (x *GetLoginSettingsRequest) String() string + type GetLoginSettingsResponse struct + Details *v2beta.Details + Settings *LoginSettings + func (*GetLoginSettingsResponse) Descriptor() ([]byte, []int) + func (*GetLoginSettingsResponse) ProtoMessage() + func (x *GetLoginSettingsResponse) GetDetails() *v2beta.Details + func (x *GetLoginSettingsResponse) GetSettings() *LoginSettings + func (x *GetLoginSettingsResponse) ProtoReflect() protoreflect.Message + func (x *GetLoginSettingsResponse) Reset() + func (x *GetLoginSettingsResponse) String() string + type GetPasswordComplexitySettingsRequest struct + Ctx *v2beta.RequestContext + func (*GetPasswordComplexitySettingsRequest) Descriptor() ([]byte, []int) + func (*GetPasswordComplexitySettingsRequest) ProtoMessage() + func (x *GetPasswordComplexitySettingsRequest) GetCtx() *v2beta.RequestContext + func (x *GetPasswordComplexitySettingsRequest) ProtoReflect() protoreflect.Message + func (x *GetPasswordComplexitySettingsRequest) Reset() + func (x *GetPasswordComplexitySettingsRequest) String() string + type GetPasswordComplexitySettingsResponse struct + Details *v2beta.Details + Settings *PasswordComplexitySettings + func (*GetPasswordComplexitySettingsResponse) Descriptor() ([]byte, []int) + func (*GetPasswordComplexitySettingsResponse) ProtoMessage() + func (x *GetPasswordComplexitySettingsResponse) GetDetails() *v2beta.Details + func (x *GetPasswordComplexitySettingsResponse) GetSettings() *PasswordComplexitySettings + func (x *GetPasswordComplexitySettingsResponse) ProtoReflect() protoreflect.Message + func (x *GetPasswordComplexitySettingsResponse) Reset() + func (x *GetPasswordComplexitySettingsResponse) String() string + type IdentityProvider struct + Id string + Name string + Type IdentityProviderType + func (*IdentityProvider) Descriptor() ([]byte, []int) + func (*IdentityProvider) ProtoMessage() + func (x *IdentityProvider) GetId() string + func (x *IdentityProvider) GetName() string + func (x *IdentityProvider) GetType() IdentityProviderType + func (x *IdentityProvider) ProtoReflect() protoreflect.Message + func (x *IdentityProvider) Reset() + func (x *IdentityProvider) String() string + type IdentityProviderType int32 + const IdentityProviderType_IDENTITY_PROVIDER_TYPE_AZURE_AD + const IdentityProviderType_IDENTITY_PROVIDER_TYPE_GITHUB + const IdentityProviderType_IDENTITY_PROVIDER_TYPE_GITHUB_ES + const IdentityProviderType_IDENTITY_PROVIDER_TYPE_GITLAB + const IdentityProviderType_IDENTITY_PROVIDER_TYPE_GITLAB_SELF_HOSTED + const IdentityProviderType_IDENTITY_PROVIDER_TYPE_GOOGLE + const IdentityProviderType_IDENTITY_PROVIDER_TYPE_JWT + const IdentityProviderType_IDENTITY_PROVIDER_TYPE_LDAP + const IdentityProviderType_IDENTITY_PROVIDER_TYPE_OAUTH + const IdentityProviderType_IDENTITY_PROVIDER_TYPE_OIDC + const IdentityProviderType_IDENTITY_PROVIDER_TYPE_UNSPECIFIED + func (IdentityProviderType) Descriptor() protoreflect.EnumDescriptor + func (IdentityProviderType) EnumDescriptor() ([]byte, []int) + func (IdentityProviderType) Type() protoreflect.EnumType + func (x IdentityProviderType) Enum() *IdentityProviderType + func (x IdentityProviderType) Number() protoreflect.EnumNumber + func (x IdentityProviderType) String() string + type LegalAndSupportSettings struct + HelpLink string + PrivacyPolicyLink string + ResourceOwnerType ResourceOwnerType + SupportEmail string + TosLink string + func (*LegalAndSupportSettings) Descriptor() ([]byte, []int) + func (*LegalAndSupportSettings) ProtoMessage() + func (x *LegalAndSupportSettings) GetHelpLink() string + func (x *LegalAndSupportSettings) GetPrivacyPolicyLink() string + func (x *LegalAndSupportSettings) GetResourceOwnerType() ResourceOwnerType + func (x *LegalAndSupportSettings) GetSupportEmail() string + func (x *LegalAndSupportSettings) GetTosLink() string + func (x *LegalAndSupportSettings) ProtoReflect() protoreflect.Message + func (x *LegalAndSupportSettings) Reset() + func (x *LegalAndSupportSettings) String() string + type LockoutSettings struct + MaxPasswordAttempts uint64 + ResourceOwnerType ResourceOwnerType + func (*LockoutSettings) Descriptor() ([]byte, []int) + func (*LockoutSettings) ProtoMessage() + func (x *LockoutSettings) GetMaxPasswordAttempts() uint64 + func (x *LockoutSettings) GetResourceOwnerType() ResourceOwnerType + func (x *LockoutSettings) ProtoReflect() protoreflect.Message + func (x *LockoutSettings) Reset() + func (x *LockoutSettings) String() string + type LoginSettings struct + AllowDomainDiscovery bool + AllowExternalIdp bool + AllowRegister bool + AllowUsernamePassword bool + DefaultRedirectUri string + DisableLoginWithEmail bool + DisableLoginWithPhone bool + ExternalLoginCheckLifetime *durationpb.Duration + ForceMfa bool + ForceMfaLocalOnly bool + HidePasswordReset bool + IgnoreUnknownUsernames bool + MfaInitSkipLifetime *durationpb.Duration + MultiFactorCheckLifetime *durationpb.Duration + MultiFactors []MultiFactorType + PasskeysType PasskeysType + PasswordCheckLifetime *durationpb.Duration + ResourceOwnerType ResourceOwnerType + SecondFactorCheckLifetime *durationpb.Duration + SecondFactors []SecondFactorType + func (*LoginSettings) Descriptor() ([]byte, []int) + func (*LoginSettings) ProtoMessage() + func (x *LoginSettings) GetAllowDomainDiscovery() bool + func (x *LoginSettings) GetAllowExternalIdp() bool + func (x *LoginSettings) GetAllowRegister() bool + func (x *LoginSettings) GetAllowUsernamePassword() bool + func (x *LoginSettings) GetDefaultRedirectUri() string + func (x *LoginSettings) GetDisableLoginWithEmail() bool + func (x *LoginSettings) GetDisableLoginWithPhone() bool + func (x *LoginSettings) GetExternalLoginCheckLifetime() *durationpb.Duration + func (x *LoginSettings) GetForceMfa() bool + func (x *LoginSettings) GetForceMfaLocalOnly() bool + func (x *LoginSettings) GetHidePasswordReset() bool + func (x *LoginSettings) GetIgnoreUnknownUsernames() bool + func (x *LoginSettings) GetMfaInitSkipLifetime() *durationpb.Duration + func (x *LoginSettings) GetMultiFactorCheckLifetime() *durationpb.Duration + func (x *LoginSettings) GetMultiFactors() []MultiFactorType + func (x *LoginSettings) GetPasskeysType() PasskeysType + func (x *LoginSettings) GetPasswordCheckLifetime() *durationpb.Duration + func (x *LoginSettings) GetResourceOwnerType() ResourceOwnerType + func (x *LoginSettings) GetSecondFactorCheckLifetime() *durationpb.Duration + func (x *LoginSettings) GetSecondFactors() []SecondFactorType + func (x *LoginSettings) ProtoReflect() protoreflect.Message + func (x *LoginSettings) Reset() + func (x *LoginSettings) String() string + type MultiFactorType int32 + const MultiFactorType_MULTI_FACTOR_TYPE_U2F_WITH_VERIFICATION + const MultiFactorType_MULTI_FACTOR_TYPE_UNSPECIFIED + func (MultiFactorType) Descriptor() protoreflect.EnumDescriptor + func (MultiFactorType) EnumDescriptor() ([]byte, []int) + func (MultiFactorType) Type() protoreflect.EnumType + func (x MultiFactorType) Enum() *MultiFactorType + func (x MultiFactorType) Number() protoreflect.EnumNumber + func (x MultiFactorType) String() string + type PasskeysType int32 + const PasskeysType_PASSKEYS_TYPE_ALLOWED + const PasskeysType_PASSKEYS_TYPE_NOT_ALLOWED + func (PasskeysType) Descriptor() protoreflect.EnumDescriptor + func (PasskeysType) EnumDescriptor() ([]byte, []int) + func (PasskeysType) Type() protoreflect.EnumType + func (x PasskeysType) Enum() *PasskeysType + func (x PasskeysType) Number() protoreflect.EnumNumber + func (x PasskeysType) String() string + type PasswordComplexitySettings struct + MinLength uint64 + RequiresLowercase bool + RequiresNumber bool + RequiresSymbol bool + RequiresUppercase bool + ResourceOwnerType ResourceOwnerType + func (*PasswordComplexitySettings) Descriptor() ([]byte, []int) + func (*PasswordComplexitySettings) ProtoMessage() + func (x *PasswordComplexitySettings) GetMinLength() uint64 + func (x *PasswordComplexitySettings) GetRequiresLowercase() bool + func (x *PasswordComplexitySettings) GetRequiresNumber() bool + func (x *PasswordComplexitySettings) GetRequiresSymbol() bool + func (x *PasswordComplexitySettings) GetRequiresUppercase() bool + func (x *PasswordComplexitySettings) GetResourceOwnerType() ResourceOwnerType + func (x *PasswordComplexitySettings) ProtoReflect() protoreflect.Message + func (x *PasswordComplexitySettings) Reset() + func (x *PasswordComplexitySettings) String() string + type ResourceOwnerType int32 + const ResourceOwnerType_RESOURCE_OWNER_TYPE_INSTANCE + const ResourceOwnerType_RESOURCE_OWNER_TYPE_ORG + const ResourceOwnerType_RESOURCE_OWNER_TYPE_UNSPECIFIED + func (ResourceOwnerType) Descriptor() protoreflect.EnumDescriptor + func (ResourceOwnerType) EnumDescriptor() ([]byte, []int) + func (ResourceOwnerType) Type() protoreflect.EnumType + func (x ResourceOwnerType) Enum() *ResourceOwnerType + func (x ResourceOwnerType) Number() protoreflect.EnumNumber + func (x ResourceOwnerType) String() string + type SecondFactorType int32 + const SecondFactorType_SECOND_FACTOR_TYPE_OTP + const SecondFactorType_SECOND_FACTOR_TYPE_OTP_EMAIL + const SecondFactorType_SECOND_FACTOR_TYPE_OTP_SMS + const SecondFactorType_SECOND_FACTOR_TYPE_U2F + const SecondFactorType_SECOND_FACTOR_TYPE_UNSPECIFIED + func (SecondFactorType) Descriptor() protoreflect.EnumDescriptor + func (SecondFactorType) EnumDescriptor() ([]byte, []int) + func (SecondFactorType) Type() protoreflect.EnumType + func (x SecondFactorType) Enum() *SecondFactorType + func (x SecondFactorType) Number() protoreflect.EnumNumber + func (x SecondFactorType) String() string + type SettingsServiceClient interface + GetActiveIdentityProviders func(ctx context.Context, in *GetActiveIdentityProvidersRequest, ...) (*GetActiveIdentityProvidersResponse, error) + GetBrandingSettings func(ctx context.Context, in *GetBrandingSettingsRequest, opts ...grpc.CallOption) (*GetBrandingSettingsResponse, error) + GetDomainSettings func(ctx context.Context, in *GetDomainSettingsRequest, opts ...grpc.CallOption) (*GetDomainSettingsResponse, error) + GetGeneralSettings func(ctx context.Context, in *GetGeneralSettingsRequest, opts ...grpc.CallOption) (*GetGeneralSettingsResponse, error) + GetLegalAndSupportSettings func(ctx context.Context, in *GetLegalAndSupportSettingsRequest, ...) (*GetLegalAndSupportSettingsResponse, error) + GetLockoutSettings func(ctx context.Context, in *GetLockoutSettingsRequest, opts ...grpc.CallOption) (*GetLockoutSettingsResponse, error) + GetLoginSettings func(ctx context.Context, in *GetLoginSettingsRequest, opts ...grpc.CallOption) (*GetLoginSettingsResponse, error) + GetPasswordComplexitySettings func(ctx context.Context, in *GetPasswordComplexitySettingsRequest, ...) (*GetPasswordComplexitySettingsResponse, error) + func NewSettingsServiceClient(cc grpc.ClientConnInterface) SettingsServiceClient + type SettingsServiceServer interface + GetActiveIdentityProviders func(context.Context, *GetActiveIdentityProvidersRequest) (*GetActiveIdentityProvidersResponse, error) + GetBrandingSettings func(context.Context, *GetBrandingSettingsRequest) (*GetBrandingSettingsResponse, error) + GetDomainSettings func(context.Context, *GetDomainSettingsRequest) (*GetDomainSettingsResponse, error) + GetGeneralSettings func(context.Context, *GetGeneralSettingsRequest) (*GetGeneralSettingsResponse, error) + GetLegalAndSupportSettings func(context.Context, *GetLegalAndSupportSettingsRequest) (*GetLegalAndSupportSettingsResponse, error) + GetLockoutSettings func(context.Context, *GetLockoutSettingsRequest) (*GetLockoutSettingsResponse, error) + GetLoginSettings func(context.Context, *GetLoginSettingsRequest) (*GetLoginSettingsResponse, error) + GetPasswordComplexitySettings func(context.Context, *GetPasswordComplexitySettingsRequest) (*GetPasswordComplexitySettingsResponse, error) + type Theme struct + BackgroundColor string + FontColor string + IconUrl string + LogoUrl string + PrimaryColor string + WarnColor string + func (*Theme) Descriptor() ([]byte, []int) + func (*Theme) ProtoMessage() + func (x *Theme) GetBackgroundColor() string + func (x *Theme) GetFontColor() string + func (x *Theme) GetIconUrl() string + func (x *Theme) GetLogoUrl() string + func (x *Theme) GetPrimaryColor() string + func (x *Theme) GetWarnColor() string + func (x *Theme) ProtoReflect() protoreflect.Message + func (x *Theme) Reset() + func (x *Theme) String() string + type ThemeMode int32 + const ThemeMode_THEME_MODE_AUTO + const ThemeMode_THEME_MODE_DARK + const ThemeMode_THEME_MODE_LIGHT + const ThemeMode_THEME_MODE_UNSPECIFIED + func (ThemeMode) Descriptor() protoreflect.EnumDescriptor + func (ThemeMode) EnumDescriptor() ([]byte, []int) + func (ThemeMode) Type() protoreflect.EnumType + func (x ThemeMode) Enum() *ThemeMode + func (x ThemeMode) Number() protoreflect.EnumNumber + func (x ThemeMode) String() string + type UnimplementedSettingsServiceServer struct + func (UnimplementedSettingsServiceServer) GetActiveIdentityProviders(context.Context, *GetActiveIdentityProvidersRequest) (*GetActiveIdentityProvidersResponse, error) + func (UnimplementedSettingsServiceServer) GetBrandingSettings(context.Context, *GetBrandingSettingsRequest) (*GetBrandingSettingsResponse, error) + func (UnimplementedSettingsServiceServer) GetDomainSettings(context.Context, *GetDomainSettingsRequest) (*GetDomainSettingsResponse, error) + func (UnimplementedSettingsServiceServer) GetGeneralSettings(context.Context, *GetGeneralSettingsRequest) (*GetGeneralSettingsResponse, error) + func (UnimplementedSettingsServiceServer) GetLegalAndSupportSettings(context.Context, *GetLegalAndSupportSettingsRequest) (*GetLegalAndSupportSettingsResponse, error) + func (UnimplementedSettingsServiceServer) GetLockoutSettings(context.Context, *GetLockoutSettingsRequest) (*GetLockoutSettingsResponse, error) + func (UnimplementedSettingsServiceServer) GetLoginSettings(context.Context, *GetLoginSettingsRequest) (*GetLoginSettingsResponse, error) + func (UnimplementedSettingsServiceServer) GetPasswordComplexitySettings(context.Context, *GetPasswordComplexitySettingsRequest) (*GetPasswordComplexitySettingsResponse, error) + type UnsafeSettingsServiceServer interface