# GenericSecretResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | Secret ID | [optional] **owner_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | ID of the user who owns the secret | [optional] **name** | Option<**String**> | Secret name | [optional] **secret_type** | Option<[**crate::models::SecretType**](secretType.md)> | | [optional] **created** | Option<**String**> | Date/time when the secret was created | [optional] **used_by** | Option<[**serde_json::Value**](.md)> | Map of resources that use this secret (ID => type) | [optional] **content** | Option<**String**> | Content of the secret | [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)