ManagedClusterPodIdentityArgs

data class ManagedClusterPodIdentityArgs(val bindingSelector: Output<String>? = null, val identity: Output<UserAssignedIdentityArgs>, val name: Output<String>, val namespace: Output<String>) : ConvertibleToJava<ManagedClusterPodIdentityArgs>

Details about the pod identity assigned to the Managed Cluster.

Constructors

Link copied to clipboard
constructor(bindingSelector: Output<String>? = null, identity: Output<UserAssignedIdentityArgs>, name: Output<String>, namespace: Output<String>)

Properties

Link copied to clipboard
val bindingSelector: Output<String>? = null

The binding selector to use for the AzureIdentityBinding resource.

Link copied to clipboard

The user assigned identity details.

Link copied to clipboard
val name: Output<String>

The name of the pod identity.

Link copied to clipboard
val namespace: Output<String>

The namespace of the pod identity.

Functions

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