# CreateOrUpdateSecretOption

CreateOrUpdateSecretOption options when creating or updating secret

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**data** | **string** | Data of the secret to update | [default to undefined]

## Example

```typescript
import { CreateOrUpdateSecretOption } from 'berg';

const instance: CreateOrUpdateSecretOption = {
    data,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
