msgraph-sdk 1.30.0__py3-none-any.whl → 1.31.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/members/item/conversation_member_item_request_builder.py +4 -4
- 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_policies/managed_app_policies_request_builder.py +4 -4
- 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/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/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/assignments_request_builder.py +7 -7
- msgraph/generated/device_app_management/managed_e_books/item/assignments/item/managed_e_book_assignment_item_request_builder.py +10 -10
- msgraph/generated/device_app_management/managed_e_books/managed_e_books_request_builder.py +4 -4
- msgraph/generated/device_app_management/mobile_app_configurations/item/managed_device_mobile_app_configuration_item_request_builder.py +4 -4
- msgraph/generated/device_app_management/mobile_app_configurations/mobile_app_configurations_request_builder.py +4 -4
- msgraph/generated/device_app_management/mobile_apps/item/mobile_app_item_request_builder.py +10 -10
- 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/device_enrollment_configurations_request_builder.py +7 -7
- 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 +7 -7
- msgraph/generated/device_management/role_definitions/role_definitions_request_builder.py +7 -7
- msgraph/generated/directory/directory_request_builder.py +10 -0
- msgraph/generated/directory/public_key_infrastructure/certificate_based_auth_configurations/certificate_based_auth_configurations_request_builder.py +208 -0
- msgraph/generated/directory/public_key_infrastructure/certificate_based_auth_configurations/count/count_request_builder.py +104 -0
- msgraph/generated/directory/public_key_infrastructure/certificate_based_auth_configurations/item/certificate_authorities/certificate_authorities_request_builder.py +208 -0
- msgraph/generated/directory/public_key_infrastructure/certificate_based_auth_configurations/item/certificate_authorities/count/count_request_builder.py +104 -0
- msgraph/generated/directory/public_key_infrastructure/certificate_based_auth_configurations/item/certificate_authorities/item/certificate_authority_detail_item_request_builder.py +187 -0
- msgraph/generated/directory/public_key_infrastructure/certificate_based_auth_configurations/item/certificate_based_auth_pki_item_request_builder.py +207 -0
- msgraph/generated/directory/public_key_infrastructure/certificate_based_auth_configurations/item/upload/upload_post_request_body.py +54 -0
- msgraph/generated/directory/public_key_infrastructure/certificate_based_auth_configurations/item/upload/upload_request_builder.py +85 -0
- msgraph/generated/directory/public_key_infrastructure/public_key_infrastructure_request_builder.py +197 -0
- 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/worksheets/item/names/item/range/range_request_builder.py +3 -3
- 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/calendar/calendar_view/item/exception_occurrences/exception_occurrences_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar/calendar_view/item/exception_occurrences/item/event_item_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar/calendar_view/item/exception_occurrences/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar/calendar_view/item/exception_occurrences/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar/calendar_view/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar/calendar_view/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar/calendar_view/item/instances/item/exception_occurrences/exception_occurrences_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar/calendar_view/item/instances/item/exception_occurrences/item/event_item_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar/events/item/exception_occurrences/exception_occurrences_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar/events/item/exception_occurrences/item/event_item_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar/events/item/exception_occurrences/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar/events/item/exception_occurrences/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar/events/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar/events/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar/events/item/instances/item/exception_occurrences/exception_occurrences_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar/events/item/instances/item/exception_occurrences/item/event_item_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar_view/item/exception_occurrences/exception_occurrences_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar_view/item/exception_occurrences/item/event_item_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar_view/item/exception_occurrences/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar_view/item/exception_occurrences/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar_view/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar_view/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar_view/item/instances/item/exception_occurrences/exception_occurrences_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar_view/item/instances/item/exception_occurrences/item/event_item_request_builder.py +3 -3
- msgraph/generated/groups/item/conversations/item/conversation_item_request_builder.py +1 -1
- msgraph/generated/groups/item/events/item/exception_occurrences/exception_occurrences_request_builder.py +3 -3
- msgraph/generated/groups/item/events/item/exception_occurrences/item/event_item_request_builder.py +3 -3
- msgraph/generated/groups/item/events/item/exception_occurrences/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/groups/item/events/item/exception_occurrences/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/groups/item/events/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/groups/item/events/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/groups/item/events/item/instances/item/exception_occurrences/exception_occurrences_request_builder.py +3 -3
- msgraph/generated/groups/item/events/item/instances/item/exception_occurrences/item/event_item_request_builder.py +3 -3
- msgraph/generated/groups/item/threads/item/conversation_thread_item_request_builder.py +1 -1
- msgraph/generated/groups/item/threads/item/posts/posts_request_builder.py +4 -4
- 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 +6 -6
- msgraph/generated/identity_governance/terms_of_use/agreements/item/agreement_item_request_builder.py +4 -4
- msgraph/generated/kiota-dom-export.txt +349 -0
- msgraph/generated/kiota-lock.json +1 -1
- msgraph/generated/models/access_package_assignment_approval_settings.py +1 -1
- msgraph/generated/models/access_package_assignment_request.py +1 -1
- msgraph/generated/models/access_package_assignment_request_requirements.py +1 -1
- msgraph/generated/models/access_package_notification_settings.py +1 -1
- msgraph/generated/models/ai_interaction.py +131 -0
- msgraph/generated/models/ai_interaction_attachment.py +70 -0
- msgraph/generated/models/ai_interaction_context.py +62 -0
- msgraph/generated/models/ai_interaction_history.py +53 -0
- msgraph/generated/models/ai_interaction_link.py +62 -0
- msgraph/generated/models/ai_interaction_mention.py +69 -0
- msgraph/generated/models/ai_interaction_mentioned_identity_set.py +67 -0
- msgraph/generated/models/ai_interaction_type.py +7 -0
- msgraph/generated/models/ai_user.py +60 -0
- msgraph/generated/models/certificate_authority_detail.py +101 -0
- msgraph/generated/models/certificate_authority_detail_collection_response.py +58 -0
- msgraph/generated/models/certificate_authority_type.py +7 -0
- msgraph/generated/models/certificate_based_auth_pki.py +77 -0
- msgraph/generated/models/certificate_based_auth_pki_collection_response.py +58 -0
- msgraph/generated/models/directory.py +7 -0
- msgraph/generated/models/directory_object.py +14 -0
- msgraph/generated/models/entity.py +42 -0
- msgraph/generated/models/event.py +3 -3
- msgraph/generated/models/group.py +1 -1
- msgraph/generated/models/identity_set.py +7 -0
- msgraph/generated/models/public_key_infrastructure_root.py +60 -0
- msgraph/generated/models/secure_score_control_profile.py +1 -1
- msgraph/generated/models/vpp_token.py +2 -2
- msgraph/generated/organization/item/organization_item_request_builder.py +3 -3
- msgraph/generated/storage/file_storage/containers/item/recycle_bin/items/items_request_builder.py +4 -3
- msgraph/generated/teams/item/channels/item/members/item/conversation_member_item_request_builder.py +6 -6
- msgraph/generated/teams/item/channels/item/messages/item/replies/replies_request_builder.py +3 -3
- msgraph/generated/teams/item/channels/item/messages/messages_request_builder.py +3 -3
- msgraph/generated/tenant_relationships/multi_tenant_organization/multi_tenant_organization_request_builder.py +3 -3
- msgraph/generated/users/item/calendar/calendar_view/item/exception_occurrences/exception_occurrences_request_builder.py +3 -3
- msgraph/generated/users/item/calendar/calendar_view/item/exception_occurrences/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendar/calendar_view/item/exception_occurrences/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/calendar/calendar_view/item/exception_occurrences/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendar/calendar_view/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/calendar/calendar_view/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendar/calendar_view/item/instances/item/exception_occurrences/exception_occurrences_request_builder.py +3 -3
- msgraph/generated/users/item/calendar/calendar_view/item/instances/item/exception_occurrences/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendar/events/item/exception_occurrences/exception_occurrences_request_builder.py +3 -3
- msgraph/generated/users/item/calendar/events/item/exception_occurrences/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendar/events/item/exception_occurrences/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/calendar/events/item/exception_occurrences/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendar/events/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/calendar/events/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendar/events/item/instances/item/exception_occurrences/exception_occurrences_request_builder.py +3 -3
- msgraph/generated/users/item/calendar/events/item/instances/item/exception_occurrences/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_groups/item/calendars/item/calendar_view/item/exception_occurrences/exception_occurrences_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_groups/item/calendars/item/calendar_view/item/exception_occurrences/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_groups/item/calendars/item/calendar_view/item/exception_occurrences/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_groups/item/calendars/item/calendar_view/item/exception_occurrences/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_groups/item/calendars/item/calendar_view/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_groups/item/calendars/item/calendar_view/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_groups/item/calendars/item/calendar_view/item/instances/item/exception_occurrences/exception_occurrences_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_groups/item/calendars/item/calendar_view/item/instances/item/exception_occurrences/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_groups/item/calendars/item/events/item/exception_occurrences/exception_occurrences_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_groups/item/calendars/item/events/item/exception_occurrences/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_groups/item/calendars/item/events/item/exception_occurrences/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_groups/item/calendars/item/events/item/exception_occurrences/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_groups/item/calendars/item/events/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_groups/item/calendars/item/events/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_groups/item/calendars/item/events/item/instances/item/exception_occurrences/exception_occurrences_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_groups/item/calendars/item/events/item/instances/item/exception_occurrences/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_view/item/exception_occurrences/exception_occurrences_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_view/item/exception_occurrences/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_view/item/exception_occurrences/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_view/item/exception_occurrences/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_view/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_view/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_view/item/instances/item/exception_occurrences/exception_occurrences_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_view/item/instances/item/exception_occurrences/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendars/item/calendar_view/item/exception_occurrences/exception_occurrences_request_builder.py +3 -3
- msgraph/generated/users/item/calendars/item/calendar_view/item/exception_occurrences/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendars/item/calendar_view/item/exception_occurrences/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/calendars/item/calendar_view/item/exception_occurrences/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendars/item/calendar_view/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/calendars/item/calendar_view/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendars/item/calendar_view/item/instances/item/exception_occurrences/exception_occurrences_request_builder.py +3 -3
- msgraph/generated/users/item/calendars/item/calendar_view/item/instances/item/exception_occurrences/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendars/item/events/item/exception_occurrences/exception_occurrences_request_builder.py +3 -3
- msgraph/generated/users/item/calendars/item/events/item/exception_occurrences/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendars/item/events/item/exception_occurrences/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/calendars/item/events/item/exception_occurrences/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendars/item/events/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/calendars/item/events/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendars/item/events/item/instances/item/exception_occurrences/exception_occurrences_request_builder.py +3 -3
- msgraph/generated/users/item/calendars/item/events/item/instances/item/exception_occurrences/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/events/item/exception_occurrences/exception_occurrences_request_builder.py +3 -3
- msgraph/generated/users/item/events/item/exception_occurrences/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/events/item/exception_occurrences/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/events/item/exception_occurrences/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/events/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/events/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/events/item/instances/item/exception_occurrences/exception_occurrences_request_builder.py +3 -3
- msgraph/generated/users/item/events/item/instances/item/exception_occurrences/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/user_item_request_builder.py +3 -3
- msgraph/generated/users/users_request_builder.py +4 -4
- msgraph/generated/users_with_user_principal_name/users_with_user_principal_name_request_builder.py +3 -3
- {msgraph_sdk-1.30.0.dist-info → msgraph_sdk-1.31.0.dist-info}/METADATA +1 -1
- {msgraph_sdk-1.30.0.dist-info → msgraph_sdk-1.31.0.dist-info}/RECORD +188 -164
- {msgraph_sdk-1.30.0.dist-info → msgraph_sdk-1.31.0.dist-info}/WHEEL +0 -0
- {msgraph_sdk-1.30.0.dist-info → msgraph_sdk-1.31.0.dist-info}/licenses/LICENSE +0 -0
@@ -49,7 +49,7 @@ class ExceptionOccurrencesRequestBuilder(BaseRequestBuilder):
|
|
49
49
|
|
50
50
|
async def get(self,request_configuration: Optional[RequestConfiguration[ExceptionOccurrencesRequestBuilderGetQueryParameters]] = None) -> Optional[EventCollectionResponse]:
|
51
51
|
"""
|
52
|
-
|
52
|
+
Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
53
53
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
54
54
|
Returns: Optional[EventCollectionResponse]
|
55
55
|
"""
|
@@ -69,7 +69,7 @@ class ExceptionOccurrencesRequestBuilder(BaseRequestBuilder):
|
|
69
69
|
|
70
70
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ExceptionOccurrencesRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
71
71
|
"""
|
72
|
-
|
72
|
+
Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
73
73
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
74
74
|
Returns: RequestInformation
|
75
75
|
"""
|
@@ -109,7 +109,7 @@ class ExceptionOccurrencesRequestBuilder(BaseRequestBuilder):
|
|
109
109
|
@dataclass
|
110
110
|
class ExceptionOccurrencesRequestBuilderGetQueryParameters():
|
111
111
|
"""
|
112
|
-
|
112
|
+
Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
113
113
|
"""
|
114
114
|
def get_query_parameter(self,original_name: str) -> str:
|
115
115
|
"""
|
@@ -43,7 +43,7 @@ class EventItemRequestBuilder(BaseRequestBuilder):
|
|
43
43
|
|
44
44
|
async def get(self,request_configuration: Optional[RequestConfiguration[EventItemRequestBuilderGetQueryParameters]] = None) -> Optional[Event]:
|
45
45
|
"""
|
46
|
-
|
46
|
+
Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
47
47
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
48
48
|
Returns: Optional[Event]
|
49
49
|
"""
|
@@ -63,7 +63,7 @@ class EventItemRequestBuilder(BaseRequestBuilder):
|
|
63
63
|
|
64
64
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[EventItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
65
65
|
"""
|
66
|
-
|
66
|
+
Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
67
67
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
68
68
|
Returns: RequestInformation
|
69
69
|
"""
|
@@ -184,7 +184,7 @@ class EventItemRequestBuilder(BaseRequestBuilder):
|
|
184
184
|
@dataclass
|
185
185
|
class EventItemRequestBuilderGetQueryParameters():
|
186
186
|
"""
|
187
|
-
|
187
|
+
Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
188
188
|
"""
|
189
189
|
def get_query_parameter(self,original_name: str) -> str:
|
190
190
|
"""
|
@@ -49,7 +49,7 @@ class ExceptionOccurrencesRequestBuilder(BaseRequestBuilder):
|
|
49
49
|
|
50
50
|
async def get(self,request_configuration: Optional[RequestConfiguration[ExceptionOccurrencesRequestBuilderGetQueryParameters]] = None) -> Optional[EventCollectionResponse]:
|
51
51
|
"""
|
52
|
-
|
52
|
+
Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
53
53
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
54
54
|
Returns: Optional[EventCollectionResponse]
|
55
55
|
"""
|
@@ -69,7 +69,7 @@ class ExceptionOccurrencesRequestBuilder(BaseRequestBuilder):
|
|
69
69
|
|
70
70
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ExceptionOccurrencesRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
71
71
|
"""
|
72
|
-
|
72
|
+
Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
73
73
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
74
74
|
Returns: RequestInformation
|
75
75
|
"""
|
@@ -109,7 +109,7 @@ class ExceptionOccurrencesRequestBuilder(BaseRequestBuilder):
|
|
109
109
|
@dataclass
|
110
110
|
class ExceptionOccurrencesRequestBuilderGetQueryParameters():
|
111
111
|
"""
|
112
|
-
|
112
|
+
Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
113
113
|
"""
|
114
114
|
def get_query_parameter(self,original_name: str) -> str:
|
115
115
|
"""
|
msgraph/generated/users/item/events/item/exception_occurrences/item/event_item_request_builder.py
CHANGED
@@ -44,7 +44,7 @@ class EventItemRequestBuilder(BaseRequestBuilder):
|
|
44
44
|
|
45
45
|
async def get(self,request_configuration: Optional[RequestConfiguration[EventItemRequestBuilderGetQueryParameters]] = None) -> Optional[Event]:
|
46
46
|
"""
|
47
|
-
|
47
|
+
Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
48
48
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
49
49
|
Returns: Optional[Event]
|
50
50
|
"""
|
@@ -64,7 +64,7 @@ class EventItemRequestBuilder(BaseRequestBuilder):
|
|
64
64
|
|
65
65
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[EventItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
66
66
|
"""
|
67
|
-
|
67
|
+
Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
68
68
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
69
69
|
Returns: RequestInformation
|
70
70
|
"""
|
@@ -194,7 +194,7 @@ class EventItemRequestBuilder(BaseRequestBuilder):
|
|
194
194
|
@dataclass
|
195
195
|
class EventItemRequestBuilderGetQueryParameters():
|
196
196
|
"""
|
197
|
-
|
197
|
+
Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
198
198
|
"""
|
199
199
|
def get_query_parameter(self,original_name: str) -> str:
|
200
200
|
"""
|
@@ -49,7 +49,7 @@ class InstancesRequestBuilder(BaseRequestBuilder):
|
|
49
49
|
|
50
50
|
async def get(self,request_configuration: Optional[RequestConfiguration[InstancesRequestBuilderGetQueryParameters]] = None) -> Optional[EventCollectionResponse]:
|
51
51
|
"""
|
52
|
-
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
52
|
+
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
53
53
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
54
54
|
Returns: Optional[EventCollectionResponse]
|
55
55
|
"""
|
@@ -69,7 +69,7 @@ class InstancesRequestBuilder(BaseRequestBuilder):
|
|
69
69
|
|
70
70
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[InstancesRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
71
71
|
"""
|
72
|
-
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
72
|
+
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
73
73
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
74
74
|
Returns: RequestInformation
|
75
75
|
"""
|
@@ -109,7 +109,7 @@ class InstancesRequestBuilder(BaseRequestBuilder):
|
|
109
109
|
@dataclass
|
110
110
|
class InstancesRequestBuilderGetQueryParameters():
|
111
111
|
"""
|
112
|
-
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
112
|
+
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
113
113
|
"""
|
114
114
|
def get_query_parameter(self,original_name: str) -> str:
|
115
115
|
"""
|
@@ -43,7 +43,7 @@ class EventItemRequestBuilder(BaseRequestBuilder):
|
|
43
43
|
|
44
44
|
async def get(self,request_configuration: Optional[RequestConfiguration[EventItemRequestBuilderGetQueryParameters]] = None) -> Optional[Event]:
|
45
45
|
"""
|
46
|
-
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
46
|
+
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
47
47
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
48
48
|
Returns: Optional[Event]
|
49
49
|
"""
|
@@ -63,7 +63,7 @@ class EventItemRequestBuilder(BaseRequestBuilder):
|
|
63
63
|
|
64
64
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[EventItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
65
65
|
"""
|
66
|
-
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
66
|
+
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
67
67
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
68
68
|
Returns: RequestInformation
|
69
69
|
"""
|
@@ -184,7 +184,7 @@ class EventItemRequestBuilder(BaseRequestBuilder):
|
|
184
184
|
@dataclass
|
185
185
|
class EventItemRequestBuilderGetQueryParameters():
|
186
186
|
"""
|
187
|
-
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
187
|
+
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
188
188
|
"""
|
189
189
|
def get_query_parameter(self,original_name: str) -> str:
|
190
190
|
"""
|
@@ -49,7 +49,7 @@ class InstancesRequestBuilder(BaseRequestBuilder):
|
|
49
49
|
|
50
50
|
async def get(self,request_configuration: Optional[RequestConfiguration[InstancesRequestBuilderGetQueryParameters]] = None) -> Optional[EventCollectionResponse]:
|
51
51
|
"""
|
52
|
-
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
52
|
+
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
53
53
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
54
54
|
Returns: Optional[EventCollectionResponse]
|
55
55
|
"""
|
@@ -69,7 +69,7 @@ class InstancesRequestBuilder(BaseRequestBuilder):
|
|
69
69
|
|
70
70
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[InstancesRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
71
71
|
"""
|
72
|
-
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
72
|
+
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
73
73
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
74
74
|
Returns: RequestInformation
|
75
75
|
"""
|
@@ -109,7 +109,7 @@ class InstancesRequestBuilder(BaseRequestBuilder):
|
|
109
109
|
@dataclass
|
110
110
|
class InstancesRequestBuilderGetQueryParameters():
|
111
111
|
"""
|
112
|
-
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
112
|
+
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
113
113
|
"""
|
114
114
|
def get_query_parameter(self,original_name: str) -> str:
|
115
115
|
"""
|
@@ -44,7 +44,7 @@ class EventItemRequestBuilder(BaseRequestBuilder):
|
|
44
44
|
|
45
45
|
async def get(self,request_configuration: Optional[RequestConfiguration[EventItemRequestBuilderGetQueryParameters]] = None) -> Optional[Event]:
|
46
46
|
"""
|
47
|
-
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
47
|
+
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
48
48
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
49
49
|
Returns: Optional[Event]
|
50
50
|
"""
|
@@ -64,7 +64,7 @@ class EventItemRequestBuilder(BaseRequestBuilder):
|
|
64
64
|
|
65
65
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[EventItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
66
66
|
"""
|
67
|
-
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
67
|
+
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
68
68
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
69
69
|
Returns: RequestInformation
|
70
70
|
"""
|
@@ -194,7 +194,7 @@ class EventItemRequestBuilder(BaseRequestBuilder):
|
|
194
194
|
@dataclass
|
195
195
|
class EventItemRequestBuilderGetQueryParameters():
|
196
196
|
"""
|
197
|
-
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
197
|
+
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
198
198
|
"""
|
199
199
|
def get_query_parameter(self,original_name: str) -> str:
|
200
200
|
"""
|
@@ -49,7 +49,7 @@ class ExceptionOccurrencesRequestBuilder(BaseRequestBuilder):
|
|
49
49
|
|
50
50
|
async def get(self,request_configuration: Optional[RequestConfiguration[ExceptionOccurrencesRequestBuilderGetQueryParameters]] = None) -> Optional[EventCollectionResponse]:
|
51
51
|
"""
|
52
|
-
|
52
|
+
Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
53
53
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
54
54
|
Returns: Optional[EventCollectionResponse]
|
55
55
|
"""
|
@@ -69,7 +69,7 @@ class ExceptionOccurrencesRequestBuilder(BaseRequestBuilder):
|
|
69
69
|
|
70
70
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ExceptionOccurrencesRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
71
71
|
"""
|
72
|
-
|
72
|
+
Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
73
73
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
74
74
|
Returns: RequestInformation
|
75
75
|
"""
|
@@ -109,7 +109,7 @@ class ExceptionOccurrencesRequestBuilder(BaseRequestBuilder):
|
|
109
109
|
@dataclass
|
110
110
|
class ExceptionOccurrencesRequestBuilderGetQueryParameters():
|
111
111
|
"""
|
112
|
-
|
112
|
+
Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
113
113
|
"""
|
114
114
|
def get_query_parameter(self,original_name: str) -> str:
|
115
115
|
"""
|
@@ -43,7 +43,7 @@ class EventItemRequestBuilder(BaseRequestBuilder):
|
|
43
43
|
|
44
44
|
async def get(self,request_configuration: Optional[RequestConfiguration[EventItemRequestBuilderGetQueryParameters]] = None) -> Optional[Event]:
|
45
45
|
"""
|
46
|
-
|
46
|
+
Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
47
47
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
48
48
|
Returns: Optional[Event]
|
49
49
|
"""
|
@@ -63,7 +63,7 @@ class EventItemRequestBuilder(BaseRequestBuilder):
|
|
63
63
|
|
64
64
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[EventItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
65
65
|
"""
|
66
|
-
|
66
|
+
Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
67
67
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
68
68
|
Returns: RequestInformation
|
69
69
|
"""
|
@@ -184,7 +184,7 @@ class EventItemRequestBuilder(BaseRequestBuilder):
|
|
184
184
|
@dataclass
|
185
185
|
class EventItemRequestBuilderGetQueryParameters():
|
186
186
|
"""
|
187
|
-
|
187
|
+
Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
188
188
|
"""
|
189
189
|
def get_query_parameter(self,original_name: str) -> str:
|
190
190
|
"""
|
@@ -108,10 +108,10 @@ class UserItemRequestBuilder(BaseRequestBuilder):
|
|
108
108
|
|
109
109
|
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
110
110
|
"""
|
111
|
-
|
111
|
+
Delete a user object. When deleted, user resources, including their mailbox and license assignments, are moved to a temporary container and if the user is restored within 30 days, these objects are restored to them. The user is also restored to any groups they were a member of. After 30 days and if not restored, the user object is permanently deleted and their assigned resources freed. To manage the deleted user object, see deletedItems.
|
112
112
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
113
113
|
Returns: None
|
114
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
114
|
+
Find more info here: https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0
|
115
115
|
"""
|
116
116
|
request_info = self.to_delete_request_information(
|
117
117
|
request_configuration
|
@@ -202,7 +202,7 @@ class UserItemRequestBuilder(BaseRequestBuilder):
|
|
202
202
|
|
203
203
|
def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
204
204
|
"""
|
205
|
-
|
205
|
+
Delete a user object. When deleted, user resources, including their mailbox and license assignments, are moved to a temporary container and if the user is restored within 30 days, these objects are restored to them. The user is also restored to any groups they were a member of. After 30 days and if not restored, the user object is permanently deleted and their assigned resources freed. To manage the deleted user object, see deletedItems.
|
206
206
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
207
207
|
Returns: RequestInformation
|
208
208
|
"""
|
@@ -56,7 +56,7 @@ class UsersRequestBuilder(BaseRequestBuilder):
|
|
56
56
|
List properties and relationships of the user objects.
|
57
57
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
58
58
|
Returns: Optional[UserCollectionResponse]
|
59
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-
|
59
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-user-list?view=graph-rest-1.0
|
60
60
|
"""
|
61
61
|
request_info = self.to_get_request_information(
|
62
62
|
request_configuration
|
@@ -74,11 +74,11 @@ class UsersRequestBuilder(BaseRequestBuilder):
|
|
74
74
|
|
75
75
|
async def post(self,body: User, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[User]:
|
76
76
|
"""
|
77
|
-
Create a new user
|
77
|
+
Create a new user object.
|
78
78
|
param body: The request body
|
79
79
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
80
80
|
Returns: Optional[User]
|
81
|
-
Find more info here: https://learn.microsoft.com/graph/api/user-
|
81
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-user-create?view=graph-rest-1.0
|
82
82
|
"""
|
83
83
|
if body is None:
|
84
84
|
raise TypeError("body cannot be null.")
|
@@ -109,7 +109,7 @@ class UsersRequestBuilder(BaseRequestBuilder):
|
|
109
109
|
|
110
110
|
def to_post_request_information(self,body: User, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
111
111
|
"""
|
112
|
-
Create a new user
|
112
|
+
Create a new user object.
|
113
113
|
param body: The request body
|
114
114
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
115
115
|
Returns: RequestInformation
|
msgraph/generated/users_with_user_principal_name/users_with_user_principal_name_request_builder.py
CHANGED
@@ -35,10 +35,10 @@ class UsersWithUserPrincipalNameRequestBuilder(BaseRequestBuilder):
|
|
35
35
|
|
36
36
|
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
37
37
|
"""
|
38
|
-
|
38
|
+
Delete a user object. When deleted, user resources, including their mailbox and license assignments, are moved to a temporary container and if the user is restored within 30 days, these objects are restored to them. The user is also restored to any groups they were a member of. After 30 days and if not restored, the user object is permanently deleted and their assigned resources freed. To manage the deleted user object, see deletedItems.
|
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/
|
41
|
+
Find more info here: https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0
|
42
42
|
"""
|
43
43
|
request_info = self.to_delete_request_information(
|
44
44
|
request_configuration
|
@@ -99,7 +99,7 @@ class UsersWithUserPrincipalNameRequestBuilder(BaseRequestBuilder):
|
|
99
99
|
|
100
100
|
def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
101
101
|
"""
|
102
|
-
|
102
|
+
Delete a user object. When deleted, user resources, including their mailbox and license assignments, are moved to a temporary container and if the user is restored within 30 days, these objects are restored to them. The user is also restored to any groups they were a member of. After 30 days and if not restored, the user object is permanently deleted and their assigned resources freed. To manage the deleted user object, see deletedItems.
|
103
103
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
104
104
|
Returns: RequestInformation
|
105
105
|
"""
|