# FiltersKeypair
## Properties
**keypair_fingerprints** | Option<**Vec<String>**> | The fingerprints of the keypairs. | [optional]
**keypair_ids** | Option<**Vec<String>**> | The IDs of the keypairs. | [optional]
**keypair_names** | Option<**Vec<String>**> | The names of the keypairs. | [optional]
**keypair_types** | Option<**Vec<String>**> | The types of the keypairs (`ssh-rsa`, `ssh-ed25519`, `ecdsa-sha2-nistp256`, `ecdsa-sha2-nistp384`, or `ecdsa-sha2-nistp521`). | [optional]
**tag_keys** | Option<**Vec<String>**> | The keys of the tags associated with the keypairs. | [optional]
**tag_values** | Option<**Vec<String>**> | The values of the tags associated with the keypairs. | [optional]
**tags** | Option<**Vec<String>**> | The key/value combination of the tags associated with the keypairs, in the following format: "Filters":{"Tags":["TAGKEY=TAGVALUE"]}. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)