Click or drag to resize

Subscription Properties

The Subscription type exposes the following members.

Properties
  NameDescription
Public propertyClientState
The client state set in the subscription
Public propertyExpirationDateTime
Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to.
Public propertyId
The ID of the subscription
Public propertyName
The name of the subscription
Public propertyNotificationUrl
The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol.
Public propertyResource
Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/).
Public propertySubscriptionId
The unique identifier of the MS Graph subscription
Public propertySystemId
The id of the system containing the resources for the notifications
Public propertyUId
The UId of the subscription
Top
See Also