userAssignedIdentities

@JvmName(name = "mnwqlgabintwbmpj")
suspend fun userAssignedIdentities(value: Output<Map<String, UserAssignedIdentityArgs>>)
@JvmName(name = "siibbmdwnycoisfu")
suspend fun userAssignedIdentities(value: Map<String, UserAssignedIdentityArgs>?)

Parameters

value

The list of user identities associated with the cluster. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.


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

Parameters

argument

The list of user identities associated with the cluster. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.


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

Parameters

values

The list of user identities associated with the cluster. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.