Values.ClientAuthenticationSettingInfoSourceContains information about a client authentication method for a directory.
type nonrec t = {type_ : ClientAuthenticationType.t option;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.
*)status : ClientAuthenticationStatus.t option;Whether the client authentication type is enabled or disabled for the specified directory.
*)lastUpdatedDateTime : LastUpdatedDateTime.t option;The date and time when the status of the client authentication type was last updated.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Timestamp of LastUpdatedDateTime.t ])
list ]