public static interface ClientAuthenticationSettingInfo.Builder extends SdkPojo, CopyableBuilder<ClientAuthenticationSettingInfo.Builder,ClientAuthenticationSettingInfo>
| Modifier and Type | Method and Description |
|---|---|
ClientAuthenticationSettingInfo.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time when the status of the client authentication type was last updated.
|
ClientAuthenticationSettingInfo.Builder |
status(ClientAuthenticationStatus status)
Whether the client authentication type is enabled or disabled for the specified directory.
|
ClientAuthenticationSettingInfo.Builder |
status(String status)
Whether the client authentication type is enabled or disabled for the specified directory.
|
ClientAuthenticationSettingInfo.Builder |
type(ClientAuthenticationType type)
The type of client authentication for the specified directory.
|
ClientAuthenticationSettingInfo.Builder |
type(String type)
The type of client authentication for the specified directory.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClientAuthenticationSettingInfo.Builder type(String type)
The type of client authentication for the specified directory. If no type is specified, a list of all client authentication types that are supported for the directory is retrieved.
type - The type of client authentication for the specified directory. If no type is specified, a list of all
client authentication types that are supported for the directory is retrieved.ClientAuthenticationType,
ClientAuthenticationTypeClientAuthenticationSettingInfo.Builder type(ClientAuthenticationType type)
The type of client authentication for the specified directory. If no type is specified, a list of all client authentication types that are supported for the directory is retrieved.
type - The type of client authentication for the specified directory. If no type is specified, a list of all
client authentication types that are supported for the directory is retrieved.ClientAuthenticationType,
ClientAuthenticationTypeClientAuthenticationSettingInfo.Builder status(String status)
Whether the client authentication type is enabled or disabled for the specified directory.
status - Whether the client authentication type is enabled or disabled for the specified directory.ClientAuthenticationStatus,
ClientAuthenticationStatusClientAuthenticationSettingInfo.Builder status(ClientAuthenticationStatus status)
Whether the client authentication type is enabled or disabled for the specified directory.
status - Whether the client authentication type is enabled or disabled for the specified directory.ClientAuthenticationStatus,
ClientAuthenticationStatusClientAuthenticationSettingInfo.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time when the status of the client authentication type was last updated.
lastUpdatedDateTime - The date and time when the status of the client authentication type was last updated.Copyright © 2022. All rights reserved.