Values.AuthenticationProfileSourceDescribes an authentication profile.
type nonrec t = {authenticationProfileName : AuthenticationProfileNameString.t option;The name of the authentication profile.
*)authenticationProfileContent : String_.t option;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 to_value :
t ->
[> `Structure of
(string * [> `String of AuthenticationProfileNameString.t ]) list ]