RangerAdminSpecResponse

data class RangerAdminSpecResponse(val admins: List<String>, val database: RangerAdminSpecResponseDatabase)

Specification for the Ranger Admin service.

Constructors

Link copied to clipboard
constructor(admins: List<String>, database: RangerAdminSpecResponseDatabase)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of usernames that should be marked as ranger admins. These usernames should match the user principal name (UPN) of the respective AAD users.

Link copied to clipboard