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/_version.py
CHANGED
@@ -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
|
"""
|
@@ -70,11 +70,11 @@ class MessagesRequestBuilder(BaseRequestBuilder):
|
|
70
70
|
|
71
71
|
async def post(self,body: ChatMessage, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[ChatMessage]:
|
72
72
|
"""
|
73
|
-
Send a new chatMessage in the specified
|
73
|
+
Send a new chatMessage in the specified channel or a chat.
|
74
74
|
param body: The request body
|
75
75
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
76
76
|
Returns: Optional[ChatMessage]
|
77
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
77
|
+
Find more info here: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0
|
78
78
|
"""
|
79
79
|
if body is None:
|
80
80
|
raise TypeError("body cannot be null.")
|
@@ -105,7 +105,7 @@ class MessagesRequestBuilder(BaseRequestBuilder):
|
|
105
105
|
|
106
106
|
def to_post_request_information(self,body: ChatMessage, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
107
107
|
"""
|
108
|
-
Send a new chatMessage in the specified
|
108
|
+
Send a new chatMessage in the specified channel or a chat.
|
109
109
|
param body: The request body
|
110
110
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
111
111
|
Returns: RequestInformation
|
@@ -32,11 +32,11 @@ class InviteRequestBuilder(BaseRequestBuilder):
|
|
32
32
|
|
33
33
|
async def post(self,body: InvitePostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[InviteParticipantsOperation]:
|
34
34
|
"""
|
35
|
-
|
35
|
+
Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
|
36
36
|
param body: The request body
|
37
37
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
38
38
|
Returns: Optional[InviteParticipantsOperation]
|
39
|
-
Find more info here: https://learn.microsoft.com/graph/api/participant-
|
39
|
+
Find more info here: https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0
|
40
40
|
"""
|
41
41
|
if body is None:
|
42
42
|
raise TypeError("body cannot be null.")
|
@@ -56,7 +56,7 @@ class InviteRequestBuilder(BaseRequestBuilder):
|
|
56
56
|
|
57
57
|
def to_post_request_information(self,body: InvitePostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
58
58
|
"""
|
59
|
-
|
59
|
+
Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
|
60
60
|
param body: The request body
|
61
61
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
62
62
|
Returns: RequestInformation
|
@@ -49,7 +49,7 @@ class DeviceAppManagementRequestBuilder(BaseRequestBuilder):
|
|
49
49
|
Read properties and relationships of the deviceAppManagement object.
|
50
50
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
51
51
|
Returns: Optional[DeviceAppManagement]
|
52
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-
|
52
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-get?view=graph-rest-1.0
|
53
53
|
"""
|
54
54
|
request_info = self.to_get_request_information(
|
55
55
|
request_configuration
|
@@ -71,7 +71,7 @@ class DeviceAppManagementRequestBuilder(BaseRequestBuilder):
|
|
71
71
|
param body: The request body
|
72
72
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
73
73
|
Returns: Optional[DeviceAppManagement]
|
74
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-
|
74
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-update?view=graph-rest-1.0
|
75
75
|
"""
|
76
76
|
if body is None:
|
77
77
|
raise TypeError("body cannot be null.")
|
@@ -50,10 +50,10 @@ class ManagedAppPolicyItemRequestBuilder(BaseRequestBuilder):
|
|
50
50
|
|
51
51
|
async def get(self,request_configuration: Optional[RequestConfiguration[ManagedAppPolicyItemRequestBuilderGetQueryParameters]] = None) -> Optional[ManagedAppPolicy]:
|
52
52
|
"""
|
53
|
-
Read properties and relationships of the
|
53
|
+
Read properties and relationships of the managedAppPolicy object.
|
54
54
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
55
55
|
Returns: Optional[ManagedAppPolicy]
|
56
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-
|
56
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-get?view=graph-rest-1.0
|
57
57
|
"""
|
58
58
|
request_info = self.to_get_request_information(
|
59
59
|
request_configuration
|
@@ -105,7 +105,7 @@ class ManagedAppPolicyItemRequestBuilder(BaseRequestBuilder):
|
|
105
105
|
|
106
106
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ManagedAppPolicyItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
107
107
|
"""
|
108
|
-
Read properties and relationships of the
|
108
|
+
Read properties and relationships of the managedAppPolicy object.
|
109
109
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
110
110
|
Returns: RequestInformation
|
111
111
|
"""
|
@@ -158,7 +158,7 @@ class ManagedAppPolicyItemRequestBuilder(BaseRequestBuilder):
|
|
158
158
|
@dataclass
|
159
159
|
class ManagedAppPolicyItemRequestBuilderGetQueryParameters():
|
160
160
|
"""
|
161
|
-
Read properties and relationships of the
|
161
|
+
Read properties and relationships of the managedAppPolicy object.
|
162
162
|
"""
|
163
163
|
def get_query_parameter(self,original_name: str) -> str:
|
164
164
|
"""
|
@@ -35,7 +35,7 @@ class TargetAppsRequestBuilder(BaseRequestBuilder):
|
|
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/intune-mam-
|
38
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0
|
39
39
|
"""
|
40
40
|
if body is None:
|
41
41
|
raise TypeError("body cannot be null.")
|
@@ -35,7 +35,7 @@ class TargetAppsRequestBuilder(BaseRequestBuilder):
|
|
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/intune-mam-
|
38
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0
|
39
39
|
"""
|
40
40
|
if body is None:
|
41
41
|
raise TypeError("body cannot be null.")
|
@@ -35,7 +35,7 @@ class TargetAppsRequestBuilder(BaseRequestBuilder):
|
|
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/intune-mam-
|
38
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0
|
39
39
|
"""
|
40
40
|
if body is None:
|
41
41
|
raise TypeError("body cannot be null.")
|
@@ -49,10 +49,10 @@ class ManagedAppRegistrationsRequestBuilder(BaseRequestBuilder):
|
|
49
49
|
|
50
50
|
async def get(self,request_configuration: Optional[RequestConfiguration[ManagedAppRegistrationsRequestBuilderGetQueryParameters]] = None) -> Optional[ManagedAppRegistrationCollectionResponse]:
|
51
51
|
"""
|
52
|
-
List properties and relationships of the
|
52
|
+
List properties and relationships of the managedAppRegistration objects.
|
53
53
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
54
54
|
Returns: Optional[ManagedAppRegistrationCollectionResponse]
|
55
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-
|
55
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-list?view=graph-rest-1.0
|
56
56
|
"""
|
57
57
|
request_info = self.to_get_request_information(
|
58
58
|
request_configuration
|
@@ -94,7 +94,7 @@ class ManagedAppRegistrationsRequestBuilder(BaseRequestBuilder):
|
|
94
94
|
|
95
95
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ManagedAppRegistrationsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
96
96
|
"""
|
97
|
-
List properties and relationships of the
|
97
|
+
List properties and relationships of the managedAppRegistration objects.
|
98
98
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
99
99
|
Returns: RequestInformation
|
100
100
|
"""
|
@@ -149,7 +149,7 @@ class ManagedAppRegistrationsRequestBuilder(BaseRequestBuilder):
|
|
149
149
|
@dataclass
|
150
150
|
class ManagedAppRegistrationsRequestBuilderGetQueryParameters():
|
151
151
|
"""
|
152
|
-
List properties and relationships of the
|
152
|
+
List properties and relationships of the managedAppRegistration objects.
|
153
153
|
"""
|
154
154
|
def get_query_parameter(self,original_name: str) -> str:
|
155
155
|
"""
|
@@ -49,10 +49,10 @@ class ManagedAppStatusItemRequestBuilder(BaseRequestBuilder):
|
|
49
49
|
|
50
50
|
async def get(self,request_configuration: Optional[RequestConfiguration[ManagedAppStatusItemRequestBuilderGetQueryParameters]] = None) -> Optional[ManagedAppStatus]:
|
51
51
|
"""
|
52
|
-
Read properties and relationships of the
|
52
|
+
Read properties and relationships of the managedAppStatus object.
|
53
53
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
54
54
|
Returns: Optional[ManagedAppStatus]
|
55
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-
|
55
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-managedappstatus-get?view=graph-rest-1.0
|
56
56
|
"""
|
57
57
|
request_info = self.to_get_request_information(
|
58
58
|
request_configuration
|
@@ -104,7 +104,7 @@ class ManagedAppStatusItemRequestBuilder(BaseRequestBuilder):
|
|
104
104
|
|
105
105
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ManagedAppStatusItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
106
106
|
"""
|
107
|
-
Read properties and relationships of the
|
107
|
+
Read properties and relationships of the managedAppStatus object.
|
108
108
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
109
109
|
Returns: RequestInformation
|
110
110
|
"""
|
@@ -148,7 +148,7 @@ class ManagedAppStatusItemRequestBuilder(BaseRequestBuilder):
|
|
148
148
|
@dataclass
|
149
149
|
class ManagedAppStatusItemRequestBuilderGetQueryParameters():
|
150
150
|
"""
|
151
|
-
Read properties and relationships of the
|
151
|
+
Read properties and relationships of the managedAppStatus object.
|
152
152
|
"""
|
153
153
|
def get_query_parameter(self,original_name: str) -> str:
|
154
154
|
"""
|
msgraph/generated/device_app_management/managed_app_statuses/managed_app_statuses_request_builder.py
CHANGED
@@ -48,10 +48,10 @@ class ManagedAppStatusesRequestBuilder(BaseRequestBuilder):
|
|
48
48
|
|
49
49
|
async def get(self,request_configuration: Optional[RequestConfiguration[ManagedAppStatusesRequestBuilderGetQueryParameters]] = None) -> Optional[ManagedAppStatusCollectionResponse]:
|
50
50
|
"""
|
51
|
-
List properties and relationships of the
|
51
|
+
List properties and relationships of the managedAppStatus objects.
|
52
52
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
53
53
|
Returns: Optional[ManagedAppStatusCollectionResponse]
|
54
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-
|
54
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-managedappstatus-list?view=graph-rest-1.0
|
55
55
|
"""
|
56
56
|
request_info = self.to_get_request_information(
|
57
57
|
request_configuration
|
@@ -92,7 +92,7 @@ class ManagedAppStatusesRequestBuilder(BaseRequestBuilder):
|
|
92
92
|
|
93
93
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ManagedAppStatusesRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
94
94
|
"""
|
95
|
-
List properties and relationships of the
|
95
|
+
List properties and relationships of the managedAppStatus objects.
|
96
96
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
97
97
|
Returns: RequestInformation
|
98
98
|
"""
|
@@ -138,7 +138,7 @@ class ManagedAppStatusesRequestBuilder(BaseRequestBuilder):
|
|
138
138
|
@dataclass
|
139
139
|
class ManagedAppStatusesRequestBuilderGetQueryParameters():
|
140
140
|
"""
|
141
|
-
List properties and relationships of the
|
141
|
+
List properties and relationships of the managedAppStatus objects.
|
142
142
|
"""
|
143
143
|
def get_query_parameter(self,original_name: str) -> str:
|
144
144
|
"""
|
@@ -50,10 +50,10 @@ class ManagedEBookAssignmentItemRequestBuilder(BaseRequestBuilder):
|
|
50
50
|
|
51
51
|
async def get(self,request_configuration: Optional[RequestConfiguration[ManagedEBookAssignmentItemRequestBuilderGetQueryParameters]] = None) -> Optional[ManagedEBookAssignment]:
|
52
52
|
"""
|
53
|
-
Read properties and relationships of the
|
53
|
+
Read properties and relationships of the iosVppEBookAssignment object.
|
54
54
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
55
55
|
Returns: Optional[ManagedEBookAssignment]
|
56
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-books-
|
56
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-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 ManagedEBookAssignmentItemRequestBuilder(BaseRequestBuilder):
|
|
71
71
|
|
72
72
|
async def patch(self,body: ManagedEBookAssignment, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[ManagedEBookAssignment]:
|
73
73
|
"""
|
74
|
-
Update the properties of a
|
74
|
+
Update the properties of a managedEBookAssignment 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[ManagedEBookAssignment]
|
78
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-books-
|
78
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-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 ManagedEBookAssignmentItemRequestBuilder(BaseRequestBuilder):
|
|
106
106
|
|
107
107
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ManagedEBookAssignmentItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
108
108
|
"""
|
109
|
-
Read properties and relationships of the
|
109
|
+
Read properties and relationships of the iosVppEBookAssignment 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 ManagedEBookAssignmentItemRequestBuilder(BaseRequestBuilder):
|
|
117
117
|
|
118
118
|
def to_patch_request_information(self,body: ManagedEBookAssignment, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
119
119
|
"""
|
120
|
-
Update the properties of a
|
120
|
+
Update the properties of a managedEBookAssignment 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 ManagedEBookAssignmentItemRequestBuilder(BaseRequestBuilder):
|
|
150
150
|
@dataclass
|
151
151
|
class ManagedEBookAssignmentItemRequestBuilderGetQueryParameters():
|
152
152
|
"""
|
153
|
-
Read properties and relationships of the
|
153
|
+
Read properties and relationships of the iosVppEBookAssignment object.
|
154
154
|
"""
|
155
155
|
def get_query_parameter(self,original_name: str) -> str:
|
156
156
|
"""
|
@@ -48,10 +48,10 @@ class ManagedEBooksRequestBuilder(BaseRequestBuilder):
|
|
48
48
|
|
49
49
|
async def get(self,request_configuration: Optional[RequestConfiguration[ManagedEBooksRequestBuilderGetQueryParameters]] = None) -> Optional[ManagedEBookCollectionResponse]:
|
50
50
|
"""
|
51
|
-
List properties and relationships of the
|
51
|
+
List properties and relationships of the iosVppEBook objects.
|
52
52
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
53
53
|
Returns: Optional[ManagedEBookCollectionResponse]
|
54
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-books-
|
54
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-books-iosvppebook-list?view=graph-rest-1.0
|
55
55
|
"""
|
56
56
|
request_info = self.to_get_request_information(
|
57
57
|
request_configuration
|
@@ -93,7 +93,7 @@ class ManagedEBooksRequestBuilder(BaseRequestBuilder):
|
|
93
93
|
|
94
94
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ManagedEBooksRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
95
95
|
"""
|
96
|
-
List properties and relationships of the
|
96
|
+
List properties and relationships of the iosVppEBook objects.
|
97
97
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
98
98
|
Returns: RequestInformation
|
99
99
|
"""
|
@@ -139,7 +139,7 @@ class ManagedEBooksRequestBuilder(BaseRequestBuilder):
|
|
139
139
|
@dataclass
|
140
140
|
class ManagedEBooksRequestBuilderGetQueryParameters():
|
141
141
|
"""
|
142
|
-
List properties and relationships of the
|
142
|
+
List properties and relationships of the iosVppEBook objects.
|
143
143
|
"""
|
144
144
|
def get_query_parameter(self,original_name: str) -> str:
|
145
145
|
"""
|
@@ -50,10 +50,10 @@ class MobileAppItemRequestBuilder(BaseRequestBuilder):
|
|
50
50
|
|
51
51
|
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
52
52
|
"""
|
53
|
-
Deletes a
|
53
|
+
Deletes a iosStoreApp.
|
54
54
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
55
55
|
Returns: None
|
56
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-apps-
|
56
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-apps-iosstoreapp-delete?view=graph-rest-1.0
|
57
57
|
"""
|
58
58
|
request_info = self.to_delete_request_information(
|
59
59
|
request_configuration
|
@@ -90,11 +90,11 @@ class MobileAppItemRequestBuilder(BaseRequestBuilder):
|
|
90
90
|
|
91
91
|
async def patch(self,body: MobileApp, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[MobileApp]:
|
92
92
|
"""
|
93
|
-
Update the properties of a
|
93
|
+
Update the properties of a microsoftStoreForBusinessApp object.
|
94
94
|
param body: The request body
|
95
95
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
96
96
|
Returns: Optional[MobileApp]
|
97
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-apps-
|
97
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-apps-microsoftstoreforbusinessapp-update?view=graph-rest-1.0
|
98
98
|
"""
|
99
99
|
if body is None:
|
100
100
|
raise TypeError("body cannot be null.")
|
@@ -114,7 +114,7 @@ class MobileAppItemRequestBuilder(BaseRequestBuilder):
|
|
114
114
|
|
115
115
|
def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
116
116
|
"""
|
117
|
-
Deletes a
|
117
|
+
Deletes a iosStoreApp.
|
118
118
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
119
119
|
Returns: RequestInformation
|
120
120
|
"""
|
@@ -136,7 +136,7 @@ class MobileAppItemRequestBuilder(BaseRequestBuilder):
|
|
136
136
|
|
137
137
|
def to_patch_request_information(self,body: MobileApp, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
138
138
|
"""
|
139
|
-
Update the properties of a
|
139
|
+
Update the properties of a microsoftStoreForBusinessApp object.
|
140
140
|
param body: The request body
|
141
141
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
142
142
|
Returns: RequestInformation
|
@@ -64,10 +64,10 @@ class MobileAppsRequestBuilder(BaseRequestBuilder):
|
|
64
64
|
|
65
65
|
async def get(self,request_configuration: Optional[RequestConfiguration[MobileAppsRequestBuilderGetQueryParameters]] = None) -> Optional[MobileAppCollectionResponse]:
|
66
66
|
"""
|
67
|
-
List properties and relationships of the
|
67
|
+
List properties and relationships of the win32LobApp objects.
|
68
68
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
69
69
|
Returns: Optional[MobileAppCollectionResponse]
|
70
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-apps-
|
70
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-apps-win32lobapp-list?view=graph-rest-1.0
|
71
71
|
"""
|
72
72
|
request_info = self.to_get_request_information(
|
73
73
|
request_configuration
|
@@ -85,11 +85,11 @@ class MobileAppsRequestBuilder(BaseRequestBuilder):
|
|
85
85
|
|
86
86
|
async def post(self,body: MobileApp, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[MobileApp]:
|
87
87
|
"""
|
88
|
-
Create a new
|
88
|
+
Create a new macOSOfficeSuiteApp object.
|
89
89
|
param body: The request body
|
90
90
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
91
91
|
Returns: Optional[MobileApp]
|
92
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-apps-
|
92
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-apps-macosofficesuiteapp-create?view=graph-rest-1.0
|
93
93
|
"""
|
94
94
|
if body is None:
|
95
95
|
raise TypeError("body cannot be null.")
|
@@ -109,7 +109,7 @@ class MobileAppsRequestBuilder(BaseRequestBuilder):
|
|
109
109
|
|
110
110
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[MobileAppsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
111
111
|
"""
|
112
|
-
List properties and relationships of the
|
112
|
+
List properties and relationships of the win32LobApp objects.
|
113
113
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
114
114
|
Returns: RequestInformation
|
115
115
|
"""
|
@@ -120,7 +120,7 @@ class MobileAppsRequestBuilder(BaseRequestBuilder):
|
|
120
120
|
|
121
121
|
def to_post_request_information(self,body: MobileApp, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
122
122
|
"""
|
123
|
-
Create a new
|
123
|
+
Create a new macOSOfficeSuiteApp object.
|
124
124
|
param body: The request body
|
125
125
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
126
126
|
Returns: RequestInformation
|
@@ -299,7 +299,7 @@ class MobileAppsRequestBuilder(BaseRequestBuilder):
|
|
299
299
|
@dataclass
|
300
300
|
class MobileAppsRequestBuilderGetQueryParameters():
|
301
301
|
"""
|
302
|
-
List properties and relationships of the
|
302
|
+
List properties and relationships of the win32LobApp objects.
|
303
303
|
"""
|
304
304
|
def get_query_parameter(self,original_name: str) -> str:
|
305
305
|
"""
|
@@ -48,10 +48,10 @@ class DeviceCompliancePoliciesRequestBuilder(BaseRequestBuilder):
|
|
48
48
|
|
49
49
|
async def get(self,request_configuration: Optional[RequestConfiguration[DeviceCompliancePoliciesRequestBuilderGetQueryParameters]] = None) -> Optional[DeviceCompliancePolicyCollectionResponse]:
|
50
50
|
"""
|
51
|
-
List properties and relationships of the
|
51
|
+
List properties and relationships of the windowsPhone81CompliancePolicy objects.
|
52
52
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
53
53
|
Returns: Optional[DeviceCompliancePolicyCollectionResponse]
|
54
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
54
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsphone81compliancepolicy-list?view=graph-rest-1.0
|
55
55
|
"""
|
56
56
|
request_info = self.to_get_request_information(
|
57
57
|
request_configuration
|
@@ -69,11 +69,11 @@ class DeviceCompliancePoliciesRequestBuilder(BaseRequestBuilder):
|
|
69
69
|
|
70
70
|
async def post(self,body: DeviceCompliancePolicy, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DeviceCompliancePolicy]:
|
71
71
|
"""
|
72
|
-
Create a new
|
72
|
+
Create a new androidCompliancePolicy object.
|
73
73
|
param body: The request body
|
74
74
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
75
75
|
Returns: Optional[DeviceCompliancePolicy]
|
76
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
76
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcompliancepolicy-create?view=graph-rest-1.0
|
77
77
|
"""
|
78
78
|
if body is None:
|
79
79
|
raise TypeError("body cannot be null.")
|
@@ -93,7 +93,7 @@ class DeviceCompliancePoliciesRequestBuilder(BaseRequestBuilder):
|
|
93
93
|
|
94
94
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[DeviceCompliancePoliciesRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
95
95
|
"""
|
96
|
-
List properties and relationships of the
|
96
|
+
List properties and relationships of the windowsPhone81CompliancePolicy objects.
|
97
97
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
98
98
|
Returns: RequestInformation
|
99
99
|
"""
|
@@ -104,7 +104,7 @@ class DeviceCompliancePoliciesRequestBuilder(BaseRequestBuilder):
|
|
104
104
|
|
105
105
|
def to_post_request_information(self,body: DeviceCompliancePolicy, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
106
106
|
"""
|
107
|
-
Create a new
|
107
|
+
Create a new androidCompliancePolicy object.
|
108
108
|
param body: The request body
|
109
109
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
110
110
|
Returns: RequestInformation
|
@@ -139,7 +139,7 @@ class DeviceCompliancePoliciesRequestBuilder(BaseRequestBuilder):
|
|
139
139
|
@dataclass
|
140
140
|
class DeviceCompliancePoliciesRequestBuilderGetQueryParameters():
|
141
141
|
"""
|
142
|
-
List properties and relationships of the
|
142
|
+
List properties and relationships of the windowsPhone81CompliancePolicy objects.
|
143
143
|
"""
|
144
144
|
def get_query_parameter(self,original_name: str) -> str:
|
145
145
|
"""
|