# DigitalIdentityDTO

A DTO representing the digital identity of a company.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**lightPrimaryColor** | **string** | The primary color of the company in light mode. | [optional] [default to undefined]
**uuid** | **string** | Unique identifier for the entity | [default to undefined]
**name** | **string** | The name of the entity | [default to undefined]
**label** | **string** | Display label for the entity, can be different from name | [optional] [default to undefined]
**createdAt** | **number** | Unix timestamp when the entity was created | [optional] [default to undefined]
**createdBy** | [**ModelRecord**](ModelRecord.md) | Identifier of the user who created the entity | [optional] [default to undefined]
**updatedAt** | **number** | Unix timestamp when the entity was last updated | [optional] [default to undefined]
**updatedBy** | [**ModelRecord**](ModelRecord.md) | Identifier of the user who last updated the entity | [optional] [default to undefined]
**deletedAt** | **number** | Unix timestamp when the entity was deleted (null if not deleted) | [optional] [default to undefined]
**deletedBy** | [**ModelRecord**](ModelRecord.md) | Identifier of the user who deleted the entity | [optional] [default to undefined]
**index** | **number** | Index number for ordering entities | [optional] [default to undefined]
**lightFontColor** | **string** | The font color of the company in light mode. | [optional] [default to undefined]
**lightSecondaryColor** | **string** | The secondary color of the company in light mode. | [optional] [default to undefined]
**lightPrimary100Color** | **string** | The primary 100 color of the company in light mode. | [optional] [default to undefined]
**lightAccentColor** | **string** | The accent color of the company in light mode. | [optional] [default to undefined]
**lightPrimary50Color** | **string** | The lightPrimary50Color of the company. | [optional] [default to undefined]
**lightPrimary200Color** | **string** | The lightPrimary200Color of the company. | [optional] [default to undefined]
**lightPrimary300Color** | **string** | The lightPrimary300Color of the company. | [optional] [default to undefined]
**lightPrimary400Color** | **string** | The lightPrimary400Color of the company. | [optional] [default to undefined]
**lightPrimary600Color** | **string** | The lightPrimary600Color of the company. | [optional] [default to undefined]
**lightPrimary700Color** | **string** | The lightPrimary700Color of the company. | [optional] [default to undefined]
**lightPrimary800Color** | **string** | The lightPrimary800Color of the company. | [optional] [default to undefined]
**lightPrimary900Color** | **string** | The lightPrimary900Color of the company. | [optional] [default to undefined]
**lightSecondary50Color** | **string** | The lightSecondary50Color of the company. | [optional] [default to undefined]
**lightSecondary100Color** | **string** | The lightSecondary100Color of the company. | [optional] [default to undefined]
**lightSecondary200Color** | **string** | The lightSecondary200Color of the company. | [optional] [default to undefined]
**lightSecondary300Color** | **string** | The lightSecondary300Color of the company. | [optional] [default to undefined]
**lightSecondary400Color** | **string** | The lightSecondary400Color of the company. | [optional] [default to undefined]
**lightSecondary600Color** | **string** | The lightSecondary600Color of the company. | [optional] [default to undefined]
**lightSecondary700Color** | **string** | The lightSecondary700Color of the company. | [optional] [default to undefined]
**lightSecondary800Color** | **string** | The lightSecondary800Color of the company. | [optional] [default to undefined]
**lightSecondary900Color** | **string** | The lightSecondary900Color of the company. | [optional] [default to undefined]
**lightAccent50Color** | **string** | The lightAccent50Color of the company. | [optional] [default to undefined]
**lightAccent100Color** | **string** | The lightAccent100Color of the company. | [optional] [default to undefined]
**lightAccent200Color** | **string** | The lightAccent200Color of the company. | [optional] [default to undefined]
**lightAccent300Color** | **string** | The lightAccent300Color of the company. | [optional] [default to undefined]
**lightAccent400Color** | **string** | The lightAccent400Color of the company. | [optional] [default to undefined]
**lightAccent600Color** | **string** | The lightAccent600Color of the company. | [optional] [default to undefined]
**lightAccent700Color** | **string** | The lightAccent700Color of the company. | [optional] [default to undefined]
**lightAccent800Color** | **string** | The lightAccent800Color of the company. | [optional] [default to undefined]
**lightAccent900Color** | **string** | The lightAccent900Color of the company. | [optional] [default to undefined]
**lightBlackColor** | **string** | The black color of the company in light mode. | [optional] [default to undefined]
**lightGray900Color** | **string** | The gray 900 color of the company in light mode. | [optional] [default to undefined]
**lightGray800Color** | **string** | The gray 800 color of the company in light mode. | [optional] [default to undefined]
**lightGray700Color** | **string** | The gray 700 color of the company in light mode. | [optional] [default to undefined]
**lightGray600Color** | **string** | The gray 600 color of the company in light mode. | [optional] [default to undefined]
**lightGray500Color** | **string** | The gray 500 color of the company in light mode. | [optional] [default to undefined]
**lightGray400Color** | **string** | The gray 400 color of the company in light mode. | [optional] [default to undefined]
**lightGray300Color** | **string** | The gray 300 color of the company in light mode. | [optional] [default to undefined]
**lightGray200Color** | **string** | The gray 200 color of the company in light mode. | [optional] [default to undefined]
**lightGray100Color** | **string** | The gray 100 color of the company in light mode. | [optional] [default to undefined]
**lightGray50Color** | **string** | The gray 50 color of the company in light mode. | [optional] [default to undefined]
**lightWhiteColor** | **string** | The white color of the company in light mode. | [optional] [default to undefined]
**lightBackgroundColor** | **string** | The background color of the company in light mode. | [optional] [default to undefined]
**lightDestructiveColor** | **string** | The destructive color of the company in light mode. | [optional] [default to undefined]
**darkFontColor** | **string** | The font color of the company in dark mode. | [optional] [default to undefined]
**darkPrimaryColor** | **string** | The primary color of the company in dark mode. | [optional] [default to undefined]
**darkSecondaryColor** | **string** | The secondary color of the company in dark mode. | [optional] [default to undefined]
**darkPrimary100Color** | **string** | The primary 100 color of the company in dark mode. | [optional] [default to undefined]
**darkAccentColor** | **string** | The accent color of the company in dark mode. | [optional] [default to undefined]
**darkPrimary50Color** | **string** | The darkPrimary50Color of the company. | [optional] [default to undefined]
**darkPrimary200Color** | **string** | The darkPrimary200Color of the company. | [optional] [default to undefined]
**darkPrimary300Color** | **string** | The darkPrimary300Color of the company. | [optional] [default to undefined]
**darkPrimary400Color** | **string** | The darkPrimary400Color of the company. | [optional] [default to undefined]
**darkPrimary600Color** | **string** | The darkPrimary600Color of the company. | [optional] [default to undefined]
**darkPrimary700Color** | **string** | The darkPrimary700Color of the company. | [optional] [default to undefined]
**darkPrimary800Color** | **string** | The darkPrimary800Color of the company. | [optional] [default to undefined]
**darkPrimary900Color** | **string** | The darkPrimary900Color of the company. | [optional] [default to undefined]
**darkSecondary50Color** | **string** | The darkSecondary50Color of the company. | [optional] [default to undefined]
**darkSecondary100Color** | **string** | The darkSecondary100Color of the company. | [optional] [default to undefined]
**darkSecondary200Color** | **string** | The darkSecondary200Color of the company. | [optional] [default to undefined]
**darkSecondary300Color** | **string** | The darkSecondary300Color of the company. | [optional] [default to undefined]
**darkSecondary400Color** | **string** | The darkSecondary400Color of the company. | [optional] [default to undefined]
**darkSecondary600Color** | **string** | The darkSecondary600Color of the company. | [optional] [default to undefined]
**darkSecondary700Color** | **string** | The darkSecondary700Color of the company. | [optional] [default to undefined]
**darkSecondary800Color** | **string** | The darkSecondary800Color of the company. | [optional] [default to undefined]
**darkSecondary900Color** | **string** | The darkSecondary900Color of the company. | [optional] [default to undefined]
**darkAccent50Color** | **string** | The darkAccent50Color of the company. | [optional] [default to undefined]
**darkAccent100Color** | **string** | The darkAccent100Color of the company. | [optional] [default to undefined]
**darkAccent200Color** | **string** | The darkAccent200Color of the company. | [optional] [default to undefined]
**darkAccent300Color** | **string** | The darkAccent300Color of the company. | [optional] [default to undefined]
**darkAccent400Color** | **string** | The darkAccent400Color of the company. | [optional] [default to undefined]
**darkAccent600Color** | **string** | The darkAccent600Color of the company. | [optional] [default to undefined]
**darkAccent700Color** | **string** | The darkAccent700Color of the company. | [optional] [default to undefined]
**darkAccent800Color** | **string** | The darkAccent800Color of the company. | [optional] [default to undefined]
**darkAccent900Color** | **string** | The darkAccent900Color of the company. | [optional] [default to undefined]
**darkBlackColor** | **string** | The black color of the company in dark mode. | [optional] [default to undefined]
**darkGray900Color** | **string** | The gray 900 color of the company in dark mode. | [optional] [default to undefined]
**darkGray800Color** | **string** | The gray 800 color of the company in dark mode. | [optional] [default to undefined]
**darkGray700Color** | **string** | The gray 700 color of the company in dark mode. | [optional] [default to undefined]
**darkGray600Color** | **string** | The gray 600 color of the company in dark mode. | [optional] [default to undefined]
**darkGray500Color** | **string** | The gray 500 color of the company in dark mode. | [optional] [default to undefined]
**darkGray400Color** | **string** | The gray 400 color of the company in dark mode. | [optional] [default to undefined]
**darkGray300Color** | **string** | The gray 300 color of the company in dark mode. | [optional] [default to undefined]
**darkGray200Color** | **string** | The gray 200 color of the company in dark mode. | [optional] [default to undefined]
**darkGray100Color** | **string** | The gray 100 color of the company in dark mode. | [optional] [default to undefined]
**darkGray50Color** | **string** | The gray 50 color of the company in dark mode. | [optional] [default to undefined]
**darkWhiteColor** | **string** | The white color of the company in dark mode. | [optional] [default to undefined]
**darkBackgroundColor** | **string** | The background color of the company in dark mode. | [optional] [default to undefined]
**darkDestructiveColor** | **string** | The destructive color of the company in dark mode. | [optional] [default to undefined]

## Example

```typescript
import { DigitalIdentityDTO } from '@caraer/client';

const instance: DigitalIdentityDTO = {
    lightPrimaryColor,
    uuid,
    name,
    label,
    createdAt,
    createdBy,
    updatedAt,
    updatedBy,
    deletedAt,
    deletedBy,
    index,
    lightFontColor,
    lightSecondaryColor,
    lightPrimary100Color,
    lightAccentColor,
    lightPrimary50Color,
    lightPrimary200Color,
    lightPrimary300Color,
    lightPrimary400Color,
    lightPrimary600Color,
    lightPrimary700Color,
    lightPrimary800Color,
    lightPrimary900Color,
    lightSecondary50Color,
    lightSecondary100Color,
    lightSecondary200Color,
    lightSecondary300Color,
    lightSecondary400Color,
    lightSecondary600Color,
    lightSecondary700Color,
    lightSecondary800Color,
    lightSecondary900Color,
    lightAccent50Color,
    lightAccent100Color,
    lightAccent200Color,
    lightAccent300Color,
    lightAccent400Color,
    lightAccent600Color,
    lightAccent700Color,
    lightAccent800Color,
    lightAccent900Color,
    lightBlackColor,
    lightGray900Color,
    lightGray800Color,
    lightGray700Color,
    lightGray600Color,
    lightGray500Color,
    lightGray400Color,
    lightGray300Color,
    lightGray200Color,
    lightGray100Color,
    lightGray50Color,
    lightWhiteColor,
    lightBackgroundColor,
    lightDestructiveColor,
    darkFontColor,
    darkPrimaryColor,
    darkSecondaryColor,
    darkPrimary100Color,
    darkAccentColor,
    darkPrimary50Color,
    darkPrimary200Color,
    darkPrimary300Color,
    darkPrimary400Color,
    darkPrimary600Color,
    darkPrimary700Color,
    darkPrimary800Color,
    darkPrimary900Color,
    darkSecondary50Color,
    darkSecondary100Color,
    darkSecondary200Color,
    darkSecondary300Color,
    darkSecondary400Color,
    darkSecondary600Color,
    darkSecondary700Color,
    darkSecondary800Color,
    darkSecondary900Color,
    darkAccent50Color,
    darkAccent100Color,
    darkAccent200Color,
    darkAccent300Color,
    darkAccent400Color,
    darkAccent600Color,
    darkAccent700Color,
    darkAccent800Color,
    darkAccent900Color,
    darkBlackColor,
    darkGray900Color,
    darkGray800Color,
    darkGray700Color,
    darkGray600Color,
    darkGray500Color,
    darkGray400Color,
    darkGray300Color,
    darkGray200Color,
    darkGray100Color,
    darkGray50Color,
    darkWhiteColor,
    darkBackgroundColor,
    darkDestructiveColor,
};
```

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