Struct redfish_codegen::models::account_service::v1_12_0::ClientCertificate
source · pub struct ClientCertificate {
pub certificate_mapping_attribute: Option<CertificateMappingAttribute>,
pub certificates: Option<IdRef>,
pub enabled: Option<bool>,
pub respond_to_unauthenticated_clients: Option<bool>,
}
Expand description
Various settings for client certificate authentication such as mTLS or CAC/PIV.
Fields§
§certificate_mapping_attribute: Option<CertificateMappingAttribute>
§certificates: Option<IdRef>
§enabled: Option<bool>
An indication of whether client certificate authentication is enabled.
respond_to_unauthenticated_clients: Option<bool>
An indication of whether the service responds to clients that do not successfully authenticate.
Trait Implementations§
source§impl Clone for ClientCertificate
impl Clone for ClientCertificate
source§fn clone(&self) -> ClientCertificate
fn clone(&self) -> ClientCertificate
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 ClientCertificate
impl Debug for ClientCertificate
source§impl Default for ClientCertificate
impl Default for ClientCertificate
source§fn default() -> ClientCertificate
fn default() -> ClientCertificate
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ClientCertificate
impl<'de> Deserialize<'de> for ClientCertificate
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