# UserApiKey


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**publicPart** | **string** |  | [default to undefined]
**key** | **string** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**description** | **string** |  | [optional] [default to undefined]
**scope** | [**UserApiKeyScope**](UserApiKeyScope.md) |  | [default to undefined]
**startDate** | **string** |  | [default to undefined]
**endDate** | **string** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]
**lastUsedAt** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { UserApiKey } from '@connectedxm/admin-sdk';

const instance: UserApiKey = {
    id,
    publicPart,
    key,
    name,
    description,
    scope,
    startDate,
    endDate,
    createdAt,
    updatedAt,
    lastUsedAt,
};
```

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