identityIds

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


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