principal property

AuthzPolicyAuthzRuleStringMatch? principal
getter/setter pair

A non-empty string whose value is matched against the principal value based on the principal_selector.

Only exact match can be applied for CLIENT_CERT_URI_SAN, CLIENT_CERT_DNS_NAME_SAN, CLIENT_CERT_COMMON_NAME selectors.

Required.

Implementation

AuthzPolicyAuthzRuleStringMatch? principal;