I am using schema crawler in my project. Is there any way to get the Users and their roles ? There catalogue object doesn't contain any such information .
I am using this configuration :
val schemaCrawlerOptions = SchemaCrawlerOptionsBuilder
.builder
.withSchemaInfoLevel(SchemaInfoLevelBuilder.maximum())
.toOptions