admins

@JvmName(name = "txoulqcbdxylbaaj")
suspend fun admins(value: Output<List<String>>)
@JvmName(name = "mfbwibekvhujwflc")
suspend fun admins(value: List<String>)

Parameters

value

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


@JvmName(name = "khfgnayinxspwbhb")
suspend fun admins(vararg values: Output<String>)


@JvmName(name = "crdtvdvootycmmho")
suspend fun admins(values: List<Output<String>>)
@JvmName(name = "cwkgoqcqpskaebvm")
suspend fun admins(vararg values: String)

Parameters

values

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