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
msgraph/generated/directory/public_key_infrastructure/public_key_infrastructure_request_builder.py
ADDED
@@ -0,0 +1,197 @@
|
|
1
|
+
from __future__ import annotations
|
2
|
+
from collections.abc import Callable
|
3
|
+
from dataclasses import dataclass, field
|
4
|
+
from kiota_abstractions.base_request_builder import BaseRequestBuilder
|
5
|
+
from kiota_abstractions.base_request_configuration import RequestConfiguration
|
6
|
+
from kiota_abstractions.default_query_parameters import QueryParameters
|
7
|
+
from kiota_abstractions.get_path_parameters import get_path_parameters
|
8
|
+
from kiota_abstractions.method import Method
|
9
|
+
from kiota_abstractions.request_adapter import RequestAdapter
|
10
|
+
from kiota_abstractions.request_information import RequestInformation
|
11
|
+
from kiota_abstractions.request_option import RequestOption
|
12
|
+
from kiota_abstractions.serialization import Parsable, ParsableFactory
|
13
|
+
from typing import Any, Optional, TYPE_CHECKING, Union
|
14
|
+
from warnings import warn
|
15
|
+
|
16
|
+
if TYPE_CHECKING:
|
17
|
+
from ...models.o_data_errors.o_data_error import ODataError
|
18
|
+
from ...models.public_key_infrastructure_root import PublicKeyInfrastructureRoot
|
19
|
+
from .certificate_based_auth_configurations.certificate_based_auth_configurations_request_builder import CertificateBasedAuthConfigurationsRequestBuilder
|
20
|
+
|
21
|
+
class PublicKeyInfrastructureRequestBuilder(BaseRequestBuilder):
|
22
|
+
"""
|
23
|
+
Provides operations to manage the publicKeyInfrastructure property of the microsoft.graph.directory entity.
|
24
|
+
"""
|
25
|
+
def __init__(self,request_adapter: RequestAdapter, path_parameters: Union[str, dict[str, Any]]) -> None:
|
26
|
+
"""
|
27
|
+
Instantiates a new PublicKeyInfrastructureRequestBuilder and sets the default values.
|
28
|
+
param path_parameters: The raw url or the url-template parameters for the request.
|
29
|
+
param request_adapter: The request adapter to use to execute the requests.
|
30
|
+
Returns: None
|
31
|
+
"""
|
32
|
+
super().__init__(request_adapter, "{+baseurl}/directory/publicKeyInfrastructure{?%24expand,%24select}", path_parameters)
|
33
|
+
|
34
|
+
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
35
|
+
"""
|
36
|
+
Delete navigation property publicKeyInfrastructure for directory
|
37
|
+
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
38
|
+
Returns: None
|
39
|
+
"""
|
40
|
+
request_info = self.to_delete_request_information(
|
41
|
+
request_configuration
|
42
|
+
)
|
43
|
+
from ...models.o_data_errors.o_data_error import ODataError
|
44
|
+
|
45
|
+
error_mapping: dict[str, type[ParsableFactory]] = {
|
46
|
+
"XXX": ODataError,
|
47
|
+
}
|
48
|
+
if not self.request_adapter:
|
49
|
+
raise Exception("Http core is null")
|
50
|
+
return await self.request_adapter.send_no_response_content_async(request_info, error_mapping)
|
51
|
+
|
52
|
+
async def get(self,request_configuration: Optional[RequestConfiguration[PublicKeyInfrastructureRequestBuilderGetQueryParameters]] = None) -> Optional[PublicKeyInfrastructureRoot]:
|
53
|
+
"""
|
54
|
+
Get publicKeyInfrastructure from directory
|
55
|
+
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
56
|
+
Returns: Optional[PublicKeyInfrastructureRoot]
|
57
|
+
"""
|
58
|
+
request_info = self.to_get_request_information(
|
59
|
+
request_configuration
|
60
|
+
)
|
61
|
+
from ...models.o_data_errors.o_data_error import ODataError
|
62
|
+
|
63
|
+
error_mapping: dict[str, type[ParsableFactory]] = {
|
64
|
+
"XXX": ODataError,
|
65
|
+
}
|
66
|
+
if not self.request_adapter:
|
67
|
+
raise Exception("Http core is null")
|
68
|
+
from ...models.public_key_infrastructure_root import PublicKeyInfrastructureRoot
|
69
|
+
|
70
|
+
return await self.request_adapter.send_async(request_info, PublicKeyInfrastructureRoot, error_mapping)
|
71
|
+
|
72
|
+
async def patch(self,body: PublicKeyInfrastructureRoot, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[PublicKeyInfrastructureRoot]:
|
73
|
+
"""
|
74
|
+
Update the navigation property publicKeyInfrastructure in directory
|
75
|
+
param body: The request body
|
76
|
+
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
77
|
+
Returns: Optional[PublicKeyInfrastructureRoot]
|
78
|
+
"""
|
79
|
+
if body is None:
|
80
|
+
raise TypeError("body cannot be null.")
|
81
|
+
request_info = self.to_patch_request_information(
|
82
|
+
body, request_configuration
|
83
|
+
)
|
84
|
+
from ...models.o_data_errors.o_data_error import ODataError
|
85
|
+
|
86
|
+
error_mapping: dict[str, type[ParsableFactory]] = {
|
87
|
+
"XXX": ODataError,
|
88
|
+
}
|
89
|
+
if not self.request_adapter:
|
90
|
+
raise Exception("Http core is null")
|
91
|
+
from ...models.public_key_infrastructure_root import PublicKeyInfrastructureRoot
|
92
|
+
|
93
|
+
return await self.request_adapter.send_async(request_info, PublicKeyInfrastructureRoot, error_mapping)
|
94
|
+
|
95
|
+
def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
96
|
+
"""
|
97
|
+
Delete navigation property publicKeyInfrastructure for directory
|
98
|
+
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
99
|
+
Returns: RequestInformation
|
100
|
+
"""
|
101
|
+
request_info = RequestInformation(Method.DELETE, self.url_template, self.path_parameters)
|
102
|
+
request_info.configure(request_configuration)
|
103
|
+
return request_info
|
104
|
+
|
105
|
+
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[PublicKeyInfrastructureRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
106
|
+
"""
|
107
|
+
Get publicKeyInfrastructure from directory
|
108
|
+
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
109
|
+
Returns: RequestInformation
|
110
|
+
"""
|
111
|
+
request_info = RequestInformation(Method.GET, self.url_template, self.path_parameters)
|
112
|
+
request_info.configure(request_configuration)
|
113
|
+
request_info.headers.try_add("Accept", "application/json")
|
114
|
+
return request_info
|
115
|
+
|
116
|
+
def to_patch_request_information(self,body: PublicKeyInfrastructureRoot, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
117
|
+
"""
|
118
|
+
Update the navigation property publicKeyInfrastructure in directory
|
119
|
+
param body: The request body
|
120
|
+
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
121
|
+
Returns: RequestInformation
|
122
|
+
"""
|
123
|
+
if body is None:
|
124
|
+
raise TypeError("body cannot be null.")
|
125
|
+
request_info = RequestInformation(Method.PATCH, self.url_template, self.path_parameters)
|
126
|
+
request_info.configure(request_configuration)
|
127
|
+
request_info.headers.try_add("Accept", "application/json")
|
128
|
+
request_info.set_content_from_parsable(self.request_adapter, "application/json", body)
|
129
|
+
return request_info
|
130
|
+
|
131
|
+
def with_url(self,raw_url: str) -> PublicKeyInfrastructureRequestBuilder:
|
132
|
+
"""
|
133
|
+
Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
|
134
|
+
param raw_url: The raw URL to use for the request builder.
|
135
|
+
Returns: PublicKeyInfrastructureRequestBuilder
|
136
|
+
"""
|
137
|
+
if raw_url is None:
|
138
|
+
raise TypeError("raw_url cannot be null.")
|
139
|
+
return PublicKeyInfrastructureRequestBuilder(self.request_adapter, raw_url)
|
140
|
+
|
141
|
+
@property
|
142
|
+
def certificate_based_auth_configurations(self) -> CertificateBasedAuthConfigurationsRequestBuilder:
|
143
|
+
"""
|
144
|
+
Provides operations to manage the certificateBasedAuthConfigurations property of the microsoft.graph.publicKeyInfrastructureRoot entity.
|
145
|
+
"""
|
146
|
+
from .certificate_based_auth_configurations.certificate_based_auth_configurations_request_builder import CertificateBasedAuthConfigurationsRequestBuilder
|
147
|
+
|
148
|
+
return CertificateBasedAuthConfigurationsRequestBuilder(self.request_adapter, self.path_parameters)
|
149
|
+
|
150
|
+
@dataclass
|
151
|
+
class PublicKeyInfrastructureRequestBuilderDeleteRequestConfiguration(RequestConfiguration[QueryParameters]):
|
152
|
+
"""
|
153
|
+
Configuration for the request such as headers, query parameters, and middleware options.
|
154
|
+
"""
|
155
|
+
warn("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.", DeprecationWarning)
|
156
|
+
|
157
|
+
@dataclass
|
158
|
+
class PublicKeyInfrastructureRequestBuilderGetQueryParameters():
|
159
|
+
"""
|
160
|
+
Get publicKeyInfrastructure from directory
|
161
|
+
"""
|
162
|
+
def get_query_parameter(self,original_name: str) -> str:
|
163
|
+
"""
|
164
|
+
Maps the query parameters names to their encoded names for the URI template parsing.
|
165
|
+
param original_name: The original query parameter name in the class.
|
166
|
+
Returns: str
|
167
|
+
"""
|
168
|
+
if original_name is None:
|
169
|
+
raise TypeError("original_name cannot be null.")
|
170
|
+
if original_name == "expand":
|
171
|
+
return "%24expand"
|
172
|
+
if original_name == "select":
|
173
|
+
return "%24select"
|
174
|
+
return original_name
|
175
|
+
|
176
|
+
# Expand related entities
|
177
|
+
expand: Optional[list[str]] = None
|
178
|
+
|
179
|
+
# Select properties to be returned
|
180
|
+
select: Optional[list[str]] = None
|
181
|
+
|
182
|
+
|
183
|
+
@dataclass
|
184
|
+
class PublicKeyInfrastructureRequestBuilderGetRequestConfiguration(RequestConfiguration[PublicKeyInfrastructureRequestBuilderGetQueryParameters]):
|
185
|
+
"""
|
186
|
+
Configuration for the request such as headers, query parameters, and middleware options.
|
187
|
+
"""
|
188
|
+
warn("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.", DeprecationWarning)
|
189
|
+
|
190
|
+
@dataclass
|
191
|
+
class PublicKeyInfrastructureRequestBuilderPatchRequestConfiguration(RequestConfiguration[QueryParameters]):
|
192
|
+
"""
|
193
|
+
Configuration for the request such as headers, query parameters, and middleware options.
|
194
|
+
"""
|
195
|
+
warn("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.", DeprecationWarning)
|
196
|
+
|
197
|
+
|
@@ -71,11 +71,11 @@ class RetentionLabelRequestBuilder(BaseRequestBuilder):
|
|
71
71
|
|
72
72
|
async def patch(self,body: ItemRetentionLabel, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[ItemRetentionLabel]:
|
73
73
|
"""
|
74
|
-
|
74
|
+
Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive.
|
75
75
|
param body: The request body
|
76
76
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
77
77
|
Returns: Optional[ItemRetentionLabel]
|
78
|
-
Find more info here: https://learn.microsoft.com/graph/api/driveitem-
|
78
|
+
Find more info here: https://learn.microsoft.com/graph/api/driveitem-lockorunlockrecord?view=graph-rest-1.0
|
79
79
|
"""
|
80
80
|
if body is None:
|
81
81
|
raise TypeError("body cannot be null.")
|
@@ -116,7 +116,7 @@ class RetentionLabelRequestBuilder(BaseRequestBuilder):
|
|
116
116
|
|
117
117
|
def to_patch_request_information(self,body: ItemRetentionLabel, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
118
118
|
"""
|
119
|
-
|
119
|
+
Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive.
|
120
120
|
param body: The request body
|
121
121
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
122
122
|
Returns: RequestInformation
|
@@ -126,10 +126,10 @@ class RangeRequestBuilder(BaseRequestBuilder):
|
|
126
126
|
|
127
127
|
async def get(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[WorkbookRange]:
|
128
128
|
"""
|
129
|
-
|
129
|
+
Retrieve the properties and relationships of range object.
|
130
130
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
131
131
|
Returns: Optional[WorkbookRange]
|
132
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
132
|
+
Find more info here: https://learn.microsoft.com/graph/api/range-get?view=graph-rest-1.0
|
133
133
|
"""
|
134
134
|
request_info = self.to_get_request_information(
|
135
135
|
request_configuration
|
@@ -225,7 +225,7 @@ class RangeRequestBuilder(BaseRequestBuilder):
|
|
225
225
|
|
226
226
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
227
227
|
"""
|
228
|
-
|
228
|
+
Retrieve the properties and relationships of range object.
|
229
229
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
230
230
|
Returns: RequestInformation
|
231
231
|
"""
|
@@ -126,10 +126,10 @@ class RangeRequestBuilder(BaseRequestBuilder):
|
|
126
126
|
|
127
127
|
async def get(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[WorkbookRange]:
|
128
128
|
"""
|
129
|
-
|
129
|
+
Retrieve the properties and relationships of range object.
|
130
130
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
131
131
|
Returns: Optional[WorkbookRange]
|
132
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
132
|
+
Find more info here: https://learn.microsoft.com/graph/api/range-get?view=graph-rest-1.0
|
133
133
|
"""
|
134
134
|
request_info = self.to_get_request_information(
|
135
135
|
request_configuration
|
@@ -225,7 +225,7 @@ class RangeRequestBuilder(BaseRequestBuilder):
|
|
225
225
|
|
226
226
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
227
227
|
"""
|
228
|
-
|
228
|
+
Retrieve the properties and relationships of range object.
|
229
229
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
230
230
|
Returns: RequestInformation
|
231
231
|
"""
|
msgraph/generated/external/connections/item/items/item/external_item_item_request_builder.py
CHANGED
@@ -74,11 +74,11 @@ class ExternalItemItemRequestBuilder(BaseRequestBuilder):
|
|
74
74
|
|
75
75
|
async def put(self,body: ExternalItem, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[ExternalItem]:
|
76
76
|
"""
|
77
|
-
|
77
|
+
Create a new externalItem 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[ExternalItem]
|
81
|
-
Find more info here: https://learn.microsoft.com/graph/api/externalconnectors-
|
81
|
+
Find more info here: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-put-items?view=graph-rest-1.0
|
82
82
|
"""
|
83
83
|
if body is None:
|
84
84
|
raise TypeError("body cannot be null.")
|
@@ -119,7 +119,7 @@ class ExternalItemItemRequestBuilder(BaseRequestBuilder):
|
|
119
119
|
|
120
120
|
def to_put_request_information(self,body: ExternalItem, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
121
121
|
"""
|
122
|
-
|
122
|
+
Create a new externalItem object.
|
123
123
|
param body: The request body
|
124
124
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
125
125
|
Returns: RequestInformation
|
@@ -74,11 +74,11 @@ class GroupsRequestBuilder(BaseRequestBuilder):
|
|
74
74
|
|
75
75
|
async def post(self,body: Group, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[Group]:
|
76
76
|
"""
|
77
|
-
Create a new group
|
77
|
+
Create a new group as specified in the request body. You can create the following types of groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
|
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[Group]
|
81
|
-
Find more info here: https://learn.microsoft.com/graph/api/group-
|
81
|
+
Find more info here: https://learn.microsoft.com/graph/api/group-post-groups?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 GroupsRequestBuilder(BaseRequestBuilder):
|
|
109
109
|
|
110
110
|
def to_post_request_information(self,body: Group, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
111
111
|
"""
|
112
|
-
Create a new group
|
112
|
+
Create a new group as specified in the request body. You can create the following types of groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
|
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
|
@@ -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
|
"""
|
@@ -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
|
"""
|
msgraph/generated/groups/item/calendar/calendar_view/item/instances/instances_request_builder.py
CHANGED
@@ -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
|
"""
|
@@ -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
|
"""
|
@@ -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
|
"""
|