AuthomationRuleActionPlaybook

data class AuthomationRuleActionPlaybook(val logicAppId: String, val order: Int, val tenantId: String? = null)

Constructors

Link copied to clipboard
constructor(logicAppId: String, order: Int, tenantId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Logic App that defines the playbook's logic.

Link copied to clipboard
val order: Int

The execution order of this action.

Link copied to clipboard
val tenantId: String? = null

The ID of the Tenant that owns the playbook.