pub struct TlsSubscriptionDataAttributes {
pub certificate_authority: Option<CertificateAuthority>,
}
Fields§
The entity that issues and certifies the TLS certificates for your subscription.
Implementations§
Trait Implementations§
source§impl Clone for TlsSubscriptionDataAttributes
impl Clone for TlsSubscriptionDataAttributes
source§fn clone(&self) -> TlsSubscriptionDataAttributes
fn clone(&self) -> TlsSubscriptionDataAttributes
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 Default for TlsSubscriptionDataAttributes
impl Default for TlsSubscriptionDataAttributes
source§fn default() -> TlsSubscriptionDataAttributes
fn default() -> TlsSubscriptionDataAttributes
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TlsSubscriptionDataAttributes
impl<'de> Deserialize<'de> for TlsSubscriptionDataAttributes
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