pub enum AppEnum {
Show 76 variants
AuthentikCommands,
AuthentikTenants,
AuthentikTasks,
AuthentikAdmin,
AuthentikApi,
AuthentikCore,
AuthentikCrypto,
AuthentikEndpoints,
AuthentikEndpointsConnectorsAgent,
AuthentikEnterprise,
AuthentikEvents,
AuthentikAdminFiles,
AuthentikFlows,
AuthentikOutposts,
AuthentikPoliciesDummy,
AuthentikPoliciesEventMatcher,
AuthentikPoliciesExpiry,
AuthentikPoliciesExpression,
AuthentikPoliciesGeoip,
AuthentikPoliciesPassword,
AuthentikPoliciesReputation,
AuthentikPolicies,
AuthentikProvidersLdap,
AuthentikProvidersOauth2,
AuthentikProvidersProxy,
AuthentikProvidersRac,
AuthentikProvidersRadius,
AuthentikProvidersSaml,
AuthentikProvidersScim,
AuthentikRbac,
AuthentikRecovery,
AuthentikSourcesKerberos,
AuthentikSourcesLdap,
AuthentikSourcesOauth,
AuthentikSourcesPlex,
AuthentikSourcesSaml,
AuthentikSourcesScim,
AuthentikSourcesTelegram,
AuthentikStagesAuthenticator,
AuthentikStagesAuthenticatorDuo,
AuthentikStagesAuthenticatorEmail,
AuthentikStagesAuthenticatorSms,
AuthentikStagesAuthenticatorStatic,
AuthentikStagesAuthenticatorTotp,
AuthentikStagesAuthenticatorValidate,
AuthentikStagesAuthenticatorWebauthn,
AuthentikStagesCaptcha,
AuthentikStagesConsent,
AuthentikStagesDeny,
AuthentikStagesDummy,
AuthentikStagesEmail,
AuthentikStagesIdentification,
AuthentikStagesInvitation,
AuthentikStagesPassword,
AuthentikStagesPrompt,
AuthentikStagesRedirect,
AuthentikStagesUserDelete,
AuthentikStagesUserLogin,
AuthentikStagesUserLogout,
AuthentikStagesUserWrite,
AuthentikTasksSchedules,
AuthentikBrands,
AuthentikBlueprints,
AuthentikEnterpriseAudit,
AuthentikEnterpriseEndpointsConnectorsAgent,
AuthentikEnterprisePoliciesUniquePassword,
AuthentikEnterpriseProvidersGoogleWorkspace,
AuthentikEnterpriseProvidersMicrosoftEntra,
AuthentikEnterpriseProvidersRadius,
AuthentikEnterpriseProvidersScim,
AuthentikEnterpriseProvidersSsf,
AuthentikEnterpriseReports,
AuthentikEnterpriseSearch,
AuthentikEnterpriseStagesAuthenticatorEndpointGdtc,
AuthentikEnterpriseStagesMtls,
AuthentikEnterpriseStagesSource,
}Expand description
Variants§
AuthentikCommands
AuthentikTenants
AuthentikTasks
AuthentikAdmin
AuthentikApi
AuthentikCore
AuthentikCrypto
AuthentikEndpoints
AuthentikEndpointsConnectorsAgent
AuthentikEnterprise
AuthentikEvents
AuthentikAdminFiles
AuthentikFlows
AuthentikOutposts
AuthentikPoliciesDummy
AuthentikPoliciesEventMatcher
AuthentikPoliciesExpiry
AuthentikPoliciesExpression
AuthentikPoliciesGeoip
AuthentikPoliciesPassword
AuthentikPoliciesReputation
AuthentikPolicies
AuthentikProvidersLdap
AuthentikProvidersOauth2
AuthentikProvidersProxy
AuthentikProvidersRac
AuthentikProvidersRadius
AuthentikProvidersSaml
AuthentikProvidersScim
AuthentikRbac
AuthentikRecovery
AuthentikSourcesKerberos
AuthentikSourcesLdap
AuthentikSourcesOauth
AuthentikSourcesPlex
AuthentikSourcesSaml
AuthentikSourcesScim
AuthentikSourcesTelegram
AuthentikStagesAuthenticator
AuthentikStagesAuthenticatorDuo
AuthentikStagesAuthenticatorEmail
AuthentikStagesAuthenticatorSms
AuthentikStagesAuthenticatorStatic
AuthentikStagesAuthenticatorTotp
AuthentikStagesAuthenticatorValidate
AuthentikStagesAuthenticatorWebauthn
AuthentikStagesCaptcha
AuthentikStagesConsent
AuthentikStagesDeny
AuthentikStagesDummy
AuthentikStagesEmail
AuthentikStagesIdentification
AuthentikStagesInvitation
AuthentikStagesPassword
AuthentikStagesPrompt
AuthentikStagesRedirect
AuthentikStagesUserDelete
AuthentikStagesUserLogin
AuthentikStagesUserLogout
AuthentikStagesUserWrite
AuthentikTasksSchedules
AuthentikBrands
AuthentikBlueprints
AuthentikEnterpriseAudit
AuthentikEnterpriseEndpointsConnectorsAgent
AuthentikEnterprisePoliciesUniquePassword
AuthentikEnterpriseProvidersGoogleWorkspace
AuthentikEnterpriseProvidersMicrosoftEntra
AuthentikEnterpriseProvidersRadius
AuthentikEnterpriseProvidersScim
AuthentikEnterpriseProvidersSsf
AuthentikEnterpriseReports
AuthentikEnterpriseSearch
AuthentikEnterpriseStagesAuthenticatorEndpointGdtc
AuthentikEnterpriseStagesMtls
AuthentikEnterpriseStagesSource
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AppEnum
impl<'de> Deserialize<'de> for AppEnum
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for AppEnum
impl Ord for AppEnum
Source§impl PartialOrd for AppEnum
impl PartialOrd for AppEnum
impl Copy for AppEnum
impl Eq for AppEnum
impl StructuralPartialEq for AppEnum
Auto Trait Implementations§
impl Freeze for AppEnum
impl RefUnwindSafe for AppEnum
impl Send for AppEnum
impl Sync for AppEnum
impl Unpin for AppEnum
impl UnsafeUnpin for AppEnum
impl UnwindSafe for AppEnum
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.