Values.DescribeAuthenticationProfilesMessageSourceDescribes an authentication profile.
type nonrec t = {authenticationProfileName : AuthenticationProfileNameString.t option;The name of the authentication profile to describe. If not specified then all authentication profiles owned by the account are listed.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of AuthenticationProfileNameString.t ]) list ]