Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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"
}