Values.CreateAuthenticationProfileMessageSourceCreates an authentication profile with the specified parameters.
type nonrec t = {authenticationProfileName : AuthenticationProfileNameString.t;The name of the authentication profile to be created.
*)authenticationProfileContent : String_.t;The content of the authentication profile in JSON format. The maximum length of the JSON string is determined by a quota for your account.
*)}val make :
authenticationProfileName:AuthenticationProfileNameString.t ->
authenticationProfileContent:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of AuthenticationProfileNameString.t ]) list ]