identityIds

@JvmName(name = "aqkeokicambqcwqd")
suspend fun identityIds(value: Output<List<String>>)
@JvmName(name = "toucuehbyfihnsyt")
suspend fun identityIds(value: List<String>?)

Parameters

value

The ID of the User Assigned Identity which should be assigned to this Dev Center Project.

Note: identity_ids is required when type is set to UserAssigned or SystemAssigned, UserAssigned.


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


@JvmName(name = "wmhtgnrupkauoewv")
suspend fun identityIds(values: List<Output<String>>)
@JvmName(name = "uhadrtwvulivvfae")
suspend fun identityIds(vararg values: String)

Parameters

values

The ID of the User Assigned Identity which should be assigned to this Dev Center Project.

Note: identity_ids is required when type is set to UserAssigned or SystemAssigned, UserAssigned.