# Secret

Secret represents a secret

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | **string** |  | [optional] [default to undefined]
**name** | **string** | the secret\&#39;s name | [optional] [default to undefined]

## Example

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

const instance: Secret = {
    created_at,
    name,
};
```

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