userAssignedIdentities

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

Parameters

value

The list of user-assigned managed identities associated with the resource. Key is the Azure resource Id of the managed identity.


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

Parameters

argument

The list of user-assigned managed identities associated with the resource. Key is the Azure resource Id of the managed identity.


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

Parameters

values

The list of user-assigned managed identities associated with the resource. Key is the Azure resource Id of the managed identity.