ApplianceListKeysResults interface

The List Cluster Keys Results appliance.

Properties

artifactProfiles

Map of artifacts that contains a list of ArtifactProfile used to upload artifacts such as logs.

kubeconfigs

The list of appliance kubeconfigs.

sshKeys

Map of Customer User Public, Private SSH Keys and Certificate when available.

Property Details

artifactProfiles

Map of artifacts that contains a list of ArtifactProfile used to upload artifacts such as logs.

artifactProfiles?: Record<string, ArtifactProfile>

Property Value

Record<string, ArtifactProfile>

kubeconfigs

The list of appliance kubeconfigs.

kubeconfigs?: ApplianceCredentialKubeconfig[]

Property Value

sshKeys

Map of Customer User Public, Private SSH Keys and Certificate when available.

sshKeys?: Record<string, SSHKey>

Property Value

Record<string, SSHKey>