exceptionPrincipals

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


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