We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcc7d4b + 896e4cf commit 01412edCopy full SHA for 01412ed
office365/directory/permissions/email_identity.py
@@ -1,13 +1,5 @@
1
-from typing import Optional
2
-
3
from office365.directory.permissions.identity import Identity
4
5
6
class EmailIdentity(Identity):
7
"""Represents the email identity of a user."""
8
9
- @property
10
- def email(self):
11
- # type: () -> Optional[str]
12
- """Email address of the user"""
13
- return self.properties.get("email", None)
office365/sharepoint/changes/token.py
@@ -27,4 +27,3 @@ def __repr__(self):
27
@property
28
def entity_type_name(self):
29
return "SP.ChangeToken"
30
0 commit comments