principals property

List<String>? principals
getter/setter pair

List of peer identities to match for authorization.

At least one principal should match. Each peer can be an exact match, or a prefix match (example, "namespace / * ") or a suffix match (example, " * / service-account") or a presence match "*". Authorization based on the principal name without certificate validation (configured by ServerTlsPolicy resource) is considered insecure.

Optional.

Implementation

core.List<core.String>? principals;