identityProfile

@JvmName(name = "xwixmkohxpmjusqi")
suspend fun identityProfile(value: Output<Map<String, UserAssignedIdentityArgs>>)
@JvmName(name = "moyoowaxmrinlbxa")
suspend fun identityProfile(value: Map<String, UserAssignedIdentityArgs>?)

Parameters

value

The user identity associated with the managed cluster. This identity will be used by the kubelet. Only one user assigned identity is allowed. The only accepted key is "kubeletidentity", with value of "resourceId": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}".


@JvmName(name = "vdhfereaxfjkwkmd")
suspend fun identityProfile(vararg argument: Pair<String, suspend UserAssignedIdentityArgsBuilder.() -> Unit>)

Parameters

argument

The user identity associated with the managed cluster. This identity will be used by the kubelet. Only one user assigned identity is allowed. The only accepted key is "kubeletidentity", with value of "resourceId": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}".


@JvmName(name = "oydnuxlorbrrfhpf")
fun identityProfile(vararg values: Pair<String, UserAssignedIdentityArgs>)

Parameters

values

The user identity associated with the managed cluster. This identity will be used by the kubelet. Only one user assigned identity is allowed. The only accepted key is "kubeletidentity", with value of "resourceId": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}".