WebhookReceiver Class
A webhook receiver.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
WebhookReceiver
Constructor
WebhookReceiver(*, name: str, service_uri: str, use_common_alert_schema: Optional[bool] = False, use_aad_auth: Optional[bool] = False, object_id: Optional[str] = None, identifier_uri: Optional[str] = None, tenant_id: Optional[str] = None, **kwargs)
Variables
- name
- str
Required. The name of the webhook receiver. Names must be unique across all receivers within an action group.
- service_uri
- str
Required. The URI where webhooks should be sent.
- use_common_alert_schema
- bool
Indicates whether to use common alert schema.
- use_aad_auth
- bool
Indicates whether or not use AAD authentication.
- object_id
- str
Indicates the webhook app object Id for aad auth.
- identifier_uri
- str
Indicates the identifier uri for aad auth.
- tenant_id
- str
Indicates the tenant id for aad auth.
Feedback
Submit and view feedback for