userAssignedIdentities

@JvmName(name = "jpomkbdewqyiiqew")
suspend fun userAssignedIdentities(value: Output<List<String>>)
@JvmName(name = "lhnhyljihaernfvr")
suspend fun userAssignedIdentities(value: List<String>?)

Parameters

value

The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.


@JvmName(name = "fumcmvblyedobfve")
suspend fun userAssignedIdentities(vararg values: Output<String>)


@JvmName(name = "bipbsuiblkxbmhoy")
suspend fun userAssignedIdentities(values: List<Output<String>>)
@JvmName(name = "aubljfhyxsdpgmgv")
suspend fun userAssignedIdentities(vararg values: String)

Parameters

values

The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.