Interface ClientAuthenticationSettingInfo.Builder

    • Method Detail

      • type

        ClientAuthenticationSettingInfo.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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ClientAuthenticationType, ClientAuthenticationType
      • type

        ClientAuthenticationSettingInfo.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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ClientAuthenticationType, ClientAuthenticationType
      • lastUpdatedDateTime

        ClientAuthenticationSettingInfo.Builder lastUpdatedDateTime​(Instant lastUpdatedDateTime)

        The date and time when the status of the client authentication type was last updated.

        Parameters:
        lastUpdatedDateTime - The date and time when the status of the client authentication type was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.