interface ListKeysResponse {
    keys: Key[];
    totalCount: number;
}

Properties

Properties

keys: Key[]

Single page of keys matching the requested criteria.

totalCount: number

Total count of keys matching the requested criteria.