#[non_exhaustive]pub struct WebsiteAuthorizationProviderSummary {
pub authorization_provider_id: Option<String>,
pub authorization_provider_type: Option<AuthorizationProviderType>,
pub domain_name: Option<String>,
pub created_time: Option<DateTime>,
}Expand description
The summary of the website authorization provider.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.A unique identifier for the authorization provider.
The authorization provider type.
domain_name: Option<String>The domain name of the authorization provider. This applies only to SAML-based authorization providers.
created_time: Option<DateTime>The time of creation.
Implementations
A unique identifier for the authorization provider.
The authorization provider type.
The domain name of the authorization provider. This applies only to SAML-based authorization providers.
The time of creation.
Creates a new builder-style object to manufacture WebsiteAuthorizationProviderSummary
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for WebsiteAuthorizationProviderSummary
impl Sync for WebsiteAuthorizationProviderSummary
impl Unpin for WebsiteAuthorizationProviderSummary
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more