| description | Automatically generated file. DO NOT MODIFY |
|---|
Import-Module Microsoft.Graph.ChangeNotifications
$params = @{
changeType = "created"
notificationUrl = "https://webhook.azurewebsites.net/api/send/myNotifyClient"
resource = "me/mailFolders('Inbox')/messages"
expirationDateTime = [System.DateTime]::Parse("2016-11-20T18:23:45.9356913Z")
clientState = "secretClientValue"
latestSupportedTlsVersion = "v1_2"
}
New-MgSubscription -BodyParameter $params