Struct redfish_codegen::models::account_service::v1_12_0::GoogleAuthenticator
source · pub struct GoogleAuthenticator {
pub enabled: Option<bool>,
pub secret_key: Option<String>,
pub secret_key_set: Option<bool>,
}
Expand description
Various settings for Google Authenticator multi-factor authentication.
Fields§
§enabled: Option<bool>
An indication of whether multi-factor authentication with Google Authenticator is enabled.
secret_key: Option<String>
The secret key to use when communicating with the Google Authenticator server. This property is null
in responses.
secret_key_set: Option<bool>
Indicates if the SecretKey property is set.
Trait Implementations§
source§impl Clone for GoogleAuthenticator
impl Clone for GoogleAuthenticator
source§fn clone(&self) -> GoogleAuthenticator
fn clone(&self) -> GoogleAuthenticator
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GoogleAuthenticator
impl Debug for GoogleAuthenticator
source§impl Default for GoogleAuthenticator
impl Default for GoogleAuthenticator
source§fn default() -> GoogleAuthenticator
fn default() -> GoogleAuthenticator
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GoogleAuthenticator
impl<'de> Deserialize<'de> for GoogleAuthenticator
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