msgraph-sdk 1.35.0__py3-none-any.whl → 1.37.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/applications/get_available_extension_properties/get_available_extension_properties_request_builder.py +2 -2
- msgraph/generated/applications/item/add_key/add_key_request_builder.py +2 -2
- msgraph/generated/applications/item/restore/restore_request_builder.py +2 -2
- msgraph/generated/audit_logs/sign_ins/confirm_compromised/confirm_compromised_post_request_body.py +50 -0
- msgraph/generated/audit_logs/sign_ins/confirm_compromised/confirm_compromised_request_builder.py +87 -0
- msgraph/generated/audit_logs/sign_ins/confirm_safe/confirm_safe_post_request_body.py +50 -0
- msgraph/generated/audit_logs/sign_ins/confirm_safe/confirm_safe_request_builder.py +87 -0
- msgraph/generated/audit_logs/sign_ins/dismiss/dismiss_post_request_body.py +50 -0
- msgraph/generated/audit_logs/sign_ins/dismiss/dismiss_request_builder.py +87 -0
- msgraph/generated/audit_logs/sign_ins/sign_ins_request_builder.py +30 -0
- msgraph/generated/chats/item/messages/messages_request_builder.py +3 -3
- msgraph/generated/chats/item/send_activity_notification/send_activity_notification_post_request_body.py +4 -0
- msgraph/generated/communications/calls/item/participants/invite/invite_request_builder.py +3 -3
- msgraph/generated/contacts/contacts_request_builder.py +1 -52
- msgraph/generated/contacts/get_available_extension_properties/get_available_extension_properties_request_builder.py +2 -2
- msgraph/generated/contacts/item/org_contact_item_request_builder.py +0 -81
- msgraph/generated/contacts/item/restore/restore_request_builder.py +2 -2
- msgraph/generated/contracts/get_available_extension_properties/get_available_extension_properties_request_builder.py +2 -2
- msgraph/generated/contracts/item/restore/restore_request_builder.py +2 -2
- msgraph/generated/device_app_management/device_app_management_request_builder.py +2 -2
- msgraph/generated/device_app_management/managed_app_policies/item/managed_app_policy_item_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_app_policies/managed_app_policies_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_app_registrations/item/managed_app_registration_item_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_app_registrations/managed_app_registrations_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_app_statuses/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 +3 -3
- msgraph/generated/device_app_management/managed_e_books/item/assignments/item/managed_e_book_assignment_item_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_e_books/item/managed_e_book_item_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 +3 -3
- msgraph/generated/device_management/device_compliance_policies/item/device_compliance_policy_item_request_builder.py +7 -7
- 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 +4 -4
- msgraph/generated/device_management/device_management_request_builder.py +2 -2
- msgraph/generated/device_management/role_definitions/item/role_definition_item_request_builder.py +3 -3
- msgraph/generated/devices/get_available_extension_properties/get_available_extension_properties_request_builder.py +2 -2
- msgraph/generated/devices/item/restore/restore_request_builder.py +2 -2
- msgraph/generated/directory/administrative_units/item/administrative_unit_item_request_builder.py +3 -3
- msgraph/generated/directory/deleted_items/deleted_items_request_builder.py +3 -3
- msgraph/generated/directory/deleted_items/get_available_extension_properties/get_available_extension_properties_request_builder.py +2 -2
- msgraph/generated/directory/deleted_items/graph_group/graph_group_request_builder.py +3 -3
- msgraph/generated/directory/deleted_items/item/directory_object_item_request_builder.py +5 -5
- msgraph/generated/directory/deleted_items/item/graph_group/graph_group_request_builder.py +3 -3
- msgraph/generated/directory/deleted_items/item/restore/restore_request_builder.py +2 -2
- msgraph/generated/directory/public_key_infrastructure/certificate_based_auth_configurations/certificate_based_auth_configurations_request_builder.py +7 -5
- msgraph/generated/directory/public_key_infrastructure/certificate_based_auth_configurations/item/certificate_authorities/certificate_authorities_request_builder.py +7 -5
- msgraph/generated/directory/public_key_infrastructure/certificate_based_auth_configurations/item/certificate_authorities/item/certificate_authority_detail_item_request_builder.py +9 -7
- msgraph/generated/directory/public_key_infrastructure/certificate_based_auth_configurations/item/certificate_based_auth_pki_item_request_builder.py +10 -7
- msgraph/generated/directory/public_key_infrastructure/certificate_based_auth_configurations/item/upload/upload_request_builder.py +3 -2
- msgraph/generated/directory/public_key_infrastructure/public_key_infrastructure_request_builder.py +3 -3
- msgraph/generated/directory_objects/get_available_extension_properties/get_available_extension_properties_request_builder.py +2 -2
- msgraph/generated/directory_objects/item/restore/restore_request_builder.py +2 -2
- msgraph/generated/directory_role_templates/get_available_extension_properties/get_available_extension_properties_request_builder.py +2 -2
- msgraph/generated/directory_role_templates/item/restore/restore_request_builder.py +2 -2
- msgraph/generated/directory_roles/get_available_extension_properties/get_available_extension_properties_request_builder.py +2 -2
- msgraph/generated/directory_roles/item/restore/restore_request_builder.py +2 -2
- msgraph/generated/domains/item/verify/verify_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/create_link/create_link_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/restore/restore_request_builder.py +2 -2
- msgraph/generated/group_setting_templates/get_available_extension_properties/get_available_extension_properties_request_builder.py +2 -2
- msgraph/generated/group_setting_templates/item/restore/restore_request_builder.py +2 -2
- msgraph/generated/group_settings/group_settings_request_builder.py +2 -2
- msgraph/generated/groups/get_available_extension_properties/get_available_extension_properties_request_builder.py +2 -2
- msgraph/generated/groups/groups_request_builder.py +3 -3
- msgraph/generated/groups/item/conversations/item/threads/item/reply/reply_request_builder.py +3 -3
- msgraph/generated/groups/item/restore/restore_request_builder.py +2 -2
- msgraph/generated/groups/item/settings/settings_request_builder.py +2 -2
- msgraph/generated/groups/item/team/send_activity_notification/send_activity_notification_post_request_body.py +4 -0
- msgraph/generated/groups/item/threads/item/conversation_thread_item_request_builder.py +5 -5
- msgraph/generated/groups/item/threads/item/reply/reply_request_builder.py +3 -3
- msgraph/generated/identity/conditional_access/named_locations/item/named_location_item_request_builder.py +10 -10
- msgraph/generated/identity_governance/entitlement_management/catalogs/item/custom_workflow_extensions/item/custom_callout_extension_item_request_builder.py +7 -7
- msgraph/generated/identity_governance/terms_of_use/agreements/item/agreement_item_request_builder.py +4 -4
- msgraph/generated/kiota-dom-export.txt +1000 -10
- msgraph/generated/kiota-lock.json +1 -1
- msgraph/generated/models/activities_container.py +60 -0
- msgraph/generated/models/activity_metadata.py +61 -0
- msgraph/generated/models/administrative_unit.py +1 -1
- msgraph/generated/models/ai_interaction_plugin.py +62 -0
- msgraph/generated/models/binary_content.py +57 -0
- msgraph/generated/models/call_event.py +84 -0
- msgraph/generated/models/call_event_type.py +8 -0
- msgraph/generated/models/certificate_authority_detail.py +10 -10
- msgraph/generated/models/certificate_based_auth_pki.py +5 -5
- msgraph/generated/models/classifcation_error_base.py +92 -0
- msgraph/generated/models/classification_error.py +69 -0
- msgraph/generated/models/classification_inner_error.py +67 -0
- msgraph/generated/models/content_activity.py +68 -0
- msgraph/generated/models/content_activity_collection_response.py +58 -0
- msgraph/generated/models/content_base.py +73 -0
- msgraph/generated/models/content_processing_error_type.py +7 -0
- msgraph/generated/models/custom_metadata_dictionary.py +53 -0
- msgraph/generated/models/data_security_and_governance.py +72 -0
- msgraph/generated/models/device.py +1 -1
- msgraph/generated/models/device_metadata.py +69 -0
- msgraph/generated/models/dictionary.py +7 -0
- msgraph/generated/models/directory.py +1 -1
- msgraph/generated/models/dlp_action.py +16 -0
- msgraph/generated/models/dlp_action_info.py +80 -0
- msgraph/generated/models/emergency_call_event.py +68 -0
- msgraph/generated/models/emergency_caller_info.py +77 -0
- msgraph/generated/models/entity.py +84 -0
- msgraph/generated/models/execution_mode.py +7 -0
- msgraph/generated/models/group.py +1 -1
- msgraph/generated/models/group_scope.py +53 -0
- msgraph/generated/models/integrated_application_metadata.py +74 -0
- msgraph/generated/models/label_content_right.py +61 -0
- msgraph/generated/models/operating_system_specifications.py +58 -0
- msgraph/generated/models/partners/billing/billing_reconciliation.py +7 -0
- msgraph/generated/models/partners/billing/unbilled_reconciliation.py +53 -0
- msgraph/generated/models/policy_binding.py +65 -0
- msgraph/generated/models/policy_location.py +84 -0
- msgraph/generated/models/policy_location_application.py +53 -0
- msgraph/generated/models/policy_location_domain.py +53 -0
- msgraph/generated/models/policy_location_url.py +53 -0
- msgraph/generated/models/policy_pivot_property.py +8 -0
- msgraph/generated/models/policy_scope_base.py +101 -0
- msgraph/generated/models/policy_tenant_scope.py +60 -0
- msgraph/generated/models/policy_user_scope.py +53 -0
- msgraph/generated/models/process_content_batch_request.py +69 -0
- msgraph/generated/models/process_content_metadata_base.py +113 -0
- msgraph/generated/models/process_content_request.py +89 -0
- msgraph/generated/models/process_content_response.py +75 -0
- msgraph/generated/models/process_content_responses.py +65 -0
- msgraph/generated/models/process_conversation_metadata.py +68 -0
- msgraph/generated/models/process_file_metadata.py +64 -0
- msgraph/generated/models/processing_error.py +60 -0
- msgraph/generated/models/protected_application_metadata.py +60 -0
- msgraph/generated/models/protection_scope_state.py +7 -0
- msgraph/generated/models/public_key_infrastructure_root.py +1 -1
- msgraph/generated/models/restrict_access_action.py +53 -0
- msgraph/generated/models/restrict_access_action_base.py +72 -0
- msgraph/generated/models/restriction_action.py +7 -0
- msgraph/generated/models/scope_base.py +84 -0
- msgraph/generated/models/security/security.py +7 -0
- msgraph/generated/models/tenant_data_security_and_governance.py +60 -0
- msgraph/generated/models/tenant_protection_scope_container.py +53 -0
- msgraph/generated/models/tenant_scope.py +53 -0
- msgraph/generated/models/text_content.py +57 -0
- msgraph/generated/models/upload_session.py +1 -1
- msgraph/generated/models/usage_rights.py +25 -0
- msgraph/generated/models/usage_rights_included.py +68 -0
- msgraph/generated/models/user.py +8 -1
- msgraph/generated/models/user_activity_type.py +9 -0
- msgraph/generated/models/user_activity_types.py +10 -0
- msgraph/generated/models/user_data_security_and_governance.py +67 -0
- msgraph/generated/models/user_protection_scope_container.py +53 -0
- msgraph/generated/models/user_scope.py +53 -0
- msgraph/generated/organization/get_available_extension_properties/get_available_extension_properties_request_builder.py +2 -2
- msgraph/generated/organization/item/branding/localizations/item/banner_logo/banner_logo_request_builder.py +3 -3
- msgraph/generated/organization/item/organization_item_request_builder.py +3 -3
- msgraph/generated/organization/item/restore/restore_request_builder.py +2 -2
- msgraph/generated/organization/organization_request_builder.py +4 -4
- msgraph/generated/permission_grants/get_available_extension_properties/get_available_extension_properties_request_builder.py +2 -2
- msgraph/generated/permission_grants/item/restore/restore_request_builder.py +2 -2
- msgraph/generated/policies/cross_tenant_access_policy/partners/item/identity_synchronization/identity_synchronization_request_builder.py +3 -3
- msgraph/generated/reports/partners/billing/reconciliation/reconciliation_request_builder.py +10 -0
- msgraph/generated/reports/partners/billing/reconciliation/unbilled/microsoft_graph_partners_billing_export/export_post_request_body.py +68 -0
- msgraph/generated/reports/partners/billing/reconciliation/unbilled/microsoft_graph_partners_billing_export/microsoft_graph_partners_billing_export_request_builder.py +89 -0
- msgraph/generated/reports/partners/billing/reconciliation/unbilled/unbilled_request_builder.py +198 -0
- msgraph/generated/security/data_security_and_governance/data_security_and_governance_request_builder.py +208 -0
- msgraph/generated/security/data_security_and_governance/process_content_async/process_content_async_post_request_body.py +57 -0
- msgraph/generated/security/data_security_and_governance/process_content_async/process_content_async_post_response.py +58 -0
- msgraph/generated/security/data_security_and_governance/process_content_async/process_content_async_request_builder.py +89 -0
- msgraph/generated/security/data_security_and_governance/protection_scopes/compute/compute_post_request_body.py +85 -0
- msgraph/generated/security/data_security_and_governance/protection_scopes/compute/compute_post_response.py +58 -0
- msgraph/generated/security/data_security_and_governance/protection_scopes/compute/compute_request_builder.py +89 -0
- msgraph/generated/security/data_security_and_governance/protection_scopes/protection_scopes_request_builder.py +198 -0
- msgraph/generated/security/security_request_builder.py +10 -0
- msgraph/generated/service_principals/get_available_extension_properties/get_available_extension_properties_request_builder.py +2 -2
- msgraph/generated/service_principals/item/add_key/add_key_request_builder.py +2 -2
- msgraph/generated/service_principals/item/restore/restore_request_builder.py +2 -2
- msgraph/generated/sites/item/lists/item/list_item_request_builder.py +4 -4
- msgraph/generated/sites/sites_request_builder.py +4 -4
- msgraph/generated/teams/item/channels/item/members/item/conversation_member_item_request_builder.py +3 -3
- msgraph/generated/teams/item/channels/item/messages/messages_request_builder.py +3 -3
- msgraph/generated/teams/item/schedule/shifts/item/shift_item_request_builder.py +2 -2
- msgraph/generated/teams/item/send_activity_notification/send_activity_notification_post_request_body.py +4 -0
- msgraph/generated/teamwork/send_activity_notification_to_recipients/send_activity_notification_to_recipients_post_request_body.py +4 -0
- msgraph/generated/tenant_relationships/multi_tenant_organization/multi_tenant_organization_request_builder.py +3 -3
- msgraph/generated/users/get_available_extension_properties/get_available_extension_properties_request_builder.py +2 -2
- msgraph/generated/users/item/chats/item/send_activity_notification/send_activity_notification_post_request_body.py +4 -0
- msgraph/generated/users/item/data_security_and_governance/activities/activities_request_builder.py +198 -0
- msgraph/generated/users/item/data_security_and_governance/activities/content_activities/content_activities_request_builder.py +208 -0
- msgraph/generated/users/item/data_security_and_governance/activities/content_activities/count/count_request_builder.py +104 -0
- msgraph/generated/users/item/data_security_and_governance/activities/content_activities/item/content_activity_item_request_builder.py +188 -0
- msgraph/generated/users/item/data_security_and_governance/data_security_and_governance_request_builder.py +218 -0
- msgraph/generated/users/item/data_security_and_governance/process_content/process_content_post_request_body.py +57 -0
- msgraph/generated/users/item/data_security_and_governance/process_content/process_content_request_builder.py +90 -0
- msgraph/generated/users/item/data_security_and_governance/protection_scopes/compute/compute_post_request_body.py +85 -0
- msgraph/generated/users/item/data_security_and_governance/protection_scopes/compute/compute_post_response.py +58 -0
- msgraph/generated/users/item/data_security_and_governance/protection_scopes/compute/compute_request_builder.py +89 -0
- msgraph/generated/users/item/data_security_and_governance/protection_scopes/protection_scopes_request_builder.py +198 -0
- msgraph/generated/users/item/joined_teams/item/send_activity_notification/send_activity_notification_post_request_body.py +4 -0
- msgraph/generated/users/item/restore/restore_request_builder.py +2 -2
- msgraph/generated/users/item/teamwork/send_activity_notification/send_activity_notification_post_request_body.py +4 -0
- msgraph/generated/users/item/user_item_request_builder.py +16 -6
- msgraph/generated/users/users_request_builder.py +5 -5
- msgraph/generated/users_with_user_principal_name/users_with_user_principal_name_request_builder.py +6 -6
- {msgraph_sdk-1.35.0.dist-info → msgraph_sdk-1.37.0.dist-info}/METADATA +1 -1
- {msgraph_sdk-1.35.0.dist-info → msgraph_sdk-1.37.0.dist-info}/RECORD +210 -122
- {msgraph_sdk-1.35.0.dist-info → msgraph_sdk-1.37.0.dist-info}/WHEEL +0 -0
- {msgraph_sdk-1.35.0.dist-info → msgraph_sdk-1.37.0.dist-info}/licenses/LICENSE +0 -0
@@ -33,7 +33,7 @@ class GraphGroupRequestBuilder(BaseRequestBuilder):
|
|
33
33
|
|
34
34
|
async def get(self,request_configuration: Optional[RequestConfiguration[GraphGroupRequestBuilderGetQueryParameters]] = None) -> Optional[GroupCollectionResponse]:
|
35
35
|
"""
|
36
|
-
Retrieve a list of recently deleted directory objects. Currently, deleted items functionality is only supported for the application, servicePrincipal, group, administrative unit, and user resources.
|
36
|
+
Retrieve a list of recently deleted directory objects. Currently, deleted items functionality is only supported for the application, servicePrincipal, group, administrative unit, and user resources. Retrieve a list of recently deleted directory objects from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal- user
|
37
37
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
38
38
|
Returns: Optional[GroupCollectionResponse]
|
39
39
|
Find more info here: https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-1.0
|
@@ -54,7 +54,7 @@ class GraphGroupRequestBuilder(BaseRequestBuilder):
|
|
54
54
|
|
55
55
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[GraphGroupRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
56
56
|
"""
|
57
|
-
Retrieve a list of recently deleted directory objects. Currently, deleted items functionality is only supported for the application, servicePrincipal, group, administrative unit, and user resources.
|
57
|
+
Retrieve a list of recently deleted directory objects. Currently, deleted items functionality is only supported for the application, servicePrincipal, group, administrative unit, and user resources. Retrieve a list of recently deleted directory objects from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal- user
|
58
58
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
59
59
|
Returns: RequestInformation
|
60
60
|
"""
|
@@ -85,7 +85,7 @@ class GraphGroupRequestBuilder(BaseRequestBuilder):
|
|
85
85
|
@dataclass
|
86
86
|
class GraphGroupRequestBuilderGetQueryParameters():
|
87
87
|
"""
|
88
|
-
Retrieve a list of recently deleted directory objects. Currently, deleted items functionality is only supported for the application, servicePrincipal, group, administrative unit, and user resources.
|
88
|
+
Retrieve a list of recently deleted directory objects. Currently, deleted items functionality is only supported for the application, servicePrincipal, group, administrative unit, and user resources. Retrieve a list of recently deleted directory objects from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal- user
|
89
89
|
"""
|
90
90
|
def get_query_parameter(self,original_name: str) -> str:
|
91
91
|
"""
|
@@ -43,7 +43,7 @@ class DirectoryObjectItemRequestBuilder(BaseRequestBuilder):
|
|
43
43
|
|
44
44
|
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
45
45
|
"""
|
46
|
-
Permanently delete a recently deleted application, group, servicePrincipal, or user object from deleted items. After an item is permanently deleted, it cannot be restored. Administrative units cannot be permanently deleted by using the deletedItems API. Soft-deleted administrative units will be permanently deleted 30 days after initial deletion unless they are restored.
|
46
|
+
Permanently delete a recently deleted application, group, servicePrincipal, or user object from deleted items. After an item is permanently deleted, it cannot be restored. Permanently delete a recently deleted directory object from deleted items. The following types are supported:- certificateBasedAuthPki- certificateAuthorityDetail After an item is permanently deleted, it cannot be restored. Administrative units cannot be permanently deleted by using the deletedItems API. Soft-deleted administrative units will be permanently deleted 30 days after initial deletion unless they are restored.
|
47
47
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
48
48
|
Returns: None
|
49
49
|
Find more info here: https://learn.microsoft.com/graph/api/directory-deleteditems-delete?view=graph-rest-1.0
|
@@ -62,7 +62,7 @@ class DirectoryObjectItemRequestBuilder(BaseRequestBuilder):
|
|
62
62
|
|
63
63
|
async def get(self,request_configuration: Optional[RequestConfiguration[DirectoryObjectItemRequestBuilderGetQueryParameters]] = None) -> Optional[DirectoryObject]:
|
64
64
|
"""
|
65
|
-
Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items.
|
65
|
+
Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. Retrieve the properties of a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal- user
|
66
66
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
67
67
|
Returns: Optional[DirectoryObject]
|
68
68
|
Find more info here: https://learn.microsoft.com/graph/api/directory-deleteditems-get?view=graph-rest-1.0
|
@@ -83,7 +83,7 @@ class DirectoryObjectItemRequestBuilder(BaseRequestBuilder):
|
|
83
83
|
|
84
84
|
def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
85
85
|
"""
|
86
|
-
Permanently delete a recently deleted application, group, servicePrincipal, or user object from deleted items. After an item is permanently deleted, it cannot be restored. Administrative units cannot be permanently deleted by using the deletedItems API. Soft-deleted administrative units will be permanently deleted 30 days after initial deletion unless they are restored.
|
86
|
+
Permanently delete a recently deleted application, group, servicePrincipal, or user object from deleted items. After an item is permanently deleted, it cannot be restored. Permanently delete a recently deleted directory object from deleted items. The following types are supported:- certificateBasedAuthPki- certificateAuthorityDetail After an item is permanently deleted, it cannot be restored. Administrative units cannot be permanently deleted by using the deletedItems API. Soft-deleted administrative units will be permanently deleted 30 days after initial deletion unless they are restored.
|
87
87
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
88
88
|
Returns: RequestInformation
|
89
89
|
"""
|
@@ -94,7 +94,7 @@ class DirectoryObjectItemRequestBuilder(BaseRequestBuilder):
|
|
94
94
|
|
95
95
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[DirectoryObjectItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
96
96
|
"""
|
97
|
-
Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items.
|
97
|
+
Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. Retrieve the properties of a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal- user
|
98
98
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
99
99
|
Returns: RequestInformation
|
100
100
|
"""
|
@@ -222,7 +222,7 @@ class DirectoryObjectItemRequestBuilder(BaseRequestBuilder):
|
|
222
222
|
@dataclass
|
223
223
|
class DirectoryObjectItemRequestBuilderGetQueryParameters():
|
224
224
|
"""
|
225
|
-
Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items.
|
225
|
+
Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. Retrieve the properties of a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal- user
|
226
226
|
"""
|
227
227
|
def get_query_parameter(self,original_name: str) -> str:
|
228
228
|
"""
|
@@ -32,7 +32,7 @@ class GraphGroupRequestBuilder(BaseRequestBuilder):
|
|
32
32
|
|
33
33
|
async def get(self,request_configuration: Optional[RequestConfiguration[GraphGroupRequestBuilderGetQueryParameters]] = None) -> Optional[Group]:
|
34
34
|
"""
|
35
|
-
Retrieve a list of recently deleted directory objects. Currently, deleted items functionality is only supported for the application, servicePrincipal, group, administrative unit, and user resources.
|
35
|
+
Retrieve a list of recently deleted directory objects. Currently, deleted items functionality is only supported for the application, servicePrincipal, group, administrative unit, and user resources. Retrieve a list of recently deleted directory objects from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal- user
|
36
36
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
37
37
|
Returns: Optional[Group]
|
38
38
|
Find more info here: https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-1.0
|
@@ -53,7 +53,7 @@ class GraphGroupRequestBuilder(BaseRequestBuilder):
|
|
53
53
|
|
54
54
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[GraphGroupRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
55
55
|
"""
|
56
|
-
Retrieve a list of recently deleted directory objects. Currently, deleted items functionality is only supported for the application, servicePrincipal, group, administrative unit, and user resources.
|
56
|
+
Retrieve a list of recently deleted directory objects. Currently, deleted items functionality is only supported for the application, servicePrincipal, group, administrative unit, and user resources. Retrieve a list of recently deleted directory objects from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal- user
|
57
57
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
58
58
|
Returns: RequestInformation
|
59
59
|
"""
|
@@ -75,7 +75,7 @@ class GraphGroupRequestBuilder(BaseRequestBuilder):
|
|
75
75
|
@dataclass
|
76
76
|
class GraphGroupRequestBuilderGetQueryParameters():
|
77
77
|
"""
|
78
|
-
Retrieve a list of recently deleted directory objects. Currently, deleted items functionality is only supported for the application, servicePrincipal, group, administrative unit, and user resources.
|
78
|
+
Retrieve a list of recently deleted directory objects. Currently, deleted items functionality is only supported for the application, servicePrincipal, group, administrative unit, and user resources. Retrieve a list of recently deleted directory objects from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal- user
|
79
79
|
"""
|
80
80
|
def get_query_parameter(self,original_name: str) -> str:
|
81
81
|
"""
|
@@ -32,7 +32,7 @@ class RestoreRequestBuilder(BaseRequestBuilder):
|
|
32
32
|
|
33
33
|
async def post(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DirectoryObject]:
|
34
34
|
"""
|
35
|
-
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items.
|
35
|
+
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. Restore a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal
|
36
36
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
37
37
|
Returns: Optional[DirectoryObject]
|
38
38
|
Find more info here: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0
|
@@ -53,7 +53,7 @@ class RestoreRequestBuilder(BaseRequestBuilder):
|
|
53
53
|
|
54
54
|
def to_post_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
55
55
|
"""
|
56
|
-
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items.
|
56
|
+
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. Restore a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal
|
57
57
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
58
58
|
Returns: RequestInformation
|
59
59
|
"""
|
@@ -49,9 +49,10 @@ class CertificateBasedAuthConfigurationsRequestBuilder(BaseRequestBuilder):
|
|
49
49
|
|
50
50
|
async def get(self,request_configuration: Optional[RequestConfiguration[CertificateBasedAuthConfigurationsRequestBuilderGetQueryParameters]] = None) -> Optional[CertificateBasedAuthPkiCollectionResponse]:
|
51
51
|
"""
|
52
|
-
Get
|
52
|
+
Get a list of the certificateBasedAuthPki objects and their properties.
|
53
53
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
54
54
|
Returns: Optional[CertificateBasedAuthPkiCollectionResponse]
|
55
|
+
Find more info here: https://learn.microsoft.com/graph/api/publickeyinfrastructureroot-list-certificatebasedauthconfigurations?view=graph-rest-1.0
|
55
56
|
"""
|
56
57
|
request_info = self.to_get_request_information(
|
57
58
|
request_configuration
|
@@ -69,10 +70,11 @@ class CertificateBasedAuthConfigurationsRequestBuilder(BaseRequestBuilder):
|
|
69
70
|
|
70
71
|
async def post(self,body: CertificateBasedAuthPki, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[CertificateBasedAuthPki]:
|
71
72
|
"""
|
72
|
-
Create new
|
73
|
+
Create a new certificateBasedAuthPki object.
|
73
74
|
param body: The request body
|
74
75
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
75
76
|
Returns: Optional[CertificateBasedAuthPki]
|
77
|
+
Find more info here: https://learn.microsoft.com/graph/api/publickeyinfrastructureroot-post-certificatebasedauthconfigurations?view=graph-rest-1.0
|
76
78
|
"""
|
77
79
|
if body is None:
|
78
80
|
raise TypeError("body cannot be null.")
|
@@ -92,7 +94,7 @@ class CertificateBasedAuthConfigurationsRequestBuilder(BaseRequestBuilder):
|
|
92
94
|
|
93
95
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CertificateBasedAuthConfigurationsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
94
96
|
"""
|
95
|
-
Get
|
97
|
+
Get a list of the certificateBasedAuthPki objects and their properties.
|
96
98
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
97
99
|
Returns: RequestInformation
|
98
100
|
"""
|
@@ -103,7 +105,7 @@ class CertificateBasedAuthConfigurationsRequestBuilder(BaseRequestBuilder):
|
|
103
105
|
|
104
106
|
def to_post_request_information(self,body: CertificateBasedAuthPki, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
105
107
|
"""
|
106
|
-
Create new
|
108
|
+
Create a new certificateBasedAuthPki object.
|
107
109
|
param body: The request body
|
108
110
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
109
111
|
Returns: RequestInformation
|
@@ -138,7 +140,7 @@ class CertificateBasedAuthConfigurationsRequestBuilder(BaseRequestBuilder):
|
|
138
140
|
@dataclass
|
139
141
|
class CertificateBasedAuthConfigurationsRequestBuilderGetQueryParameters():
|
140
142
|
"""
|
141
|
-
Get
|
143
|
+
Get a list of the certificateBasedAuthPki objects and their properties.
|
142
144
|
"""
|
143
145
|
def get_query_parameter(self,original_name: str) -> str:
|
144
146
|
"""
|
@@ -49,9 +49,10 @@ class CertificateAuthoritiesRequestBuilder(BaseRequestBuilder):
|
|
49
49
|
|
50
50
|
async def get(self,request_configuration: Optional[RequestConfiguration[CertificateAuthoritiesRequestBuilderGetQueryParameters]] = None) -> Optional[CertificateAuthorityDetailCollectionResponse]:
|
51
51
|
"""
|
52
|
-
Get
|
52
|
+
Get a list of the certificateAuthorityDetail objects and their properties.
|
53
53
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
54
54
|
Returns: Optional[CertificateAuthorityDetailCollectionResponse]
|
55
|
+
Find more info here: https://learn.microsoft.com/graph/api/certificatebasedauthpki-list-certificateauthorities?view=graph-rest-1.0
|
55
56
|
"""
|
56
57
|
request_info = self.to_get_request_information(
|
57
58
|
request_configuration
|
@@ -69,10 +70,11 @@ class CertificateAuthoritiesRequestBuilder(BaseRequestBuilder):
|
|
69
70
|
|
70
71
|
async def post(self,body: CertificateAuthorityDetail, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[CertificateAuthorityDetail]:
|
71
72
|
"""
|
72
|
-
Create new
|
73
|
+
Create a new certificateAuthorityDetail object.
|
73
74
|
param body: The request body
|
74
75
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
75
76
|
Returns: Optional[CertificateAuthorityDetail]
|
77
|
+
Find more info here: https://learn.microsoft.com/graph/api/certificatebasedauthpki-post-certificateauthorities?view=graph-rest-1.0
|
76
78
|
"""
|
77
79
|
if body is None:
|
78
80
|
raise TypeError("body cannot be null.")
|
@@ -92,7 +94,7 @@ class CertificateAuthoritiesRequestBuilder(BaseRequestBuilder):
|
|
92
94
|
|
93
95
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CertificateAuthoritiesRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
94
96
|
"""
|
95
|
-
Get
|
97
|
+
Get a list of the certificateAuthorityDetail objects and their properties.
|
96
98
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
97
99
|
Returns: RequestInformation
|
98
100
|
"""
|
@@ -103,7 +105,7 @@ class CertificateAuthoritiesRequestBuilder(BaseRequestBuilder):
|
|
103
105
|
|
104
106
|
def to_post_request_information(self,body: CertificateAuthorityDetail, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
105
107
|
"""
|
106
|
-
Create new
|
108
|
+
Create a new certificateAuthorityDetail object.
|
107
109
|
param body: The request body
|
108
110
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
109
111
|
Returns: RequestInformation
|
@@ -138,7 +140,7 @@ class CertificateAuthoritiesRequestBuilder(BaseRequestBuilder):
|
|
138
140
|
@dataclass
|
139
141
|
class CertificateAuthoritiesRequestBuilderGetQueryParameters():
|
140
142
|
"""
|
141
|
-
Get
|
143
|
+
Get a list of the certificateAuthorityDetail objects and their properties.
|
142
144
|
"""
|
143
145
|
def get_query_parameter(self,original_name: str) -> str:
|
144
146
|
"""
|
@@ -32,9 +32,10 @@ class CertificateAuthorityDetailItemRequestBuilder(BaseRequestBuilder):
|
|
32
32
|
|
33
33
|
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
34
34
|
"""
|
35
|
-
Delete
|
35
|
+
Delete a certificateAuthorityDetail object.
|
36
36
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
37
37
|
Returns: None
|
38
|
+
Find more info here: https://learn.microsoft.com/graph/api/certificatebasedauthpki-delete-certificateauthorities?view=graph-rest-1.0
|
38
39
|
"""
|
39
40
|
request_info = self.to_delete_request_information(
|
40
41
|
request_configuration
|
@@ -50,7 +51,7 @@ class CertificateAuthorityDetailItemRequestBuilder(BaseRequestBuilder):
|
|
50
51
|
|
51
52
|
async def get(self,request_configuration: Optional[RequestConfiguration[CertificateAuthorityDetailItemRequestBuilderGetQueryParameters]] = None) -> Optional[CertificateAuthorityDetail]:
|
52
53
|
"""
|
53
|
-
|
54
|
+
The collection of certificate authorities contained in this public key infrastructure resource.
|
54
55
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
55
56
|
Returns: Optional[CertificateAuthorityDetail]
|
56
57
|
"""
|
@@ -70,10 +71,11 @@ class CertificateAuthorityDetailItemRequestBuilder(BaseRequestBuilder):
|
|
70
71
|
|
71
72
|
async def patch(self,body: CertificateAuthorityDetail, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[CertificateAuthorityDetail]:
|
72
73
|
"""
|
73
|
-
Update
|
74
|
+
Update certificateAuthorityDetail
|
74
75
|
param body: The request body
|
75
76
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
76
77
|
Returns: Optional[CertificateAuthorityDetail]
|
78
|
+
Find more info here: https://learn.microsoft.com/graph/api/certificateauthoritydetail-update?view=graph-rest-1.0
|
77
79
|
"""
|
78
80
|
if body is None:
|
79
81
|
raise TypeError("body cannot be null.")
|
@@ -93,7 +95,7 @@ class CertificateAuthorityDetailItemRequestBuilder(BaseRequestBuilder):
|
|
93
95
|
|
94
96
|
def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
95
97
|
"""
|
96
|
-
Delete
|
98
|
+
Delete a certificateAuthorityDetail object.
|
97
99
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
98
100
|
Returns: RequestInformation
|
99
101
|
"""
|
@@ -104,7 +106,7 @@ class CertificateAuthorityDetailItemRequestBuilder(BaseRequestBuilder):
|
|
104
106
|
|
105
107
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CertificateAuthorityDetailItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
106
108
|
"""
|
107
|
-
|
109
|
+
The collection of certificate authorities contained in this public key infrastructure resource.
|
108
110
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
109
111
|
Returns: RequestInformation
|
110
112
|
"""
|
@@ -115,7 +117,7 @@ class CertificateAuthorityDetailItemRequestBuilder(BaseRequestBuilder):
|
|
115
117
|
|
116
118
|
def to_patch_request_information(self,body: CertificateAuthorityDetail, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
117
119
|
"""
|
118
|
-
Update
|
120
|
+
Update certificateAuthorityDetail
|
119
121
|
param body: The request body
|
120
122
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
121
123
|
Returns: RequestInformation
|
@@ -148,7 +150,7 @@ class CertificateAuthorityDetailItemRequestBuilder(BaseRequestBuilder):
|
|
148
150
|
@dataclass
|
149
151
|
class CertificateAuthorityDetailItemRequestBuilderGetQueryParameters():
|
150
152
|
"""
|
151
|
-
|
153
|
+
The collection of certificate authorities contained in this public key infrastructure resource.
|
152
154
|
"""
|
153
155
|
def get_query_parameter(self,original_name: str) -> str:
|
154
156
|
"""
|
@@ -34,9 +34,10 @@ class CertificateBasedAuthPkiItemRequestBuilder(BaseRequestBuilder):
|
|
34
34
|
|
35
35
|
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
36
36
|
"""
|
37
|
-
Delete
|
37
|
+
Delete a certificateBasedAuthPki object.
|
38
38
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
39
39
|
Returns: None
|
40
|
+
Find more info here: https://learn.microsoft.com/graph/api/publickeyinfrastructureroot-delete-certificatebasedauthconfigurations?view=graph-rest-1.0
|
40
41
|
"""
|
41
42
|
request_info = self.to_delete_request_information(
|
42
43
|
request_configuration
|
@@ -52,9 +53,10 @@ class CertificateBasedAuthPkiItemRequestBuilder(BaseRequestBuilder):
|
|
52
53
|
|
53
54
|
async def get(self,request_configuration: Optional[RequestConfiguration[CertificateBasedAuthPkiItemRequestBuilderGetQueryParameters]] = None) -> Optional[CertificateBasedAuthPki]:
|
54
55
|
"""
|
55
|
-
|
56
|
+
Read the properties and relationships of a certificateBasedAuthPki object.
|
56
57
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
57
58
|
Returns: Optional[CertificateBasedAuthPki]
|
59
|
+
Find more info here: https://learn.microsoft.com/graph/api/certificatebasedauthpki-get?view=graph-rest-1.0
|
58
60
|
"""
|
59
61
|
request_info = self.to_get_request_information(
|
60
62
|
request_configuration
|
@@ -72,10 +74,11 @@ class CertificateBasedAuthPkiItemRequestBuilder(BaseRequestBuilder):
|
|
72
74
|
|
73
75
|
async def patch(self,body: CertificateBasedAuthPki, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[CertificateBasedAuthPki]:
|
74
76
|
"""
|
75
|
-
Update the
|
77
|
+
Update the properties of a certificateBasedAuthPki object.
|
76
78
|
param body: The request body
|
77
79
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
78
80
|
Returns: Optional[CertificateBasedAuthPki]
|
81
|
+
Find more info here: https://learn.microsoft.com/graph/api/certificatebasedauthpki-update?view=graph-rest-1.0
|
79
82
|
"""
|
80
83
|
if body is None:
|
81
84
|
raise TypeError("body cannot be null.")
|
@@ -95,7 +98,7 @@ class CertificateBasedAuthPkiItemRequestBuilder(BaseRequestBuilder):
|
|
95
98
|
|
96
99
|
def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
97
100
|
"""
|
98
|
-
Delete
|
101
|
+
Delete a certificateBasedAuthPki object.
|
99
102
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
100
103
|
Returns: RequestInformation
|
101
104
|
"""
|
@@ -106,7 +109,7 @@ class CertificateBasedAuthPkiItemRequestBuilder(BaseRequestBuilder):
|
|
106
109
|
|
107
110
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CertificateBasedAuthPkiItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
108
111
|
"""
|
109
|
-
|
112
|
+
Read the properties and relationships of a certificateBasedAuthPki object.
|
110
113
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
111
114
|
Returns: RequestInformation
|
112
115
|
"""
|
@@ -117,7 +120,7 @@ class CertificateBasedAuthPkiItemRequestBuilder(BaseRequestBuilder):
|
|
117
120
|
|
118
121
|
def to_patch_request_information(self,body: CertificateBasedAuthPki, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
119
122
|
"""
|
120
|
-
Update the
|
123
|
+
Update the properties of a certificateBasedAuthPki object.
|
121
124
|
param body: The request body
|
122
125
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
123
126
|
Returns: RequestInformation
|
@@ -168,7 +171,7 @@ class CertificateBasedAuthPkiItemRequestBuilder(BaseRequestBuilder):
|
|
168
171
|
@dataclass
|
169
172
|
class CertificateBasedAuthPkiItemRequestBuilderGetQueryParameters():
|
170
173
|
"""
|
171
|
-
|
174
|
+
Read the properties and relationships of a certificateBasedAuthPki object.
|
172
175
|
"""
|
173
176
|
def get_query_parameter(self,original_name: str) -> str:
|
174
177
|
"""
|
@@ -32,10 +32,11 @@ class UploadRequestBuilder(BaseRequestBuilder):
|
|
32
32
|
|
33
33
|
async def post(self,body: UploadPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
34
34
|
"""
|
35
|
-
|
35
|
+
Append additional certificate authority details to a certificateBasedAuthPki resource. Only one operation can run at a time and this operation can take up to 30 minutes to complete. To know whether another upload is in progress, call the Get certificateBasedAuthPki. The status property will have the value running.
|
36
36
|
param body: The request body
|
37
37
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
38
38
|
Returns: None
|
39
|
+
Find more info here: https://learn.microsoft.com/graph/api/certificatebasedauthpki-upload?view=graph-rest-1.0
|
39
40
|
"""
|
40
41
|
if body is None:
|
41
42
|
raise TypeError("body cannot be null.")
|
@@ -53,7 +54,7 @@ class UploadRequestBuilder(BaseRequestBuilder):
|
|
53
54
|
|
54
55
|
def to_post_request_information(self,body: UploadPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
55
56
|
"""
|
56
|
-
|
57
|
+
Append additional certificate authority details to a certificateBasedAuthPki resource. Only one operation can run at a time and this operation can take up to 30 minutes to complete. To know whether another upload is in progress, call the Get certificateBasedAuthPki. The status property will have the value running.
|
57
58
|
param body: The request body
|
58
59
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
59
60
|
Returns: RequestInformation
|
msgraph/generated/directory/public_key_infrastructure/public_key_infrastructure_request_builder.py
CHANGED
@@ -51,7 +51,7 @@ class PublicKeyInfrastructureRequestBuilder(BaseRequestBuilder):
|
|
51
51
|
|
52
52
|
async def get(self,request_configuration: Optional[RequestConfiguration[PublicKeyInfrastructureRequestBuilderGetQueryParameters]] = None) -> Optional[PublicKeyInfrastructureRoot]:
|
53
53
|
"""
|
54
|
-
|
54
|
+
The collection of public key infrastructure instances for the certificate-based authentication feature for users in a Microsoft Entra tenant.
|
55
55
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
56
56
|
Returns: Optional[PublicKeyInfrastructureRoot]
|
57
57
|
"""
|
@@ -105,7 +105,7 @@ class PublicKeyInfrastructureRequestBuilder(BaseRequestBuilder):
|
|
105
105
|
|
106
106
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[PublicKeyInfrastructureRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
107
107
|
"""
|
108
|
-
|
108
|
+
The collection of public key infrastructure instances for the certificate-based authentication feature for users in a Microsoft Entra tenant.
|
109
109
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
110
110
|
Returns: RequestInformation
|
111
111
|
"""
|
@@ -158,7 +158,7 @@ class PublicKeyInfrastructureRequestBuilder(BaseRequestBuilder):
|
|
158
158
|
@dataclass
|
159
159
|
class PublicKeyInfrastructureRequestBuilderGetQueryParameters():
|
160
160
|
"""
|
161
|
-
|
161
|
+
The collection of public key infrastructure instances for the certificate-based authentication feature for users in a Microsoft Entra tenant.
|
162
162
|
"""
|
163
163
|
def get_query_parameter(self,original_name: str) -> str:
|
164
164
|
"""
|
@@ -33,7 +33,7 @@ class GetAvailableExtensionPropertiesRequestBuilder(BaseRequestBuilder):
|
|
33
33
|
|
34
34
|
async def post(self,body: GetAvailableExtensionPropertiesPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[GetAvailableExtensionPropertiesPostResponse]:
|
35
35
|
"""
|
36
|
-
Return all directory extension definitions that
|
36
|
+
Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties:
|
37
37
|
param body: The request body
|
38
38
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
39
39
|
Returns: Optional[GetAvailableExtensionPropertiesPostResponse]
|
@@ -57,7 +57,7 @@ class GetAvailableExtensionPropertiesRequestBuilder(BaseRequestBuilder):
|
|
57
57
|
|
58
58
|
def to_post_request_information(self,body: GetAvailableExtensionPropertiesPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
59
59
|
"""
|
60
|
-
Return all directory extension definitions that
|
60
|
+
Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties:
|
61
61
|
param body: The request body
|
62
62
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
63
63
|
Returns: RequestInformation
|
@@ -32,7 +32,7 @@ class RestoreRequestBuilder(BaseRequestBuilder):
|
|
32
32
|
|
33
33
|
async def post(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DirectoryObject]:
|
34
34
|
"""
|
35
|
-
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items.
|
35
|
+
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. Restore a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal
|
36
36
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
37
37
|
Returns: Optional[DirectoryObject]
|
38
38
|
Find more info here: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0
|
@@ -53,7 +53,7 @@ class RestoreRequestBuilder(BaseRequestBuilder):
|
|
53
53
|
|
54
54
|
def to_post_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
55
55
|
"""
|
56
|
-
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items.
|
56
|
+
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. Restore a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal
|
57
57
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
58
58
|
Returns: RequestInformation
|
59
59
|
"""
|
@@ -33,7 +33,7 @@ class GetAvailableExtensionPropertiesRequestBuilder(BaseRequestBuilder):
|
|
33
33
|
|
34
34
|
async def post(self,body: GetAvailableExtensionPropertiesPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[GetAvailableExtensionPropertiesPostResponse]:
|
35
35
|
"""
|
36
|
-
Return all directory extension definitions that
|
36
|
+
Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties:
|
37
37
|
param body: The request body
|
38
38
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
39
39
|
Returns: Optional[GetAvailableExtensionPropertiesPostResponse]
|
@@ -57,7 +57,7 @@ class GetAvailableExtensionPropertiesRequestBuilder(BaseRequestBuilder):
|
|
57
57
|
|
58
58
|
def to_post_request_information(self,body: GetAvailableExtensionPropertiesPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
59
59
|
"""
|
60
|
-
Return all directory extension definitions that
|
60
|
+
Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties:
|
61
61
|
param body: The request body
|
62
62
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
63
63
|
Returns: RequestInformation
|
@@ -32,7 +32,7 @@ class RestoreRequestBuilder(BaseRequestBuilder):
|
|
32
32
|
|
33
33
|
async def post(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DirectoryObject]:
|
34
34
|
"""
|
35
|
-
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items.
|
35
|
+
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. Restore a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal
|
36
36
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
37
37
|
Returns: Optional[DirectoryObject]
|
38
38
|
Find more info here: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0
|
@@ -53,7 +53,7 @@ class RestoreRequestBuilder(BaseRequestBuilder):
|
|
53
53
|
|
54
54
|
def to_post_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
55
55
|
"""
|
56
|
-
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items.
|
56
|
+
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. Restore a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal
|
57
57
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
58
58
|
Returns: RequestInformation
|
59
59
|
"""
|
@@ -33,7 +33,7 @@ class GetAvailableExtensionPropertiesRequestBuilder(BaseRequestBuilder):
|
|
33
33
|
|
34
34
|
async def post(self,body: GetAvailableExtensionPropertiesPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[GetAvailableExtensionPropertiesPostResponse]:
|
35
35
|
"""
|
36
|
-
Return all directory extension definitions that
|
36
|
+
Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties:
|
37
37
|
param body: The request body
|
38
38
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
39
39
|
Returns: Optional[GetAvailableExtensionPropertiesPostResponse]
|
@@ -57,7 +57,7 @@ class GetAvailableExtensionPropertiesRequestBuilder(BaseRequestBuilder):
|
|
57
57
|
|
58
58
|
def to_post_request_information(self,body: GetAvailableExtensionPropertiesPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
59
59
|
"""
|
60
|
-
Return all directory extension definitions that
|
60
|
+
Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties:
|
61
61
|
param body: The request body
|
62
62
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
63
63
|
Returns: RequestInformation
|
@@ -32,7 +32,7 @@ class RestoreRequestBuilder(BaseRequestBuilder):
|
|
32
32
|
|
33
33
|
async def post(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DirectoryObject]:
|
34
34
|
"""
|
35
|
-
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items.
|
35
|
+
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. Restore a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal
|
36
36
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
37
37
|
Returns: Optional[DirectoryObject]
|
38
38
|
Find more info here: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0
|
@@ -53,7 +53,7 @@ class RestoreRequestBuilder(BaseRequestBuilder):
|
|
53
53
|
|
54
54
|
def to_post_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
55
55
|
"""
|
56
|
-
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items.
|
56
|
+
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. Restore a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal
|
57
57
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
58
58
|
Returns: RequestInformation
|
59
59
|
"""
|
@@ -32,7 +32,7 @@ class VerifyRequestBuilder(BaseRequestBuilder):
|
|
32
32
|
|
33
33
|
async def post(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[Domain]:
|
34
34
|
"""
|
35
|
-
|
35
|
+
Validate the ownership of a domain. This operation only applies to an unverified domain. For an unverified domain, the isVerified property is false.
|
36
36
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
37
37
|
Returns: Optional[Domain]
|
38
38
|
Find more info here: https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-1.0
|
@@ -53,7 +53,7 @@ class VerifyRequestBuilder(BaseRequestBuilder):
|
|
53
53
|
|
54
54
|
def to_post_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
55
55
|
"""
|
56
|
-
|
56
|
+
Validate the ownership of a domain. This operation only applies to an unverified domain. For an unverified domain, the isVerified property is false.
|
57
57
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
58
58
|
Returns: RequestInformation
|
59
59
|
"""
|
@@ -33,7 +33,7 @@ class CreateLinkRequestBuilder(BaseRequestBuilder):
|
|
33
33
|
|
34
34
|
async def post(self,body: CreateLinkPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[Permission]:
|
35
35
|
"""
|
36
|
-
|
36
|
+
Create a link to share a driveItem driveItem. The createLink action creates a new sharing link if the specified link type doesn't already exist for the calling application.If a sharing link of the specified type already exists for the app, the existing sharing link is returned. DriveItem resources inherit sharing permissions from their ancestors.
|
37
37
|
param body: The request body
|
38
38
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
39
39
|
Returns: Optional[Permission]
|
@@ -57,7 +57,7 @@ class CreateLinkRequestBuilder(BaseRequestBuilder):
|
|
57
57
|
|
58
58
|
def to_post_request_information(self,body: CreateLinkPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
59
59
|
"""
|
60
|
-
|
60
|
+
Create a link to share a driveItem driveItem. The createLink action creates a new sharing link if the specified link type doesn't already exist for the calling application.If a sharing link of the specified type already exists for the app, the existing sharing link is returned. DriveItem resources inherit sharing permissions from their ancestors.
|
61
61
|
param body: The request body
|
62
62
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
63
63
|
Returns: RequestInformation
|