Values.SelfGrantStatusDetailSourceThe details for the self granting status.
type nonrec t = {databaseName : SelfGrantStatusDetailDatabaseNameString.t option;The name of the database used for the data source.
*)schemaName : SelfGrantStatusDetailSchemaNameString.t option;The name of the schema used in the data source.
*)status : SelfGrantStatus.t option;The self granting status of the data source.
*)failureCause : String_.t option;The reason for why the operation failed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of SelfGrantStatusDetailDatabaseNameString.t ])
list ]