static ClientAuthenticationSettingInfo.Builder |
ClientAuthenticationSettingInfo.builder() |
|
ClientAuthenticationSettingInfo.Builder |
ClientAuthenticationSettingInfo.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime) |
The date and time when the status of the client authentication type was last updated.
|
ClientAuthenticationSettingInfo.Builder |
ClientAuthenticationSettingInfo.Builder.status(String status) |
Whether the client authentication type is enabled or disabled for the specified directory.
|
ClientAuthenticationSettingInfo.Builder |
ClientAuthenticationSettingInfo.Builder.status(ClientAuthenticationStatus status) |
Whether the client authentication type is enabled or disabled for the specified directory.
|
ClientAuthenticationSettingInfo.Builder |
ClientAuthenticationSettingInfo.toBuilder() |
|
ClientAuthenticationSettingInfo.Builder |
ClientAuthenticationSettingInfo.Builder.type(String type) |
The type of client authentication for the specified directory.
|
ClientAuthenticationSettingInfo.Builder |
ClientAuthenticationSettingInfo.Builder.type(ClientAuthenticationType type) |
The type of client authentication for the specified directory.
|