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

# Interface: SystemDetailsOutDataTags

**`Export`**

SystemDetailsOutDataTags

## Table of contents

### Properties

- [key](SystemDetailsOutDataTags.md#key)
- [namespace](SystemDetailsOutDataTags.md#namespace)
- [value](SystemDetailsOutDataTags.md#value)

## Properties

### key

• **key**: `string`

Key of the single tag.

**`Memberof`**

SystemDetailsOutDataTags

#### Defined in

[api.ts:2565](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/vulnerabilities/api.ts#L2565)

___

### namespace

• **namespace**: ``null`` \| `string`

Namespace of single tag.

**`Memberof`**

SystemDetailsOutDataTags

#### Defined in

[api.ts:2559](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/vulnerabilities/api.ts#L2559)

___

### value

• **value**: ``null`` \| `string`

Value of the single tag.

**`Memberof`**

SystemDetailsOutDataTags

#### Defined in

[api.ts:2571](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/vulnerabilities/api.ts#L2571)
