msgraph-sdk 1.25.0__py3-none-any.whl → 1.26.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.
Files changed (49) hide show
  1. msgraph/_version.py +1 -1
  2. msgraph/generated/applications/item/owners/ref/ref_request_builder.py +2 -2
  3. msgraph/generated/chats/item/members/item/conversation_member_item_request_builder.py +4 -4
  4. msgraph/generated/communications/calls/item/participants/invite/invite_request_builder.py +3 -3
  5. msgraph/generated/device_app_management/device_app_management_request_builder.py +2 -2
  6. msgraph/generated/device_app_management/managed_app_policies/item/managed_app_policy_item_request_builder.py +4 -4
  7. msgraph/generated/device_app_management/managed_app_policies/managed_app_policies_request_builder.py +4 -4
  8. msgraph/generated/device_app_management/managed_app_registrations/item/managed_app_registration_item_request_builder.py +4 -4
  9. msgraph/generated/device_app_management/managed_e_books/item/assignments/item/managed_e_book_assignment_item_request_builder.py +10 -10
  10. msgraph/generated/device_app_management/managed_e_books/managed_e_books_request_builder.py +4 -4
  11. msgraph/generated/device_app_management/mobile_app_configurations/item/managed_device_mobile_app_configuration_item_request_builder.py +4 -4
  12. msgraph/generated/device_app_management/mobile_app_configurations/mobile_app_configurations_request_builder.py +4 -4
  13. msgraph/generated/device_app_management/mobile_apps/item/mobile_app_item_request_builder.py +10 -10
  14. msgraph/generated/device_app_management/mobile_apps/mobile_apps_request_builder.py +7 -7
  15. msgraph/generated/device_management/device_compliance_policies/device_compliance_policies_request_builder.py +7 -7
  16. msgraph/generated/device_management/device_compliance_policies/item/device_compliance_policy_item_request_builder.py +10 -10
  17. msgraph/generated/device_management/device_configurations/device_configurations_request_builder.py +7 -7
  18. msgraph/generated/device_management/device_configurations/item/device_configuration_item_request_builder.py +10 -10
  19. msgraph/generated/device_management/device_enrollment_configurations/item/device_enrollment_configuration_item_request_builder.py +10 -10
  20. msgraph/generated/device_management/device_management_request_builder.py +2 -2
  21. msgraph/generated/device_management/role_definitions/item/role_definition_item_request_builder.py +7 -7
  22. msgraph/generated/drives/item/items/item/retention_label/retention_label_request_builder.py +3 -3
  23. msgraph/generated/drives/item/items/item/workbook/names/item/range/range_request_builder.py +3 -3
  24. msgraph/generated/drives/item/items/item/workbook/tables/add/add_request_builder.py +3 -3
  25. msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/range_request_builder.py +3 -3
  26. msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/add/add_request_builder.py +3 -3
  27. msgraph/generated/groups/groups_request_builder.py +3 -3
  28. msgraph/generated/groups/item/conversations/item/conversation_item_request_builder.py +4 -4
  29. msgraph/generated/groups/item/threads/item/conversation_thread_item_request_builder.py +1 -1
  30. msgraph/generated/identity_governance/entitlement_management/access_packages/item/access_package_item_request_builder.py +4 -4
  31. msgraph/generated/identity_governance/entitlement_management/catalogs/item/custom_workflow_extensions/item/custom_callout_extension_item_request_builder.py +3 -3
  32. msgraph/generated/identity_governance/terms_of_use/agreements/item/agreement_item_request_builder.py +4 -4
  33. msgraph/generated/kiota-lock.json +1 -1
  34. msgraph/generated/models/application.py +1 -1
  35. msgraph/generated/models/conditional_access_applications.py +1 -1
  36. msgraph/generated/models/workbook_worksheet_protection_options.py +11 -11
  37. msgraph/generated/organization/organization_request_builder.py +4 -4
  38. msgraph/generated/policies/cross_tenant_access_policy/partners/item/identity_synchronization/identity_synchronization_request_builder.py +3 -3
  39. msgraph/generated/teams/item/channels/item/members/members_request_builder.py +3 -3
  40. msgraph/generated/tenant_relationships/multi_tenant_organization/multi_tenant_organization_request_builder.py +3 -3
  41. msgraph/generated/users/item/presence/presence_request_builder.py +4 -4
  42. msgraph/generated/users/item/retry_service_provisioning/retry_service_provisioning_request_builder.py +2 -2
  43. msgraph/generated/users/item/user_item_request_builder.py +2 -2
  44. msgraph/generated/users/users_request_builder.py +4 -4
  45. msgraph/generated/users_with_user_principal_name/users_with_user_principal_name_request_builder.py +2 -2
  46. {msgraph_sdk-1.25.0.dist-info → msgraph_sdk-1.26.0.dist-info}/METADATA +1 -1
  47. {msgraph_sdk-1.25.0.dist-info → msgraph_sdk-1.26.0.dist-info}/RECORD +49 -49
  48. {msgraph_sdk-1.25.0.dist-info → msgraph_sdk-1.26.0.dist-info}/WHEEL +1 -1
  49. {msgraph_sdk-1.25.0.dist-info → msgraph_sdk-1.26.0.dist-info}/licenses/LICENSE +0 -0
@@ -12,27 +12,27 @@ class WorkbookWorksheetProtectionOptions(AdditionalDataHolder, BackedModel, Pars
12
12
 
13
13
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
14
14
  additional_data: dict[str, Any] = field(default_factory=dict)
15
- # Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled.
15
+ # Represents the worksheet protection option of allowing using auto filter feature.
16
16
  allow_auto_filter: Optional[bool] = None
17
- # Indicates whether the worksheet protection option to allow deleting columns is enabled.
17
+ # Represents the worksheet protection option of allowing deleting columns.
18
18
  allow_delete_columns: Optional[bool] = None
19
- # Indicates whether the worksheet protection option to allow deleting rows is enabled.
19
+ # Represents the worksheet protection option of allowing deleting rows.
20
20
  allow_delete_rows: Optional[bool] = None
21
- # Indicates whether the worksheet protection option to allow formatting cells is enabled.
21
+ # Represents the worksheet protection option of allowing formatting cells.
22
22
  allow_format_cells: Optional[bool] = None
23
- # Indicates whether the worksheet protection option to allow formatting columns is enabled.
23
+ # Represents the worksheet protection option of allowing formatting columns.
24
24
  allow_format_columns: Optional[bool] = None
25
- # Indicates whether the worksheet protection option to allow formatting rows is enabled.
25
+ # Represents the worksheet protection option of allowing formatting rows.
26
26
  allow_format_rows: Optional[bool] = None
27
- # Indicates whether the worksheet protection option to allow inserting columns is enabled.
27
+ # Represents the worksheet protection option of allowing inserting columns.
28
28
  allow_insert_columns: Optional[bool] = None
29
- # Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled.
29
+ # Represents the worksheet protection option of allowing inserting hyperlinks.
30
30
  allow_insert_hyperlinks: Optional[bool] = None
31
- # Indicates whether the worksheet protection option to allow inserting rows is enabled.
31
+ # Represents the worksheet protection option of allowing inserting rows.
32
32
  allow_insert_rows: Optional[bool] = None
33
- # Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled.
33
+ # Represents the worksheet protection option of allowing using pivot table feature.
34
34
  allow_pivot_tables: Optional[bool] = None
35
- # Indicates whether the worksheet protection option to allow the use of the sort feature is enabled.
35
+ # Represents the worksheet protection option of allowing using sort feature.
36
36
  allow_sort: Optional[bool] = None
37
37
  # The OdataType property
38
38
  odata_type: Optional[str] = None
@@ -53,10 +53,10 @@ class OrganizationRequestBuilder(BaseRequestBuilder):
53
53
 
54
54
  async def get(self,request_configuration: Optional[RequestConfiguration[OrganizationRequestBuilderGetQueryParameters]] = None) -> Optional[OrganizationCollectionResponse]:
55
55
  """
56
- Retrieve a list of organization objects. There's only one organization object in the collection.
56
+ List properties and relationships of the organization objects.
57
57
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
58
58
  Returns: Optional[OrganizationCollectionResponse]
59
- Find more info here: https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-1.0
59
+ Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-organization-list?view=graph-rest-1.0
60
60
  """
61
61
  request_info = self.to_get_request_information(
62
62
  request_configuration
@@ -97,7 +97,7 @@ class OrganizationRequestBuilder(BaseRequestBuilder):
97
97
 
98
98
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[OrganizationRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
99
99
  """
100
- Retrieve a list of organization objects. There's only one organization object in the collection.
100
+ List properties and relationships of the organization objects.
101
101
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
102
102
  Returns: RequestInformation
103
103
  """
@@ -179,7 +179,7 @@ class OrganizationRequestBuilder(BaseRequestBuilder):
179
179
  @dataclass
180
180
  class OrganizationRequestBuilderGetQueryParameters():
181
181
  """
182
- Retrieve a list of organization objects. There's only one organization object in the collection.
182
+ List properties and relationships of the organization objects.
183
183
  """
184
184
  def get_query_parameter(self,original_name: str) -> str:
185
185
  """
@@ -72,11 +72,11 @@ class IdentitySynchronizationRequestBuilder(BaseRequestBuilder):
72
72
 
73
73
  async def put(self,body: CrossTenantIdentitySyncPolicyPartner, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[CrossTenantIdentitySyncPolicyPartner]:
74
74
  """
75
- Update the user synchronization policy of a partner-specific configuration.
75
+ Create a cross-tenant user synchronization policy for a partner-specific configuration.
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[CrossTenantIdentitySyncPolicyPartner]
79
- Find more info here: https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-update?view=graph-rest-1.0
79
+ Find more info here: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-put-identitysynchronization?view=graph-rest-1.0
80
80
  """
81
81
  if body is None:
82
82
  raise TypeError("body cannot be null.")
@@ -118,7 +118,7 @@ class IdentitySynchronizationRequestBuilder(BaseRequestBuilder):
118
118
 
119
119
  def to_put_request_information(self,body: CrossTenantIdentitySyncPolicyPartner, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
120
120
  """
121
- Update the user synchronization policy of a partner-specific configuration.
121
+ Create a cross-tenant user synchronization policy for a partner-specific configuration.
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
@@ -72,11 +72,11 @@ class MembersRequestBuilder(BaseRequestBuilder):
72
72
 
73
73
  async def post(self,body: ConversationMember, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[ConversationMember]:
74
74
  """
75
- Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared.
75
+ Add a conversationMember to a channel.
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[ConversationMember]
79
- Find more info here: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0
79
+ Find more info here: https://learn.microsoft.com/graph/api/conversationmember-add?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 MembersRequestBuilder(BaseRequestBuilder):
107
107
 
108
108
  def to_post_request_information(self,body: ConversationMember, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
109
109
  """
110
- Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared.
110
+ Add a conversationMember to a channel.
111
111
  param body: The request body
112
112
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
113
113
  Returns: RequestInformation
@@ -55,11 +55,11 @@ class MultiTenantOrganizationRequestBuilder(BaseRequestBuilder):
55
55
 
56
56
  async def patch(self,body: MultiTenantOrganization, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[MultiTenantOrganization]:
57
57
  """
58
- Update the properties of a multitenant organization.
58
+ Create a new multitenant organization. By default, the creator tenant becomes an owner tenant upon successful creation. Only owner tenants can manage a multitenant organization.
59
59
  param body: The request body
60
60
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
61
61
  Returns: Optional[MultiTenantOrganization]
62
- Find more info here: https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-1.0
62
+ Find more info here: https://learn.microsoft.com/graph/api/tenantrelationship-put-multitenantorganization?view=graph-rest-1.0
63
63
  """
64
64
  if body is None:
65
65
  raise TypeError("body cannot be null.")
@@ -90,7 +90,7 @@ class MultiTenantOrganizationRequestBuilder(BaseRequestBuilder):
90
90
 
91
91
  def to_patch_request_information(self,body: MultiTenantOrganization, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
92
92
  """
93
- Update the properties of a multitenant organization.
93
+ Create a new multitenant organization. By default, the creator tenant becomes an owner tenant upon successful creation. Only owner tenants can manage a multitenant organization.
94
94
  param body: The request body
95
95
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
96
96
  Returns: RequestInformation
@@ -55,10 +55,10 @@ class PresenceRequestBuilder(BaseRequestBuilder):
55
55
 
56
56
  async def get(self,request_configuration: Optional[RequestConfiguration[PresenceRequestBuilderGetQueryParameters]] = None) -> Optional[Presence]:
57
57
  """
58
- Set a presence status message for a user. An optional expiration date and time can be supplied.
58
+ Get a user's presence information.
59
59
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
60
60
  Returns: Optional[Presence]
61
- Find more info here: https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0
61
+ Find more info here: https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0
62
62
  """
63
63
  request_info = self.to_get_request_information(
64
64
  request_configuration
@@ -110,7 +110,7 @@ class PresenceRequestBuilder(BaseRequestBuilder):
110
110
 
111
111
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[PresenceRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
112
112
  """
113
- Set a presence status message for a user. An optional expiration date and time can be supplied.
113
+ Get a user's presence information.
114
114
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
115
115
  Returns: RequestInformation
116
116
  """
@@ -199,7 +199,7 @@ class PresenceRequestBuilder(BaseRequestBuilder):
199
199
  @dataclass
200
200
  class PresenceRequestBuilderGetQueryParameters():
201
201
  """
202
- Set a presence status message for a user. An optional expiration date and time can be supplied.
202
+ Get a user's presence information.
203
203
  """
204
204
  def get_query_parameter(self,original_name: str) -> str:
205
205
  """
@@ -31,7 +31,7 @@ class RetryServiceProvisioningRequestBuilder(BaseRequestBuilder):
31
31
 
32
32
  async def post(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
33
33
  """
34
- Retry the user service provisioning.
34
+ Retry the provisioning of a user object in Microsoft Entra ID.
35
35
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
36
36
  Returns: None
37
37
  Find more info here: https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0
@@ -50,7 +50,7 @@ class RetryServiceProvisioningRequestBuilder(BaseRequestBuilder):
50
50
 
51
51
  def to_post_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
52
52
  """
53
- Retry the user service provisioning.
53
+ Retry the provisioning of a user object in Microsoft Entra ID.
54
54
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
55
55
  Returns: RequestInformation
56
56
  """
@@ -145,7 +145,7 @@ class UserItemRequestBuilder(BaseRequestBuilder):
145
145
  Read properties and relationships of the user object.
146
146
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
147
147
  Returns: Optional[User]
148
- Find more info here: https://learn.microsoft.com/graph/api/intune-mam-user-get?view=graph-rest-1.0
148
+ Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-user-get?view=graph-rest-1.0
149
149
  """
150
150
  request_info = self.to_get_request_information(
151
151
  request_configuration
@@ -167,7 +167,7 @@ class UserItemRequestBuilder(BaseRequestBuilder):
167
167
  param body: The request body
168
168
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
169
169
  Returns: Optional[User]
170
- Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-user-update?view=graph-rest-1.0
170
+ Find more info here: https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0
171
171
  """
172
172
  if body is None:
173
173
  raise TypeError("body cannot be null.")
@@ -56,7 +56,7 @@ class UsersRequestBuilder(BaseRequestBuilder):
56
56
  List properties and relationships of the user objects.
57
57
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
58
58
  Returns: Optional[UserCollectionResponse]
59
- Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-user-list?view=graph-rest-1.0
59
+ Find more info here: https://learn.microsoft.com/graph/api/intune-mam-user-list?view=graph-rest-1.0
60
60
  """
61
61
  request_info = self.to_get_request_information(
62
62
  request_configuration
@@ -74,11 +74,11 @@ class UsersRequestBuilder(BaseRequestBuilder):
74
74
 
75
75
  async def post(self,body: User, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[User]:
76
76
  """
77
- Create a new user.The request body contains the user to create. At a minimum, you must specify the required properties for the user. You can optionally specify any other writable properties.
77
+ Create a new user object.
78
78
  param body: The request body
79
79
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
80
80
  Returns: Optional[User]
81
- Find more info here: https://learn.microsoft.com/graph/api/user-post-users?view=graph-rest-1.0
81
+ Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-user-create?view=graph-rest-1.0
82
82
  """
83
83
  if body is None:
84
84
  raise TypeError("body cannot be null.")
@@ -109,7 +109,7 @@ class UsersRequestBuilder(BaseRequestBuilder):
109
109
 
110
110
  def to_post_request_information(self,body: User, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
111
111
  """
112
- Create a new user.The request body contains the user to create. At a minimum, you must specify the required properties for the user. You can optionally specify any other writable properties.
112
+ Create a new user object.
113
113
  param body: The request body
114
114
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
115
115
  Returns: RequestInformation
@@ -57,7 +57,7 @@ class UsersWithUserPrincipalNameRequestBuilder(BaseRequestBuilder):
57
57
  Read properties and relationships of the user object.
58
58
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
59
59
  Returns: Optional[User]
60
- Find more info here: https://learn.microsoft.com/graph/api/intune-mam-user-get?view=graph-rest-1.0
60
+ Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-user-get?view=graph-rest-1.0
61
61
  """
62
62
  request_info = self.to_get_request_information(
63
63
  request_configuration
@@ -79,7 +79,7 @@ class UsersWithUserPrincipalNameRequestBuilder(BaseRequestBuilder):
79
79
  param body: The request body
80
80
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
81
81
  Returns: Optional[User]
82
- Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-user-update?view=graph-rest-1.0
82
+ Find more info here: https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0
83
83
  """
84
84
  if body is None:
85
85
  raise TypeError("body cannot be null.")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: msgraph-sdk
3
- Version: 1.25.0
3
+ Version: 1.26.0
4
4
  Summary: The Microsoft Graph Python SDK
5
5
  Keywords: msgraph,openAPI,Microsoft,Graph
6
6
  Author-email: Microsoft <graphtooling+python@microsoft.com>