identityIds

@JvmName(name = "abbammjjvaifexba")
suspend fun identityIds(value: Output<List<String>>)
@JvmName(name = "ehxrjaoilibpsixo")
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 = "ynvechbktlqhbler")
suspend fun identityIds(vararg values: Output<String>)


@JvmName(name = "oiygimtaexorbhfx")
suspend fun identityIds(values: List<Output<String>>)
@JvmName(name = "chpbfhsqupunoono")
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.