exceptionPrincipals

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


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