Package version:

Specification for the Ranger Admin service.

interface RangerAdminSpec {
    admins: string[];
    database: RangerAdminSpecDatabase;
}

Properties

Properties

admins: string[]

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