# SecretKey

Representation of an API Consumer\'s Secret Key

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**secretKey** | **string** | The secret key | [optional] [readonly] [default to undefined]

## Example

```typescript
import { SecretKey } from './api';

const instance: SecretKey = {
    secretKey,
};
```

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