msgraph-sdk 1.9.0__py3-none-any.whl → 1.10.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- msgraph/_version.py +1 -1
- msgraph/generated/chats/item/messages/delta/delta_request_builder.py +3 -3
- msgraph/generated/chats/item/messages/item/replies/delta/delta_request_builder.py +3 -3
- msgraph/generated/chats/item/messages/messages_request_builder.py +3 -3
- msgraph/generated/communications/calls/item/participants/invite/invite_request_builder.py +3 -3
- msgraph/generated/device_app_management/device_app_management_request_builder.py +2 -2
- msgraph/generated/device_app_management/managed_app_policies/item/managed_app_policy_item_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_app_policies/item/target_apps/target_apps_request_builder.py +1 -1
- msgraph/generated/device_app_management/managed_app_registrations/item/applied_policies/item/target_apps/target_apps_request_builder.py +1 -1
- msgraph/generated/device_app_management/managed_app_registrations/item/intended_policies/item/target_apps/target_apps_request_builder.py +1 -1
- msgraph/generated/device_app_management/managed_app_registrations/managed_app_registrations_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_app_statuses/item/managed_app_status_item_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_app_statuses/managed_app_statuses_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_e_books/item/assignments/item/managed_e_book_assignment_item_request_builder.py +7 -7
- msgraph/generated/device_app_management/managed_e_books/managed_e_books_request_builder.py +4 -4
- msgraph/generated/device_app_management/mobile_apps/item/mobile_app_item_request_builder.py +6 -6
- msgraph/generated/device_app_management/mobile_apps/mobile_apps_request_builder.py +7 -7
- msgraph/generated/device_management/device_compliance_policies/device_compliance_policies_request_builder.py +7 -7
- msgraph/generated/device_management/device_compliance_policies/item/device_compliance_policy_item_request_builder.py +10 -10
- msgraph/generated/device_management/device_configurations/device_configurations_request_builder.py +7 -7
- msgraph/generated/device_management/device_configurations/item/device_configuration_item_request_builder.py +10 -10
- msgraph/generated/device_management/device_enrollment_configurations/item/device_enrollment_configuration_item_request_builder.py +4 -4
- msgraph/generated/device_management/device_management_request_builder.py +2 -2
- msgraph/generated/device_management/managed_devices/item/device_category/device_category_request_builder.py +10 -0
- msgraph/generated/device_management/managed_devices/item/device_category/ref/ref_request_builder.py +157 -0
- msgraph/generated/device_management/role_definitions/item/role_definition_item_request_builder.py +7 -7
- msgraph/generated/device_management/role_definitions/role_definitions_request_builder.py +7 -7
- msgraph/generated/external/connections/item/items/item/external_item_item_request_builder.py +3 -3
- msgraph/generated/groups/groups_request_builder.py +3 -3
- msgraph/generated/groups/item/conversations/conversations_request_builder.py +3 -3
- msgraph/generated/groups/item/conversations/item/conversation_item_request_builder.py +1 -1
- msgraph/generated/groups/item/conversations/item/threads/item/reply/reply_request_builder.py +3 -3
- msgraph/generated/groups/item/team/channels/item/messages/delta/delta_request_builder.py +3 -3
- msgraph/generated/groups/item/team/channels/item/messages/item/replies/delta/delta_request_builder.py +3 -3
- msgraph/generated/groups/item/team/primary_channel/messages/delta/delta_request_builder.py +3 -3
- msgraph/generated/groups/item/team/primary_channel/messages/item/replies/delta/delta_request_builder.py +3 -3
- msgraph/generated/groups/item/threads/item/conversation_thread_item_request_builder.py +4 -4
- msgraph/generated/groups/item/threads/item/reply/reply_request_builder.py +3 -3
- msgraph/generated/identity/conditional_access/named_locations/item/named_location_item_request_builder.py +7 -7
- msgraph/generated/identity_governance/entitlement_management/access_packages/item/access_package_item_request_builder.py +4 -4
- msgraph/generated/identity_governance/entitlement_management/catalogs/item/custom_workflow_extensions/item/custom_callout_extension_item_request_builder.py +7 -7
- msgraph/generated/kiota-dom-export.txt +32 -0
- msgraph/generated/kiota-lock.json +2 -2
- msgraph/generated/models/entitlement_management_schedule.py +1 -1
- msgraph/generated/models/on_premises_directory_synchronization_feature.py +1 -1
- msgraph/generated/models/service_principal.py +1 -1
- msgraph/generated/models/user.py +3 -3
- msgraph/generated/organization/item/organization_item_request_builder.py +3 -3
- msgraph/generated/organization/organization_request_builder.py +4 -4
- msgraph/generated/sites/item/lists/item/list_item_request_builder.py +4 -4
- msgraph/generated/sites/sites_request_builder.py +4 -4
- msgraph/generated/teams/item/channels/item/members/item/conversation_member_item_request_builder.py +3 -3
- msgraph/generated/teams/item/channels/item/messages/delta/delta_request_builder.py +3 -3
- msgraph/generated/teams/item/channels/item/messages/item/replies/delta/delta_request_builder.py +3 -3
- msgraph/generated/teams/item/channels/item/messages/messages_request_builder.py +3 -3
- msgraph/generated/teams/item/primary_channel/messages/delta/delta_request_builder.py +3 -3
- msgraph/generated/teams/item/primary_channel/messages/item/replies/delta/delta_request_builder.py +3 -3
- msgraph/generated/teamwork/deleted_teams/item/channels/item/messages/delta/delta_request_builder.py +3 -3
- msgraph/generated/teamwork/deleted_teams/item/channels/item/messages/item/replies/delta/delta_request_builder.py +3 -3
- msgraph/generated/users/item/chats/item/messages/delta/delta_request_builder.py +3 -3
- msgraph/generated/users/item/chats/item/messages/item/replies/delta/delta_request_builder.py +3 -3
- msgraph/generated/users/item/joined_teams/item/channels/item/messages/delta/delta_request_builder.py +3 -3
- msgraph/generated/users/item/joined_teams/item/channels/item/messages/item/replies/delta/delta_request_builder.py +3 -3
- msgraph/generated/users/item/joined_teams/item/primary_channel/messages/delta/delta_request_builder.py +3 -3
- msgraph/generated/users/item/joined_teams/item/primary_channel/messages/item/replies/delta/delta_request_builder.py +3 -3
- msgraph/generated/users/item/managed_devices/item/device_category/device_category_request_builder.py +10 -0
- msgraph/generated/users/item/managed_devices/item/device_category/ref/ref_request_builder.py +157 -0
- msgraph/generated/users/item/presence/presence_request_builder.py +4 -4
- msgraph/generated/users/item/user_item_request_builder.py +8 -8
- msgraph/generated/users/users_request_builder.py +7 -7
- {msgraph_sdk-1.9.0.dist-info → msgraph_sdk-1.10.0.dist-info}/METADATA +1 -1
- {msgraph_sdk-1.9.0.dist-info → msgraph_sdk-1.10.0.dist-info}/RECORD +74 -72
- {msgraph_sdk-1.9.0.dist-info → msgraph_sdk-1.10.0.dist-info}/LICENSE +0 -0
- {msgraph_sdk-1.9.0.dist-info → msgraph_sdk-1.10.0.dist-info}/WHEEL +0 -0
msgraph/generated/groups/item/conversations/item/threads/item/reply/reply_request_builder.py
CHANGED
@@ -31,11 +31,11 @@ class ReplyRequestBuilder(BaseRequestBuilder):
|
|
31
31
|
|
32
32
|
async def post(self,body: ReplyPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
33
33
|
"""
|
34
|
-
|
34
|
+
Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
|
35
35
|
param body: The request body
|
36
36
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
37
37
|
Returns: None
|
38
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
38
|
+
Find more info here: https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0
|
39
39
|
"""
|
40
40
|
if body is None:
|
41
41
|
raise TypeError("body cannot be null.")
|
@@ -53,7 +53,7 @@ class ReplyRequestBuilder(BaseRequestBuilder):
|
|
53
53
|
|
54
54
|
def to_post_request_information(self,body: ReplyPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
55
55
|
"""
|
56
|
-
|
56
|
+
Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
|
57
57
|
param body: The request body
|
58
58
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
59
59
|
Returns: RequestInformation
|
@@ -31,7 +31,7 @@ class DeltaRequestBuilder(BaseRequestBuilder):
|
|
31
31
|
|
32
32
|
async def get(self,request_configuration: Optional[RequestConfiguration[DeltaRequestBuilderGetQueryParameters]] = None) -> Optional[DeltaGetResponse]:
|
33
33
|
"""
|
34
|
-
|
34
|
+
Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation.
|
35
35
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
36
36
|
Returns: Optional[DeltaGetResponse]
|
37
37
|
Find more info here: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0
|
@@ -52,7 +52,7 @@ class DeltaRequestBuilder(BaseRequestBuilder):
|
|
52
52
|
|
53
53
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[DeltaRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
54
54
|
"""
|
55
|
-
|
55
|
+
Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation.
|
56
56
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
57
57
|
Returns: RequestInformation
|
58
58
|
"""
|
@@ -74,7 +74,7 @@ class DeltaRequestBuilder(BaseRequestBuilder):
|
|
74
74
|
@dataclass
|
75
75
|
class DeltaRequestBuilderGetQueryParameters():
|
76
76
|
"""
|
77
|
-
|
77
|
+
Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation.
|
78
78
|
"""
|
79
79
|
def get_query_parameter(self,original_name: str) -> str:
|
80
80
|
"""
|
@@ -31,7 +31,7 @@ class DeltaRequestBuilder(BaseRequestBuilder):
|
|
31
31
|
|
32
32
|
async def get(self,request_configuration: Optional[RequestConfiguration[DeltaRequestBuilderGetQueryParameters]] = None) -> Optional[DeltaGetResponse]:
|
33
33
|
"""
|
34
|
-
|
34
|
+
Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation.
|
35
35
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
36
36
|
Returns: Optional[DeltaGetResponse]
|
37
37
|
Find more info here: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0
|
@@ -52,7 +52,7 @@ class DeltaRequestBuilder(BaseRequestBuilder):
|
|
52
52
|
|
53
53
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[DeltaRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
54
54
|
"""
|
55
|
-
|
55
|
+
Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation.
|
56
56
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
57
57
|
Returns: RequestInformation
|
58
58
|
"""
|
@@ -74,7 +74,7 @@ class DeltaRequestBuilder(BaseRequestBuilder):
|
|
74
74
|
@dataclass
|
75
75
|
class DeltaRequestBuilderGetQueryParameters():
|
76
76
|
"""
|
77
|
-
|
77
|
+
Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation.
|
78
78
|
"""
|
79
79
|
def get_query_parameter(self,original_name: str) -> str:
|
80
80
|
"""
|
@@ -31,7 +31,7 @@ class DeltaRequestBuilder(BaseRequestBuilder):
|
|
31
31
|
|
32
32
|
async def get(self,request_configuration: Optional[RequestConfiguration[DeltaRequestBuilderGetQueryParameters]] = None) -> Optional[DeltaGetResponse]:
|
33
33
|
"""
|
34
|
-
|
34
|
+
Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation.
|
35
35
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
36
36
|
Returns: Optional[DeltaGetResponse]
|
37
37
|
Find more info here: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0
|
@@ -52,7 +52,7 @@ class DeltaRequestBuilder(BaseRequestBuilder):
|
|
52
52
|
|
53
53
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[DeltaRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
54
54
|
"""
|
55
|
-
|
55
|
+
Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation.
|
56
56
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
57
57
|
Returns: RequestInformation
|
58
58
|
"""
|
@@ -74,7 +74,7 @@ class DeltaRequestBuilder(BaseRequestBuilder):
|
|
74
74
|
@dataclass
|
75
75
|
class DeltaRequestBuilderGetQueryParameters():
|
76
76
|
"""
|
77
|
-
|
77
|
+
Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation.
|
78
78
|
"""
|
79
79
|
def get_query_parameter(self,original_name: str) -> str:
|
80
80
|
"""
|
@@ -31,7 +31,7 @@ class DeltaRequestBuilder(BaseRequestBuilder):
|
|
31
31
|
|
32
32
|
async def get(self,request_configuration: Optional[RequestConfiguration[DeltaRequestBuilderGetQueryParameters]] = None) -> Optional[DeltaGetResponse]:
|
33
33
|
"""
|
34
|
-
|
34
|
+
Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation.
|
35
35
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
36
36
|
Returns: Optional[DeltaGetResponse]
|
37
37
|
Find more info here: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0
|
@@ -52,7 +52,7 @@ class DeltaRequestBuilder(BaseRequestBuilder):
|
|
52
52
|
|
53
53
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[DeltaRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
54
54
|
"""
|
55
|
-
|
55
|
+
Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation.
|
56
56
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
57
57
|
Returns: RequestInformation
|
58
58
|
"""
|
@@ -74,7 +74,7 @@ class DeltaRequestBuilder(BaseRequestBuilder):
|
|
74
74
|
@dataclass
|
75
75
|
class DeltaRequestBuilderGetQueryParameters():
|
76
76
|
"""
|
77
|
-
|
77
|
+
Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call. An @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after you acquire @odata.deltaLink). For more information, see the delta query documentation.
|
78
78
|
"""
|
79
79
|
def get_query_parameter(self,original_name: str) -> str:
|
80
80
|
"""
|
@@ -52,10 +52,10 @@ class ConversationThreadItemRequestBuilder(BaseRequestBuilder):
|
|
52
52
|
|
53
53
|
async def get(self,request_configuration: Optional[RequestConfiguration[ConversationThreadItemRequestBuilderGetQueryParameters]] = None) -> Optional[ConversationThread]:
|
54
54
|
"""
|
55
|
-
Get a
|
55
|
+
Get a thread object.
|
56
56
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
57
57
|
Returns: Optional[ConversationThread]
|
58
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
58
|
+
Find more info here: https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-1.0
|
59
59
|
"""
|
60
60
|
request_info = self.to_get_request_information(
|
61
61
|
request_configuration
|
@@ -108,7 +108,7 @@ class ConversationThreadItemRequestBuilder(BaseRequestBuilder):
|
|
108
108
|
|
109
109
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ConversationThreadItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
110
110
|
"""
|
111
|
-
Get a
|
111
|
+
Get a thread object.
|
112
112
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
113
113
|
Returns: RequestInformation
|
114
114
|
"""
|
@@ -170,7 +170,7 @@ class ConversationThreadItemRequestBuilder(BaseRequestBuilder):
|
|
170
170
|
@dataclass
|
171
171
|
class ConversationThreadItemRequestBuilderGetQueryParameters():
|
172
172
|
"""
|
173
|
-
Get a
|
173
|
+
Get a thread object.
|
174
174
|
"""
|
175
175
|
def get_query_parameter(self,original_name: str) -> str:
|
176
176
|
"""
|
@@ -31,11 +31,11 @@ class ReplyRequestBuilder(BaseRequestBuilder):
|
|
31
31
|
|
32
32
|
async def post(self,body: ReplyPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
33
33
|
"""
|
34
|
-
|
34
|
+
Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
|
35
35
|
param body: The request body
|
36
36
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
37
37
|
Returns: None
|
38
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
38
|
+
Find more info here: https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0
|
39
39
|
"""
|
40
40
|
if body is None:
|
41
41
|
raise TypeError("body cannot be null.")
|
@@ -53,7 +53,7 @@ class ReplyRequestBuilder(BaseRequestBuilder):
|
|
53
53
|
|
54
54
|
def to_post_request_information(self,body: ReplyPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
55
55
|
"""
|
56
|
-
|
56
|
+
Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
|
57
57
|
param body: The request body
|
58
58
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
59
59
|
Returns: RequestInformation
|
@@ -31,10 +31,10 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
|
|
31
31
|
|
32
32
|
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
33
33
|
"""
|
34
|
-
Delete a
|
34
|
+
Delete a namedLocation object.
|
35
35
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
36
36
|
Returns: None
|
37
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
37
|
+
Find more info here: https://learn.microsoft.com/graph/api/namedlocation-delete?view=graph-rest-1.0
|
38
38
|
"""
|
39
39
|
request_info = self.to_delete_request_information(
|
40
40
|
request_configuration
|
@@ -50,10 +50,10 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
|
|
50
50
|
|
51
51
|
async def get(self,request_configuration: Optional[RequestConfiguration[NamedLocationItemRequestBuilderGetQueryParameters]] = None) -> Optional[NamedLocation]:
|
52
52
|
"""
|
53
|
-
Retrieve the properties and relationships of
|
53
|
+
Retrieve the properties and relationships of a countryNamedLocation object.
|
54
54
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
55
55
|
Returns: Optional[NamedLocation]
|
56
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
56
|
+
Find more info here: https://learn.microsoft.com/graph/api/countrynamedlocation-get?view=graph-rest-1.0
|
57
57
|
"""
|
58
58
|
request_info = self.to_get_request_information(
|
59
59
|
request_configuration
|
@@ -95,7 +95,7 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
|
|
95
95
|
|
96
96
|
def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
97
97
|
"""
|
98
|
-
Delete a
|
98
|
+
Delete a namedLocation object.
|
99
99
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
100
100
|
Returns: RequestInformation
|
101
101
|
"""
|
@@ -106,7 +106,7 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
|
|
106
106
|
|
107
107
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[NamedLocationItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
108
108
|
"""
|
109
|
-
Retrieve the properties and relationships of
|
109
|
+
Retrieve the properties and relationships of a countryNamedLocation object.
|
110
110
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
111
111
|
Returns: RequestInformation
|
112
112
|
"""
|
@@ -150,7 +150,7 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
|
|
150
150
|
@dataclass
|
151
151
|
class NamedLocationItemRequestBuilderGetQueryParameters():
|
152
152
|
"""
|
153
|
-
Retrieve the properties and relationships of
|
153
|
+
Retrieve the properties and relationships of a countryNamedLocation object.
|
154
154
|
"""
|
155
155
|
def get_query_parameter(self,original_name: str) -> str:
|
156
156
|
"""
|
@@ -57,10 +57,10 @@ class AccessPackageItemRequestBuilder(BaseRequestBuilder):
|
|
57
57
|
|
58
58
|
async def get(self,request_configuration: Optional[RequestConfiguration[AccessPackageItemRequestBuilderGetQueryParameters]] = None) -> Optional[AccessPackage]:
|
59
59
|
"""
|
60
|
-
Retrieve
|
60
|
+
Retrieve the properties and relationships of an accessPackage object.
|
61
61
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
62
62
|
Returns: Optional[AccessPackage]
|
63
|
-
Find more info here: https://learn.microsoft.com/graph/api/accesspackage-
|
63
|
+
Find more info here: https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-1.0
|
64
64
|
"""
|
65
65
|
request_info = self.to_get_request_information(
|
66
66
|
request_configuration
|
@@ -113,7 +113,7 @@ class AccessPackageItemRequestBuilder(BaseRequestBuilder):
|
|
113
113
|
|
114
114
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[AccessPackageItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
115
115
|
"""
|
116
|
-
Retrieve
|
116
|
+
Retrieve the properties and relationships of an accessPackage object.
|
117
117
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
118
118
|
Returns: RequestInformation
|
119
119
|
"""
|
@@ -220,7 +220,7 @@ class AccessPackageItemRequestBuilder(BaseRequestBuilder):
|
|
220
220
|
@dataclass
|
221
221
|
class AccessPackageItemRequestBuilderGetQueryParameters():
|
222
222
|
"""
|
223
|
-
Retrieve
|
223
|
+
Retrieve the properties and relationships of an accessPackage object.
|
224
224
|
"""
|
225
225
|
def get_query_parameter(self,original_name: str) -> str:
|
226
226
|
"""
|
@@ -50,10 +50,10 @@ class CustomCalloutExtensionItemRequestBuilder(BaseRequestBuilder):
|
|
50
50
|
|
51
51
|
async def get(self,request_configuration: Optional[RequestConfiguration[CustomCalloutExtensionItemRequestBuilderGetQueryParameters]] = None) -> Optional[CustomCalloutExtension]:
|
52
52
|
"""
|
53
|
-
Read the properties and relationships of an
|
53
|
+
Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object.
|
54
54
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
55
55
|
Returns: Optional[CustomCalloutExtension]
|
56
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
56
|
+
Find more info here: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0
|
57
57
|
"""
|
58
58
|
request_info = self.to_get_request_information(
|
59
59
|
request_configuration
|
@@ -71,11 +71,11 @@ class CustomCalloutExtensionItemRequestBuilder(BaseRequestBuilder):
|
|
71
71
|
|
72
72
|
async def patch(self,body: CustomCalloutExtension, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[CustomCalloutExtension]:
|
73
73
|
"""
|
74
|
-
Update the properties of an
|
74
|
+
Update the properties of an accessPackageAssignmentRequestWorkflowExtension object.
|
75
75
|
param body: The request body
|
76
76
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
77
77
|
Returns: Optional[CustomCalloutExtension]
|
78
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
78
|
+
Find more info here: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-update?view=graph-rest-1.0
|
79
79
|
"""
|
80
80
|
if body is None:
|
81
81
|
raise TypeError("body cannot be null.")
|
@@ -106,7 +106,7 @@ class CustomCalloutExtensionItemRequestBuilder(BaseRequestBuilder):
|
|
106
106
|
|
107
107
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CustomCalloutExtensionItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
108
108
|
"""
|
109
|
-
Read the properties and relationships of an
|
109
|
+
Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object.
|
110
110
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
111
111
|
Returns: RequestInformation
|
112
112
|
"""
|
@@ -117,7 +117,7 @@ class CustomCalloutExtensionItemRequestBuilder(BaseRequestBuilder):
|
|
117
117
|
|
118
118
|
def to_patch_request_information(self,body: CustomCalloutExtension, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
119
119
|
"""
|
120
|
-
Update the properties of an
|
120
|
+
Update the properties of an accessPackageAssignmentRequestWorkflowExtension object.
|
121
121
|
param body: The request body
|
122
122
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
123
123
|
Returns: RequestInformation
|
@@ -150,7 +150,7 @@ class CustomCalloutExtensionItemRequestBuilder(BaseRequestBuilder):
|
|
150
150
|
@dataclass
|
151
151
|
class CustomCalloutExtensionItemRequestBuilderGetQueryParameters():
|
152
152
|
"""
|
153
|
-
Read the properties and relationships of an
|
153
|
+
Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object.
|
154
154
|
"""
|
155
155
|
def get_query_parameter(self,original_name: str) -> str:
|
156
156
|
"""
|
@@ -16763,12 +16763,28 @@ msgraph.generated.deviceManagement.managedDevices.item.deviceCategory.DeviceCate
|
|
16763
16763
|
msgraph.generated.deviceManagement.managedDevices.item.deviceCategory.DeviceCategoryRequestBuilder::|public|get(request_configuration?:RequestConfiguration[DeviceCategoryRequestBuilderGetQueryParameters]):DeviceCategory
|
16764
16764
|
msgraph.generated.deviceManagement.managedDevices.item.deviceCategory.DeviceCategoryRequestBuilder::|public|patch(body:DeviceCategory; request_configuration?:RequestConfiguration[QueryParameters]):DeviceCategory
|
16765
16765
|
msgraph.generated.deviceManagement.managedDevices.item.deviceCategory.DeviceCategoryRequestBuilder::|public|path_parameters:Union[str, Dict[str, Any]]
|
16766
|
+
msgraph.generated.deviceManagement.managedDevices.item.deviceCategory.DeviceCategoryRequestBuilder::|public|ref:RefRequestBuilder
|
16766
16767
|
msgraph.generated.deviceManagement.managedDevices.item.deviceCategory.DeviceCategoryRequestBuilder::|public|request_adapter:RequestAdapter
|
16767
16768
|
msgraph.generated.deviceManagement.managedDevices.item.deviceCategory.DeviceCategoryRequestBuilder::|public|to_delete_request_information(request_configuration?:RequestConfiguration[QueryParameters]):RequestInformation
|
16768
16769
|
msgraph.generated.deviceManagement.managedDevices.item.deviceCategory.DeviceCategoryRequestBuilder::|public|to_get_request_information(request_configuration?:RequestConfiguration[DeviceCategoryRequestBuilderGetQueryParameters]):RequestInformation
|
16769
16770
|
msgraph.generated.deviceManagement.managedDevices.item.deviceCategory.DeviceCategoryRequestBuilder::|public|to_patch_request_information(body:DeviceCategory; request_configuration?:RequestConfiguration[QueryParameters]):RequestInformation
|
16770
16771
|
msgraph.generated.deviceManagement.managedDevices.item.deviceCategory.DeviceCategoryRequestBuilder::|public|url_template:str
|
16771
16772
|
msgraph.generated.deviceManagement.managedDevices.item.deviceCategory.DeviceCategoryRequestBuilder::|public|with_url(raw_url:str):DeviceCategoryRequestBuilder
|
16773
|
+
msgraph.generated.deviceManagement.managedDevices.item.deviceCategory.ref.RefRequestBuilder-->BaseRequestBuilder
|
16774
|
+
msgraph.generated.deviceManagement.managedDevices.item.deviceCategory.ref.RefRequestBuilder.RefRequestBuilderDeleteRequestConfiguration-->RequestConfiguration[QueryParameters]
|
16775
|
+
msgraph.generated.deviceManagement.managedDevices.item.deviceCategory.ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration[QueryParameters]
|
16776
|
+
msgraph.generated.deviceManagement.managedDevices.item.deviceCategory.ref.RefRequestBuilder.RefRequestBuilderPutRequestConfiguration-->RequestConfiguration[QueryParameters]
|
16777
|
+
msgraph.generated.deviceManagement.managedDevices.item.deviceCategory.ref.RefRequestBuilder::|public|constructor(path_parameters:Union[str, Dict[str, Any]]; request_adapter:RequestAdapter):None
|
16778
|
+
msgraph.generated.deviceManagement.managedDevices.item.deviceCategory.ref.RefRequestBuilder::|public|delete(request_configuration?:RequestConfiguration[QueryParameters]):None
|
16779
|
+
msgraph.generated.deviceManagement.managedDevices.item.deviceCategory.ref.RefRequestBuilder::|public|get(request_configuration?:RequestConfiguration[QueryParameters]):str
|
16780
|
+
msgraph.generated.deviceManagement.managedDevices.item.deviceCategory.ref.RefRequestBuilder::|public|path_parameters:Union[str, Dict[str, Any]]
|
16781
|
+
msgraph.generated.deviceManagement.managedDevices.item.deviceCategory.ref.RefRequestBuilder::|public|put(body:ReferenceUpdate; request_configuration?:RequestConfiguration[QueryParameters]):None
|
16782
|
+
msgraph.generated.deviceManagement.managedDevices.item.deviceCategory.ref.RefRequestBuilder::|public|request_adapter:RequestAdapter
|
16783
|
+
msgraph.generated.deviceManagement.managedDevices.item.deviceCategory.ref.RefRequestBuilder::|public|to_delete_request_information(request_configuration?:RequestConfiguration[QueryParameters]):RequestInformation
|
16784
|
+
msgraph.generated.deviceManagement.managedDevices.item.deviceCategory.ref.RefRequestBuilder::|public|to_get_request_information(request_configuration?:RequestConfiguration[QueryParameters]):RequestInformation
|
16785
|
+
msgraph.generated.deviceManagement.managedDevices.item.deviceCategory.ref.RefRequestBuilder::|public|to_put_request_information(body:ReferenceUpdate; request_configuration?:RequestConfiguration[QueryParameters]):RequestInformation
|
16786
|
+
msgraph.generated.deviceManagement.managedDevices.item.deviceCategory.ref.RefRequestBuilder::|public|url_template:str
|
16787
|
+
msgraph.generated.deviceManagement.managedDevices.item.deviceCategory.ref.RefRequestBuilder::|public|with_url(raw_url:str):RefRequestBuilder
|
16772
16788
|
msgraph.generated.deviceManagement.managedDevices.item.deviceCompliancePolicyStates.count.CountRequestBuilder-->BaseRequestBuilder
|
16773
16789
|
msgraph.generated.deviceManagement.managedDevices.item.deviceCompliancePolicyStates.count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|filter:str
|
16774
16790
|
msgraph.generated.deviceManagement.managedDevices.item.deviceCompliancePolicyStates.count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|get_query_parameter(original_name:str):str
|
@@ -189513,12 +189529,28 @@ msgraph.generated.users.item.managedDevices.item.deviceCategory.DeviceCategoryRe
|
|
189513
189529
|
msgraph.generated.users.item.managedDevices.item.deviceCategory.DeviceCategoryRequestBuilder::|public|get(request_configuration?:RequestConfiguration[DeviceCategoryRequestBuilderGetQueryParameters]):DeviceCategory
|
189514
189530
|
msgraph.generated.users.item.managedDevices.item.deviceCategory.DeviceCategoryRequestBuilder::|public|patch(body:DeviceCategory; request_configuration?:RequestConfiguration[QueryParameters]):DeviceCategory
|
189515
189531
|
msgraph.generated.users.item.managedDevices.item.deviceCategory.DeviceCategoryRequestBuilder::|public|path_parameters:Union[str, Dict[str, Any]]
|
189532
|
+
msgraph.generated.users.item.managedDevices.item.deviceCategory.DeviceCategoryRequestBuilder::|public|ref:RefRequestBuilder
|
189516
189533
|
msgraph.generated.users.item.managedDevices.item.deviceCategory.DeviceCategoryRequestBuilder::|public|request_adapter:RequestAdapter
|
189517
189534
|
msgraph.generated.users.item.managedDevices.item.deviceCategory.DeviceCategoryRequestBuilder::|public|to_delete_request_information(request_configuration?:RequestConfiguration[QueryParameters]):RequestInformation
|
189518
189535
|
msgraph.generated.users.item.managedDevices.item.deviceCategory.DeviceCategoryRequestBuilder::|public|to_get_request_information(request_configuration?:RequestConfiguration[DeviceCategoryRequestBuilderGetQueryParameters]):RequestInformation
|
189519
189536
|
msgraph.generated.users.item.managedDevices.item.deviceCategory.DeviceCategoryRequestBuilder::|public|to_patch_request_information(body:DeviceCategory; request_configuration?:RequestConfiguration[QueryParameters]):RequestInformation
|
189520
189537
|
msgraph.generated.users.item.managedDevices.item.deviceCategory.DeviceCategoryRequestBuilder::|public|url_template:str
|
189521
189538
|
msgraph.generated.users.item.managedDevices.item.deviceCategory.DeviceCategoryRequestBuilder::|public|with_url(raw_url:str):DeviceCategoryRequestBuilder
|
189539
|
+
msgraph.generated.users.item.managedDevices.item.deviceCategory.ref.RefRequestBuilder-->BaseRequestBuilder
|
189540
|
+
msgraph.generated.users.item.managedDevices.item.deviceCategory.ref.RefRequestBuilder.RefRequestBuilderDeleteRequestConfiguration-->RequestConfiguration[QueryParameters]
|
189541
|
+
msgraph.generated.users.item.managedDevices.item.deviceCategory.ref.RefRequestBuilder.RefRequestBuilderGetRequestConfiguration-->RequestConfiguration[QueryParameters]
|
189542
|
+
msgraph.generated.users.item.managedDevices.item.deviceCategory.ref.RefRequestBuilder.RefRequestBuilderPutRequestConfiguration-->RequestConfiguration[QueryParameters]
|
189543
|
+
msgraph.generated.users.item.managedDevices.item.deviceCategory.ref.RefRequestBuilder::|public|constructor(path_parameters:Union[str, Dict[str, Any]]; request_adapter:RequestAdapter):None
|
189544
|
+
msgraph.generated.users.item.managedDevices.item.deviceCategory.ref.RefRequestBuilder::|public|delete(request_configuration?:RequestConfiguration[QueryParameters]):None
|
189545
|
+
msgraph.generated.users.item.managedDevices.item.deviceCategory.ref.RefRequestBuilder::|public|get(request_configuration?:RequestConfiguration[QueryParameters]):str
|
189546
|
+
msgraph.generated.users.item.managedDevices.item.deviceCategory.ref.RefRequestBuilder::|public|path_parameters:Union[str, Dict[str, Any]]
|
189547
|
+
msgraph.generated.users.item.managedDevices.item.deviceCategory.ref.RefRequestBuilder::|public|put(body:ReferenceUpdate; request_configuration?:RequestConfiguration[QueryParameters]):None
|
189548
|
+
msgraph.generated.users.item.managedDevices.item.deviceCategory.ref.RefRequestBuilder::|public|request_adapter:RequestAdapter
|
189549
|
+
msgraph.generated.users.item.managedDevices.item.deviceCategory.ref.RefRequestBuilder::|public|to_delete_request_information(request_configuration?:RequestConfiguration[QueryParameters]):RequestInformation
|
189550
|
+
msgraph.generated.users.item.managedDevices.item.deviceCategory.ref.RefRequestBuilder::|public|to_get_request_information(request_configuration?:RequestConfiguration[QueryParameters]):RequestInformation
|
189551
|
+
msgraph.generated.users.item.managedDevices.item.deviceCategory.ref.RefRequestBuilder::|public|to_put_request_information(body:ReferenceUpdate; request_configuration?:RequestConfiguration[QueryParameters]):RequestInformation
|
189552
|
+
msgraph.generated.users.item.managedDevices.item.deviceCategory.ref.RefRequestBuilder::|public|url_template:str
|
189553
|
+
msgraph.generated.users.item.managedDevices.item.deviceCategory.ref.RefRequestBuilder::|public|with_url(raw_url:str):RefRequestBuilder
|
189522
189554
|
msgraph.generated.users.item.managedDevices.item.deviceCompliancePolicyStates.count.CountRequestBuilder-->BaseRequestBuilder
|
189523
189555
|
msgraph.generated.users.item.managedDevices.item.deviceCompliancePolicyStates.count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|filter:str
|
189524
189556
|
msgraph.generated.users.item.managedDevices.item.deviceCompliancePolicyStates.count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|get_query_parameter(original_name:str):str
|
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
|
-
"descriptionHash": "
|
2
|
+
"descriptionHash": "2BF02FFCF2FBE23223C24076C7154388B0CB7B09BC5341136B488E8D47CF49F0AD70E439B3A59487FA32E02BB4F661DE6CC2989A7A182024A2A8A9056D34E64A",
|
3
3
|
"descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml",
|
4
4
|
"lockFileVersion": "1.0.0",
|
5
|
-
"kiotaVersion": "1.
|
5
|
+
"kiotaVersion": "1.20.0",
|
6
6
|
"clientClassName": "BaseGraphServiceClient",
|
7
7
|
"typeAccessModifier": "Public",
|
8
8
|
"clientNamespaceName": "msgraph.generated",
|
@@ -20,7 +20,7 @@ class EntitlementManagementSchedule(AdditionalDataHolder, BackedModel, Parsable)
|
|
20
20
|
expiration: Optional[ExpirationPattern] = None
|
21
21
|
# The OdataType property
|
22
22
|
odata_type: Optional[str] = None
|
23
|
-
#
|
23
|
+
# The recurring access review pattern. Not used in access requests.
|
24
24
|
recurrence: Optional[PatternedRecurrence] = None
|
25
25
|
# The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
|
26
26
|
start_date_time: Optional[datetime.datetime] = None
|
@@ -35,7 +35,7 @@ class OnPremisesDirectorySynchronizationFeature(AdditionalDataHolder, BackedMode
|
|
35
35
|
odata_type: Optional[str] = None
|
36
36
|
# Used to indicate on-premise password synchronization is enabled.
|
37
37
|
password_sync_enabled: Optional[bool] = None
|
38
|
-
# Used to indicate that writeback of password resets from Microsoft Entra ID to on-premises AD is enabled.
|
38
|
+
# Used to indicate that writeback of password resets from Microsoft Entra ID to on-premises AD is enabled. This property isn't in use and updating it isn't supported.
|
39
39
|
password_writeback_enabled: Optional[bool] = None
|
40
40
|
# Used to indicate that we should quarantine objects with conflicting proxy address.
|
41
41
|
quarantine_upon_proxy_addresses_conflict_enabled: Optional[bool] = None
|
@@ -65,7 +65,7 @@ class ServicePrincipal(DirectoryObject):
|
|
65
65
|
claims_mapping_policies: Optional[List[ClaimsMappingPolicy]] = None
|
66
66
|
# Directory objects created by this service principal. Read-only. Nullable.
|
67
67
|
created_objects: Optional[List[DirectoryObject]] = None
|
68
|
-
# An open complex type that holds the value of a custom security attribute that is assigned to a directory object. Nullable. Returned only on $select. Supports $filter (eq, ne, not, startsWith). Filter value is case sensitive.
|
68
|
+
# An open complex type that holds the value of a custom security attribute that is assigned to a directory object. Nullable. Returned only on $select. Supports $filter (eq, ne, not, startsWith). Filter value is case sensitive. To read this property, the calling app must be assigned the CustomSecAttributeAssignment.Read.All permission. To write this property, the calling app must be assigned the CustomSecAttributeAssignment.ReadWrite.All permissions. To read or write this property in delegated scenarios, the admin must be assigned the Attribute Assignment Administrator role.
|
69
69
|
custom_security_attributes: Optional[CustomSecurityAttributeValue] = None
|
70
70
|
# The delegatedPermissionClassifications property
|
71
71
|
delegated_permission_classifications: Optional[List[DelegatedPermissionClassification]] = None
|
msgraph/generated/models/user.py
CHANGED
@@ -123,7 +123,7 @@ class User(DirectoryObject):
|
|
123
123
|
created_objects: Optional[List[DirectoryObject]] = None
|
124
124
|
# Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in).
|
125
125
|
creation_type: Optional[str] = None
|
126
|
-
# An open complex type that holds the value of a custom security attribute that is assigned to a directory object. Nullable. Returned only on $select. Supports $filter (eq, ne, not, startsWith). The filter value is case-sensitive.
|
126
|
+
# An open complex type that holds the value of a custom security attribute that is assigned to a directory object. Nullable. Returned only on $select. Supports $filter (eq, ne, not, startsWith). The filter value is case-sensitive. To read this property, the calling app must be assigned the CustomSecAttributeAssignment.Read.All permission. To write this property, the calling app must be assigned the CustomSecAttributeAssignment.ReadWrite.All permissions. To read or write this property in delegated scenarios, the admin must be assigned the Attribute Assignment Administrator role.
|
127
127
|
custom_security_attributes: Optional[CustomSecurityAttributeValue] = None
|
128
128
|
# The name of the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values).
|
129
129
|
department: Optional[str] = None
|
@@ -145,7 +145,7 @@ class User(DirectoryObject):
|
|
145
145
|
employee_hire_date: Optional[datetime.datetime] = None
|
146
146
|
# The employee identifier assigned to the user by the organization. The maximum length is 16 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values).
|
147
147
|
employee_id: Optional[str] = None
|
148
|
-
# The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. To write this property, the calling app must be assigned the User.Read.All and User-LifeCycleInfo.ReadWrite.All permissions. To read this property in delegated scenarios, the admin needs at least one of the following Microsoft Entra roles: Lifecycle Workflows Administrator, Global Reader. To write this property in delegated scenarios, the admin needs the Global Administrator role. Supports $filter (eq, ne, not , ge, le, in). For more information, see Configure the employeeLeaveDateTime property for a user.
|
148
|
+
# The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. To write this property, the calling app must be assigned the User.Read.All and User-LifeCycleInfo.ReadWrite.All permissions. To read this property in delegated scenarios, the admin needs at least one of the following Microsoft Entra roles: Lifecycle Workflows Administrator (least privilege), Global Reader. To write this property in delegated scenarios, the admin needs the Global Administrator role. Supports $filter (eq, ne, not , ge, le, in). For more information, see Configure the employeeLeaveDateTime property for a user.
|
149
149
|
employee_leave_date_time: Optional[datetime.datetime] = None
|
150
150
|
# Represents organization data (for example, division and costCenter) associated with a user. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in).
|
151
151
|
employee_org_data: Optional[EmployeeOrgData] = None
|
@@ -223,7 +223,7 @@ class User(DirectoryObject):
|
|
223
223
|
on_premises_distinguished_name: Optional[str] = None
|
224
224
|
# Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. Returned only on $select.
|
225
225
|
on_premises_domain_name: Optional[str] = None
|
226
|
-
# Contains extensionAttributes1-15 for the user. These extension attributes are also known as Exchange custom attributes 1-15. For an onPremisesSyncEnabled user, the source of authority for this set of properties is the on-premises and is read-only. For a cloud-only user (where onPremisesSyncEnabled is false), these properties can be set during the creation or update of a user object. For a cloud-only user previously synced from on-premises Active Directory, these properties are read-only in Microsoft Graph but can be fully managed through the Exchange Admin Center or the Exchange Online V2 module in PowerShell. Returned only on $select. Supports $filter (eq, ne, not, in).
|
226
|
+
# Contains extensionAttributes1-15 for the user. These extension attributes are also known as Exchange custom attributes 1-15. Each attribute can store up to 1024 characters. For an onPremisesSyncEnabled user, the source of authority for this set of properties is the on-premises and is read-only. For a cloud-only user (where onPremisesSyncEnabled is false), these properties can be set during the creation or update of a user object. For a cloud-only user previously synced from on-premises Active Directory, these properties are read-only in Microsoft Graph but can be fully managed through the Exchange Admin Center or the Exchange Online V2 module in PowerShell. Returned only on $select. Supports $filter (eq, ne, not, in).
|
227
227
|
on_premises_extension_attributes: Optional[OnPremisesExtensionAttributes] = None
|
228
228
|
# This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in).
|
229
229
|
on_premises_immutable_id: Optional[str] = None
|
@@ -79,11 +79,11 @@ class OrganizationItemRequestBuilder(BaseRequestBuilder):
|
|
79
79
|
|
80
80
|
async def patch(self,body: Organization, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[Organization]:
|
81
81
|
"""
|
82
|
-
Update the properties of
|
82
|
+
Update the properties of a organization object.
|
83
83
|
param body: The request body
|
84
84
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
85
85
|
Returns: Optional[Organization]
|
86
|
-
Find more info here: https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-1.0
|
86
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-organization-update?view=graph-rest-1.0
|
87
87
|
"""
|
88
88
|
if body is None:
|
89
89
|
raise TypeError("body cannot be null.")
|
@@ -125,7 +125,7 @@ class OrganizationItemRequestBuilder(BaseRequestBuilder):
|
|
125
125
|
|
126
126
|
def to_patch_request_information(self,body: Organization, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
127
127
|
"""
|
128
|
-
Update the properties of
|
128
|
+
Update the properties of a organization object.
|
129
129
|
param body: The request body
|
130
130
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
131
131
|
Returns: RequestInformation
|