#[non_exhaustive]pub struct VerifiedAccessTrustProviderCondensed { /* private fields */ }
Expand description
Condensed information about a trust provider.
Implementations§
source§impl VerifiedAccessTrustProviderCondensed
impl VerifiedAccessTrustProviderCondensed
sourcepub fn verified_access_trust_provider_id(&self) -> Option<&str>
pub fn verified_access_trust_provider_id(&self) -> Option<&str>
The ID of the trust provider.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of trust provider.
sourcepub fn trust_provider_type(&self) -> Option<&TrustProviderType>
pub fn trust_provider_type(&self) -> Option<&TrustProviderType>
The type of trust provider (user- or device-based).
sourcepub fn user_trust_provider_type(&self) -> Option<&UserTrustProviderType>
pub fn user_trust_provider_type(&self) -> Option<&UserTrustProviderType>
The type of user-based trust provider.
sourcepub fn device_trust_provider_type(&self) -> Option<&DeviceTrustProviderType>
pub fn device_trust_provider_type(&self) -> Option<&DeviceTrustProviderType>
The type of device-based trust provider.
source§impl VerifiedAccessTrustProviderCondensed
impl VerifiedAccessTrustProviderCondensed
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VerifiedAccessTrustProviderCondensed
.
Trait Implementations§
source§impl Clone for VerifiedAccessTrustProviderCondensed
impl Clone for VerifiedAccessTrustProviderCondensed
source§fn clone(&self) -> VerifiedAccessTrustProviderCondensed
fn clone(&self) -> VerifiedAccessTrustProviderCondensed
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 PartialEq<VerifiedAccessTrustProviderCondensed> for VerifiedAccessTrustProviderCondensed
impl PartialEq<VerifiedAccessTrustProviderCondensed> for VerifiedAccessTrustProviderCondensed
source§fn eq(&self, other: &VerifiedAccessTrustProviderCondensed) -> bool
fn eq(&self, other: &VerifiedAccessTrustProviderCondensed) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.