identityIds

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

Parameters

value

The ID of the User Assigned Identity which should be assigned to this Automation Account.

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


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


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

Parameters

values

The ID of the User Assigned Identity which should be assigned to this Automation Account.

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