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
source§impl Serialize for MTLSPolicy
impl Serialize for MTLSPolicy
impl Part for MTLSPolicy
Auto Trait Implementations§
impl RefUnwindSafe for MTLSPolicy
impl Send for MTLSPolicy
impl Sync for MTLSPolicy
impl Unpin for MTLSPolicy
impl UnwindSafe for MTLSPolicy
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