msgraph-sdk 1.17.0__py3-none-any.whl → 1.19.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/app_role_assignments/app_role_assignments_request_builder.py +248 -0
- msgraph/generated/app_role_assignments/count/count_request_builder.py +104 -0
- msgraph/generated/app_role_assignments/delta/delta_get_response.py +58 -0
- msgraph/generated/app_role_assignments/delta/delta_request_builder.py +138 -0
- msgraph/generated/app_role_assignments/get_available_extension_properties/get_available_extension_properties_post_request_body.py +50 -0
- msgraph/generated/app_role_assignments/get_available_extension_properties/get_available_extension_properties_post_response.py +58 -0
- msgraph/generated/app_role_assignments/get_available_extension_properties/get_available_extension_properties_request_builder.py +90 -0
- msgraph/generated/app_role_assignments/get_by_ids/get_by_ids_post_request_body.py +54 -0
- msgraph/generated/app_role_assignments/get_by_ids/get_by_ids_post_response.py +58 -0
- msgraph/generated/app_role_assignments/get_by_ids/get_by_ids_request_builder.py +90 -0
- msgraph/generated/app_role_assignments/item/app_role_assignment_item_request_builder.py +238 -0
- msgraph/generated/app_role_assignments/item/check_member_groups/check_member_groups_post_request_body.py +50 -0
- msgraph/generated/app_role_assignments/item/check_member_groups/check_member_groups_post_response.py +55 -0
- msgraph/generated/app_role_assignments/item/check_member_groups/check_member_groups_request_builder.py +90 -0
- msgraph/generated/app_role_assignments/item/check_member_objects/check_member_objects_post_request_body.py +50 -0
- msgraph/generated/app_role_assignments/item/check_member_objects/check_member_objects_post_response.py +55 -0
- msgraph/generated/app_role_assignments/item/check_member_objects/check_member_objects_request_builder.py +89 -0
- msgraph/generated/app_role_assignments/item/get_member_groups/get_member_groups_post_request_body.py +50 -0
- msgraph/generated/app_role_assignments/item/get_member_groups/get_member_groups_post_response.py +55 -0
- msgraph/generated/app_role_assignments/item/get_member_groups/get_member_groups_request_builder.py +90 -0
- msgraph/generated/app_role_assignments/item/get_member_objects/get_member_objects_post_request_body.py +50 -0
- msgraph/generated/app_role_assignments/item/get_member_objects/get_member_objects_post_response.py +55 -0
- msgraph/generated/app_role_assignments/item/get_member_objects/get_member_objects_request_builder.py +90 -0
- msgraph/generated/app_role_assignments/item/restore/restore_request_builder.py +82 -0
- msgraph/generated/app_role_assignments/validate_properties/validate_properties_post_request_body.py +63 -0
- msgraph/generated/app_role_assignments/validate_properties/validate_properties_request_builder.py +87 -0
- msgraph/generated/applications/item/check_member_groups/check_member_groups_request_builder.py +2 -2
- msgraph/generated/applications/item/get_member_objects/get_member_objects_request_builder.py +2 -2
- msgraph/generated/base_graph_service_client.py +10 -0
- msgraph/generated/contacts/item/check_member_groups/check_member_groups_request_builder.py +2 -2
- msgraph/generated/contacts/item/get_member_objects/get_member_objects_request_builder.py +2 -2
- msgraph/generated/contracts/item/check_member_groups/check_member_groups_request_builder.py +2 -2
- msgraph/generated/contracts/item/get_member_objects/get_member_objects_request_builder.py +2 -2
- 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/managed_app_policies_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_app_registrations/item/managed_app_registration_item_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_app_registrations/managed_app_registrations_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/mobile_apps/item/mobile_app_item_request_builder.py +10 -10
- 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 +10 -10
- msgraph/generated/device_management/device_management_request_builder.py +2 -2
- msgraph/generated/device_management/role_definitions/item/role_definition_item_request_builder.py +4 -4
- msgraph/generated/device_management/role_definitions/role_definitions_request_builder.py +3 -3
- msgraph/generated/devices/item/check_member_groups/check_member_groups_request_builder.py +2 -2
- msgraph/generated/devices/item/get_member_objects/get_member_objects_request_builder.py +2 -2
- msgraph/generated/directory/deleted_items/item/check_member_groups/check_member_groups_request_builder.py +2 -2
- msgraph/generated/directory/deleted_items/item/get_member_objects/get_member_objects_request_builder.py +2 -2
- msgraph/generated/directory_objects/item/check_member_groups/check_member_groups_request_builder.py +2 -2
- msgraph/generated/directory_objects/item/get_member_objects/get_member_objects_request_builder.py +2 -2
- msgraph/generated/directory_role_templates/item/check_member_groups/check_member_groups_request_builder.py +2 -2
- msgraph/generated/directory_role_templates/item/get_member_objects/get_member_objects_request_builder.py +2 -2
- msgraph/generated/directory_roles/item/check_member_groups/check_member_groups_request_builder.py +2 -2
- msgraph/generated/directory_roles/item/get_member_objects/get_member_objects_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/retention_label/retention_label_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/workbook/names/item/range/range_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/workbook/tables/add/add_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/range_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/add/add_request_builder.py +3 -3
- msgraph/generated/external/connections/item/items/item/external_item_item_request_builder.py +3 -3
- msgraph/generated/group_setting_templates/item/check_member_groups/check_member_groups_request_builder.py +2 -2
- msgraph/generated/group_setting_templates/item/get_member_objects/get_member_objects_request_builder.py +2 -2
- msgraph/generated/groups/groups_request_builder.py +3 -3
- msgraph/generated/groups/item/check_member_groups/check_member_groups_request_builder.py +2 -2
- msgraph/generated/groups/item/conversations/item/conversation_item_request_builder.py +4 -4
- msgraph/generated/groups/item/conversations/item/threads/item/reply/reply_request_builder.py +3 -3
- msgraph/generated/groups/item/get_member_objects/get_member_objects_request_builder.py +2 -2
- 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 +10 -10
- msgraph/generated/identity_governance/entitlement_management/access_packages/item/access_package_item_request_builder.py +4 -4
- msgraph/generated/identity_governance/terms_of_use/agreements/item/agreement_item_request_builder.py +4 -4
- msgraph/generated/kiota-dom-export.txt +421 -0
- msgraph/generated/kiota-lock.json +1 -1
- msgraph/generated/models/applied_conditional_access_policy.py +1 -1
- msgraph/generated/models/certification.py +1 -1
- msgraph/generated/models/channel.py +1 -1
- msgraph/generated/models/chat.py +4 -0
- msgraph/generated/models/chat_message.py +1 -1
- msgraph/generated/models/chat_message_attachment.py +2 -2
- msgraph/generated/models/chat_message_mention.py +1 -1
- msgraph/generated/models/chat_message_mentioned_identity_set.py +1 -1
- msgraph/generated/models/chat_restrictions.py +54 -0
- msgraph/generated/models/cloud_pc_device_image.py +1 -1
- msgraph/generated/models/cloud_pc_domain_join_configuration.py +1 -1
- msgraph/generated/models/cloud_pc_provisioning_policy.py +7 -0
- msgraph/generated/models/cloud_pc_provisioning_policy_autopatch.py +54 -0
- msgraph/generated/models/device_configuration_device_status.py +3 -0
- msgraph/generated/models/device_configuration_state.py +1 -1
- msgraph/generated/models/device_enrollment_platform_restrictions_configuration.py +1 -1
- msgraph/generated/models/device_enrollment_type.py +5 -5
- msgraph/generated/models/device_management.py +0 -3
- msgraph/generated/models/education_assignment.py +2 -2
- msgraph/generated/models/education_assignment_defaults.py +1 -1
- msgraph/generated/models/education_submission.py +1 -1
- msgraph/generated/models/external_connectors/property_.py +1 -1
- msgraph/generated/models/invited_user_message_info.py +1 -1
- msgraph/generated/models/managed_device_owner_type.py +5 -3
- msgraph/generated/models/online_meeting.py +4 -0
- msgraph/generated/models/online_meeting_base.py +15 -0
- msgraph/generated/models/payload.py +1 -1
- msgraph/generated/models/planner_plan_container.py +1 -1
- msgraph/generated/models/restore_session_base.py +1 -1
- msgraph/generated/models/risk_detection.py +1 -1
- msgraph/generated/models/risk_service_principal_activity.py +1 -1
- msgraph/generated/models/risky_service_principal.py +1 -1
- msgraph/generated/models/risky_user.py +1 -1
- msgraph/generated/models/schedule.py +1 -1
- msgraph/generated/models/search_request.py +1 -1
- msgraph/generated/models/security/alert.py +1 -1
- msgraph/generated/models/security/case_operation.py +1 -1
- msgraph/generated/models/service_principal_risk_detection.py +2 -2
- msgraph/generated/models/shift.py +1 -1
- msgraph/generated/models/sign_in.py +1 -1
- msgraph/generated/models/simulation.py +1 -1
- msgraph/generated/models/subject_rights_request_history.py +1 -1
- msgraph/generated/models/subject_rights_request_stage_detail.py +1 -1
- msgraph/generated/models/user.py +1 -1
- msgraph/generated/models/user_teamwork.py +1 -1
- msgraph/generated/models/virtual_event.py +7 -0
- msgraph/generated/models/virtual_event_external_information.py +58 -0
- msgraph/generated/models/virtual_event_external_registration_information.py +58 -0
- msgraph/generated/models/virtual_event_registration.py +7 -0
- msgraph/generated/models/workforce_integration.py +3 -3
- msgraph/generated/organization/item/branding/localizations/item/banner_logo/banner_logo_request_builder.py +3 -3
- msgraph/generated/organization/item/check_member_groups/check_member_groups_request_builder.py +2 -2
- msgraph/generated/organization/item/get_member_objects/get_member_objects_request_builder.py +2 -2
- msgraph/generated/organization/item/organization_item_request_builder.py +3 -3
- msgraph/generated/organization/organization_request_builder.py +4 -4
- msgraph/generated/permission_grants/item/check_member_groups/check_member_groups_request_builder.py +2 -2
- msgraph/generated/permission_grants/item/get_member_objects/get_member_objects_request_builder.py +2 -2
- msgraph/generated/policies/cross_tenant_access_policy/partners/item/identity_synchronization/identity_synchronization_request_builder.py +3 -3
- msgraph/generated/security/cases/ediscovery_cases/item/tags/item/child_tags/child_tags_request_builder.py +4 -3
- msgraph/generated/service_principals/item/check_member_groups/check_member_groups_request_builder.py +2 -2
- msgraph/generated/service_principals/item/get_member_objects/get_member_objects_request_builder.py +2 -2
- msgraph/generated/solutions/virtual_events/events/item/set_external_event_information/set_external_event_information_post_request_body.py +50 -0
- msgraph/generated/solutions/virtual_events/events/item/set_external_event_information/set_external_event_information_request_builder.py +86 -0
- msgraph/generated/solutions/virtual_events/events/item/virtual_event_item_request_builder.py +10 -0
- msgraph/generated/solutions/virtual_events/townhalls/get_by_user_id_and_role_with_user_id_with_role/get_by_user_id_and_role_with_user_id_with_role_get_response.py +58 -0
- msgraph/generated/solutions/virtual_events/townhalls/get_by_user_id_and_role_with_user_id_with_role/get_by_user_id_and_role_with_user_id_with_role_request_builder.py +143 -0
- msgraph/generated/solutions/virtual_events/townhalls/get_by_user_role_with_role/get_by_user_role_with_role_get_response.py +58 -0
- msgraph/generated/solutions/virtual_events/townhalls/get_by_user_role_with_role/get_by_user_role_with_role_request_builder.py +141 -0
- msgraph/generated/solutions/virtual_events/townhalls/townhalls_request_builder.py +29 -0
- msgraph/generated/teams/item/channels/item/members/item/conversation_member_item_request_builder.py +3 -3
- msgraph/generated/teams/item/channels/item/messages/messages_request_builder.py +3 -3
- msgraph/generated/teamwork/workforce_integrations/workforce_integrations_request_builder.py +2 -2
- msgraph/generated/users/item/check_member_groups/check_member_groups_request_builder.py +2 -2
- msgraph/generated/users/item/get_member_objects/get_member_objects_request_builder.py +2 -2
- msgraph/generated/users/item/presence/presence_request_builder.py +4 -4
- msgraph/generated/users/item/user_item_request_builder.py +2 -2
- msgraph/generated/users_with_user_principal_name/users_with_user_principal_name_request_builder.py +2 -2
- {msgraph_sdk-1.17.0.dist-info → msgraph_sdk-1.19.0.dist-info}/METADATA +1 -1
- {msgraph_sdk-1.17.0.dist-info → msgraph_sdk-1.19.0.dist-info}/RECORD +160 -124
- {msgraph_sdk-1.17.0.dist-info → msgraph_sdk-1.19.0.dist-info}/LICENSE +0 -0
- {msgraph_sdk-1.17.0.dist-info → msgraph_sdk-1.19.0.dist-info}/WHEEL +0 -0
msgraph/generated/device_app_management/managed_app_statuses/managed_app_statuses_request_builder.py
CHANGED
@@ -49,10 +49,10 @@ class ManagedAppStatusesRequestBuilder(BaseRequestBuilder):
|
|
49
49
|
|
50
50
|
async def get(self,request_configuration: Optional[RequestConfiguration[ManagedAppStatusesRequestBuilderGetQueryParameters]] = None) -> Optional[ManagedAppStatusCollectionResponse]:
|
51
51
|
"""
|
52
|
-
List properties and relationships of the
|
52
|
+
List properties and relationships of the managedAppStatusRaw objects.
|
53
53
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
54
54
|
Returns: Optional[ManagedAppStatusCollectionResponse]
|
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-managedappstatusraw-list?view=graph-rest-1.0
|
56
56
|
"""
|
57
57
|
request_info = self.to_get_request_information(
|
58
58
|
request_configuration
|
@@ -93,7 +93,7 @@ class ManagedAppStatusesRequestBuilder(BaseRequestBuilder):
|
|
93
93
|
|
94
94
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ManagedAppStatusesRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
95
95
|
"""
|
96
|
-
List properties and relationships of the
|
96
|
+
List properties and relationships of the managedAppStatusRaw 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 ManagedAppStatusesRequestBuilder(BaseRequestBuilder):
|
|
139
139
|
@dataclass
|
140
140
|
class ManagedAppStatusesRequestBuilderGetQueryParameters():
|
141
141
|
"""
|
142
|
-
List properties and relationships of the
|
142
|
+
List properties and relationships of the managedAppStatusRaw objects.
|
143
143
|
"""
|
144
144
|
def get_query_parameter(self,original_name: str) -> str:
|
145
145
|
"""
|
@@ -32,10 +32,10 @@ class ManagedEBookAssignmentItemRequestBuilder(BaseRequestBuilder):
|
|
32
32
|
|
33
33
|
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
34
34
|
"""
|
35
|
-
Deletes a
|
35
|
+
Deletes a managedEBookAssignment.
|
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-books-
|
38
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-delete?view=graph-rest-1.0
|
39
39
|
"""
|
40
40
|
request_info = self.to_delete_request_information(
|
41
41
|
request_configuration
|
@@ -51,10 +51,10 @@ class ManagedEBookAssignmentItemRequestBuilder(BaseRequestBuilder):
|
|
51
51
|
|
52
52
|
async def get(self,request_configuration: Optional[RequestConfiguration[ManagedEBookAssignmentItemRequestBuilderGetQueryParameters]] = None) -> Optional[ManagedEBookAssignment]:
|
53
53
|
"""
|
54
|
-
Read properties and relationships of the
|
54
|
+
Read properties and relationships of the managedEBookAssignment object.
|
55
55
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
56
56
|
Returns: Optional[ManagedEBookAssignment]
|
57
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-books-
|
57
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-get?view=graph-rest-1.0
|
58
58
|
"""
|
59
59
|
request_info = self.to_get_request_information(
|
60
60
|
request_configuration
|
@@ -96,7 +96,7 @@ class ManagedEBookAssignmentItemRequestBuilder(BaseRequestBuilder):
|
|
96
96
|
|
97
97
|
def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
98
98
|
"""
|
99
|
-
Deletes a
|
99
|
+
Deletes a managedEBookAssignment.
|
100
100
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
101
101
|
Returns: RequestInformation
|
102
102
|
"""
|
@@ -107,7 +107,7 @@ class ManagedEBookAssignmentItemRequestBuilder(BaseRequestBuilder):
|
|
107
107
|
|
108
108
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ManagedEBookAssignmentItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
109
109
|
"""
|
110
|
-
Read properties and relationships of the
|
110
|
+
Read properties and relationships of the managedEBookAssignment object.
|
111
111
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
112
112
|
Returns: RequestInformation
|
113
113
|
"""
|
@@ -151,7 +151,7 @@ class ManagedEBookAssignmentItemRequestBuilder(BaseRequestBuilder):
|
|
151
151
|
@dataclass
|
152
152
|
class ManagedEBookAssignmentItemRequestBuilderGetQueryParameters():
|
153
153
|
"""
|
154
|
-
Read properties and relationships of the
|
154
|
+
Read properties and relationships of the managedEBookAssignment object.
|
155
155
|
"""
|
156
156
|
def get_query_parameter(self,original_name: str) -> str:
|
157
157
|
"""
|
@@ -51,10 +51,10 @@ class MobileAppItemRequestBuilder(BaseRequestBuilder):
|
|
51
51
|
|
52
52
|
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
53
53
|
"""
|
54
|
-
Deletes a
|
54
|
+
Deletes a iosiPadOSWebClip.
|
55
55
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
56
56
|
Returns: None
|
57
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-apps-
|
57
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-apps-iosipadoswebclip-delete?view=graph-rest-1.0
|
58
58
|
"""
|
59
59
|
request_info = self.to_delete_request_information(
|
60
60
|
request_configuration
|
@@ -70,10 +70,10 @@ class MobileAppItemRequestBuilder(BaseRequestBuilder):
|
|
70
70
|
|
71
71
|
async def get(self,request_configuration: Optional[RequestConfiguration[MobileAppItemRequestBuilderGetQueryParameters]] = None) -> Optional[MobileApp]:
|
72
72
|
"""
|
73
|
-
Read properties and relationships of the
|
73
|
+
Read properties and relationships of the win32LobApp object.
|
74
74
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
75
75
|
Returns: Optional[MobileApp]
|
76
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-apps-
|
76
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-apps-win32lobapp-get?view=graph-rest-1.0
|
77
77
|
"""
|
78
78
|
request_info = self.to_get_request_information(
|
79
79
|
request_configuration
|
@@ -91,11 +91,11 @@ class MobileAppItemRequestBuilder(BaseRequestBuilder):
|
|
91
91
|
|
92
92
|
async def patch(self,body: MobileApp, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[MobileApp]:
|
93
93
|
"""
|
94
|
-
Update the properties of a
|
94
|
+
Update the properties of a macOSLobApp object.
|
95
95
|
param body: The request body
|
96
96
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
97
97
|
Returns: Optional[MobileApp]
|
98
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-apps-
|
98
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-apps-macoslobapp-update?view=graph-rest-1.0
|
99
99
|
"""
|
100
100
|
if body is None:
|
101
101
|
raise TypeError("body cannot be null.")
|
@@ -115,7 +115,7 @@ class MobileAppItemRequestBuilder(BaseRequestBuilder):
|
|
115
115
|
|
116
116
|
def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
117
117
|
"""
|
118
|
-
Deletes a
|
118
|
+
Deletes a iosiPadOSWebClip.
|
119
119
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
120
120
|
Returns: RequestInformation
|
121
121
|
"""
|
@@ -126,7 +126,7 @@ class MobileAppItemRequestBuilder(BaseRequestBuilder):
|
|
126
126
|
|
127
127
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[MobileAppItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
128
128
|
"""
|
129
|
-
Read properties and relationships of the
|
129
|
+
Read properties and relationships of the win32LobApp object.
|
130
130
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
131
131
|
Returns: RequestInformation
|
132
132
|
"""
|
@@ -137,7 +137,7 @@ class MobileAppItemRequestBuilder(BaseRequestBuilder):
|
|
137
137
|
|
138
138
|
def to_patch_request_information(self,body: MobileApp, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
139
139
|
"""
|
140
|
-
Update the properties of a
|
140
|
+
Update the properties of a macOSLobApp object.
|
141
141
|
param body: The request body
|
142
142
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
143
143
|
Returns: RequestInformation
|
@@ -341,7 +341,7 @@ class MobileAppItemRequestBuilder(BaseRequestBuilder):
|
|
341
341
|
@dataclass
|
342
342
|
class MobileAppItemRequestBuilderGetQueryParameters():
|
343
343
|
"""
|
344
|
-
Read properties and relationships of the
|
344
|
+
Read properties and relationships of the win32LobApp object.
|
345
345
|
"""
|
346
346
|
def get_query_parameter(self,original_name: str) -> str:
|
347
347
|
"""
|
@@ -49,10 +49,10 @@ class DeviceCompliancePoliciesRequestBuilder(BaseRequestBuilder):
|
|
49
49
|
|
50
50
|
async def get(self,request_configuration: Optional[RequestConfiguration[DeviceCompliancePoliciesRequestBuilderGetQueryParameters]] = None) -> Optional[DeviceCompliancePolicyCollectionResponse]:
|
51
51
|
"""
|
52
|
-
List properties and relationships of the
|
52
|
+
List properties and relationships of the iosCompliancePolicy objects.
|
53
53
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
54
54
|
Returns: Optional[DeviceCompliancePolicyCollectionResponse]
|
55
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
55
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscompliancepolicy-list?view=graph-rest-1.0
|
56
56
|
"""
|
57
57
|
request_info = self.to_get_request_information(
|
58
58
|
request_configuration
|
@@ -70,11 +70,11 @@ class DeviceCompliancePoliciesRequestBuilder(BaseRequestBuilder):
|
|
70
70
|
|
71
71
|
async def post(self,body: DeviceCompliancePolicy, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DeviceCompliancePolicy]:
|
72
72
|
"""
|
73
|
-
Create a new
|
73
|
+
Create a new windows10CompliancePolicy object.
|
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[DeviceCompliancePolicy]
|
77
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
77
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-create?view=graph-rest-1.0
|
78
78
|
"""
|
79
79
|
if body is None:
|
80
80
|
raise TypeError("body cannot be null.")
|
@@ -94,7 +94,7 @@ class DeviceCompliancePoliciesRequestBuilder(BaseRequestBuilder):
|
|
94
94
|
|
95
95
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[DeviceCompliancePoliciesRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
96
96
|
"""
|
97
|
-
List properties and relationships of the
|
97
|
+
List properties and relationships of the iosCompliancePolicy objects.
|
98
98
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
99
99
|
Returns: RequestInformation
|
100
100
|
"""
|
@@ -105,7 +105,7 @@ class DeviceCompliancePoliciesRequestBuilder(BaseRequestBuilder):
|
|
105
105
|
|
106
106
|
def to_post_request_information(self,body: DeviceCompliancePolicy, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
107
107
|
"""
|
108
|
-
Create a new
|
108
|
+
Create a new windows10CompliancePolicy object.
|
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
|
@@ -140,7 +140,7 @@ class DeviceCompliancePoliciesRequestBuilder(BaseRequestBuilder):
|
|
140
140
|
@dataclass
|
141
141
|
class DeviceCompliancePoliciesRequestBuilderGetQueryParameters():
|
142
142
|
"""
|
143
|
-
List properties and relationships of the
|
143
|
+
List properties and relationships of the iosCompliancePolicy objects.
|
144
144
|
"""
|
145
145
|
def get_query_parameter(self,original_name: str) -> str:
|
146
146
|
"""
|
@@ -41,10 +41,10 @@ class DeviceCompliancePolicyItemRequestBuilder(BaseRequestBuilder):
|
|
41
41
|
|
42
42
|
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
43
43
|
"""
|
44
|
-
Deletes a
|
44
|
+
Deletes a windows81CompliancePolicy.
|
45
45
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
46
46
|
Returns: None
|
47
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
47
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81compliancepolicy-delete?view=graph-rest-1.0
|
48
48
|
"""
|
49
49
|
request_info = self.to_delete_request_information(
|
50
50
|
request_configuration
|
@@ -60,10 +60,10 @@ class DeviceCompliancePolicyItemRequestBuilder(BaseRequestBuilder):
|
|
60
60
|
|
61
61
|
async def get(self,request_configuration: Optional[RequestConfiguration[DeviceCompliancePolicyItemRequestBuilderGetQueryParameters]] = None) -> Optional[DeviceCompliancePolicy]:
|
62
62
|
"""
|
63
|
-
Read properties and relationships of the
|
63
|
+
Read properties and relationships of the macOSCompliancePolicy object.
|
64
64
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
65
65
|
Returns: Optional[DeviceCompliancePolicy]
|
66
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
66
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-get?view=graph-rest-1.0
|
67
67
|
"""
|
68
68
|
request_info = self.to_get_request_information(
|
69
69
|
request_configuration
|
@@ -81,11 +81,11 @@ class DeviceCompliancePolicyItemRequestBuilder(BaseRequestBuilder):
|
|
81
81
|
|
82
82
|
async def patch(self,body: DeviceCompliancePolicy, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DeviceCompliancePolicy]:
|
83
83
|
"""
|
84
|
-
Update the properties of a
|
84
|
+
Update the properties of a androidWorkProfileCompliancePolicy object.
|
85
85
|
param body: The request body
|
86
86
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
87
87
|
Returns: Optional[DeviceCompliancePolicy]
|
88
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
88
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-update?view=graph-rest-1.0
|
89
89
|
"""
|
90
90
|
if body is None:
|
91
91
|
raise TypeError("body cannot be null.")
|
@@ -105,7 +105,7 @@ class DeviceCompliancePolicyItemRequestBuilder(BaseRequestBuilder):
|
|
105
105
|
|
106
106
|
def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
107
107
|
"""
|
108
|
-
Deletes a
|
108
|
+
Deletes a windows81CompliancePolicy.
|
109
109
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
110
110
|
Returns: RequestInformation
|
111
111
|
"""
|
@@ -116,7 +116,7 @@ class DeviceCompliancePolicyItemRequestBuilder(BaseRequestBuilder):
|
|
116
116
|
|
117
117
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[DeviceCompliancePolicyItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
118
118
|
"""
|
119
|
-
Read properties and relationships of the
|
119
|
+
Read properties and relationships of the macOSCompliancePolicy object.
|
120
120
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
121
121
|
Returns: RequestInformation
|
122
122
|
"""
|
@@ -127,7 +127,7 @@ class DeviceCompliancePolicyItemRequestBuilder(BaseRequestBuilder):
|
|
127
127
|
|
128
128
|
def to_patch_request_information(self,body: DeviceCompliancePolicy, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
129
129
|
"""
|
130
|
-
Update the properties of a
|
130
|
+
Update the properties of a androidWorkProfileCompliancePolicy object.
|
131
131
|
param body: The request body
|
132
132
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
133
133
|
Returns: RequestInformation
|
@@ -241,7 +241,7 @@ class DeviceCompliancePolicyItemRequestBuilder(BaseRequestBuilder):
|
|
241
241
|
@dataclass
|
242
242
|
class DeviceCompliancePolicyItemRequestBuilderGetQueryParameters():
|
243
243
|
"""
|
244
|
-
Read properties and relationships of the
|
244
|
+
Read properties and relationships of the macOSCompliancePolicy object.
|
245
245
|
"""
|
246
246
|
def get_query_parameter(self,original_name: str) -> str:
|
247
247
|
"""
|
msgraph/generated/device_management/device_configurations/device_configurations_request_builder.py
CHANGED
@@ -49,10 +49,10 @@ class DeviceConfigurationsRequestBuilder(BaseRequestBuilder):
|
|
49
49
|
|
50
50
|
async def get(self,request_configuration: Optional[RequestConfiguration[DeviceConfigurationsRequestBuilderGetQueryParameters]] = None) -> Optional[DeviceConfigurationCollectionResponse]:
|
51
51
|
"""
|
52
|
-
List properties and relationships of the
|
52
|
+
List properties and relationships of the iosDeviceFeaturesConfiguration objects.
|
53
53
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
54
54
|
Returns: Optional[DeviceConfigurationCollectionResponse]
|
55
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
55
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosdevicefeaturesconfiguration-list?view=graph-rest-1.0
|
56
56
|
"""
|
57
57
|
request_info = self.to_get_request_information(
|
58
58
|
request_configuration
|
@@ -70,11 +70,11 @@ class DeviceConfigurationsRequestBuilder(BaseRequestBuilder):
|
|
70
70
|
|
71
71
|
async def post(self,body: DeviceConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DeviceConfiguration]:
|
72
72
|
"""
|
73
|
-
Create a new
|
73
|
+
Create a new iosDeviceFeaturesConfiguration object.
|
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[DeviceConfiguration]
|
77
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
77
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosdevicefeaturesconfiguration-create?view=graph-rest-1.0
|
78
78
|
"""
|
79
79
|
if body is None:
|
80
80
|
raise TypeError("body cannot be null.")
|
@@ -94,7 +94,7 @@ class DeviceConfigurationsRequestBuilder(BaseRequestBuilder):
|
|
94
94
|
|
95
95
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[DeviceConfigurationsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
96
96
|
"""
|
97
|
-
List properties and relationships of the
|
97
|
+
List properties and relationships of the iosDeviceFeaturesConfiguration objects.
|
98
98
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
99
99
|
Returns: RequestInformation
|
100
100
|
"""
|
@@ -105,7 +105,7 @@ class DeviceConfigurationsRequestBuilder(BaseRequestBuilder):
|
|
105
105
|
|
106
106
|
def to_post_request_information(self,body: DeviceConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
107
107
|
"""
|
108
|
-
Create a new
|
108
|
+
Create a new iosDeviceFeaturesConfiguration object.
|
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
|
@@ -140,7 +140,7 @@ class DeviceConfigurationsRequestBuilder(BaseRequestBuilder):
|
|
140
140
|
@dataclass
|
141
141
|
class DeviceConfigurationsRequestBuilderGetQueryParameters():
|
142
142
|
"""
|
143
|
-
List properties and relationships of the
|
143
|
+
List properties and relationships of the iosDeviceFeaturesConfiguration objects.
|
144
144
|
"""
|
145
145
|
def get_query_parameter(self,original_name: str) -> str:
|
146
146
|
"""
|
@@ -40,10 +40,10 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
40
40
|
|
41
41
|
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
42
42
|
"""
|
43
|
-
Deletes a
|
43
|
+
Deletes a iosGeneralDeviceConfiguration.
|
44
44
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
45
45
|
Returns: None
|
46
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
46
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosgeneraldeviceconfiguration-delete?view=graph-rest-1.0
|
47
47
|
"""
|
48
48
|
request_info = self.to_delete_request_information(
|
49
49
|
request_configuration
|
@@ -59,10 +59,10 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
59
59
|
|
60
60
|
async def get(self,request_configuration: Optional[RequestConfiguration[DeviceConfigurationItemRequestBuilderGetQueryParameters]] = None) -> Optional[DeviceConfiguration]:
|
61
61
|
"""
|
62
|
-
Read properties and relationships of the
|
62
|
+
Read properties and relationships of the windows81GeneralConfiguration object.
|
63
63
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
64
64
|
Returns: Optional[DeviceConfiguration]
|
65
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
65
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81generalconfiguration-get?view=graph-rest-1.0
|
66
66
|
"""
|
67
67
|
request_info = self.to_get_request_information(
|
68
68
|
request_configuration
|
@@ -92,11 +92,11 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
92
92
|
|
93
93
|
async def patch(self,body: DeviceConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DeviceConfiguration]:
|
94
94
|
"""
|
95
|
-
Update the properties of a
|
95
|
+
Update the properties of a androidWorkProfileGeneralDeviceConfiguration object.
|
96
96
|
param body: The request body
|
97
97
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
98
98
|
Returns: Optional[DeviceConfiguration]
|
99
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
99
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-update?view=graph-rest-1.0
|
100
100
|
"""
|
101
101
|
if body is None:
|
102
102
|
raise TypeError("body cannot be null.")
|
@@ -116,7 +116,7 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
116
116
|
|
117
117
|
def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
118
118
|
"""
|
119
|
-
Deletes a
|
119
|
+
Deletes a iosGeneralDeviceConfiguration.
|
120
120
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
121
121
|
Returns: RequestInformation
|
122
122
|
"""
|
@@ -127,7 +127,7 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
127
127
|
|
128
128
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[DeviceConfigurationItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
129
129
|
"""
|
130
|
-
Read properties and relationships of the
|
130
|
+
Read properties and relationships of the windows81GeneralConfiguration object.
|
131
131
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
132
132
|
Returns: RequestInformation
|
133
133
|
"""
|
@@ -138,7 +138,7 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
138
138
|
|
139
139
|
def to_patch_request_information(self,body: DeviceConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
140
140
|
"""
|
141
|
-
Update the properties of a
|
141
|
+
Update the properties of a androidWorkProfileGeneralDeviceConfiguration object.
|
142
142
|
param body: The request body
|
143
143
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
144
144
|
Returns: RequestInformation
|
@@ -234,7 +234,7 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
234
234
|
@dataclass
|
235
235
|
class DeviceConfigurationItemRequestBuilderGetQueryParameters():
|
236
236
|
"""
|
237
|
-
Read properties and relationships of the
|
237
|
+
Read properties and relationships of the windows81GeneralConfiguration object.
|
238
238
|
"""
|
239
239
|
def get_query_parameter(self,original_name: str) -> str:
|
240
240
|
"""
|
@@ -35,10 +35,10 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
35
35
|
|
36
36
|
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
37
37
|
"""
|
38
|
-
Deletes a
|
38
|
+
Deletes a deviceEnrollmentPlatformRestrictionsConfiguration.
|
39
39
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
40
40
|
Returns: None
|
41
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-
|
41
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-delete?view=graph-rest-1.0
|
42
42
|
"""
|
43
43
|
request_info = self.to_delete_request_information(
|
44
44
|
request_configuration
|
@@ -54,10 +54,10 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
54
54
|
|
55
55
|
async def get(self,request_configuration: Optional[RequestConfiguration[DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters]] = None) -> Optional[DeviceEnrollmentConfiguration]:
|
56
56
|
"""
|
57
|
-
Read properties and relationships of the
|
57
|
+
Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object.
|
58
58
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
59
59
|
Returns: Optional[DeviceEnrollmentConfiguration]
|
60
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-
|
60
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-get?view=graph-rest-1.0
|
61
61
|
"""
|
62
62
|
request_info = self.to_get_request_information(
|
63
63
|
request_configuration
|
@@ -75,11 +75,11 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
75
75
|
|
76
76
|
async def patch(self,body: DeviceEnrollmentConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DeviceEnrollmentConfiguration]:
|
77
77
|
"""
|
78
|
-
Update the properties of a
|
78
|
+
Update the properties of a deviceEnrollmentLimitConfiguration object.
|
79
79
|
param body: The request body
|
80
80
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
81
81
|
Returns: Optional[DeviceEnrollmentConfiguration]
|
82
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-
|
82
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-update?view=graph-rest-1.0
|
83
83
|
"""
|
84
84
|
if body is None:
|
85
85
|
raise TypeError("body cannot be null.")
|
@@ -99,7 +99,7 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
99
99
|
|
100
100
|
def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
101
101
|
"""
|
102
|
-
Deletes a
|
102
|
+
Deletes a deviceEnrollmentPlatformRestrictionsConfiguration.
|
103
103
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
104
104
|
Returns: RequestInformation
|
105
105
|
"""
|
@@ -110,7 +110,7 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
110
110
|
|
111
111
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
112
112
|
"""
|
113
|
-
Read properties and relationships of the
|
113
|
+
Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object.
|
114
114
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
115
115
|
Returns: RequestInformation
|
116
116
|
"""
|
@@ -121,7 +121,7 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
121
121
|
|
122
122
|
def to_patch_request_information(self,body: DeviceEnrollmentConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
123
123
|
"""
|
124
|
-
Update the properties of a
|
124
|
+
Update the properties of a deviceEnrollmentLimitConfiguration object.
|
125
125
|
param body: The request body
|
126
126
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
127
127
|
Returns: RequestInformation
|
@@ -181,7 +181,7 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
181
181
|
@dataclass
|
182
182
|
class DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters():
|
183
183
|
"""
|
184
|
-
Read properties and relationships of the
|
184
|
+
Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object.
|
185
185
|
"""
|
186
186
|
def get_query_parameter(self,original_name: str) -> str:
|
187
187
|
"""
|
@@ -96,7 +96,7 @@ class DeviceManagementRequestBuilder(BaseRequestBuilder):
|
|
96
96
|
Read properties and relationships of the deviceManagement object.
|
97
97
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
98
98
|
Returns: Optional[DeviceManagement]
|
99
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-
|
99
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-androidforwork-devicemanagement-get?view=graph-rest-1.0
|
100
100
|
"""
|
101
101
|
request_info = self.to_get_request_information(
|
102
102
|
request_configuration
|
@@ -130,7 +130,7 @@ class DeviceManagementRequestBuilder(BaseRequestBuilder):
|
|
130
130
|
param body: The request body
|
131
131
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
132
132
|
Returns: Optional[DeviceManagement]
|
133
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-
|
133
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-androidforwork-devicemanagement-update?view=graph-rest-1.0
|
134
134
|
"""
|
135
135
|
if body is None:
|
136
136
|
raise TypeError("body cannot be null.")
|
msgraph/generated/device_management/role_definitions/item/role_definition_item_request_builder.py
CHANGED
@@ -52,10 +52,10 @@ class RoleDefinitionItemRequestBuilder(BaseRequestBuilder):
|
|
52
52
|
|
53
53
|
async def get(self,request_configuration: Optional[RequestConfiguration[RoleDefinitionItemRequestBuilderGetQueryParameters]] = None) -> Optional[RoleDefinition]:
|
54
54
|
"""
|
55
|
-
Read properties and relationships of the
|
55
|
+
Read properties and relationships of the deviceAndAppManagementRoleDefinition object.
|
56
56
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
57
57
|
Returns: Optional[RoleDefinition]
|
58
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-rbac-
|
58
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-get?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 RoleDefinitionItemRequestBuilder(BaseRequestBuilder):
|
|
108
108
|
|
109
109
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[RoleDefinitionItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
110
110
|
"""
|
111
|
-
Read properties and relationships of the
|
111
|
+
Read properties and relationships of the deviceAndAppManagementRoleDefinition object.
|
112
112
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
113
113
|
Returns: RequestInformation
|
114
114
|
"""
|
@@ -161,7 +161,7 @@ class RoleDefinitionItemRequestBuilder(BaseRequestBuilder):
|
|
161
161
|
@dataclass
|
162
162
|
class RoleDefinitionItemRequestBuilderGetQueryParameters():
|
163
163
|
"""
|
164
|
-
Read properties and relationships of the
|
164
|
+
Read properties and relationships of the deviceAndAppManagementRoleDefinition object.
|
165
165
|
"""
|
166
166
|
def get_query_parameter(self,original_name: str) -> str:
|
167
167
|
"""
|
@@ -70,11 +70,11 @@ class RoleDefinitionsRequestBuilder(BaseRequestBuilder):
|
|
70
70
|
|
71
71
|
async def post(self,body: RoleDefinition, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[RoleDefinition]:
|
72
72
|
"""
|
73
|
-
Create a new
|
73
|
+
Create a new deviceAndAppManagementRoleDefinition object.
|
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[RoleDefinition]
|
77
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-rbac-
|
77
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-create?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 RoleDefinitionsRequestBuilder(BaseRequestBuilder):
|
|
105
105
|
|
106
106
|
def to_post_request_information(self,body: RoleDefinition, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
107
107
|
"""
|
108
|
-
Create a new
|
108
|
+
Create a new deviceAndAppManagementRoleDefinition object.
|
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
|
@@ -33,7 +33,7 @@ class CheckMemberGroupsRequestBuilder(BaseRequestBuilder):
|
|
33
33
|
|
34
34
|
async def post(self,body: CheckMemberGroupsPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[CheckMemberGroupsPostResponse]:
|
35
35
|
"""
|
36
|
-
Check for membership in a specified list of group IDs, and return from that list
|
36
|
+
Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
|
37
37
|
param body: The request body
|
38
38
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
39
39
|
Returns: Optional[CheckMemberGroupsPostResponse]
|
@@ -57,7 +57,7 @@ class CheckMemberGroupsRequestBuilder(BaseRequestBuilder):
|
|
57
57
|
|
58
58
|
def to_post_request_information(self,body: CheckMemberGroupsPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
59
59
|
"""
|
60
|
-
Check for membership in a specified list of group IDs, and return from that list
|
60
|
+
Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
|
61
61
|
param body: The request body
|
62
62
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
63
63
|
Returns: RequestInformation
|
@@ -33,7 +33,7 @@ class GetMemberObjectsRequestBuilder(BaseRequestBuilder):
|
|
33
33
|
|
34
34
|
async def post(self,body: GetMemberObjectsPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[GetMemberObjectsPostResponse]:
|
35
35
|
"""
|
36
|
-
Return all IDs for the groups, administrative units, and directory roles that a user
|
36
|
+
Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles.
|
37
37
|
param body: The request body
|
38
38
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
39
39
|
Returns: Optional[GetMemberObjectsPostResponse]
|
@@ -57,7 +57,7 @@ class GetMemberObjectsRequestBuilder(BaseRequestBuilder):
|
|
57
57
|
|
58
58
|
def to_post_request_information(self,body: GetMemberObjectsPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
59
59
|
"""
|
60
|
-
Return all IDs for the groups, administrative units, and directory roles that a user
|
60
|
+
Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles.
|
61
61
|
param body: The request body
|
62
62
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
63
63
|
Returns: RequestInformation
|