Edit

Share via


notificationSettings resource type

Namespace: microsoft.graph

Used for the accessPackageNotificationSettings property of an access package assignment policy. Provides details on if access package assignment email notifications are disabled within the specified access package assignment policy.

Properties

Property Type Description
isAssignmentNotificationDisabled Boolean Indicates if notification emails for an access package are disabled within an access package assignment policy.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.accessPackageNotificationSettings",
  "isAssignmentNotificationDisabled": "Boolean"
}