ManagedClustersListClusterUserCredentialsQueryParamProperties interface
Properties
| format | Only apply to AAD clusters, specifies the format of returned kubeconfig. Format 'azure' will return azure auth-provider kubeconfig; format 'exec' will return exec format kubeconfig, which requires kubelogin binary in the path. |
| server-fqdn | server fqdn type for credentials to be returned |
Property Details
format
Only apply to AAD clusters, specifies the format of returned kubeconfig. Format 'azure' will return azure auth-provider kubeconfig; format 'exec' will return exec format kubeconfig, which requires kubelogin binary in the path.
format?: "azure" | "exec"
Property Value
"azure" | "exec"
server-fqdn
server fqdn type for credentials to be returned
server-fqdn?: string
Property Value
string