List Appliance Cluster Customer User Credential Result
data class ListApplianceClusterCustomerUserCredentialResult(val kubeconfigs: List<ApplianceCredentialKubeconfigResponse>, val sshKeys: Map<String, SSHKeyResponse>)
The List Cluster Customer User Credential Results appliance.
Constructors
Link copied to clipboard
constructor(kubeconfigs: List<ApplianceCredentialKubeconfigResponse>, sshKeys: Map<String, SSHKeyResponse>)