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. NOTE: This property will not be serialized. It can only be populated by the server.

kubeconfigs

The list of appliance kubeconfigs. NOTE: This property will not be serialized. It can only be populated by the server.

sshKeys

Map of Customer User Public, Private SSH Keys and Certificate when available. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

artifactProfiles

Map of artifacts that contains a list of ArtifactProfile used to upload artifacts such as logs. NOTE: This property will not be serialized. It can only be populated by the server.

artifactProfiles?: {[propertyName: string]: ArtifactProfile}

Property Value

{[propertyName: string]: ArtifactProfile}

kubeconfigs

The list of appliance kubeconfigs. NOTE: This property will not be serialized. It can only be populated by the server.

kubeconfigs?: ApplianceCredentialKubeconfig[]

Property Value

sshKeys

Map of Customer User Public, Private SSH Keys and Certificate when available. NOTE: This property will not be serialized. It can only be populated by the server.

sshKeys?: {[propertyName: string]: SSHKey}

Property Value

{[propertyName: string]: SSHKey}