# UpdateSecretByIdOrNameRequest
## Properties
**name** | Option<**String**> | Secret name | [optional]
**secret_type** | Option<[**crate::models::SecretType**](secretType.md)> | | [optional]
**content** | Option<**String**> | Content of the secret | [optional]
**node_id** | Option<**String**> | Node ID | [optional]
**node_key** | Option<**String**> | Base-64 encoded node TLS key | [optional]
**node_cert** | Option<**String**> | Base-64 encoded node TLS certificate | [optional]
**node_bls_key** | Option<**String**> | Base-64 encoded node BLS key | [optional]
**p_chain_address** | Option<**String**> | P Chain address of the wallet | [optional]
**private_key** | Option<**String**> | Base-64 encoded Google Cloud private key | [optional]
**private_key_format** | Option<**String**> | Format of the wallet private key | [optional]
**access_key** | Option<**String**> | AWS access key | [optional]
**secret_key** | Option<**String**> | AWS secret key | [optional]
**subscription_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | Azure subscription ID | [optional]
**application_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | Azure application ID | [optional]
**application_password** | Option<**String**> | Azure application password | [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]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)