ConstrainedPolicy
One policy OID that survives RFC 5280 / RFC 9618 processing.
ts
interface ConstrainedPolicy {
readonly policyIdentifier: string;
readonly policyQualifiers?: readonly PolicyQualifierInfo[];
}Properties
readonlypolicyIdentifier:string— Dotted-decimal OID of the surviving policy.readonlypolicyQualifiers?:readonlyPolicyQualifierInfo[]— Qualifier info (CPS URIs, user notices) attached to this policy, if any.