notIn property

List<String>? notIn
getter/setter pair

If one or more 'not_in' clauses are specified, the rule matches if the PRINCIPAL/AUTHORITY_SELECTOR is in none of the entries.

The format for in and not_in entries can be found at in the Local IAM documentation (see go/local-iam#features).

Implementation

core.List<core.String>? notIn;