RangerAdminSpecArgs

data class RangerAdminSpecArgs(val admins: Output<List<String>>, val database: Output<RangerAdminSpecDatabaseArgs>) : ConvertibleToJava<RangerAdminSpecArgs>

Specification for the Ranger Admin service.

Constructors

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

Properties

Link copied to clipboard
val admins: Output<List<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.

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): RangerAdminSpecArgs