identityIds

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

Parameters

value

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

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


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


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

Parameters

values

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

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