interface GetApiKeyDto {
    deletedAt?: string;
    ipRestrictions?: IpRestrictionConfigDto;
    key: string;
    keyId: string;
    name: string;
    roles: ApiRoles;
}

Properties

deletedAt?: string

Format

date-time

ipRestrictions?: IpRestrictionConfigDto

IP restrictions for this API key

key: string

Example

"0b381d39-43b4-480f-b3c9-f3ff3d19cb0a"
keyId: string

Internal id of the API key

Example

"66f181818181818181818181"
name: string

Example

"Default API Key"
roles: ApiRoles