[@redhat-cloud-services/vulnerabilities-client](../README.md) / [Exports](../modules.md) / ConfigurationParameters

# Interface: ConfigurationParameters

Vulnerability Engine Manager
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.52.0

NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
https://openapi-generator.tech
Do not edit the class manually.

## Table of contents

### Properties

- [accessToken](ConfigurationParameters.md#accesstoken)
- [apiKey](ConfigurationParameters.md#apikey)
- [baseOptions](ConfigurationParameters.md#baseoptions)
- [basePath](ConfigurationParameters.md#basepath)
- [password](ConfigurationParameters.md#password)
- [username](ConfigurationParameters.md#username)

## Properties

### accessToken

• `Optional` **accessToken**: `string` \| (`name?`: `string`, `scopes?`: `string`[]) => `string`

#### Defined in

[configuration.ts:19](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/vulnerabilities/git-api/configuration.ts#L19)

___

### apiKey

• `Optional` **apiKey**: `string` \| `Promise`\<`string`\> \| (`name`: `string`) => `string` \| (`name`: `string`) => `Promise`\<`string`\>

#### Defined in

[configuration.ts:16](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/vulnerabilities/git-api/configuration.ts#L16)

___

### baseOptions

• `Optional` **baseOptions**: `any`

#### Defined in

[configuration.ts:21](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/vulnerabilities/git-api/configuration.ts#L21)

___

### basePath

• `Optional` **basePath**: `string`

#### Defined in

[configuration.ts:20](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/vulnerabilities/git-api/configuration.ts#L20)

___

### password

• `Optional` **password**: `string`

#### Defined in

[configuration.ts:18](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/vulnerabilities/git-api/configuration.ts#L18)

___

### username

• `Optional` **username**: `string`

#### Defined in

[configuration.ts:17](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/vulnerabilities/git-api/configuration.ts#L17)
