Struct aws_sdk_amplifybackend::model::BackendApiAppSyncAuthSettings [−][src]
#[non_exhaustive]pub struct BackendApiAppSyncAuthSettings {
pub cognito_user_pool_id: Option<String>,
pub description: Option<String>,
pub expiration_time: f64,
pub open_id_auth_ttl: Option<String>,
pub open_id_client_id: Option<String>,
pub open_id_iat_ttl: Option<String>,
pub open_id_issue_url: Option<String>,
pub open_id_provider_name: Option<String>,
}
Expand description
The authentication settings for accessing provisioned data models in your Amplify project.
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.cognito_user_pool_id: Option<String>
The Amazon Cognito user pool ID, if Amazon Cognito was used as an authentication setting to access your data models.
description: Option<String>
The API key description for API_KEY, if it was used as an authentication mechanism to access your data models.
expiration_time: f64
The API key expiration time for API_KEY, if it was used as an authentication mechanism to access your data models.
open_id_auth_ttl: Option<String>
The expiry time for the OpenID authentication mechanism.
open_id_client_id: Option<String>
The clientID for openID, if openID was used as an authentication setting to access your data models.
open_id_iat_ttl: Option<String>
The expiry time for the OpenID authentication mechanism.
open_id_issue_url: Option<String>
The openID issuer URL, if openID was used as an authentication setting to access your data models.
open_id_provider_name: Option<String>
The OpenID provider name, if OpenID was used as an authentication mechanism to access your data models.
Implementations
The Amazon Cognito user pool ID, if Amazon Cognito was used as an authentication setting to access your data models.
The API key description for API_KEY, if it was used as an authentication mechanism to access your data models.
The API key expiration time for API_KEY, if it was used as an authentication mechanism to access your data models.
The expiry time for the OpenID authentication mechanism.
The clientID for openID, if openID was used as an authentication setting to access your data models.
The expiry time for the OpenID authentication mechanism.
The openID issuer URL, if openID was used as an authentication setting to access your data models.
The OpenID provider name, if OpenID was used as an authentication mechanism to access your data models.
Creates a new builder-style object to manufacture BackendApiAppSyncAuthSettings
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 BackendApiAppSyncAuthSettings
impl Sync for BackendApiAppSyncAuthSettings
impl Unpin for BackendApiAppSyncAuthSettings
impl UnwindSafe for BackendApiAppSyncAuthSettings
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