interface CreateApiKeyDto {
    ipRestrictions?: IpRestrictionConfigDto;
    name: string;
    roles?: ApiRoles;
}

Properties

ipRestrictions?: IpRestrictionConfigDto

IP restriction configuration for the API key

name: string

Example

"Default API Key"
roles?: ApiRoles