identityIds

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

Parameters

value

Specifies a list of User Assigned Managed Identity IDs to be assigned to this Logic App Standard.

NOTE: When type is set to SystemAssigned, The assigned principal_id and tenant_id can be retrieved after the Logic App has been created. More details are available below. NOTE: The identity_ids is required when type is set to UserAssigned or SystemAssigned, UserAssigned.


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


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

Parameters

values

Specifies a list of User Assigned Managed Identity IDs to be assigned to this Logic App Standard.

NOTE: When type is set to SystemAssigned, The assigned principal_id and tenant_id can be retrieved after the Logic App has been created. More details are available below. NOTE: The identity_ids is required when type is set to UserAssigned or SystemAssigned, UserAssigned.