Values.DeleteAuthenticationProfileMessageSourceDeletes an authentication profile.
type nonrec t = {authenticationProfileName : AuthenticationProfileNameString.t;The name of the authentication profile to delete.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of AuthenticationProfileNameString.t ]) list ]