exceptionPrincipals

@JvmName(name = "ulxlfdqsjlsbxhic")
suspend fun exceptionPrincipals(value: Output<List<String>>)
@JvmName(name = "gxcsswkpjmmsddda")
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 = "vidsvuywdhpsqrop")
suspend fun exceptionPrincipals(vararg values: Output<String>)


@JvmName(name = "mdlryipyvxbhwqrc")
suspend fun exceptionPrincipals(values: List<Output<String>>)
@JvmName(name = "qouuftgfulvpfvio")
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.