interface ListRpnSansResponse {
    rpnSans: RpnSanSummary[];
    totalCount: number;
}

Properties

Properties

rpnSans: RpnSanSummary[]

List of RPN SANs that match filters.

totalCount: number

Total count of matching RPN SANs.