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 RestoreRequestBuilder(BaseRequestBuilder):
|
|
33
33
|
|
34
34
|
async def post(self,body: RestorePostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DriveItem]:
|
35
35
|
"""
|
36
|
-
Restore a driveItem that has been deleted and is currently in the recycle bin.
|
36
|
+
Restore a driveItem that has been deleted and is currently in the recycle bin.
|
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[DriveItem]
|
@@ -57,7 +57,7 @@ class RestoreRequestBuilder(BaseRequestBuilder):
|
|
57
57
|
|
58
58
|
def to_post_request_information(self,body: RestorePostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
59
59
|
"""
|
60
|
-
Restore a driveItem that has been deleted and is currently in the recycle bin.
|
60
|
+
Restore a driveItem that has been deleted and is currently in the recycle bin.
|
61
61
|
param body: The request body
|
62
62
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
63
63
|
Returns: RequestInformation
|
@@ -33,7 +33,7 @@ class 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
|
"""
|
@@ -70,7 +70,7 @@ class GroupSettingsRequestBuilder(BaseRequestBuilder):
|
|
70
70
|
|
71
71
|
async def post(self,body: GroupSetting, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[GroupSetting]:
|
72
72
|
"""
|
73
|
-
Create a new setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings.
|
73
|
+
Create a new group setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings.
|
74
74
|
param body: The request body
|
75
75
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
76
76
|
Returns: Optional[GroupSetting]
|
@@ -105,7 +105,7 @@ class GroupSettingsRequestBuilder(BaseRequestBuilder):
|
|
105
105
|
|
106
106
|
def to_post_request_information(self,body: GroupSetting, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
107
107
|
"""
|
108
|
-
Create a new setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings.
|
108
|
+
Create a new group setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings.
|
109
109
|
param body: The request body
|
110
110
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
111
111
|
Returns: RequestInformation
|
@@ -33,7 +33,7 @@ class 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
|
@@ -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
|
msgraph/generated/groups/item/conversations/item/threads/item/reply/reply_request_builder.py
CHANGED
@@ -32,11 +32,11 @@ class ReplyRequestBuilder(BaseRequestBuilder):
|
|
32
32
|
|
33
33
|
async def post(self,body: ReplyPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
34
34
|
"""
|
35
|
-
|
35
|
+
Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
|
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/post-
|
39
|
+
Find more info here: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
|
40
40
|
"""
|
41
41
|
if body is None:
|
42
42
|
raise TypeError("body cannot be null.")
|
@@ -54,7 +54,7 @@ class ReplyRequestBuilder(BaseRequestBuilder):
|
|
54
54
|
|
55
55
|
def to_post_request_information(self,body: ReplyPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
56
56
|
"""
|
57
|
-
|
57
|
+
Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
|
58
58
|
param body: The request body
|
59
59
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
60
60
|
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
|
"""
|
@@ -70,7 +70,7 @@ class SettingsRequestBuilder(BaseRequestBuilder):
|
|
70
70
|
|
71
71
|
async def post(self,body: GroupSetting, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[GroupSetting]:
|
72
72
|
"""
|
73
|
-
Create a new setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings.
|
73
|
+
Create a new group setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings.
|
74
74
|
param body: The request body
|
75
75
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
76
76
|
Returns: Optional[GroupSetting]
|
@@ -105,7 +105,7 @@ class SettingsRequestBuilder(BaseRequestBuilder):
|
|
105
105
|
|
106
106
|
def to_post_request_information(self,body: GroupSetting, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
107
107
|
"""
|
108
|
-
Create a new setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings.
|
108
|
+
Create a new group setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings.
|
109
109
|
param body: The request body
|
110
110
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
111
111
|
Returns: RequestInformation
|
@@ -22,6 +22,8 @@ class SendActivityNotificationPostRequestBody(AdditionalDataHolder, BackedModel,
|
|
22
22
|
activity_type: Optional[str] = None
|
23
23
|
# The chainId property
|
24
24
|
chain_id: Optional[int] = None
|
25
|
+
# The iconId property
|
26
|
+
icon_id: Optional[str] = None
|
25
27
|
# The previewText property
|
26
28
|
preview_text: Optional[ItemBody] = None
|
27
29
|
# The recipient property
|
@@ -62,6 +64,7 @@ class SendActivityNotificationPostRequestBody(AdditionalDataHolder, BackedModel,
|
|
62
64
|
fields: dict[str, Callable[[Any], None]] = {
|
63
65
|
"activityType": lambda n : setattr(self, 'activity_type', n.get_str_value()),
|
64
66
|
"chainId": lambda n : setattr(self, 'chain_id', n.get_int_value()),
|
67
|
+
"iconId": lambda n : setattr(self, 'icon_id', n.get_str_value()),
|
65
68
|
"previewText": lambda n : setattr(self, 'preview_text', n.get_object_value(ItemBody)),
|
66
69
|
"recipient": lambda n : setattr(self, 'recipient', n.get_object_value(TeamworkNotificationRecipient)),
|
67
70
|
"teamsAppId": lambda n : setattr(self, 'teams_app_id', n.get_str_value()),
|
@@ -80,6 +83,7 @@ class SendActivityNotificationPostRequestBody(AdditionalDataHolder, BackedModel,
|
|
80
83
|
raise TypeError("writer cannot be null.")
|
81
84
|
writer.write_str_value("activityType", self.activity_type)
|
82
85
|
writer.write_int_value("chainId", self.chain_id)
|
86
|
+
writer.write_str_value("iconId", self.icon_id)
|
83
87
|
writer.write_object_value("previewText", self.preview_text)
|
84
88
|
writer.write_object_value("recipient", self.recipient)
|
85
89
|
writer.write_str_value("teamsAppId", self.teams_app_id)
|
@@ -37,7 +37,7 @@ class ConversationThreadItemRequestBuilder(BaseRequestBuilder):
|
|
37
37
|
Delete conversationThread.
|
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/
|
40
|
+
Find more info here: https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-1.0
|
41
41
|
"""
|
42
42
|
request_info = self.to_delete_request_information(
|
43
43
|
request_configuration
|
@@ -53,10 +53,10 @@ class ConversationThreadItemRequestBuilder(BaseRequestBuilder):
|
|
53
53
|
|
54
54
|
async def get(self,request_configuration: Optional[RequestConfiguration[ConversationThreadItemRequestBuilderGetQueryParameters]] = None) -> Optional[ConversationThread]:
|
55
55
|
"""
|
56
|
-
Get a thread
|
56
|
+
Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
|
57
57
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
58
58
|
Returns: Optional[ConversationThread]
|
59
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
59
|
+
Find more info here: https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-1.0
|
60
60
|
"""
|
61
61
|
request_info = self.to_get_request_information(
|
62
62
|
request_configuration
|
@@ -109,7 +109,7 @@ class ConversationThreadItemRequestBuilder(BaseRequestBuilder):
|
|
109
109
|
|
110
110
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ConversationThreadItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
111
111
|
"""
|
112
|
-
Get a thread
|
112
|
+
Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
|
113
113
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
114
114
|
Returns: RequestInformation
|
115
115
|
"""
|
@@ -171,7 +171,7 @@ class ConversationThreadItemRequestBuilder(BaseRequestBuilder):
|
|
171
171
|
@dataclass
|
172
172
|
class ConversationThreadItemRequestBuilderGetQueryParameters():
|
173
173
|
"""
|
174
|
-
Get a thread
|
174
|
+
Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
|
175
175
|
"""
|
176
176
|
def get_query_parameter(self,original_name: str) -> str:
|
177
177
|
"""
|
@@ -32,11 +32,11 @@ class ReplyRequestBuilder(BaseRequestBuilder):
|
|
32
32
|
|
33
33
|
async def post(self,body: ReplyPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
34
34
|
"""
|
35
|
-
|
35
|
+
Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
|
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/post-
|
39
|
+
Find more info here: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
|
40
40
|
"""
|
41
41
|
if body is None:
|
42
42
|
raise TypeError("body cannot be null.")
|
@@ -54,7 +54,7 @@ class ReplyRequestBuilder(BaseRequestBuilder):
|
|
54
54
|
|
55
55
|
def to_post_request_information(self,body: ReplyPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
56
56
|
"""
|
57
|
-
|
57
|
+
Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
|
58
58
|
param body: The request body
|
59
59
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
60
60
|
Returns: RequestInformation
|
@@ -32,10 +32,10 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
|
|
32
32
|
|
33
33
|
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
34
34
|
"""
|
35
|
-
Delete
|
35
|
+
Delete an ipNamedLocation 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/
|
38
|
+
Find more info here: https://learn.microsoft.com/graph/api/ipnamedlocation-delete?view=graph-rest-1.0
|
39
39
|
"""
|
40
40
|
request_info = self.to_delete_request_information(
|
41
41
|
request_configuration
|
@@ -51,10 +51,10 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
|
|
51
51
|
|
52
52
|
async def get(self,request_configuration: Optional[RequestConfiguration[NamedLocationItemRequestBuilderGetQueryParameters]] = None) -> Optional[NamedLocation]:
|
53
53
|
"""
|
54
|
-
Retrieve the properties and relationships of
|
54
|
+
Retrieve the properties and relationships of an ipNamedLocation object.
|
55
55
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
56
56
|
Returns: Optional[NamedLocation]
|
57
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
57
|
+
Find more info here: https://learn.microsoft.com/graph/api/ipnamedlocation-get?view=graph-rest-1.0
|
58
58
|
"""
|
59
59
|
request_info = self.to_get_request_information(
|
60
60
|
request_configuration
|
@@ -72,11 +72,11 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
|
|
72
72
|
|
73
73
|
async def patch(self,body: NamedLocation, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[NamedLocation]:
|
74
74
|
"""
|
75
|
-
Update the properties of
|
75
|
+
Update the properties of an ipNamedLocation object.
|
76
76
|
param body: The request body
|
77
77
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
78
78
|
Returns: Optional[NamedLocation]
|
79
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
79
|
+
Find more info here: https://learn.microsoft.com/graph/api/ipnamedlocation-update?view=graph-rest-1.0
|
80
80
|
"""
|
81
81
|
if body is None:
|
82
82
|
raise TypeError("body cannot be null.")
|
@@ -96,7 +96,7 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
|
|
96
96
|
|
97
97
|
def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
98
98
|
"""
|
99
|
-
Delete
|
99
|
+
Delete an ipNamedLocation object.
|
100
100
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
101
101
|
Returns: RequestInformation
|
102
102
|
"""
|
@@ -107,7 +107,7 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
|
|
107
107
|
|
108
108
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[NamedLocationItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
109
109
|
"""
|
110
|
-
Retrieve the properties and relationships of
|
110
|
+
Retrieve the properties and relationships of an ipNamedLocation object.
|
111
111
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
112
112
|
Returns: RequestInformation
|
113
113
|
"""
|
@@ -118,7 +118,7 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
|
|
118
118
|
|
119
119
|
def to_patch_request_information(self,body: NamedLocation, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
120
120
|
"""
|
121
|
-
Update the properties of
|
121
|
+
Update the properties of an ipNamedLocation object.
|
122
122
|
param body: The request body
|
123
123
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
124
124
|
Returns: RequestInformation
|
@@ -151,7 +151,7 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
|
|
151
151
|
@dataclass
|
152
152
|
class NamedLocationItemRequestBuilderGetQueryParameters():
|
153
153
|
"""
|
154
|
-
Retrieve the properties and relationships of
|
154
|
+
Retrieve the properties and relationships of an ipNamedLocation object.
|
155
155
|
"""
|
156
156
|
def get_query_parameter(self,original_name: str) -> str:
|
157
157
|
"""
|
@@ -51,10 +51,10 @@ class CustomCalloutExtensionItemRequestBuilder(BaseRequestBuilder):
|
|
51
51
|
|
52
52
|
async def get(self,request_configuration: Optional[RequestConfiguration[CustomCalloutExtensionItemRequestBuilderGetQueryParameters]] = None) -> Optional[CustomCalloutExtension]:
|
53
53
|
"""
|
54
|
-
Read the properties and relationships of an
|
54
|
+
Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.
|
55
55
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
56
56
|
Returns: Optional[CustomCalloutExtension]
|
57
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
57
|
+
Find more info here: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-1.0
|
58
58
|
"""
|
59
59
|
request_info = self.to_get_request_information(
|
60
60
|
request_configuration
|
@@ -72,11 +72,11 @@ class CustomCalloutExtensionItemRequestBuilder(BaseRequestBuilder):
|
|
72
72
|
|
73
73
|
async def patch(self,body: CustomCalloutExtension, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[CustomCalloutExtension]:
|
74
74
|
"""
|
75
|
-
Update the properties of an
|
75
|
+
Update the properties of an accessPackageAssignmentWorkflowExtension object.
|
76
76
|
param body: The request body
|
77
77
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
78
78
|
Returns: Optional[CustomCalloutExtension]
|
79
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
79
|
+
Find more info here: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-update?view=graph-rest-1.0
|
80
80
|
"""
|
81
81
|
if body is None:
|
82
82
|
raise TypeError("body cannot be null.")
|
@@ -107,7 +107,7 @@ class CustomCalloutExtensionItemRequestBuilder(BaseRequestBuilder):
|
|
107
107
|
|
108
108
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CustomCalloutExtensionItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
109
109
|
"""
|
110
|
-
Read the properties and relationships of an
|
110
|
+
Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.
|
111
111
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
112
112
|
Returns: RequestInformation
|
113
113
|
"""
|
@@ -118,7 +118,7 @@ class CustomCalloutExtensionItemRequestBuilder(BaseRequestBuilder):
|
|
118
118
|
|
119
119
|
def to_patch_request_information(self,body: CustomCalloutExtension, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
120
120
|
"""
|
121
|
-
Update the properties of an
|
121
|
+
Update the properties of an accessPackageAssignmentWorkflowExtension object.
|
122
122
|
param body: The request body
|
123
123
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
124
124
|
Returns: RequestInformation
|
@@ -151,7 +151,7 @@ class CustomCalloutExtensionItemRequestBuilder(BaseRequestBuilder):
|
|
151
151
|
@dataclass
|
152
152
|
class CustomCalloutExtensionItemRequestBuilderGetQueryParameters():
|
153
153
|
"""
|
154
|
-
Read the properties and relationships of an
|
154
|
+
Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.
|
155
155
|
"""
|
156
156
|
def get_query_parameter(self,original_name: str) -> str:
|
157
157
|
"""
|
msgraph/generated/identity_governance/terms_of_use/agreements/item/agreement_item_request_builder.py
CHANGED
@@ -54,10 +54,10 @@ class AgreementItemRequestBuilder(BaseRequestBuilder):
|
|
54
54
|
|
55
55
|
async def get(self,request_configuration: Optional[RequestConfiguration[AgreementItemRequestBuilderGetQueryParameters]] = None) -> Optional[Agreement]:
|
56
56
|
"""
|
57
|
-
Retrieve
|
57
|
+
Retrieve the properties and relationships of an agreement object.
|
58
58
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
59
59
|
Returns: Optional[Agreement]
|
60
|
-
Find more info here: https://learn.microsoft.com/graph/api/agreement-
|
60
|
+
Find more info here: https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-1.0
|
61
61
|
"""
|
62
62
|
request_info = self.to_get_request_information(
|
63
63
|
request_configuration
|
@@ -110,7 +110,7 @@ class AgreementItemRequestBuilder(BaseRequestBuilder):
|
|
110
110
|
|
111
111
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[AgreementItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
112
112
|
"""
|
113
|
-
Retrieve
|
113
|
+
Retrieve the properties and relationships of an agreement object.
|
114
114
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
115
115
|
Returns: RequestInformation
|
116
116
|
"""
|
@@ -181,7 +181,7 @@ class AgreementItemRequestBuilder(BaseRequestBuilder):
|
|
181
181
|
@dataclass
|
182
182
|
class AgreementItemRequestBuilderGetQueryParameters():
|
183
183
|
"""
|
184
|
-
Retrieve
|
184
|
+
Retrieve the properties and relationships of an agreement object.
|
185
185
|
"""
|
186
186
|
def get_query_parameter(self,original_name: str) -> str:
|
187
187
|
"""
|