principals property
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 "*".
Optional.
Implementation
core.List<core.String>? principals;