ManagedClusterPodIdentityResponse

data class ManagedClusterPodIdentityResponse(val bindingSelector: String? = null, val identity: UserAssignedIdentityResponse, val name: String, val namespace: String, val provisioningInfo: ManagedClusterPodIdentityResponseProvisioningInfo, val provisioningState: String)

Details about the pod identity assigned to the Managed Cluster.

Constructors

Link copied to clipboard
constructor(bindingSelector: String? = null, identity: UserAssignedIdentityResponse, name: String, namespace: String, provisioningInfo: ManagedClusterPodIdentityResponseProvisioningInfo, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bindingSelector: String? = null

The binding selector to use for the AzureIdentityBinding resource.

Link copied to clipboard

The user assigned identity details.

Link copied to clipboard

The name of the pod identity.

Link copied to clipboard

The namespace of the pod identity.

Link copied to clipboard

The current provisioning state of the pod identity.