ListManagedClusterUserCredentialsPlainArgs

data class ListManagedClusterUserCredentialsPlainArgs(val format: String? = null, val resourceGroupName: String, val resourceName: String, val serverFqdn: String? = null) : ConvertibleToJava<ListManagedClusterUserCredentialsPlainArgs>

Constructors

constructor(format: String? = null, resourceGroupName: String, resourceName: String, serverFqdn: String? = null)

Properties

Link copied to clipboard
val format: String? = null

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.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

The name of the managed cluster resource.

Link copied to clipboard
val serverFqdn: String? = null

server fqdn type for credentials to be returned

Functions

Link copied to clipboard
open override fun toJava(): ListManagedClusterUserCredentialsPlainArgs