Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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"
}