# GoogleCredentialsSecretResponse ## 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] **project_id** | Option<**String**> | Google Cloud project ID | [optional] **client_email** | Option<**String**> | Google Cloud client email | [optional] **client_id** | Option<**String**> | Google Cloud client ID | [optional] **private_key** | Option<**String**> | Base-64 encoded Google Cloud private key | [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)