pub struct DescribeClientAuthenticationSettings<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }
Expand description
Fluent builder constructing a request to DescribeClientAuthenticationSettings
.
Retrieves information about the type of client authentication for the specified directory, if the type is specified. If no type is specified, information about all client authentication types that are supported for the specified directory is retrieved. Currently, only SmartCard
is supported.
Implementations
impl<C, M, R> DescribeClientAuthenticationSettings<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DescribeClientAuthenticationSettings<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DescribeClientAuthenticationSettingsOutput, SdkError<DescribeClientAuthenticationSettingsError>> where
R::Policy: SmithyRetryPolicy<DescribeClientAuthenticationSettingsInputOperationOutputAlias, DescribeClientAuthenticationSettingsOutput, DescribeClientAuthenticationSettingsError, DescribeClientAuthenticationSettingsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DescribeClientAuthenticationSettingsOutput, SdkError<DescribeClientAuthenticationSettingsError>> where
R::Policy: SmithyRetryPolicy<DescribeClientAuthenticationSettingsInputOperationOutputAlias, DescribeClientAuthenticationSettingsOutput, DescribeClientAuthenticationSettingsError, DescribeClientAuthenticationSettingsInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The identifier of the directory for which to retrieve information.
The identifier of the directory for which to retrieve information.
The type of client authentication for which to retrieve information. If no type is specified, a list of all client authentication types that are supported for the specified directory is retrieved.
The type of client authentication for which to retrieve information. If no type is specified, a list of all client authentication types that are supported for the specified directory is retrieved.
The DescribeClientAuthenticationSettingsResult.NextToken value from a previous call to DescribeClientAuthenticationSettings
. Pass null if this is the first call.
The DescribeClientAuthenticationSettingsResult.NextToken value from a previous call to DescribeClientAuthenticationSettings
. Pass null if this is the first call.
The maximum number of items to return. If this value is zero, the maximum number of items is specified by the limitations of the operation.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for DescribeClientAuthenticationSettings<C, M, R>
impl<C, M, R> Send for DescribeClientAuthenticationSettings<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DescribeClientAuthenticationSettings<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DescribeClientAuthenticationSettings<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for DescribeClientAuthenticationSettings<C, M, R>
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