Struct google_networksecurity1::api::MTLSPolicy
source · pub struct MTLSPolicy {
pub client_validation_ca: Option<Vec<ValidationCA>>,
}Expand description
Specification of the MTLSPolicy.
This type is not used in any activity, and only used as part of another schema.
Fields§
§client_validation_ca: Option<Vec<ValidationCA>>Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.
Trait Implementations§
source§impl Clone for MTLSPolicy
impl Clone for MTLSPolicy
source§fn clone(&self) -> MTLSPolicy
fn clone(&self) -> MTLSPolicy
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 MTLSPolicy
impl Debug for MTLSPolicy
source§impl Default for MTLSPolicy
impl Default for MTLSPolicy
source§fn default() -> MTLSPolicy
fn default() -> MTLSPolicy
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for MTLSPolicy
impl<'de> Deserialize<'de> for MTLSPolicy
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