Values.ServiceNowConnectorProfileCredentialsSourceThe connector-specific profile credentials required when using ServiceNow.
type nonrec t = {username : Username.t option;The name of the user.
*)password : Password.t option;The password that corresponds to the user name.
*)oAuth2Credentials : OAuth2Credentials.t option;The OAuth 2.0 credentials required to authenticate the user.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Username.t
| `Structure of
(string
* [> `String of ClientId.t
| `Structure of (string * [> `String of AuthCode.t ]) list ])
list ])
list ]