ManagedClusterPodIdentityResponse

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

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

Binding selector to use for the AzureIdentityBinding resource.

Link copied to clipboard

Information of the user assigned identity.

Link copied to clipboard

Name of the pod identity.

Link copied to clipboard

Namespace of the pod identity.

Link copied to clipboard

The current provisioning state of the pod identity.