APIKeySpecEntity interface

Spec of the API Key record

Properties

description

The description of the API Key

name

The name of the API Key

owner

Specification of the cluster

resource

Specification of the cluster

secret

API Key Secret

Property Details

description

The description of the API Key

description?: string

Property Value

string

name

The name of the API Key

name?: string

Property Value

string

owner

Specification of the cluster

owner?: APIKeyOwnerEntity

Property Value

resource

Specification of the cluster

resource?: APIKeyResourceEntity

Property Value

secret

API Key Secret

secret?: string

Property Value

string