ListManagedClusterAccessProfileResult

data class ListManagedClusterAccessProfileResult(val id: String, val kubeConfig: String? = null, val location: String, val name: String, val tags: Map<String, String>? = null, val type: String)

Managed cluster Access Profile.

Constructors

Link copied to clipboard
constructor(id: String, kubeConfig: String? = null, location: String, name: String, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard
val kubeConfig: String? = null

Base64-encoded Kubernetes configuration file.

Link copied to clipboard

Resource location

Link copied to clipboard

Resource name

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Resource type