Values.SnowflakeRoleConfigurationSourceOptionally configure a Snowflake role. Otherwise the default user role will be used.
type nonrec t = {enabled : BooleanObject.t option;Enable Snowflake role
*)snowflakeRole : SnowflakeRole.t option;The Snowflake role you wish to configure
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of BooleanObject.t | `String of SnowflakeRole.t ])
list ]