exceptionPrincipals

@JvmName(name = "cfrsiuxikcmoalrp")
suspend fun exceptionPrincipals(value: Output<List<String>>)
@JvmName(name = "qhvtuilciyueislg")
suspend fun exceptionPrincipals(value: List<String>?)

Parameters

value

The identities that are excluded from the deny rule, even if they are listed in the deniedPrincipals. For example, you could add a Google group to the deniedPrincipals, then exclude specific users who belong to that group.


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


@JvmName(name = "uwqflpberrqfwtey")
suspend fun exceptionPrincipals(values: List<Output<String>>)
@JvmName(name = "dmruxbrsyhxembey")
suspend fun exceptionPrincipals(vararg values: String)

Parameters

values

The identities that are excluded from the deny rule, even if they are listed in the deniedPrincipals. For example, you could add a Google group to the deniedPrincipals, then exclude specific users who belong to that group.