ActionGroupWebhookReceiverAadAuth

data class ActionGroupWebhookReceiverAadAuth(val identifierUri: String? = null, val objectId: String, val tenantId: String? = null)

Constructors

Link copied to clipboard
constructor(identifierUri: String? = null, objectId: String, tenantId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val identifierUri: String? = null

The identifier URI for AAD auth.

Link copied to clipboard

The webhook application object Id for AAD auth.

Link copied to clipboard
val tenantId: String? = null

The tenant id for AAD auth.