# RoleIdentifier

Represents the role identifier.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**encodedKey** | **string** | The encoded key of the entity, generated automatically, globally unique. | [optional] [readonly] [default to undefined]
**id** | **string** | The ID of the role, which can be generated and customized, but must be unique. | [optional] [default to undefined]

## Example

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

const instance: RoleIdentifier = {
    encodedKey,
    id,
};
```

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