WebhookReceiver interface
A webhook receiver.
Properties
| identifier |
Indicates the identifier uri for aad auth. |
| name | The name of the webhook receiver. Names must be unique across all receivers within an action group. |
| object |
Indicates the webhook app object Id for aad auth. |
| service |
The URI where webhooks should be sent. |
| tenant |
Indicates the tenant id for aad auth. |
| use |
Indicates whether or not use AAD authentication. |
| use |
Indicates whether to use common alert schema. |
Property Details
identifierUri
Indicates the identifier uri for aad auth.
identifierUri?: string
Property Value
string
name
The name of the webhook receiver. Names must be unique across all receivers within an action group.
name: string
Property Value
string
objectId
Indicates the webhook app object Id for aad auth.
objectId?: string
Property Value
string
serviceUri
The URI where webhooks should be sent.
serviceUri: string
Property Value
string
tenantId
Indicates the tenant id for aad auth.
tenantId?: string
Property Value
string
useAadAuth
Indicates whether or not use AAD authentication.
useAadAuth?: boolean
Property Value
boolean
useCommonAlertSchema
Indicates whether to use common alert schema.
useCommonAlertSchema?: boolean
Property Value
boolean