Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotificationSubscriptionCreateParameters

Parameters for creating a new subscription. A subscription defines criteria for matching events and how the subscription's subscriber should be notified about those events.

Hierarchy

  • NotificationSubscriptionCreateParameters

Index

Properties

Optional channel

Channel for delivering notifications triggered by the new subscription.

Optional description

description: string

Brief description for the new subscription. Typically describes filter criteria which helps identity the subscription.

Optional filter

Matching criteria for the new subscription. ExpressionFilter

Optional scope

The container in which events must be published from in order to be matched by the new subscription. If not specified, defaults to the current host (typically an account or project collection). For example, a subscription scoped to project A will not produce notifications for events published from project B.

Optional subscriber

subscriber: IdentityRef

User or group that will receive notifications for events matching the subscription's filter criteria. If not specified, defaults to the calling user.

Generated using TypeDoc