ListGPGKeys retrieves all available GPG public keys.
A successful response.
An unexpected error response.
{- "content": [
- {
- "accountIdentifier": "string",
- "orgIdentifier": "string",
- "projectIdentifier": "string",
- "agentIdentifier": "string",
- "gnuPGPublicKey": {
- "keyID": "string",
- "fingerprint": "string",
- "owner": "string",
- "trust": "string",
- "subType": "string",
- "keyData": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "lastModifiedAt": "2019-08-24T14:15:22Z"
}
], - "totalPages": 0,
- "totalItems": 0,
- "pageItemCount": 0,
- "pageSize": 0,
- "pageIndex": 0,
- "empty": true
}