From 4abd52cf268e1279b6f21f15f2d0200c3a5f6b9c Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Tue, 12 Aug 2025 15:41:27 +0000 Subject: [PATCH 1/2] feat(generation): update request builders and models Update generated files with build 195436 --- .../ConversationMemberItemRequestBuilder.cs | 8 +- .../DeviceAppManagementRequestBuilder.cs | 8 +- .../ManagedAppPolicyItemRequestBuilder.cs | 8 +- .../TargetApps/TargetAppsRequestBuilder.cs | 2 +- .../ManagedAppPoliciesRequestBuilder.cs | 8 +- .../TargetApps/TargetAppsRequestBuilder.cs | 2 +- .../TargetApps/TargetAppsRequestBuilder.cs | 2 +- ...anagedAppRegistrationItemRequestBuilder.cs | 8 +- .../ManagedAppRegistrationsRequestBuilder.cs | 8 +- .../ManagedAppStatusItemRequestBuilder.cs | 8 +- .../ManagedAppStatusesRequestBuilder.cs | 8 +- .../Assignments/AssignmentsRequestBuilder.cs | 8 +- ...anagedEBookAssignmentItemRequestBuilder.cs | 14 +- .../ManagedEBooksRequestBuilder.cs | 8 +- ...obileAppConfigurationItemRequestBuilder.cs | 8 +- .../MobileAppConfigurationsRequestBuilder.cs | 8 +- .../Count/CountRequestBuilder.cs | 124 +++++++++ ...MobileAppRelationshipItemRequestBuilder.cs | 229 +++++++++++++++++ .../MobileAppRelationshipsRequestBuilder.cs | 238 ++++++++++++++++++ .../Item/MobileAppItemRequestBuilder.cs | 14 +- .../MobileApps/MobileAppsRequestBuilder.cs | 14 +- .../DeviceCompliancePoliciesRequestBuilder.cs | 14 +- ...eviceCompliancePolicyItemRequestBuilder.cs | 20 +- .../DeviceConfigurationsRequestBuilder.cs | 14 +- .../DeviceConfigurationItemRequestBuilder.cs | 20 +- ...eEnrollmentConfigurationsRequestBuilder.cs | 14 +- ...rollmentConfigurationItemRequestBuilder.cs | 20 +- .../DeviceManagementRequestBuilder.cs | 4 +- .../Item/RoleDefinitionItemRequestBuilder.cs | 12 +- .../RoleDefinitionsRequestBuilder.cs | 14 +- .../Item/Resize/ResizeRequestBuilder.cs | 5 +- .../Workbook/Tables/Add/AddRequestBuilder.cs | 6 +- .../Item/Tables/Add/AddRequestBuilder.cs | 6 +- .../Item/ConversationItemRequestBuilder.cs | 2 +- .../Threads/Item/Posts/PostsRequestBuilder.cs | 8 +- .../Item/NamedLocationItemRequestBuilder.cs | 14 +- .../Item/AccessPackageItemRequestBuilder.cs | 8 +- ...ustomCalloutExtensionItemRequestBuilder.cs | 8 +- .../ActivityHistoryItemItemRequestBuilder.cs | 6 +- .../Attachments/AttachmentsRequestBuilder.cs | 6 +- .../ChildFoldersRequestBuilder.cs | 6 +- .../Attachments/AttachmentsRequestBuilder.cs | 6 +- .../Item/MessageItemRequestBuilder.cs | 20 +- .../Item/Value/ContentRequestBuilder.cs | 20 +- .../Me/Messages/MessagesRequestBuilder.cs | 8 +- .../Generated/Models/AiInteraction.cs | 24 +- .../Models/AiInteractionAttachment.cs | 57 ++++- .../Generated/Models/AiInteractionContext.cs | 53 +++- .../Generated/Models/AiInteractionLink.cs | 53 +++- .../Generated/Models/AiInteractionMention.cs | 53 +++- .../AiInteractionMentionedIdentitySet.cs | 2 +- .../Generated/Models/AiUser.cs | 2 +- .../Models/AuthenticationEventListener.cs | 1 + .../AutoRestartNotificationDismissalMethod.cs | 2 +- .../Generated/Models/CopilotAdmin.cs | 2 +- .../Models/CopilotAdminLimitedMode.cs | 4 +- .../Generated/Models/CopilotAdminSetting.cs | 2 +- .../Models/CustomAuthenticationExtension.cs | 19 ++ .../Models/CustomCalloutExtension.cs | 1 + .../Models/CustomExtensionBehaviorOnError.cs | 86 +++++++ .../CustomExtensionOverwriteConfiguration.cs | 18 ++ .../Generated/Models/DeviceAppManagement.cs | 18 ++ .../Generated/Models/DeviceEnrollmentType.cs | 3 + .../Models/DeviceManagementReports.cs | 5 +- .../Generated/Models/DiskType.cs | 2 +- .../Generated/Models/Entity.cs | 3 + .../FallbackToMicrosoftProviderOnError.cs | 53 ++++ .../Generated/Models/FileEncryptionInfo.cs | 2 +- .../Models/IosDdmLobAppAssignmentSettings.cs | 114 +++++++++ .../Models/ManagedAppAvailability.cs | 2 +- .../Generated/Models/ManagedDevice.cs | 2 +- .../Generated/Models/ManagedMobileLobApp.cs | 2 +- .../Models/MobileAppAssignmentSettings.cs | 1 + .../Generated/Models/MobileAppRelationship.cs | 184 ++++++++++++++ ...MobileAppRelationshipCollectionResponse.cs | 64 +++++ .../Generated/Models/MobileLobApp.cs | 2 +- .../Models/OnEmailOtpSendListener.cs | 71 ++++++ .../Models/OnOtpSendCustomExtension.cs | 53 ++++ .../Models/OnOtpSendCustomExtensionHandler.cs | 89 +++++++ .../Generated/Models/OnOtpSendHandler.cs | 86 +++++++ .../Generated/Models/OutOfOfficeSettings.cs | 4 +- .../Generated/Models/Presence.cs | 6 +- .../EdiscoveryAddToReviewSetOperation.cs | 18 ++ .../Security/EdiscoveryEstimateOperation.cs | 18 ++ .../Models/Security/ReportFileMetadata.cs | 125 +++++++++ .../Models/Security/ResourceAccessEvent.cs | 143 +++++++++++ .../Generated/Models/Security/UserAccount.cs | 18 ++ .../Models/WindowsDefenderProductStatus.cs | 6 +- .../WindowsUpdateForBusinessUpdateWeeks.cs | 2 +- .../WindowsUpdateNotificationDisplayOption.cs | 2 +- .../WorkbookWorksheetProtectionOptions.cs | 22 +- .../BannerLogo/BannerLogoRequestBuilder.cs | 6 +- .../Item/OrganizationItemRequestBuilder.cs | 8 +- .../OrganizationRequestBuilder.cs | 8 +- .../Item/Lists/Item/ListItemRequestBuilder.cs | 8 +- .../Item/Replies/RepliesRequestBuilder.cs | 6 +- .../Item/Messages/MessagesRequestBuilder.cs | 6 +- .../MultiTenantOrganizationRequestBuilder.cs | 6 +- .../Item/Presence/PresenceRequestBuilder.cs | 8 +- .../Users/Item/UserItemRequestBuilder.cs | 2 +- .../Generated/Users/UsersRequestBuilder.cs | 10 +- ...sersWithUserPrincipalNameRequestBuilder.cs | 2 +- .../Generated/kiota-dom-export.txt | 167 +++++++++++- src/Microsoft.Graph/Generated/kiota-lock.json | 2 +- 104 files changed, 2408 insertions(+), 326 deletions(-) create mode 100644 src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppRelationships/Count/CountRequestBuilder.cs create mode 100644 src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppRelationships/Item/MobileAppRelationshipItemRequestBuilder.cs create mode 100644 src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppRelationships/MobileAppRelationshipsRequestBuilder.cs create mode 100644 src/Microsoft.Graph/Generated/Models/CustomExtensionBehaviorOnError.cs create mode 100644 src/Microsoft.Graph/Generated/Models/FallbackToMicrosoftProviderOnError.cs create mode 100644 src/Microsoft.Graph/Generated/Models/IosDdmLobAppAssignmentSettings.cs create mode 100644 src/Microsoft.Graph/Generated/Models/MobileAppRelationship.cs create mode 100644 src/Microsoft.Graph/Generated/Models/MobileAppRelationshipCollectionResponse.cs create mode 100644 src/Microsoft.Graph/Generated/Models/OnEmailOtpSendListener.cs create mode 100644 src/Microsoft.Graph/Generated/Models/OnOtpSendCustomExtension.cs create mode 100644 src/Microsoft.Graph/Generated/Models/OnOtpSendCustomExtensionHandler.cs create mode 100644 src/Microsoft.Graph/Generated/Models/OnOtpSendHandler.cs create mode 100644 src/Microsoft.Graph/Generated/Models/Security/ReportFileMetadata.cs create mode 100644 src/Microsoft.Graph/Generated/Models/Security/ResourceAccessEvent.cs diff --git a/src/Microsoft.Graph/Generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.cs index 17b1930b884..4824f280115 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.cs @@ -58,8 +58,8 @@ public async Task DeleteAsync(Action - /// Retrieve a conversationMember from a chat. - /// Find more info here + /// Retrieve a conversationMember from a chat or channel. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -126,7 +126,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Retrieve a conversationMember from a chat. + /// Retrieve a conversationMember from a chat or channel. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -184,7 +184,7 @@ public partial class ConversationMemberItemRequestBuilderDeleteRequestConfigurat { } /// - /// Retrieve a conversationMember from a chat. + /// Retrieve a conversationMember from a chat or channel. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ConversationMemberItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.cs index b8cd40a5f21..4e226cb4e94 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.cs @@ -10,6 +10,7 @@ using Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies; using Microsoft.Graph.DeviceAppManagement.MobileAppCategories; using Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations; +using Microsoft.Graph.DeviceAppManagement.MobileAppRelationships; using Microsoft.Graph.DeviceAppManagement.MobileApps; using Microsoft.Graph.DeviceAppManagement.SyncMicrosoftStoreForBusinessApps; using Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations; @@ -83,6 +84,11 @@ public partial class DeviceAppManagementRequestBuilder : BaseRequestBuilder { get => new global::Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.MobileAppConfigurationsRequestBuilder(PathParameters, RequestAdapter); } + /// Provides operations to manage the mobileAppRelationships property of the microsoft.graph.deviceAppManagement entity. + public global::Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.MobileAppRelationshipsRequestBuilder MobileAppRelationships + { + get => new global::Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.MobileAppRelationshipsRequestBuilder(PathParameters, RequestAdapter); + } /// Provides operations to manage the mobileApps property of the microsoft.graph.deviceAppManagement entity. public global::Microsoft.Graph.DeviceAppManagement.MobileApps.MobileAppsRequestBuilder MobileApps { @@ -150,7 +156,7 @@ public DeviceAppManagementRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Update the properties of a deviceAppManagement object. - /// Find more info here + /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs index 1d709a789d2..a1928e3edba 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs @@ -63,8 +63,8 @@ public async Task DeleteAsync(Action - /// Read properties and relationships of the windowsInformationProtection object. - /// Find more info here + /// Read properties and relationships of the managedAppPolicy object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -131,7 +131,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read properties and relationships of the windowsInformationProtection object. + /// Read properties and relationships of the managedAppPolicy object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -189,7 +189,7 @@ public partial class ManagedAppPolicyItemRequestBuilderDeleteRequestConfiguratio { } /// - /// Read properties and relationships of the windowsInformationProtection object. + /// Read properties and relationships of the managedAppPolicy object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ManagedAppPolicyItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs index 69f12423afd..5c5d3b67748 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs @@ -35,7 +35,7 @@ public TargetAppsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Not yet documented - /// Find more info here + /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilder.cs index c925a09da79..6e7d0ae8cd1 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilder.cs @@ -54,8 +54,8 @@ public ManagedAppPoliciesRequestBuilder(string rawUrl, IRequestAdapter requestAd { } /// - /// List properties and relationships of the managedAppProtection objects. - /// Find more info here + /// List properties and relationships of the managedAppPolicy objects. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -103,7 +103,7 @@ public ManagedAppPoliciesRequestBuilder(string rawUrl, IRequestAdapter requestAd return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ManagedAppPolicy.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// List properties and relationships of the managedAppProtection objects. + /// List properties and relationships of the managedAppPolicy objects. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -153,7 +153,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.DeviceAppManagement.ManagedAppPolicies.ManagedAppPoliciesRequestBuilder(rawUrl, RequestAdapter); } /// - /// List properties and relationships of the managedAppProtection objects. + /// List properties and relationships of the managedAppPolicy objects. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ManagedAppPoliciesRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs index 81eab1d45e6..f5abb3f982b 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs @@ -35,7 +35,7 @@ public TargetAppsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Not yet documented - /// Find more info here + /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs index 6ac4acfd073..e71e0944982 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs @@ -35,7 +35,7 @@ public TargetAppsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Not yet documented - /// Find more info here + /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/ManagedAppRegistrationItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/ManagedAppRegistrationItemRequestBuilder.cs index c878d34d973..3ca3fc016b7 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/ManagedAppRegistrationItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/ManagedAppRegistrationItemRequestBuilder.cs @@ -75,8 +75,8 @@ public async Task DeleteAsync(Action - /// Read properties and relationships of the managedAppRegistration object. - /// Find more info here + /// Read properties and relationships of the iosManagedAppRegistration object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -143,7 +143,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read properties and relationships of the managedAppRegistration object. + /// Read properties and relationships of the iosManagedAppRegistration object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -201,7 +201,7 @@ public partial class ManagedAppRegistrationItemRequestBuilderDeleteRequestConfig { } /// - /// Read properties and relationships of the managedAppRegistration object. + /// Read properties and relationships of the iosManagedAppRegistration object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ManagedAppRegistrationItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.cs index 47ba73e2516..a22129d7dd6 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.cs @@ -60,8 +60,8 @@ public ManagedAppRegistrationsRequestBuilder(string rawUrl, IRequestAdapter requ { } /// - /// List properties and relationships of the managedAppRegistration objects. - /// Find more info here + /// List properties and relationships of the androidManagedAppRegistration objects. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -110,7 +110,7 @@ public ManagedAppRegistrationsRequestBuilder(string rawUrl, IRequestAdapter requ return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ManagedAppRegistration.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// List properties and relationships of the managedAppRegistration objects. + /// List properties and relationships of the androidManagedAppRegistration objects. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -160,7 +160,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.ManagedAppRegistrationsRequestBuilder(rawUrl, RequestAdapter); } /// - /// List properties and relationships of the managedAppRegistration objects. + /// List properties and relationships of the androidManagedAppRegistration objects. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ManagedAppRegistrationsRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppStatuses/Item/ManagedAppStatusItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppStatuses/Item/ManagedAppStatusItemRequestBuilder.cs index 1157db7ad13..895b67bd9e8 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppStatuses/Item/ManagedAppStatusItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppStatuses/Item/ManagedAppStatusItemRequestBuilder.cs @@ -57,8 +57,8 @@ public async Task DeleteAsync(Action - /// Read properties and relationships of the managedAppStatus object. - /// Find more info here + /// Read properties and relationships of the managedAppStatusRaw object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -125,7 +125,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read properties and relationships of the managedAppStatus object. + /// Read properties and relationships of the managedAppStatusRaw object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -183,7 +183,7 @@ public partial class ManagedAppStatusItemRequestBuilderDeleteRequestConfiguratio { } /// - /// Read properties and relationships of the managedAppStatus object. + /// Read properties and relationships of the managedAppStatusRaw object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ManagedAppStatusItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppStatuses/ManagedAppStatusesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppStatuses/ManagedAppStatusesRequestBuilder.cs index c6e88a5f1d5..373b86368d7 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppStatuses/ManagedAppStatusesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppStatuses/ManagedAppStatusesRequestBuilder.cs @@ -54,8 +54,8 @@ public ManagedAppStatusesRequestBuilder(string rawUrl, IRequestAdapter requestAd { } /// - /// List properties and relationships of the managedAppStatusRaw objects. - /// Find more info here + /// List properties and relationships of the managedAppStatus objects. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -103,7 +103,7 @@ public ManagedAppStatusesRequestBuilder(string rawUrl, IRequestAdapter requestAd return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ManagedAppStatus.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// List properties and relationships of the managedAppStatusRaw objects. + /// List properties and relationships of the managedAppStatus objects. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -153,7 +153,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.DeviceAppManagement.ManagedAppStatuses.ManagedAppStatusesRequestBuilder(rawUrl, RequestAdapter); } /// - /// List properties and relationships of the managedAppStatusRaw objects. + /// List properties and relationships of the managedAppStatus objects. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ManagedAppStatusesRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilder.cs index 60dd6571bb0..7ae5da68b13 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilder.cs @@ -54,8 +54,8 @@ public AssignmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) { } /// - /// List properties and relationships of the iosVppEBookAssignment objects. - /// Find more info here + /// List properties and relationships of the managedEBookAssignment objects. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -104,7 +104,7 @@ public AssignmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ManagedEBookAssignment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// List properties and relationships of the iosVppEBookAssignment objects. + /// List properties and relationships of the managedEBookAssignment objects. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -154,7 +154,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.DeviceAppManagement.ManagedEBooks.Item.Assignments.AssignmentsRequestBuilder(rawUrl, RequestAdapter); } /// - /// List properties and relationships of the iosVppEBookAssignment objects. + /// List properties and relationships of the managedEBookAssignment objects. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class AssignmentsRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.cs index 983baafb5c1..5528a522158 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.cs @@ -58,8 +58,8 @@ public async Task DeleteAsync(Action - /// Read properties and relationships of the iosVppEBookAssignment object. - /// Find more info here + /// Read properties and relationships of the managedEBookAssignment object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -82,8 +82,8 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.ManagedEBookAssignment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Update the properties of a managedEBookAssignment object. - /// Find more info here + /// Update the properties of a iosVppEBookAssignment object. + /// Find more info here /// /// A /// The request body @@ -127,7 +127,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read properties and relationships of the iosVppEBookAssignment object. + /// Read properties and relationships of the managedEBookAssignment object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -146,7 +146,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of a managedEBookAssignment object. + /// Update the properties of a iosVppEBookAssignment object. /// /// A /// The request body @@ -185,7 +185,7 @@ public partial class ManagedEBookAssignmentItemRequestBuilderDeleteRequestConfig { } /// - /// Read properties and relationships of the iosVppEBookAssignment object. + /// Read properties and relationships of the managedEBookAssignment object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ManagedEBookAssignmentItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilder.cs index bbc1c18d815..e93b6ff31d0 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilder.cs @@ -54,8 +54,8 @@ public ManagedEBooksRequestBuilder(string rawUrl, IRequestAdapter requestAdapter { } /// - /// List properties and relationships of the managedEBook objects. - /// Find more info here + /// List properties and relationships of the iosVppEBook objects. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -104,7 +104,7 @@ public ManagedEBooksRequestBuilder(string rawUrl, IRequestAdapter requestAdapter return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ManagedEBook.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// List properties and relationships of the managedEBook objects. + /// List properties and relationships of the iosVppEBook objects. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -154,7 +154,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.DeviceAppManagement.ManagedEBooks.ManagedEBooksRequestBuilder(rawUrl, RequestAdapter); } /// - /// List properties and relationships of the managedEBook objects. + /// List properties and relationships of the iosVppEBook objects. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ManagedEBooksRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.cs index 82bb6bccc65..e1062f6f1d2 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.cs @@ -94,8 +94,8 @@ public async Task DeleteAsync(Action - /// Read properties and relationships of the iosMobileAppConfiguration object. - /// Find more info here + /// Read properties and relationships of the managedDeviceMobileAppConfiguration object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -163,7 +163,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read properties and relationships of the iosMobileAppConfiguration object. + /// Read properties and relationships of the managedDeviceMobileAppConfiguration object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -221,7 +221,7 @@ public partial class ManagedDeviceMobileAppConfigurationItemRequestBuilderDelete { } /// - /// Read properties and relationships of the iosMobileAppConfiguration object. + /// Read properties and relationships of the managedDeviceMobileAppConfiguration object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/MobileAppConfigurationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/MobileAppConfigurationsRequestBuilder.cs index b4abbbe9e48..1ba9b0ffa86 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/MobileAppConfigurationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/MobileAppConfigurationsRequestBuilder.cs @@ -54,8 +54,8 @@ public MobileAppConfigurationsRequestBuilder(string rawUrl, IRequestAdapter requ { } /// - /// List properties and relationships of the managedDeviceMobileAppConfiguration objects. - /// Find more info here + /// List properties and relationships of the iosMobileAppConfiguration objects. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -104,7 +104,7 @@ public MobileAppConfigurationsRequestBuilder(string rawUrl, IRequestAdapter requ return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ManagedDeviceMobileAppConfiguration.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// List properties and relationships of the managedDeviceMobileAppConfiguration objects. + /// List properties and relationships of the iosMobileAppConfiguration objects. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -154,7 +154,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.MobileAppConfigurationsRequestBuilder(rawUrl, RequestAdapter); } /// - /// List properties and relationships of the managedDeviceMobileAppConfiguration objects. + /// List properties and relationships of the iosMobileAppConfiguration objects. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class MobileAppConfigurationsRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppRelationships/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppRelationships/Count/CountRequestBuilder.cs new file mode 100644 index 00000000000..bc34aa6f147 --- /dev/null +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppRelationships/Count/CountRequestBuilder.cs @@ -0,0 +1,124 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Count +{ + /// + /// Provides operations to count the resources in the collection. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class CountRequestBuilder : BaseRequestBuilder + { + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/deviceAppManagement/mobileAppRelationships/$count{?%24filter,%24search}", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/deviceAppManagement/mobileAppRelationships/$count{?%24filter,%24search}", rawUrl) + { + } + /// + /// Get the number of the resource + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Get the number of the resource + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) + { +#endif + var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Count.CountRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Count.CountRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Get the number of the resource + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class CountRequestBuilderGetQueryParameters + { + /// Filter items by property values +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24filter")] + public string? Filter { get; set; } +#nullable restore +#else + [QueryParameter("%24filter")] + public string Filter { get; set; } +#endif + /// Search items by search phrases +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24search")] + public string? Search { get; set; } +#nullable restore +#else + [QueryParameter("%24search")] + public string Search { get; set; } +#endif + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppRelationships/Item/MobileAppRelationshipItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppRelationships/Item/MobileAppRelationshipItemRequestBuilder.cs new file mode 100644 index 00000000000..2690d0b8ecf --- /dev/null +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppRelationships/Item/MobileAppRelationshipItemRequestBuilder.cs @@ -0,0 +1,229 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Item +{ + /// + /// Provides operations to manage the mobileAppRelationships property of the microsoft.graph.deviceAppManagement entity. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class MobileAppRelationshipItemRequestBuilder : BaseRequestBuilder + { + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public MobileAppRelationshipItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/deviceAppManagement/mobileAppRelationships/{mobileAppRelationship%2Did}{?%24expand,%24select}", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public MobileAppRelationshipItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/deviceAppManagement/mobileAppRelationships/{mobileAppRelationship%2Did}{?%24expand,%24select}", rawUrl) + { + } + /// + /// Delete navigation property mobileAppRelationships for deviceAppManagement + /// + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToDeleteRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications. + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.MobileAppRelationship.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Update the navigation property mobileAppRelationships in deviceAppManagement + /// + /// A + /// The request body + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task PatchAsync(global::Microsoft.Graph.Models.MobileAppRelationship body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task PatchAsync(global::Microsoft.Graph.Models.MobileAppRelationship body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = ToPatchRequestInformation(body, requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.MobileAppRelationship.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Delete navigation property mobileAppRelationships for deviceAppManagement + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) + { +#endif + var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + return requestInfo; + } + /// + /// The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications. + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) + { +#endif + var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + return requestInfo; + } + /// + /// Update the navigation property mobileAppRelationships in deviceAppManagement + /// + /// A + /// The request body + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.MobileAppRelationship body, Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.MobileAppRelationship body, Action> requestConfiguration = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Item.MobileAppRelationshipItemRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Item.MobileAppRelationshipItemRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class MobileAppRelationshipItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration + { + } + /// + /// The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class MobileAppRelationshipItemRequestBuilderGetQueryParameters + { + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif + /// Select properties to be returned +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24select")] + public string[]? Select { get; set; } +#nullable restore +#else + [QueryParameter("%24select")] + public string[] Select { get; set; } +#endif + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class MobileAppRelationshipItemRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class MobileAppRelationshipItemRequestBuilderPatchRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppRelationships/MobileAppRelationshipsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppRelationships/MobileAppRelationshipsRequestBuilder.cs new file mode 100644 index 00000000000..7fa6832b0c7 --- /dev/null +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppRelationships/MobileAppRelationshipsRequestBuilder.cs @@ -0,0 +1,238 @@ +// +#pragma warning disable CS0618 +using Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Count; +using Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Item; +using Microsoft.Graph.Models.ODataErrors; +using Microsoft.Graph.Models; +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using System.Collections.Generic; +using System.IO; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace Microsoft.Graph.DeviceAppManagement.MobileAppRelationships +{ + /// + /// Provides operations to manage the mobileAppRelationships property of the microsoft.graph.deviceAppManagement entity. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class MobileAppRelationshipsRequestBuilder : BaseRequestBuilder + { + /// Provides operations to count the resources in the collection. + public global::Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Count.CountRequestBuilder Count + { + get => new global::Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Count.CountRequestBuilder(PathParameters, RequestAdapter); + } + /// Provides operations to manage the mobileAppRelationships property of the microsoft.graph.deviceAppManagement entity. + /// The unique identifier of mobileAppRelationship + /// A + public global::Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Item.MobileAppRelationshipItemRequestBuilder this[string position] + { + get + { + var urlTplParams = new Dictionary(PathParameters); + urlTplParams.Add("mobileAppRelationship%2Did", position); + return new global::Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Item.MobileAppRelationshipItemRequestBuilder(urlTplParams, RequestAdapter); + } + } + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + /// The request adapter to use to execute the requests. + public MobileAppRelationshipsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/deviceAppManagement/mobileAppRelationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) + { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + /// The request adapter to use to execute the requests. + public MobileAppRelationshipsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/deviceAppManagement/mobileAppRelationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) + { + } + /// + /// The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications. + /// + /// A + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + var requestInfo = ToGetRequestInformation(requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.MobileAppRelationshipCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// Create new navigation property to mobileAppRelationships for deviceAppManagement + /// + /// A + /// The request body + /// Cancellation token to use when cancelling requests + /// Configuration for the request such as headers, query parameters, and middleware options. + /// When receiving a 4XX or 5XX status code +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public async Task PostAsync(global::Microsoft.Graph.Models.MobileAppRelationship body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) + { +#nullable restore +#else + public async Task PostAsync(global::Microsoft.Graph.Models.MobileAppRelationship body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = ToPostRequestInformation(body, requestConfiguration); + var errorMapping = new Dictionary> + { + { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, + }; + return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.MobileAppRelationship.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); + } + /// + /// The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications. + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) + { +#endif + var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + return requestInfo; + } + /// + /// Create new navigation property to mobileAppRelationships for deviceAppManagement + /// + /// A + /// The request body + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.MobileAppRelationship body, Action>? requestConfiguration = default) + { +#nullable restore +#else + public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.MobileAppRelationship body, Action> requestConfiguration = default) + { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); + return requestInfo; + } + /// + /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. + /// + /// A + /// The raw URL to use for the request builder. + public global::Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.MobileAppRelationshipsRequestBuilder WithUrl(string rawUrl) + { + return new global::Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.MobileAppRelationshipsRequestBuilder(rawUrl, RequestAdapter); + } + /// + /// The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class MobileAppRelationshipsRequestBuilderGetQueryParameters + { + /// Include count of items + [QueryParameter("%24count")] + public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif + /// Filter items by property values +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24filter")] + public string? Filter { get; set; } +#nullable restore +#else + [QueryParameter("%24filter")] + public string Filter { get; set; } +#endif + /// Order items by property values +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24orderby")] + public string[]? Orderby { get; set; } +#nullable restore +#else + [QueryParameter("%24orderby")] + public string[] Orderby { get; set; } +#endif + /// Search items by search phrases +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24search")] + public string? Search { get; set; } +#nullable restore +#else + [QueryParameter("%24search")] + public string Search { get; set; } +#endif + /// Select properties to be returned +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24select")] + public string[]? Select { get; set; } +#nullable restore +#else + [QueryParameter("%24select")] + public string[] Select { get; set; } +#endif + /// Skip the first n items + [QueryParameter("%24skip")] + public int? Skip { get; set; } + /// Show only the first n items + [QueryParameter("%24top")] + public int? Top { get; set; } + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class MobileAppRelationshipsRequestBuilderGetRequestConfiguration : RequestConfiguration + { + } + /// + /// Configuration for the request such as headers, query parameters, and middleware options. + /// + [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class MobileAppRelationshipsRequestBuilderPostRequestConfiguration : RequestConfiguration + { + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.cs index 930d73b4f01..86532c49355 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.cs @@ -149,8 +149,8 @@ public MobileAppItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter { } /// - /// Deletes a windowsMobileMSI. - /// Find more info here + /// Deletes a iosiPadOSWebClip. + /// Find more info here /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. @@ -172,8 +172,8 @@ public async Task DeleteAsync(Action - /// Read properties and relationships of the macOSLobApp object. - /// Find more info here + /// Read properties and relationships of the macOSOfficeSuiteApp object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -222,7 +222,7 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.MobileApp.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Deletes a windowsMobileMSI. + /// Deletes a iosiPadOSWebClip. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -241,7 +241,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read properties and relationships of the macOSLobApp object. + /// Read properties and relationships of the macOSOfficeSuiteApp object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -299,7 +299,7 @@ public partial class MobileAppItemRequestBuilderDeleteRequestConfiguration : Req { } /// - /// Read properties and relationships of the macOSLobApp object. + /// Read properties and relationships of the macOSOfficeSuiteApp object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class MobileAppItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilder.cs index 32e1c67a0d9..614bcddded0 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilder.cs @@ -150,8 +150,8 @@ public MobileAppsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : { } /// - /// List properties and relationships of the macOSLobApp objects. - /// Find more info here + /// List properties and relationships of the managedApp objects. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -174,8 +174,8 @@ public MobileAppsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.MobileAppCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Create a new windowsAppX object. - /// Find more info here + /// Create a new win32LobApp object. + /// Find more info here /// /// A /// The request body @@ -200,7 +200,7 @@ public MobileAppsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.MobileApp.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// List properties and relationships of the macOSLobApp objects. + /// List properties and relationships of the managedApp objects. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -219,7 +219,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a new windowsAppX object. + /// Create a new win32LobApp object. /// /// A /// The request body @@ -250,7 +250,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.DeviceAppManagement.MobileApps.MobileAppsRequestBuilder(rawUrl, RequestAdapter); } /// - /// List properties and relationships of the macOSLobApp objects. + /// List properties and relationships of the managedApp objects. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class MobileAppsRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.cs index 7704ff32bfe..3f99b498287 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.cs @@ -54,8 +54,8 @@ public DeviceCompliancePoliciesRequestBuilder(string rawUrl, IRequestAdapter req { } /// - /// List properties and relationships of the windows10MobileCompliancePolicy objects. - /// Find more info here + /// List properties and relationships of the iosCompliancePolicy objects. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -78,8 +78,8 @@ public DeviceCompliancePoliciesRequestBuilder(string rawUrl, IRequestAdapter req return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.DeviceCompliancePolicyCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Create a new windows10MobileCompliancePolicy object. - /// Find more info here + /// Create a new androidWorkProfileCompliancePolicy object. + /// Find more info here /// /// A /// The request body @@ -104,7 +104,7 @@ public DeviceCompliancePoliciesRequestBuilder(string rawUrl, IRequestAdapter req return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.DeviceCompliancePolicy.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// List properties and relationships of the windows10MobileCompliancePolicy objects. + /// List properties and relationships of the iosCompliancePolicy objects. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -123,7 +123,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a new windows10MobileCompliancePolicy object. + /// Create a new androidWorkProfileCompliancePolicy object. /// /// A /// The request body @@ -154,7 +154,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies.DeviceCompliancePoliciesRequestBuilder(rawUrl, RequestAdapter); } /// - /// List properties and relationships of the windows10MobileCompliancePolicy objects. + /// List properties and relationships of the iosCompliancePolicy objects. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class DeviceCompliancePoliciesRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.cs index c41bff05a6b..aa7570d9756 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.cs @@ -89,8 +89,8 @@ public DeviceCompliancePolicyItemRequestBuilder(string rawUrl, IRequestAdapter r { } /// - /// Deletes a windows10CompliancePolicy. - /// Find more info here + /// Deletes a androidWorkProfileCompliancePolicy. + /// Find more info here /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. @@ -112,8 +112,8 @@ public async Task DeleteAsync(Action - /// Read properties and relationships of the deviceCompliancePolicy object. - /// Find more info here + /// Read properties and relationships of the iosCompliancePolicy object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -136,8 +136,8 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.DeviceCompliancePolicy.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Update the properties of a androidCompliancePolicy object. - /// Find more info here + /// Update the properties of a androidWorkProfileCompliancePolicy object. + /// Find more info here /// /// A /// The request body @@ -162,7 +162,7 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.DeviceCompliancePolicy.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Deletes a windows10CompliancePolicy. + /// Deletes a androidWorkProfileCompliancePolicy. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -181,7 +181,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read properties and relationships of the deviceCompliancePolicy object. + /// Read properties and relationships of the iosCompliancePolicy object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -200,7 +200,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of a androidCompliancePolicy object. + /// Update the properties of a androidWorkProfileCompliancePolicy object. /// /// A /// The request body @@ -239,7 +239,7 @@ public partial class DeviceCompliancePolicyItemRequestBuilderDeleteRequestConfig { } /// - /// Read properties and relationships of the deviceCompliancePolicy object. + /// Read properties and relationships of the iosCompliancePolicy object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class DeviceCompliancePolicyItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.cs index c0ffcb78f28..49048f68537 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.cs @@ -54,8 +54,8 @@ public DeviceConfigurationsRequestBuilder(string rawUrl, IRequestAdapter request { } /// - /// List properties and relationships of the windows10SecureAssessmentConfiguration objects. - /// Find more info here + /// List properties and relationships of the androidWorkProfileGeneralDeviceConfiguration objects. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -78,8 +78,8 @@ public DeviceConfigurationsRequestBuilder(string rawUrl, IRequestAdapter request return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.DeviceConfigurationCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Create a new iosDeviceFeaturesConfiguration object. - /// Find more info here + /// Create a new windowsPhone81GeneralConfiguration object. + /// Find more info here /// /// A /// The request body @@ -104,7 +104,7 @@ public DeviceConfigurationsRequestBuilder(string rawUrl, IRequestAdapter request return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.DeviceConfiguration.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// List properties and relationships of the windows10SecureAssessmentConfiguration objects. + /// List properties and relationships of the androidWorkProfileGeneralDeviceConfiguration objects. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -123,7 +123,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a new iosDeviceFeaturesConfiguration object. + /// Create a new windowsPhone81GeneralConfiguration object. /// /// A /// The request body @@ -154,7 +154,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.DeviceManagement.DeviceConfigurations.DeviceConfigurationsRequestBuilder(rawUrl, RequestAdapter); } /// - /// List properties and relationships of the windows10SecureAssessmentConfiguration objects. + /// List properties and relationships of the androidWorkProfileGeneralDeviceConfiguration objects. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class DeviceConfigurationsRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.cs index 08b33083004..def331d4e14 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.cs @@ -78,8 +78,8 @@ public DeviceConfigurationItemRequestBuilder(string rawUrl, IRequestAdapter requ { } /// - /// Deletes a windows10GeneralConfiguration. - /// Find more info here + /// Deletes a macOSDeviceFeaturesConfiguration. + /// Find more info here /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. @@ -101,8 +101,8 @@ public async Task DeleteAsync(Action - /// Read properties and relationships of the windows10TeamGeneralConfiguration object. - /// Find more info here + /// Read properties and relationships of the macOSCustomConfiguration object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -135,8 +135,8 @@ public async Task DeleteAsync(Action - /// Update the properties of a windowsPhone81GeneralConfiguration object. - /// Find more info here + /// Update the properties of a windows10TeamGeneralConfiguration object. + /// Find more info here /// /// A /// The request body @@ -161,7 +161,7 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.DeviceConfiguration.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Deletes a windows10GeneralConfiguration. + /// Deletes a macOSDeviceFeaturesConfiguration. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -180,7 +180,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read properties and relationships of the windows10TeamGeneralConfiguration object. + /// Read properties and relationships of the macOSCustomConfiguration object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -199,7 +199,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of a windowsPhone81GeneralConfiguration object. + /// Update the properties of a windows10TeamGeneralConfiguration object. /// /// A /// The request body @@ -238,7 +238,7 @@ public partial class DeviceConfigurationItemRequestBuilderDeleteRequestConfigura { } /// - /// Read properties and relationships of the windows10TeamGeneralConfiguration object. + /// Read properties and relationships of the macOSCustomConfiguration object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class DeviceConfigurationItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.cs index ce9a5f3a974..cccca78f8c7 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.cs @@ -54,8 +54,8 @@ public DeviceEnrollmentConfigurationsRequestBuilder(string rawUrl, IRequestAdapt { } /// - /// List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects. - /// Find more info here + /// List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -78,8 +78,8 @@ public DeviceEnrollmentConfigurationsRequestBuilder(string rawUrl, IRequestAdapt return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.DeviceEnrollmentConfigurationCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Create a new deviceEnrollmentPlatformRestrictionsConfiguration object. - /// Find more info here + /// Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration object. + /// Find more info here /// /// A /// The request body @@ -104,7 +104,7 @@ public DeviceEnrollmentConfigurationsRequestBuilder(string rawUrl, IRequestAdapt return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.DeviceEnrollmentConfiguration.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects. + /// List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -123,7 +123,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a new deviceEnrollmentPlatformRestrictionsConfiguration object. + /// Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration object. /// /// A /// The request body @@ -154,7 +154,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.DeviceEnrollmentConfigurationsRequestBuilder(rawUrl, RequestAdapter); } /// - /// List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects. + /// List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.cs index f2597c1f5eb..9d366fcacdc 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.cs @@ -53,8 +53,8 @@ public DeviceEnrollmentConfigurationItemRequestBuilder(string rawUrl, IRequestAd { } /// - /// Deletes a deviceEnrollmentPlatformRestrictionsConfiguration. - /// Find more info here + /// Deletes a deviceEnrollmentLimitConfiguration. + /// Find more info here /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. @@ -76,8 +76,8 @@ public async Task DeleteAsync(Action - /// Read properties and relationships of the deviceEnrollmentLimitConfiguration object. - /// Find more info here + /// Read properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -100,8 +100,8 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.DeviceEnrollmentConfiguration.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Update the properties of a deviceEnrollmentLimitConfiguration object. - /// Find more info here + /// Update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration object. + /// Find more info here /// /// A /// The request body @@ -126,7 +126,7 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.DeviceEnrollmentConfiguration.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Deletes a deviceEnrollmentPlatformRestrictionsConfiguration. + /// Deletes a deviceEnrollmentLimitConfiguration. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -145,7 +145,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read properties and relationships of the deviceEnrollmentLimitConfiguration object. + /// Read properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -164,7 +164,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of a deviceEnrollmentLimitConfiguration object. + /// Update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration object. /// /// A /// The request body @@ -203,7 +203,7 @@ public partial class DeviceEnrollmentConfigurationItemRequestBuilderDeleteReques { } /// - /// Read properties and relationships of the deviceEnrollmentLimitConfiguration object. + /// Read properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceManagementRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceManagementRequestBuilder.cs index f042021e676..75c42b90afd 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceManagementRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceManagementRequestBuilder.cs @@ -392,7 +392,7 @@ public DeviceManagementRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Read properties and relationships of the deviceManagement object. - /// Find more info here + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -426,7 +426,7 @@ public DeviceManagementRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Update the properties of a deviceManagement object. - /// Find more info here + /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilder.cs index c36414d7a11..51097566aef 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilder.cs @@ -41,8 +41,8 @@ public RoleDefinitionItemRequestBuilder(string rawUrl, IRequestAdapter requestAd { } /// - /// Deletes a deviceAndAppManagementRoleDefinition. - /// Find more info here + /// Deletes a roleDefinition. + /// Find more info here /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. @@ -88,8 +88,8 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.RoleDefinition.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Update the properties of a roleDefinition object. - /// Find more info here + /// Update the properties of a deviceAndAppManagementRoleDefinition object. + /// Find more info here /// /// A /// The request body @@ -114,7 +114,7 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.RoleDefinition.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Deletes a deviceAndAppManagementRoleDefinition. + /// Deletes a roleDefinition. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -152,7 +152,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of a roleDefinition object. + /// Update the properties of a deviceAndAppManagementRoleDefinition object. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/RoleDefinitionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/RoleDefinitionsRequestBuilder.cs index 2cab679afa6..a47738fe548 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/RoleDefinitionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/RoleDefinitionsRequestBuilder.cs @@ -54,8 +54,8 @@ public RoleDefinitionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt { } /// - /// List properties and relationships of the deviceAndAppManagementRoleDefinition objects. - /// Find more info here + /// List properties and relationships of the roleDefinition objects. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -78,8 +78,8 @@ public RoleDefinitionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.RoleDefinitionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Create a new roleDefinition object. - /// Find more info here + /// Create a new deviceAndAppManagementRoleDefinition object. + /// Find more info here /// /// A /// The request body @@ -104,7 +104,7 @@ public RoleDefinitionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.RoleDefinition.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// List properties and relationships of the deviceAndAppManagementRoleDefinition objects. + /// List properties and relationships of the roleDefinition objects. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -123,7 +123,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a new roleDefinition object. + /// Create a new deviceAndAppManagementRoleDefinition object. /// /// A /// The request body @@ -154,7 +154,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.DeviceManagement.RoleDefinitions.RoleDefinitionsRequestBuilder(rawUrl, RequestAdapter); } /// - /// List properties and relationships of the deviceAndAppManagementRoleDefinition objects. + /// List properties and relationships of the roleDefinition objects. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class RoleDefinitionsRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Resize/ResizeRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Resize/ResizeRequestBuilder.cs index 455e6d99805..2a69d935874 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Resize/ResizeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Resize/ResizeRequestBuilder.cs @@ -34,7 +34,8 @@ public ResizeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas { } /// - /// Invoke action resize + /// Upgrade or downgrade an existing Cloud PC to a configuration with a new virtual CPU (vCPU) and storage size. + /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests @@ -58,7 +59,7 @@ public async Task PostAsync(global::Microsoft.Graph.DeviceManagement.VirtualEndp await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Invoke action resize + /// Upgrade or downgrade an existing Cloud PC to a configuration with a new virtual CPU (vCPU) and storage size. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Add/AddRequestBuilder.cs index d51dadd226a..09d12d9f590 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Tables/Add/AddRequestBuilder.cs @@ -35,8 +35,8 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r { } /// - /// Use this API to create a new Table. - /// Find more info here + /// Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated. + /// Find more info here /// /// A /// The request body @@ -61,7 +61,7 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.WorkbookTable.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Use this API to create a new Table. + /// Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddRequestBuilder.cs index 60d32fbdd66..c0061f3d851 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddRequestBuilder.cs @@ -35,8 +35,8 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r { } /// - /// Use this API to create a new Table. - /// Find more info here + /// Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated. + /// Find more info here /// /// A /// The request body @@ -61,7 +61,7 @@ public AddRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(r return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.WorkbookTable.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Use this API to create a new Table. + /// Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.cs index e65d4c4c07a..5559ddb44ef 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.cs @@ -42,7 +42,7 @@ public ConversationItemRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Delete conversation. - /// Find more info here + /// Find more info here /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/PostsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/PostsRequestBuilder.cs index ee06d8bf9d1..74c419b5efd 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/PostsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/PostsRequestBuilder.cs @@ -54,8 +54,8 @@ public PostsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { } /// - /// Get the posts of the specified thread. You can specify both the parent conversation and the thread, or,you can specify the thread without referencing the parent conversation. - /// Find more info here + /// Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -78,7 +78,7 @@ public PostsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.PostCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get the posts of the specified thread. You can specify both the parent conversation and the thread, or,you can specify the thread without referencing the parent conversation. + /// Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -106,7 +106,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Get the posts of the specified thread. You can specify both the parent conversation and the thread, or,you can specify the thread without referencing the parent conversation. + /// Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class PostsRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilder.cs index abad2ca180a..fc5a4ec2579 100644 --- a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilder.cs @@ -58,8 +58,8 @@ public async Task DeleteAsync(Action - /// Retrieve the properties and relationships of an ipNamedLocation object. - /// Find more info here + /// Retrieve the properties and relationships of a namedLocation object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -82,8 +82,8 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.NamedLocation.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Update the properties of a countryNamedLocation object. - /// Find more info here + /// Update the properties of an ipNamedLocation object. + /// Find more info here /// /// A /// The request body @@ -127,7 +127,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Retrieve the properties and relationships of an ipNamedLocation object. + /// Retrieve the properties and relationships of a namedLocation object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -146,7 +146,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of a countryNamedLocation object. + /// Update the properties of an ipNamedLocation object. /// /// A /// The request body @@ -185,7 +185,7 @@ public partial class NamedLocationItemRequestBuilderDeleteRequestConfiguration : { } /// - /// Retrieve the properties and relationships of an ipNamedLocation object. + /// Retrieve the properties and relationships of a namedLocation object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class NamedLocationItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageItemRequestBuilder.cs index a83372be3ae..947869285ba 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageItemRequestBuilder.cs @@ -100,8 +100,8 @@ public async Task DeleteAsync(Action - /// Retrieve the properties and relationships of an accessPackage object. - /// Find more info here + /// Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -169,7 +169,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Retrieve the properties and relationships of an accessPackage object. + /// Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -227,7 +227,7 @@ public partial class AccessPackageItemRequestBuilderDeleteRequestConfiguration : { } /// - /// Retrieve the properties and relationships of an accessPackage object. + /// Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class AccessPackageItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.cs index d6f88d60572..a34e2b1270b 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.cs @@ -58,8 +58,8 @@ public async Task DeleteAsync(Action - /// Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. - /// Find more info here + /// Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -127,7 +127,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. + /// Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -185,7 +185,7 @@ public partial class CustomCalloutExtensionItemRequestBuilderDeleteRequestConfig { } /// - /// Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. + /// Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class CustomCalloutExtensionItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Me/Activities/Item/HistoryItems/Item/ActivityHistoryItemItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Activities/Item/HistoryItems/Item/ActivityHistoryItemItemRequestBuilder.cs index df96d30528c..48e8c21df21 100644 --- a/src/Microsoft.Graph/Generated/Me/Activities/Item/HistoryItems/Item/ActivityHistoryItemItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Activities/Item/HistoryItems/Item/ActivityHistoryItemItemRequestBuilder.cs @@ -86,8 +86,8 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.ActivityHistoryItem.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Delete an existing history item for an existing user activity. - /// Find more info here + /// Create a new or replace an existing history item for an existing user activity. + /// Find more info here /// /// A /// The request body @@ -150,7 +150,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Delete an existing history item for an existing user activity. + /// Create a new or replace an existing history item for an existing user activity. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Attachments/AttachmentsRequestBuilder.cs index fb8624e069a..4c179f68758 100644 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Events/Item/Attachments/AttachmentsRequestBuilder.cs @@ -84,8 +84,8 @@ public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. - /// Find more info here + /// Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. + /// Find more info here /// /// A /// The request body @@ -129,7 +129,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. + /// Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/ChildFoldersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/ChildFoldersRequestBuilder.cs index 219fd552cee..e76565a8a5e 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/ChildFoldersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/ChildFoldersRequestBuilder.cs @@ -84,8 +84,8 @@ public ChildFoldersRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.MailFolderCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Create a new mailSearchFolder in the specified user's mailbox. - /// Find more info here + /// Use this API to create a new child mailFolder. If you intend a new folder to be hidden, you must set the isHidden property to true on creation. + /// Find more info here /// /// A /// The request body @@ -129,7 +129,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a new mailSearchFolder in the specified user's mailbox. + /// Use this API to create a new child mailFolder. If you intend a new folder to be hidden, you must set the isHidden property to true on creation. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Messages/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Messages/Item/Attachments/AttachmentsRequestBuilder.cs index 56356aa0d5b..0dd4bc918a6 100644 --- a/src/Microsoft.Graph/Generated/Me/Messages/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Messages/Item/Attachments/AttachmentsRequestBuilder.cs @@ -84,8 +84,8 @@ public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. - /// Find more info here + /// Use this API to add an attachment to a message. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. You can add an attachment to an existing message by posting to its attachments collection, or you canadd an attachment to a message that is being created and sent on the fly. This operation limits the size of the attachment you can add to under 3 MB. + /// Find more info here /// /// A /// The request body @@ -129,7 +129,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. + /// Use this API to add an attachment to a message. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. You can add an attachment to an existing message by posting to its attachments collection, or you canadd an attachment to a message that is being created and sent on the fly. This operation limits the size of the attachment you can add to under 3 MB. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Messages/Item/MessageItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Messages/Item/MessageItemRequestBuilder.cs index 2c44272cbc6..451fb1d382b 100644 --- a/src/Microsoft.Graph/Generated/Me/Messages/Item/MessageItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Messages/Item/MessageItemRequestBuilder.cs @@ -113,8 +113,8 @@ public MessageItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) { } /// - /// Delete a message in the specified user's mailbox, or delete a relationship of the message. - /// Find more info here + /// Delete eventMessage. + /// Find more info here /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. @@ -136,8 +136,8 @@ public async Task DeleteAsync(Action - /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. - /// Find more info here + /// Get the properties and relationships of the eventMessage object. Apply the $expand parameter on the event navigation property to get the associated event in an attendee's calendar. Currently, this operation returns event message bodies in only HTML format. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -160,8 +160,8 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.Message.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Update the properties of a message object. - /// Find more info here + /// Update the properties of an eventMessage object. + /// Find more info here /// /// A /// The request body @@ -186,7 +186,7 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.Message.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Delete a message in the specified user's mailbox, or delete a relationship of the message. + /// Delete eventMessage. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -205,7 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. + /// Get the properties and relationships of the eventMessage object. Apply the $expand parameter on the event navigation property to get the associated event in an attendee's calendar. Currently, this operation returns event message bodies in only HTML format. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -224,7 +224,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of a message object. + /// Update the properties of an eventMessage object. /// /// A /// The request body @@ -263,7 +263,7 @@ public partial class MessageItemRequestBuilderDeleteRequestConfiguration : Reque { } /// - /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. + /// Get the properties and relationships of the eventMessage object. Apply the $expand parameter on the event navigation property to get the associated event in an attendee's calendar. Currently, this operation returns event message bodies in only HTML format. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class MessageItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Me/Messages/Item/Value/ContentRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Messages/Item/Value/ContentRequestBuilder.cs index f06e97dbc54..ce46a22a0c0 100644 --- a/src/Microsoft.Graph/Generated/Me/Messages/Item/Value/ContentRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Messages/Item/Value/ContentRequestBuilder.cs @@ -34,8 +34,8 @@ public ContentRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba { } /// - /// Delete a message in the specified user's mailbox, or delete a relationship of the message. - /// Find more info here + /// Delete eventMessage. + /// Find more info here /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. @@ -57,8 +57,8 @@ public async Task DeleteAsync(Action - /// Get the messages in the signed-in user's mailbox (including the Deleted Items and Clutter folders). Depending on the page size and mailbox data, getting messages from a mailbox can incur multiple requests. The default page size is 10 messages. Use $top to customize the page size, within the range of 1 and 1000. To improve the operation response time, use $select to specify the exact properties you need; see example 1 below. Fine-tune the values for $select and $top, especially when you must use a larger page size, as returning a page with hundreds of messages each with a full response payload may trigger the gateway timeout (HTTP 504). To get the next page of messages, simply apply the entire URL returned in @odata.nextLink to the next get-messages request. This URL includes any query parameters you may have specified in the initial request. Do not try to extract the $skip value from the @odata.nextLink URL to manipulate responses. This API uses the $skip value to keep count of all the items it has gone through in the user's mailbox to return a page of message-type items. It's therefore possible that even in the initial response, the $skip value is larger than the page size. For more information, see Paging Microsoft Graph data in your app. Currently, this operation returns message bodies in only HTML format. There are two scenarios where an app can get messages in another user's mail folder: - /// Find more info here + /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -81,8 +81,8 @@ public async Task GetAsync(Action(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Update the properties of a message object. - /// Find more info here + /// Update the properties of an eventMessage object. + /// Find more info here /// /// A /// Binary request body @@ -107,7 +107,7 @@ public async Task PutAsync(Stream body, Action(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Delete a message in the specified user's mailbox, or delete a relationship of the message. + /// Delete eventMessage. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -126,7 +126,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Get the messages in the signed-in user's mailbox (including the Deleted Items and Clutter folders). Depending on the page size and mailbox data, getting messages from a mailbox can incur multiple requests. The default page size is 10 messages. Use $top to customize the page size, within the range of 1 and 1000. To improve the operation response time, use $select to specify the exact properties you need; see example 1 below. Fine-tune the values for $select and $top, especially when you must use a larger page size, as returning a page with hundreds of messages each with a full response payload may trigger the gateway timeout (HTTP 504). To get the next page of messages, simply apply the entire URL returned in @odata.nextLink to the next get-messages request. This URL includes any query parameters you may have specified in the initial request. Do not try to extract the $skip value from the @odata.nextLink URL to manipulate responses. This API uses the $skip value to keep count of all the items it has gone through in the user's mailbox to return a page of message-type items. It's therefore possible that even in the initial response, the $skip value is larger than the page size. For more information, see Paging Microsoft Graph data in your app. Currently, this operation returns message bodies in only HTML format. There are two scenarios where an app can get messages in another user's mail folder: + /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -145,7 +145,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of a message object. + /// Update the properties of an eventMessage object. /// /// A /// Binary request body @@ -184,7 +184,7 @@ public partial class ContentRequestBuilderDeleteRequestConfiguration : RequestCo { } /// - /// Get the messages in the signed-in user's mailbox (including the Deleted Items and Clutter folders). Depending on the page size and mailbox data, getting messages from a mailbox can incur multiple requests. The default page size is 10 messages. Use $top to customize the page size, within the range of 1 and 1000. To improve the operation response time, use $select to specify the exact properties you need; see example 1 below. Fine-tune the values for $select and $top, especially when you must use a larger page size, as returning a page with hundreds of messages each with a full response payload may trigger the gateway timeout (HTTP 504). To get the next page of messages, simply apply the entire URL returned in @odata.nextLink to the next get-messages request. This URL includes any query parameters you may have specified in the initial request. Do not try to extract the $skip value from the @odata.nextLink URL to manipulate responses. This API uses the $skip value to keep count of all the items it has gone through in the user's mailbox to return a page of message-type items. It's therefore possible that even in the initial response, the $skip value is larger than the page size. For more information, see Paging Microsoft Graph data in your app. Currently, this operation returns message bodies in only HTML format. There are two scenarios where an app can get messages in another user's mail folder: + /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ContentRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Me/Messages/MessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Messages/MessagesRequestBuilder.cs index 0cc565adb32..3d72eea4ea1 100644 --- a/src/Microsoft.Graph/Generated/Me/Messages/MessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Messages/MessagesRequestBuilder.cs @@ -60,8 +60,8 @@ public MessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b { } /// - /// Get the messages in the signed-in user's mailbox (including the Deleted Items and Clutter folders). Depending on the page size and mailbox data, getting messages from a mailbox can incur multiple requests. The default page size is 10 messages. Use $top to customize the page size, within the range of 1 and 1000. To improve the operation response time, use $select to specify the exact properties you need; see example 1 below. Fine-tune the values for $select and $top, especially when you must use a larger page size, as returning a page with hundreds of messages each with a full response payload may trigger the gateway timeout (HTTP 504). To get the next page of messages, simply apply the entire URL returned in @odata.nextLink to the next get-messages request. This URL includes any query parameters you may have specified in the initial request. Do not try to extract the $skip value from the @odata.nextLink URL to manipulate responses. This API uses the $skip value to keep count of all the items it has gone through in the user's mailbox to return a page of message-type items. It's therefore possible that even in the initial response, the $skip value is larger than the page size. For more information, see Paging Microsoft Graph data in your app. Currently, this operation returns message bodies in only HTML format. There are two scenarios where an app can get messages in another user's mail folder: - /// Find more info here + /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -110,7 +110,7 @@ public MessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Message.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get the messages in the signed-in user's mailbox (including the Deleted Items and Clutter folders). Depending on the page size and mailbox data, getting messages from a mailbox can incur multiple requests. The default page size is 10 messages. Use $top to customize the page size, within the range of 1 and 1000. To improve the operation response time, use $select to specify the exact properties you need; see example 1 below. Fine-tune the values for $select and $top, especially when you must use a larger page size, as returning a page with hundreds of messages each with a full response payload may trigger the gateway timeout (HTTP 504). To get the next page of messages, simply apply the entire URL returned in @odata.nextLink to the next get-messages request. This URL includes any query parameters you may have specified in the initial request. Do not try to extract the $skip value from the @odata.nextLink URL to manipulate responses. This API uses the $skip value to keep count of all the items it has gone through in the user's mailbox to return a page of message-type items. It's therefore possible that even in the initial response, the $skip value is larger than the page size. For more information, see Paging Microsoft Graph data in your app. Currently, this operation returns message bodies in only HTML format. There are two scenarios where an app can get messages in another user's mail folder: + /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -160,7 +160,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.Me.Messages.MessagesRequestBuilder(rawUrl, RequestAdapter); } /// - /// Get the messages in the signed-in user's mailbox (including the Deleted Items and Clutter folders). Depending on the page size and mailbox data, getting messages from a mailbox can incur multiple requests. The default page size is 10 messages. Use $top to customize the page size, within the range of 1 and 1000. To improve the operation response time, use $select to specify the exact properties you need; see example 1 below. Fine-tune the values for $select and $top, especially when you must use a larger page size, as returning a page with hundreds of messages each with a full response payload may trigger the gateway timeout (HTTP 504). To get the next page of messages, simply apply the entire URL returned in @odata.nextLink to the next get-messages request. This URL includes any query parameters you may have specified in the initial request. Do not try to extract the $skip value from the @odata.nextLink URL to manipulate responses. This API uses the $skip value to keep count of all the items it has gone through in the user's mailbox to return a page of message-type items. It's therefore possible that even in the initial response, the $skip value is larger than the page size. For more information, see Paging Microsoft Graph data in your app. Currently, this operation returns message bodies in only HTML format. There are two scenarios where an app can get messages in another user's mail folder: + /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class MessagesRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Models/AiInteraction.cs b/src/Microsoft.Graph/Generated/Models/AiInteraction.cs index ea120c13ab7..a33fc32792a 100644 --- a/src/Microsoft.Graph/Generated/Models/AiInteraction.cs +++ b/src/Microsoft.Graph/Generated/Models/AiInteraction.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Models public partial class AiInteraction : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The data source for Copilot data. For example, IPM.SkypeTeams.Message.Copilot.Excel or IPM.SkypeTeams.Message.Copilot.Loop. + /// The appClass property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? AppClass @@ -28,7 +28,7 @@ public string AppClass set { BackingStore?.Set("appClass", value); } } #endif - /// The collection of documents attached to the interaction, such as cards and images. + /// The attachments property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? Attachments @@ -44,7 +44,7 @@ public string AppClass set { BackingStore?.Set("attachments", value); } } #endif - /// The body of the message, including the text of the body and its body type. + /// The body property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public global::Microsoft.Graph.Models.ItemBody? Body @@ -60,7 +60,7 @@ public string AppClass set { BackingStore?.Set("body", value); } } #endif - /// The identifer that maps to all contexts associated with an interaction. + /// The contexts property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? Contexts @@ -76,7 +76,7 @@ public string AppClass set { BackingStore?.Set("contexts", value); } } #endif - /// The type of the conversation. For example, appchat or bizchat. + /// The conversationType property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? ConversationType @@ -92,13 +92,13 @@ public string ConversationType set { BackingStore?.Set("conversationType", value); } } #endif - /// The time when the interaction was created. + /// The createdDateTime property public DateTimeOffset? CreatedDateTime { get { return BackingStore?.Get("createdDateTime"); } set { BackingStore?.Set("createdDateTime", value); } } - /// The timestamp of when the interaction was last modified. + /// The etag property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Etag @@ -136,7 +136,7 @@ public string Etag get { return BackingStore?.Get("interactionType"); } set { BackingStore?.Set("interactionType", value); } } - /// The collection of links that appear in the interaction. + /// The links property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? Links @@ -152,7 +152,7 @@ public string Etag set { BackingStore?.Set("links", value); } } #endif - /// The locale of the sender. + /// The locale property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Locale @@ -168,7 +168,7 @@ public string Locale set { BackingStore?.Set("locale", value); } } #endif - /// The collection of the entities that were mentioned in the interaction, including users, bots, and so on. + /// The mentions property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? Mentions @@ -184,7 +184,7 @@ public string Locale set { BackingStore?.Set("mentions", value); } } #endif - /// The identifier that groups a user prompt with its Copilot response. + /// The requestId property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? RequestId @@ -200,7 +200,7 @@ public string RequestId set { BackingStore?.Set("requestId", value); } } #endif - /// The thread ID or conversation identifier that maps to all Copilot sessions for the user. + /// The sessionId property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? SessionId diff --git a/src/Microsoft.Graph/Generated/Models/AiInteractionAttachment.cs b/src/Microsoft.Graph/Generated/Models/AiInteractionAttachment.cs index 8556e950f64..88c402bb0ab 100644 --- a/src/Microsoft.Graph/Generated/Models/AiInteractionAttachment.cs +++ b/src/Microsoft.Graph/Generated/Models/AiInteractionAttachment.cs @@ -2,6 +2,7 @@ #pragma warning disable CS0618 using Microsoft.Kiota.Abstractions.Extensions; using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions.Store; using System.Collections.Generic; using System.IO; using System; @@ -9,10 +10,16 @@ namespace Microsoft.Graph.Models { [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] #pragma warning disable CS1591 - public partial class AiInteractionAttachment : global::Microsoft.Graph.Models.Entity, IParsable + public partial class AiInteractionAttachment : IAdditionalDataHolder, IBackedModel, IParsable #pragma warning restore CS1591 { - /// The identifier for the attachment. This identifier is only unique within the message scope. + /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + public IDictionary AdditionalData + { + get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } + set { BackingStore.Set("AdditionalData", value); } + } + /// The attachmentId property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? AttachmentId @@ -28,7 +35,9 @@ public string AttachmentId set { BackingStore?.Set("attachmentId", value); } } #endif - /// The content of the attachment. + /// Stores model information. + public IBackingStore BackingStore { get; private set; } + /// The content property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Content @@ -44,7 +53,7 @@ public string Content set { BackingStore?.Set("content", value); } } #endif - /// The type of the content. For example, reference, file, and image/imageType. + /// The contentType property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? ContentType @@ -60,7 +69,7 @@ public string ContentType set { BackingStore?.Set("contentType", value); } } #endif - /// The URL of the content. + /// The contentUrl property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? ContentUrl @@ -76,7 +85,7 @@ public string ContentUrl set { BackingStore?.Set("contentUrl", value); } } #endif - /// The name of the attachment. + /// The name property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Name @@ -92,12 +101,36 @@ public string Name set { BackingStore?.Set("name", value); } } #endif + /// The OdataType property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? OdataType + { + get { return BackingStore?.Get("@odata.type"); } + set { BackingStore?.Set("@odata.type", value); } + } +#nullable restore +#else + public string OdataType + { + get { return BackingStore?.Get("@odata.type"); } + set { BackingStore?.Set("@odata.type", value); } + } +#endif + /// + /// Instantiates a new and sets the default values. + /// + public AiInteractionAttachment() + { + BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); + AdditionalData = new Dictionary(); + } /// /// Creates a new instance of the appropriate class based on discriminator value /// /// A /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Models.AiInteractionAttachment CreateFromDiscriminatorValue(IParseNode parseNode) + public static global::Microsoft.Graph.Models.AiInteractionAttachment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); return new global::Microsoft.Graph.Models.AiInteractionAttachment(); @@ -106,30 +139,32 @@ public string Name /// The deserialization information for the current model /// /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() + public virtual IDictionary> GetFieldDeserializers() { - return new Dictionary>(base.GetFieldDeserializers()) + return new Dictionary> { { "attachmentId", n => { AttachmentId = n.GetStringValue(); } }, { "content", n => { Content = n.GetStringValue(); } }, { "contentType", n => { ContentType = n.GetStringValue(); } }, { "contentUrl", n => { ContentUrl = n.GetStringValue(); } }, { "name", n => { Name = n.GetStringValue(); } }, + { "@odata.type", n => { OdataType = n.GetStringValue(); } }, }; } /// /// Serializes information the current object /// /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) + public virtual void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); writer.WriteStringValue("attachmentId", AttachmentId); writer.WriteStringValue("content", Content); writer.WriteStringValue("contentType", ContentType); writer.WriteStringValue("contentUrl", ContentUrl); writer.WriteStringValue("name", Name); + writer.WriteStringValue("@odata.type", OdataType); + writer.WriteAdditionalData(AdditionalData); } } } diff --git a/src/Microsoft.Graph/Generated/Models/AiInteractionContext.cs b/src/Microsoft.Graph/Generated/Models/AiInteractionContext.cs index 09c21df150e..58ad51c8426 100644 --- a/src/Microsoft.Graph/Generated/Models/AiInteractionContext.cs +++ b/src/Microsoft.Graph/Generated/Models/AiInteractionContext.cs @@ -2,6 +2,7 @@ #pragma warning disable CS0618 using Microsoft.Kiota.Abstractions.Extensions; using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions.Store; using System.Collections.Generic; using System.IO; using System; @@ -9,10 +10,18 @@ namespace Microsoft.Graph.Models { [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] #pragma warning disable CS1591 - public partial class AiInteractionContext : global::Microsoft.Graph.Models.Entity, IParsable + public partial class AiInteractionContext : IAdditionalDataHolder, IBackedModel, IParsable #pragma warning restore CS1591 { - /// The full file URL where the interaction happened. + /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + public IDictionary AdditionalData + { + get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } + set { BackingStore.Set("AdditionalData", value); } + } + /// Stores model information. + public IBackingStore BackingStore { get; private set; } + /// The contextReference property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? ContextReference @@ -28,7 +37,7 @@ public string ContextReference set { BackingStore?.Set("contextReference", value); } } #endif - /// The type of the file. + /// The contextType property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? ContextType @@ -44,7 +53,7 @@ public string ContextType set { BackingStore?.Set("contextType", value); } } #endif - /// The name of the file. + /// The displayName property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? DisplayName @@ -60,12 +69,36 @@ public string DisplayName set { BackingStore?.Set("displayName", value); } } #endif + /// The OdataType property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? OdataType + { + get { return BackingStore?.Get("@odata.type"); } + set { BackingStore?.Set("@odata.type", value); } + } +#nullable restore +#else + public string OdataType + { + get { return BackingStore?.Get("@odata.type"); } + set { BackingStore?.Set("@odata.type", value); } + } +#endif + /// + /// Instantiates a new and sets the default values. + /// + public AiInteractionContext() + { + BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); + AdditionalData = new Dictionary(); + } /// /// Creates a new instance of the appropriate class based on discriminator value /// /// A /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Models.AiInteractionContext CreateFromDiscriminatorValue(IParseNode parseNode) + public static global::Microsoft.Graph.Models.AiInteractionContext CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); return new global::Microsoft.Graph.Models.AiInteractionContext(); @@ -74,26 +107,28 @@ public string DisplayName /// The deserialization information for the current model /// /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() + public virtual IDictionary> GetFieldDeserializers() { - return new Dictionary>(base.GetFieldDeserializers()) + return new Dictionary> { { "contextReference", n => { ContextReference = n.GetStringValue(); } }, { "contextType", n => { ContextType = n.GetStringValue(); } }, { "displayName", n => { DisplayName = n.GetStringValue(); } }, + { "@odata.type", n => { OdataType = n.GetStringValue(); } }, }; } /// /// Serializes information the current object /// /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) + public virtual void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); writer.WriteStringValue("contextReference", ContextReference); writer.WriteStringValue("contextType", ContextType); writer.WriteStringValue("displayName", DisplayName); + writer.WriteStringValue("@odata.type", OdataType); + writer.WriteAdditionalData(AdditionalData); } } } diff --git a/src/Microsoft.Graph/Generated/Models/AiInteractionLink.cs b/src/Microsoft.Graph/Generated/Models/AiInteractionLink.cs index 4a3f1f62554..b2de414be89 100644 --- a/src/Microsoft.Graph/Generated/Models/AiInteractionLink.cs +++ b/src/Microsoft.Graph/Generated/Models/AiInteractionLink.cs @@ -2,6 +2,7 @@ #pragma warning disable CS0618 using Microsoft.Kiota.Abstractions.Extensions; using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions.Store; using System.Collections.Generic; using System.IO; using System; @@ -9,10 +10,18 @@ namespace Microsoft.Graph.Models { [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] #pragma warning disable CS1591 - public partial class AiInteractionLink : global::Microsoft.Graph.Models.Entity, IParsable + public partial class AiInteractionLink : IAdditionalDataHolder, IBackedModel, IParsable #pragma warning restore CS1591 { - /// The name of the link. + /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + public IDictionary AdditionalData + { + get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } + set { BackingStore.Set("AdditionalData", value); } + } + /// Stores model information. + public IBackingStore BackingStore { get; private set; } + /// The displayName property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? DisplayName @@ -28,7 +37,7 @@ public string DisplayName set { BackingStore?.Set("displayName", value); } } #endif - /// Information about a link in an app chat or Business Chat (BizChat) interaction. + /// The linkType property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? LinkType @@ -44,7 +53,7 @@ public string LinkType set { BackingStore?.Set("linkType", value); } } #endif - /// The URL of the link. + /// The linkUrl property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? LinkUrl @@ -60,12 +69,36 @@ public string LinkUrl set { BackingStore?.Set("linkUrl", value); } } #endif + /// The OdataType property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? OdataType + { + get { return BackingStore?.Get("@odata.type"); } + set { BackingStore?.Set("@odata.type", value); } + } +#nullable restore +#else + public string OdataType + { + get { return BackingStore?.Get("@odata.type"); } + set { BackingStore?.Set("@odata.type", value); } + } +#endif + /// + /// Instantiates a new and sets the default values. + /// + public AiInteractionLink() + { + BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); + AdditionalData = new Dictionary(); + } /// /// Creates a new instance of the appropriate class based on discriminator value /// /// A /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Models.AiInteractionLink CreateFromDiscriminatorValue(IParseNode parseNode) + public static global::Microsoft.Graph.Models.AiInteractionLink CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); return new global::Microsoft.Graph.Models.AiInteractionLink(); @@ -74,26 +107,28 @@ public string LinkUrl /// The deserialization information for the current model /// /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() + public virtual IDictionary> GetFieldDeserializers() { - return new Dictionary>(base.GetFieldDeserializers()) + return new Dictionary> { { "displayName", n => { DisplayName = n.GetStringValue(); } }, { "linkType", n => { LinkType = n.GetStringValue(); } }, { "linkUrl", n => { LinkUrl = n.GetStringValue(); } }, + { "@odata.type", n => { OdataType = n.GetStringValue(); } }, }; } /// /// Serializes information the current object /// /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) + public virtual void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); writer.WriteStringValue("displayName", DisplayName); writer.WriteStringValue("linkType", LinkType); writer.WriteStringValue("linkUrl", LinkUrl); + writer.WriteStringValue("@odata.type", OdataType); + writer.WriteAdditionalData(AdditionalData); } } } diff --git a/src/Microsoft.Graph/Generated/Models/AiInteractionMention.cs b/src/Microsoft.Graph/Generated/Models/AiInteractionMention.cs index e1644ff545a..6bb8e7eab8c 100644 --- a/src/Microsoft.Graph/Generated/Models/AiInteractionMention.cs +++ b/src/Microsoft.Graph/Generated/Models/AiInteractionMention.cs @@ -2,6 +2,7 @@ #pragma warning disable CS0618 using Microsoft.Kiota.Abstractions.Extensions; using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions.Store; using System.Collections.Generic; using System.IO; using System; @@ -9,10 +10,18 @@ namespace Microsoft.Graph.Models { [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] #pragma warning disable CS1591 - public partial class AiInteractionMention : global::Microsoft.Graph.Models.Entity, IParsable + public partial class AiInteractionMention : IAdditionalDataHolder, IBackedModel, IParsable #pragma warning restore CS1591 { - /// The entity mentioned in the message. + /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + public IDictionary AdditionalData + { + get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } + set { BackingStore.Set("AdditionalData", value); } + } + /// Stores model information. + public IBackingStore BackingStore { get; private set; } + /// The mentioned property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public global::Microsoft.Graph.Models.AiInteractionMentionedIdentitySet? Mentioned @@ -28,13 +37,13 @@ public partial class AiInteractionMention : global::Microsoft.Graph.Models.Entit set { BackingStore?.Set("mentioned", value); } } #endif - /// The identifier for the mention. + /// The mentionId property public int? MentionId { get { return BackingStore?.Get("mentionId"); } set { BackingStore?.Set("mentionId", value); } } - /// The text mentioned in the message. + /// The mentionText property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? MentionText @@ -50,12 +59,36 @@ public string MentionText set { BackingStore?.Set("mentionText", value); } } #endif + /// The OdataType property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? OdataType + { + get { return BackingStore?.Get("@odata.type"); } + set { BackingStore?.Set("@odata.type", value); } + } +#nullable restore +#else + public string OdataType + { + get { return BackingStore?.Get("@odata.type"); } + set { BackingStore?.Set("@odata.type", value); } + } +#endif + /// + /// Instantiates a new and sets the default values. + /// + public AiInteractionMention() + { + BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); + AdditionalData = new Dictionary(); + } /// /// Creates a new instance of the appropriate class based on discriminator value /// /// A /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Models.AiInteractionMention CreateFromDiscriminatorValue(IParseNode parseNode) + public static global::Microsoft.Graph.Models.AiInteractionMention CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); return new global::Microsoft.Graph.Models.AiInteractionMention(); @@ -64,26 +97,28 @@ public string MentionText /// The deserialization information for the current model /// /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() + public virtual IDictionary> GetFieldDeserializers() { - return new Dictionary>(base.GetFieldDeserializers()) + return new Dictionary> { { "mentionId", n => { MentionId = n.GetIntValue(); } }, { "mentionText", n => { MentionText = n.GetStringValue(); } }, { "mentioned", n => { Mentioned = n.GetObjectValue(global::Microsoft.Graph.Models.AiInteractionMentionedIdentitySet.CreateFromDiscriminatorValue); } }, + { "@odata.type", n => { OdataType = n.GetStringValue(); } }, }; } /// /// Serializes information the current object /// /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) + public virtual void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); writer.WriteObjectValue("mentioned", Mentioned); writer.WriteIntValue("mentionId", MentionId); writer.WriteStringValue("mentionText", MentionText); + writer.WriteStringValue("@odata.type", OdataType); + writer.WriteAdditionalData(AdditionalData); } } } diff --git a/src/Microsoft.Graph/Generated/Models/AiInteractionMentionedIdentitySet.cs b/src/Microsoft.Graph/Generated/Models/AiInteractionMentionedIdentitySet.cs index 6dae6ee65d8..de882b5839d 100644 --- a/src/Microsoft.Graph/Generated/Models/AiInteractionMentionedIdentitySet.cs +++ b/src/Microsoft.Graph/Generated/Models/AiInteractionMentionedIdentitySet.cs @@ -28,7 +28,7 @@ public partial class AiInteractionMentionedIdentitySet : global::Microsoft.Graph set { BackingStore?.Set("conversation", value); } } #endif - /// The tag details. + /// The tag property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public global::Microsoft.Graph.Models.TeamworkTagIdentity? Tag diff --git a/src/Microsoft.Graph/Generated/Models/AiUser.cs b/src/Microsoft.Graph/Generated/Models/AiUser.cs index a8a034d25e4..230d9d8deb1 100644 --- a/src/Microsoft.Graph/Generated/Models/AiUser.cs +++ b/src/Microsoft.Graph/Generated/Models/AiUser.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Models public partial class AiUser : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The history of interactions between AI agents and users. + /// The interactionHistory property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public global::Microsoft.Graph.Models.AiInteractionHistory? InteractionHistory diff --git a/src/Microsoft.Graph/Generated/Models/AuthenticationEventListener.cs b/src/Microsoft.Graph/Generated/Models/AuthenticationEventListener.cs index 46fc21d6ad9..dca54b76439 100644 --- a/src/Microsoft.Graph/Generated/Models/AuthenticationEventListener.cs +++ b/src/Microsoft.Graph/Generated/Models/AuthenticationEventListener.cs @@ -59,6 +59,7 @@ public string AuthenticationEventsFlowId "#microsoft.graph.onAttributeCollectionStartListener" => new global::Microsoft.Graph.Models.OnAttributeCollectionStartListener(), "#microsoft.graph.onAttributeCollectionSubmitListener" => new global::Microsoft.Graph.Models.OnAttributeCollectionSubmitListener(), "#microsoft.graph.onAuthenticationMethodLoadStartListener" => new global::Microsoft.Graph.Models.OnAuthenticationMethodLoadStartListener(), + "#microsoft.graph.onEmailOtpSendListener" => new global::Microsoft.Graph.Models.OnEmailOtpSendListener(), "#microsoft.graph.onInteractiveAuthFlowStartListener" => new global::Microsoft.Graph.Models.OnInteractiveAuthFlowStartListener(), "#microsoft.graph.onTokenIssuanceStartListener" => new global::Microsoft.Graph.Models.OnTokenIssuanceStartListener(), "#microsoft.graph.onUserCreateStartListener" => new global::Microsoft.Graph.Models.OnUserCreateStartListener(), diff --git a/src/Microsoft.Graph/Generated/Models/AutoRestartNotificationDismissalMethod.cs b/src/Microsoft.Graph/Generated/Models/AutoRestartNotificationDismissalMethod.cs index b27d11d0b1f..4fc130fb40d 100644 --- a/src/Microsoft.Graph/Generated/Models/AutoRestartNotificationDismissalMethod.cs +++ b/src/Microsoft.Graph/Generated/Models/AutoRestartNotificationDismissalMethod.cs @@ -16,7 +16,7 @@ public enum AutoRestartNotificationDismissalMethod /// User dismissal. Allows the user to dismiss the notification [EnumMember(Value = "user")] User, - /// Evolvable enum member + /// Evolvable enumeration sentinel value. Do not use. [EnumMember(Value = "unknownFutureValue")] UnknownFutureValue, } diff --git a/src/Microsoft.Graph/Generated/Models/CopilotAdmin.cs b/src/Microsoft.Graph/Generated/Models/CopilotAdmin.cs index 7e563cde1dc..0b2894cff61 100644 --- a/src/Microsoft.Graph/Generated/Models/CopilotAdmin.cs +++ b/src/Microsoft.Graph/Generated/Models/CopilotAdmin.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Models public partial class CopilotAdmin : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Set of Microsoft 365 Copilot settings that can be added or modified. Read-only. Nullable. + /// The settings property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public global::Microsoft.Graph.Models.CopilotAdminSetting? Settings diff --git a/src/Microsoft.Graph/Generated/Models/CopilotAdminLimitedMode.cs b/src/Microsoft.Graph/Generated/Models/CopilotAdminLimitedMode.cs index ac0e169d832..f93f3ef3f80 100644 --- a/src/Microsoft.Graph/Generated/Models/CopilotAdminLimitedMode.cs +++ b/src/Microsoft.Graph/Generated/Models/CopilotAdminLimitedMode.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Models public partial class CopilotAdminLimitedMode : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The ID of a Microsoft Entra group, for which the value of isEnabledForGroup is applied. The default value is null. If isEnabledForGroup is set to true, the groupId value must be provided for the Copilot limited mode in Teams meetings to be enabled for the members of the group. Optional. + /// The groupId property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? GroupId @@ -28,7 +28,7 @@ public string GroupId set { BackingStore?.Set("groupId", value); } } #endif - /// Enables the user to be in limited mode for Copilot in Teams meetings. When copilotAdminLimitedMode=true, users in this mode can ask any questions, but Copilot doesn't respond to certain questions related to inferring emotions, behavior, or judgments. When copilotAdminLimitedMode=false, it responds to all types of questions grounded to the meeting conversation. The default value is false. + /// The isEnabledForGroup property public bool? IsEnabledForGroup { get { return BackingStore?.Get("isEnabledForGroup"); } diff --git a/src/Microsoft.Graph/Generated/Models/CopilotAdminSetting.cs b/src/Microsoft.Graph/Generated/Models/CopilotAdminSetting.cs index 27b83b4566a..f8addec732e 100644 --- a/src/Microsoft.Graph/Generated/Models/CopilotAdminSetting.cs +++ b/src/Microsoft.Graph/Generated/Models/CopilotAdminSetting.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Models public partial class CopilotAdminSetting : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Represents a setting that controls whether users of Microsoft 365 Copilot in Teams meetings can receive responses to sentiment-related prompts. Read-only. Nullable. + /// The limitedMode property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public global::Microsoft.Graph.Models.CopilotAdminLimitedMode? LimitedMode diff --git a/src/Microsoft.Graph/Generated/Models/CustomAuthenticationExtension.cs b/src/Microsoft.Graph/Generated/Models/CustomAuthenticationExtension.cs index 2aa8a3c12e9..40ce28eeafa 100644 --- a/src/Microsoft.Graph/Generated/Models/CustomAuthenticationExtension.cs +++ b/src/Microsoft.Graph/Generated/Models/CustomAuthenticationExtension.cs @@ -12,6 +12,22 @@ namespace Microsoft.Graph.Models public partial class CustomAuthenticationExtension : global::Microsoft.Graph.Models.CustomCalloutExtension, IParsable #pragma warning restore CS1591 { + /// The behaviour on error for the custom authentication extension. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public global::Microsoft.Graph.Models.CustomExtensionBehaviorOnError? BehaviorOnError + { + get { return BackingStore?.Get("behaviorOnError"); } + set { BackingStore?.Set("behaviorOnError", value); } + } +#nullable restore +#else + public global::Microsoft.Graph.Models.CustomExtensionBehaviorOnError BehaviorOnError + { + get { return BackingStore?.Get("behaviorOnError"); } + set { BackingStore?.Set("behaviorOnError", value); } + } +#endif /// /// Instantiates a new and sets the default values. /// @@ -32,6 +48,7 @@ public CustomAuthenticationExtension() : base() { "#microsoft.graph.onAttributeCollectionStartCustomExtension" => new global::Microsoft.Graph.Models.OnAttributeCollectionStartCustomExtension(), "#microsoft.graph.onAttributeCollectionSubmitCustomExtension" => new global::Microsoft.Graph.Models.OnAttributeCollectionSubmitCustomExtension(), + "#microsoft.graph.onOtpSendCustomExtension" => new global::Microsoft.Graph.Models.OnOtpSendCustomExtension(), "#microsoft.graph.onTokenIssuanceStartCustomExtension" => new global::Microsoft.Graph.Models.OnTokenIssuanceStartCustomExtension(), _ => new global::Microsoft.Graph.Models.CustomAuthenticationExtension(), }; @@ -44,6 +61,7 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { + { "behaviorOnError", n => { BehaviorOnError = n.GetObjectValue(global::Microsoft.Graph.Models.CustomExtensionBehaviorOnError.CreateFromDiscriminatorValue); } }, }; } /// @@ -54,6 +72,7 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); + writer.WriteObjectValue("behaviorOnError", BehaviorOnError); } } } diff --git a/src/Microsoft.Graph/Generated/Models/CustomCalloutExtension.cs b/src/Microsoft.Graph/Generated/Models/CustomCalloutExtension.cs index 4d0e85e19a3..346d73c585f 100644 --- a/src/Microsoft.Graph/Generated/Models/CustomCalloutExtension.cs +++ b/src/Microsoft.Graph/Generated/Models/CustomCalloutExtension.cs @@ -110,6 +110,7 @@ public string DisplayName "#microsoft.graph.identityGovernance.customTaskExtension" => new global::Microsoft.Graph.Models.IdentityGovernance.CustomTaskExtension(), "#microsoft.graph.onAttributeCollectionStartCustomExtension" => new global::Microsoft.Graph.Models.OnAttributeCollectionStartCustomExtension(), "#microsoft.graph.onAttributeCollectionSubmitCustomExtension" => new global::Microsoft.Graph.Models.OnAttributeCollectionSubmitCustomExtension(), + "#microsoft.graph.onOtpSendCustomExtension" => new global::Microsoft.Graph.Models.OnOtpSendCustomExtension(), "#microsoft.graph.onTokenIssuanceStartCustomExtension" => new global::Microsoft.Graph.Models.OnTokenIssuanceStartCustomExtension(), _ => new global::Microsoft.Graph.Models.CustomCalloutExtension(), }; diff --git a/src/Microsoft.Graph/Generated/Models/CustomExtensionBehaviorOnError.cs b/src/Microsoft.Graph/Generated/Models/CustomExtensionBehaviorOnError.cs new file mode 100644 index 00000000000..fedb6171eb8 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/CustomExtensionBehaviorOnError.cs @@ -0,0 +1,86 @@ +// +#pragma warning disable CS0618 +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions.Store; +using System.Collections.Generic; +using System.IO; +using System; +namespace Microsoft.Graph.Models +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class CustomExtensionBehaviorOnError : IAdditionalDataHolder, IBackedModel, IParsable + #pragma warning restore CS1591 + { + /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + public IDictionary AdditionalData + { + get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } + set { BackingStore.Set("AdditionalData", value); } + } + /// Stores model information. + public IBackingStore BackingStore { get; private set; } + /// The OdataType property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? OdataType + { + get { return BackingStore?.Get("@odata.type"); } + set { BackingStore?.Set("@odata.type", value); } + } +#nullable restore +#else + public string OdataType + { + get { return BackingStore?.Get("@odata.type"); } + set { BackingStore?.Set("@odata.type", value); } + } +#endif + /// + /// Instantiates a new and sets the default values. + /// + public CustomExtensionBehaviorOnError() + { + BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); + AdditionalData = new Dictionary(); + } + /// + /// Creates a new instance of the appropriate class based on discriminator value + /// + /// A + /// The parse node to use to read the discriminator value and create the object + public static global::Microsoft.Graph.Models.CustomExtensionBehaviorOnError CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + var mappingValue = parseNode.GetChildNode("@odata.type")?.GetStringValue(); + return mappingValue switch + { + "#microsoft.graph.fallbackToMicrosoftProviderOnError" => new global::Microsoft.Graph.Models.FallbackToMicrosoftProviderOnError(), + _ => new global::Microsoft.Graph.Models.CustomExtensionBehaviorOnError(), + }; + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public virtual IDictionary> GetFieldDeserializers() + { + return new Dictionary> + { + { "@odata.type", n => { OdataType = n.GetStringValue(); } }, + }; + } + /// + /// Serializes information the current object + /// + /// Serialization writer to use to serialize this model + public virtual void Serialize(ISerializationWriter writer) + { + _ = writer ?? throw new ArgumentNullException(nameof(writer)); + writer.WriteStringValue("@odata.type", OdataType); + writer.WriteAdditionalData(AdditionalData); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/CustomExtensionOverwriteConfiguration.cs b/src/Microsoft.Graph/Generated/Models/CustomExtensionOverwriteConfiguration.cs index b417834891e..3135ab3706f 100644 --- a/src/Microsoft.Graph/Generated/Models/CustomExtensionOverwriteConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/CustomExtensionOverwriteConfiguration.cs @@ -21,6 +21,22 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } + /// The behaviorOnError property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public global::Microsoft.Graph.Models.CustomExtensionBehaviorOnError? BehaviorOnError + { + get { return BackingStore?.Get("behaviorOnError"); } + set { BackingStore?.Set("behaviorOnError", value); } + } +#nullable restore +#else + public global::Microsoft.Graph.Models.CustomExtensionBehaviorOnError BehaviorOnError + { + get { return BackingStore?.Get("behaviorOnError"); } + set { BackingStore?.Set("behaviorOnError", value); } + } +#endif /// Configuration regarding properties of the custom extension which can be overwritten per event listener. If no values are provided, the properties on the custom extension are used. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -79,6 +95,7 @@ public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { + { "behaviorOnError", n => { BehaviorOnError = n.GetObjectValue(global::Microsoft.Graph.Models.CustomExtensionBehaviorOnError.CreateFromDiscriminatorValue); } }, { "clientConfiguration", n => { ClientConfiguration = n.GetObjectValue(global::Microsoft.Graph.Models.CustomExtensionClientConfiguration.CreateFromDiscriminatorValue); } }, { "@odata.type", n => { OdataType = n.GetStringValue(); } }, }; @@ -90,6 +107,7 @@ public virtual IDictionary> GetFieldDeserializers() public virtual void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); + writer.WriteObjectValue("behaviorOnError", BehaviorOnError); writer.WriteObjectValue("clientConfiguration", ClientConfiguration); writer.WriteStringValue("@odata.type", OdataType); writer.WriteAdditionalData(AdditionalData); diff --git a/src/Microsoft.Graph/Generated/Models/DeviceAppManagement.cs b/src/Microsoft.Graph/Generated/Models/DeviceAppManagement.cs index 8935a7cdd28..dde6f9f9434 100644 --- a/src/Microsoft.Graph/Generated/Models/DeviceAppManagement.cs +++ b/src/Microsoft.Graph/Generated/Models/DeviceAppManagement.cs @@ -206,6 +206,22 @@ public DateTimeOffset? MicrosoftStoreForBusinessLastSuccessfulSyncDateTime get { return BackingStore?.Get>("mobileAppConfigurations"); } set { BackingStore?.Set("mobileAppConfigurations", value); } } +#endif + /// The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? MobileAppRelationships + { + get { return BackingStore?.Get?>("mobileAppRelationships"); } + set { BackingStore?.Set("mobileAppRelationships", value); } + } +#nullable restore +#else + public List MobileAppRelationships + { + get { return BackingStore?.Get>("mobileAppRelationships"); } + set { BackingStore?.Set("mobileAppRelationships", value); } + } #endif /// The mobile apps. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -303,6 +319,7 @@ public override IDictionary> GetFieldDeserializers() { "microsoftStoreForBusinessLastSuccessfulSyncDateTime", n => { MicrosoftStoreForBusinessLastSuccessfulSyncDateTime = n.GetDateTimeOffsetValue(); } }, { "mobileAppCategories", n => { MobileAppCategories = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.MobileAppCategory.CreateFromDiscriminatorValue)?.AsList(); } }, { "mobileAppConfigurations", n => { MobileAppConfigurations = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.ManagedDeviceMobileAppConfiguration.CreateFromDiscriminatorValue)?.AsList(); } }, + { "mobileAppRelationships", n => { MobileAppRelationships = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.MobileAppRelationship.CreateFromDiscriminatorValue)?.AsList(); } }, { "mobileApps", n => { MobileApps = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.MobileApp.CreateFromDiscriminatorValue)?.AsList(); } }, { "targetedManagedAppConfigurations", n => { TargetedManagedAppConfigurations = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.TargetedManagedAppConfiguration.CreateFromDiscriminatorValue)?.AsList(); } }, { "vppTokens", n => { VppTokens = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.VppToken.CreateFromDiscriminatorValue)?.AsList(); } }, @@ -331,6 +348,7 @@ public override void Serialize(ISerializationWriter writer) writer.WriteDateTimeOffsetValue("microsoftStoreForBusinessLastSuccessfulSyncDateTime", MicrosoftStoreForBusinessLastSuccessfulSyncDateTime); writer.WriteCollectionOfObjectValues("mobileAppCategories", MobileAppCategories); writer.WriteCollectionOfObjectValues("mobileAppConfigurations", MobileAppConfigurations); + writer.WriteCollectionOfObjectValues("mobileAppRelationships", MobileAppRelationships); writer.WriteCollectionOfObjectValues("mobileApps", MobileApps); writer.WriteCollectionOfObjectValues("targetedManagedAppConfigurations", TargetedManagedAppConfigurations); writer.WriteCollectionOfObjectValues("vppTokens", VppTokens); diff --git a/src/Microsoft.Graph/Generated/Models/DeviceEnrollmentType.cs b/src/Microsoft.Graph/Generated/Models/DeviceEnrollmentType.cs index 10846bc6156..b37291dff17 100644 --- a/src/Microsoft.Graph/Generated/Models/DeviceEnrollmentType.cs +++ b/src/Microsoft.Graph/Generated/Models/DeviceEnrollmentType.cs @@ -46,5 +46,8 @@ public enum DeviceEnrollmentType /// Indicates the device is enrolled via Apple User Enrollment with Company Portal using a device enrollment manager user. It results in an enrollment with a new partition for managed apps and data and which supports a limited set of management capabilities [EnumMember(Value = "appleUserEnrollmentWithServiceAccount")] AppleUserEnrollmentWithServiceAccount, + /// Evolvable enumeration sentinel value. Do not use. + [EnumMember(Value = "unknownFutureValue")] + UnknownFutureValue, } } diff --git a/src/Microsoft.Graph/Generated/Models/DeviceManagementReports.cs b/src/Microsoft.Graph/Generated/Models/DeviceManagementReports.cs index 35eb3fe2715..28c36adfd61 100644 --- a/src/Microsoft.Graph/Generated/Models/DeviceManagementReports.cs +++ b/src/Microsoft.Graph/Generated/Models/DeviceManagementReports.cs @@ -7,11 +7,10 @@ using System; namespace Microsoft.Graph.Models { - /// - /// Singleton entity that acts as a container for all reports functionality. - /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 public partial class DeviceManagementReports : global::Microsoft.Graph.Models.Entity, IParsable + #pragma warning restore CS1591 { /// Entity representing a job to export a report #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/Microsoft.Graph/Generated/Models/DiskType.cs b/src/Microsoft.Graph/Generated/Models/DiskType.cs index 1ac3b49a9a5..0711550a363 100644 --- a/src/Microsoft.Graph/Generated/Models/DiskType.cs +++ b/src/Microsoft.Graph/Generated/Models/DiskType.cs @@ -17,7 +17,7 @@ public enum DiskType /// Enum member for SSD devices. [EnumMember(Value = "ssd")] Ssd, - /// Evolvable enumeration sentinel value.Do not use. + /// Evolvable enumeration sentinel value. Do not use. [EnumMember(Value = "unknownFutureValue")] UnknownFutureValue, } diff --git a/src/Microsoft.Graph/Generated/Models/Entity.cs b/src/Microsoft.Graph/Generated/Models/Entity.cs index 302b364140a..b9cc2e0a8ff 100644 --- a/src/Microsoft.Graph/Generated/Models/Entity.cs +++ b/src/Microsoft.Graph/Generated/Models/Entity.cs @@ -550,6 +550,7 @@ public Entity() "#microsoft.graph.mobileAppCategory" => new global::Microsoft.Graph.Models.MobileAppCategory(), "#microsoft.graph.mobileAppContent" => new global::Microsoft.Graph.Models.MobileAppContent(), "#microsoft.graph.mobileAppContentFile" => new global::Microsoft.Graph.Models.MobileAppContentFile(), + "#microsoft.graph.mobileAppRelationship" => new global::Microsoft.Graph.Models.MobileAppRelationship(), "#microsoft.graph.mobileAppTroubleshootingEvent" => new global::Microsoft.Graph.Models.MobileAppTroubleshootingEvent(), "#microsoft.graph.mobileContainedApp" => new global::Microsoft.Graph.Models.MobileContainedApp(), "#microsoft.graph.mobileLobApp" => new global::Microsoft.Graph.Models.MobileLobApp(), @@ -575,6 +576,7 @@ public Entity() "#microsoft.graph.onAuthenticationMethodLoadStartListener" => new global::Microsoft.Graph.Models.OnAuthenticationMethodLoadStartListener(), "#microsoft.graph.oneDriveForBusinessProtectionPolicy" => new global::Microsoft.Graph.Models.OneDriveForBusinessProtectionPolicy(), "#microsoft.graph.oneDriveForBusinessRestoreSession" => new global::Microsoft.Graph.Models.OneDriveForBusinessRestoreSession(), + "#microsoft.graph.onEmailOtpSendListener" => new global::Microsoft.Graph.Models.OnEmailOtpSendListener(), "#microsoft.graph.onenote" => new global::Microsoft.Graph.Models.Onenote(), "#microsoft.graph.onenoteEntityBaseModel" => new global::Microsoft.Graph.Models.OnenoteEntityBaseModel(), "#microsoft.graph.onenoteEntityHierarchyModel" => new global::Microsoft.Graph.Models.OnenoteEntityHierarchyModel(), @@ -586,6 +588,7 @@ public Entity() "#microsoft.graph.onInteractiveAuthFlowStartListener" => new global::Microsoft.Graph.Models.OnInteractiveAuthFlowStartListener(), "#microsoft.graph.onlineMeeting" => new global::Microsoft.Graph.Models.OnlineMeeting(), "#microsoft.graph.onlineMeetingBase" => new global::Microsoft.Graph.Models.OnlineMeetingBase(), + "#microsoft.graph.onOtpSendCustomExtension" => new global::Microsoft.Graph.Models.OnOtpSendCustomExtension(), "#microsoft.graph.onPremisesConditionalAccessSettings" => new global::Microsoft.Graph.Models.OnPremisesConditionalAccessSettings(), "#microsoft.graph.onPremisesDirectorySynchronization" => new global::Microsoft.Graph.Models.OnPremisesDirectorySynchronization(), "#microsoft.graph.onTokenIssuanceStartCustomExtension" => new global::Microsoft.Graph.Models.OnTokenIssuanceStartCustomExtension(), diff --git a/src/Microsoft.Graph/Generated/Models/FallbackToMicrosoftProviderOnError.cs b/src/Microsoft.Graph/Generated/Models/FallbackToMicrosoftProviderOnError.cs new file mode 100644 index 00000000000..5717053b714 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/FallbackToMicrosoftProviderOnError.cs @@ -0,0 +1,53 @@ +// +#pragma warning disable CS0618 +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using System.Collections.Generic; +using System.IO; +using System; +namespace Microsoft.Graph.Models +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class FallbackToMicrosoftProviderOnError : global::Microsoft.Graph.Models.CustomExtensionBehaviorOnError, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public FallbackToMicrosoftProviderOnError() : base() + { + OdataType = "#microsoft.graph.fallbackToMicrosoftProviderOnError"; + } + /// + /// Creates a new instance of the appropriate class based on discriminator value + /// + /// A + /// The parse node to use to read the discriminator value and create the object + public static new global::Microsoft.Graph.Models.FallbackToMicrosoftProviderOnError CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.FallbackToMicrosoftProviderOnError(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// Serializes information the current object + /// + /// Serialization writer to use to serialize this model + public override void Serialize(ISerializationWriter writer) + { + _ = writer ?? throw new ArgumentNullException(nameof(writer)); + base.Serialize(writer); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/FileEncryptionInfo.cs b/src/Microsoft.Graph/Generated/Models/FileEncryptionInfo.cs index 71250d867ce..ac8e14a68ec 100644 --- a/src/Microsoft.Graph/Generated/Models/FileEncryptionInfo.cs +++ b/src/Microsoft.Graph/Generated/Models/FileEncryptionInfo.cs @@ -9,7 +9,7 @@ namespace Microsoft.Graph.Models { /// - /// Contains properties for file encryption information for the content version of a line of business app. + /// Contains properties for file encryption information for the content version of a line-of-business app. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class FileEncryptionInfo : IAdditionalDataHolder, IBackedModel, IParsable diff --git a/src/Microsoft.Graph/Generated/Models/IosDdmLobAppAssignmentSettings.cs b/src/Microsoft.Graph/Generated/Models/IosDdmLobAppAssignmentSettings.cs new file mode 100644 index 00000000000..9ac0c3da094 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/IosDdmLobAppAssignmentSettings.cs @@ -0,0 +1,114 @@ +// +#pragma warning disable CS0618 +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using System.Collections.Generic; +using System.IO; +using System; +namespace Microsoft.Graph.Models +{ + /// + /// Contains properties used to assign an iOS iOS Declarative Device Management (DDM) Line Of Business (LOB) mobile app to a group. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class IosDdmLobAppAssignmentSettings : global::Microsoft.Graph.Models.MobileAppAssignmentSettings, IParsable + { + /// Domain names to associate with the app +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? AssociatedDomains + { + get { return BackingStore?.Get?>("associatedDomains"); } + set { BackingStore?.Set("associatedDomains", value); } + } +#nullable restore +#else + public List AssociatedDomains + { + get { return BackingStore?.Get>("associatedDomains"); } + set { BackingStore?.Set("associatedDomains", value); } + } +#endif + /// When true, the system allows direct downloads for the AssociatedDomains. When false, the system will not allow direct downloads for the AssociatedDomains. Default is false. + public bool? AssociatedDomainsDirectDownloadAllowed + { + get { return BackingStore?.Get("associatedDomainsDirectDownloadAllowed"); } + set { BackingStore?.Set("associatedDomainsDirectDownloadAllowed", value); } + } + /// When true, indicates that the app should not be backed up to iCloud. When false, indicates that the app may be backed up to iCloud. Default is false. + public bool? PreventManagedAppBackup + { + get { return BackingStore?.Get("preventManagedAppBackup"); } + set { BackingStore?.Set("preventManagedAppBackup", value); } + } + /// When true, the device locks its screen after every transaction that requires a customer’s card PIN. When false, the user can choose the behavior. Default value is false. + public bool? TapToPayScreenLockEnabled + { + get { return BackingStore?.Get("tapToPayScreenLockEnabled"); } + set { BackingStore?.Set("tapToPayScreenLockEnabled", value); } + } + /// The unique identifier of the relay to associate with the app. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? VpnConfigurationId + { + get { return BackingStore?.Get("vpnConfigurationId"); } + set { BackingStore?.Set("vpnConfigurationId", value); } + } +#nullable restore +#else + public string VpnConfigurationId + { + get { return BackingStore?.Get("vpnConfigurationId"); } + set { BackingStore?.Set("vpnConfigurationId", value); } + } +#endif + /// + /// Instantiates a new and sets the default values. + /// + public IosDdmLobAppAssignmentSettings() : base() + { + OdataType = "#microsoft.graph.iosDdmLobAppAssignmentSettings"; + } + /// + /// Creates a new instance of the appropriate class based on discriminator value + /// + /// A + /// The parse node to use to read the discriminator value and create the object + public static new global::Microsoft.Graph.Models.IosDdmLobAppAssignmentSettings CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.IosDdmLobAppAssignmentSettings(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + { "associatedDomains", n => { AssociatedDomains = n.GetCollectionOfPrimitiveValues()?.AsList(); } }, + { "associatedDomainsDirectDownloadAllowed", n => { AssociatedDomainsDirectDownloadAllowed = n.GetBoolValue(); } }, + { "preventManagedAppBackup", n => { PreventManagedAppBackup = n.GetBoolValue(); } }, + { "tapToPayScreenLockEnabled", n => { TapToPayScreenLockEnabled = n.GetBoolValue(); } }, + { "vpnConfigurationId", n => { VpnConfigurationId = n.GetStringValue(); } }, + }; + } + /// + /// Serializes information the current object + /// + /// Serialization writer to use to serialize this model + public override void Serialize(ISerializationWriter writer) + { + _ = writer ?? throw new ArgumentNullException(nameof(writer)); + base.Serialize(writer); + writer.WriteCollectionOfPrimitiveValues("associatedDomains", AssociatedDomains); + writer.WriteBoolValue("associatedDomainsDirectDownloadAllowed", AssociatedDomainsDirectDownloadAllowed); + writer.WriteBoolValue("preventManagedAppBackup", PreventManagedAppBackup); + writer.WriteBoolValue("tapToPayScreenLockEnabled", TapToPayScreenLockEnabled); + writer.WriteStringValue("vpnConfigurationId", VpnConfigurationId); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/ManagedAppAvailability.cs b/src/Microsoft.Graph/Generated/Models/ManagedAppAvailability.cs index bc4981a7d04..a6642fd6838 100644 --- a/src/Microsoft.Graph/Generated/Models/ManagedAppAvailability.cs +++ b/src/Microsoft.Graph/Generated/Models/ManagedAppAvailability.cs @@ -10,7 +10,7 @@ public enum ManagedAppAvailability /// A globally available app to all tenants. [EnumMember(Value = "global")] Global, - /// A line of business apps private to an organization. + /// A line-of-business apps private to an organization. [EnumMember(Value = "lineOfBusiness")] LineOfBusiness, } diff --git a/src/Microsoft.Graph/Generated/Models/ManagedDevice.cs b/src/Microsoft.Graph/Generated/Models/ManagedDevice.cs index 0344b9b2e14..0c3faa7b0a8 100644 --- a/src/Microsoft.Graph/Generated/Models/ManagedDevice.cs +++ b/src/Microsoft.Graph/Generated/Models/ManagedDevice.cs @@ -8,7 +8,7 @@ namespace Microsoft.Graph.Models { /// - /// Devices that are managed or pre-enrolled through Intune + /// Devices that are managed or pre-enrolled through Intune. Limited support for $filter: Only properties whose descriptions mention support for $filter may be used, and combinations of those filtered properties must use 'and', not 'or'. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ManagedDevice : global::Microsoft.Graph.Models.Entity, IParsable diff --git a/src/Microsoft.Graph/Generated/Models/ManagedMobileLobApp.cs b/src/Microsoft.Graph/Generated/Models/ManagedMobileLobApp.cs index 08fd31c498f..abcaa0a05f0 100644 --- a/src/Microsoft.Graph/Generated/Models/ManagedMobileLobApp.cs +++ b/src/Microsoft.Graph/Generated/Models/ManagedMobileLobApp.cs @@ -8,7 +8,7 @@ namespace Microsoft.Graph.Models { /// - /// An abstract base class containing properties for all managed mobile line of business apps. + /// An abstract base class containing properties for all managed mobile line-of-business apps. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ManagedMobileLobApp : global::Microsoft.Graph.Models.ManagedApp, IParsable diff --git a/src/Microsoft.Graph/Generated/Models/MobileAppAssignmentSettings.cs b/src/Microsoft.Graph/Generated/Models/MobileAppAssignmentSettings.cs index dd040bef90b..30dbfe2d699 100644 --- a/src/Microsoft.Graph/Generated/Models/MobileAppAssignmentSettings.cs +++ b/src/Microsoft.Graph/Generated/Models/MobileAppAssignmentSettings.cs @@ -57,6 +57,7 @@ public MobileAppAssignmentSettings() var mappingValue = parseNode.GetChildNode("@odata.type")?.GetStringValue(); return mappingValue switch { + "#microsoft.graph.iosDdmLobAppAssignmentSettings" => new global::Microsoft.Graph.Models.IosDdmLobAppAssignmentSettings(), "#microsoft.graph.iosLobAppAssignmentSettings" => new global::Microsoft.Graph.Models.IosLobAppAssignmentSettings(), "#microsoft.graph.iosStoreAppAssignmentSettings" => new global::Microsoft.Graph.Models.IosStoreAppAssignmentSettings(), "#microsoft.graph.iosVppAppAssignmentSettings" => new global::Microsoft.Graph.Models.IosVppAppAssignmentSettings(), diff --git a/src/Microsoft.Graph/Generated/Models/MobileAppRelationship.cs b/src/Microsoft.Graph/Generated/Models/MobileAppRelationship.cs new file mode 100644 index 00000000000..7e18a953d95 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/MobileAppRelationship.cs @@ -0,0 +1,184 @@ +// +#pragma warning disable CS0618 +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using System.Collections.Generic; +using System.IO; +using System; +namespace Microsoft.Graph.Models +{ + /// + /// The MobileAppRelationship describes the relationship between two mobile applications by providing information that tells if an application is dependent on or superseded by another application. + /// + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + public partial class MobileAppRelationship : global::Microsoft.Graph.Models.Entity, IParsable + { + /// The display name of the app that is the source of the mobile app relationship entity. For example: Orca. Maximum length is 500 characters. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? SourceDisplayName + { + get { return BackingStore?.Get("sourceDisplayName"); } + set { BackingStore?.Set("sourceDisplayName", value); } + } +#nullable restore +#else + public string SourceDisplayName + { + get { return BackingStore?.Get("sourceDisplayName"); } + set { BackingStore?.Set("sourceDisplayName", value); } + } +#endif + /// The display version of the app that is the source of the mobile app relationship entity. For example 1.0.12 or 1.2203.156 or 3. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? SourceDisplayVersion + { + get { return BackingStore?.Get("sourceDisplayVersion"); } + set { BackingStore?.Set("sourceDisplayVersion", value); } + } +#nullable restore +#else + public string SourceDisplayVersion + { + get { return BackingStore?.Get("sourceDisplayVersion"); } + set { BackingStore?.Set("sourceDisplayVersion", value); } + } +#endif + /// The unique app identifier of the source of the mobile app relationship entity. For example: 2dbc75b9-e993-4e4d-a071-91ac5a218672. If null during relationship creation, then it will be populated with parent Id. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? SourceId + { + get { return BackingStore?.Get("sourceId"); } + set { BackingStore?.Set("sourceId", value); } + } +#nullable restore +#else + public string SourceId + { + get { return BackingStore?.Get("sourceId"); } + set { BackingStore?.Set("sourceId", value); } + } +#endif + /// The publisher display name of the app that is the source of the mobile app relationship entity. For example: Fabrikam. Maximum length is 500 characters. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? SourcePublisherDisplayName + { + get { return BackingStore?.Get("sourcePublisherDisplayName"); } + set { BackingStore?.Set("sourcePublisherDisplayName", value); } + } +#nullable restore +#else + public string SourcePublisherDisplayName + { + get { return BackingStore?.Get("sourcePublisherDisplayName"); } + set { BackingStore?.Set("sourcePublisherDisplayName", value); } + } +#endif + /// The display name of the app that is the target of the mobile app relationship entity. For example: Firefox Setup 52.0.2 32bit.intunewin. Maximum length is 500 characters. Read-Only. Returned by default. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? TargetDisplayName + { + get { return BackingStore?.Get("targetDisplayName"); } + set { BackingStore?.Set("targetDisplayName", value); } + } +#nullable restore +#else + public string TargetDisplayName + { + get { return BackingStore?.Get("targetDisplayName"); } + set { BackingStore?.Set("targetDisplayName", value); } + } +#endif + /// The display version of the app that is the target of the mobile app relationship entity. For example 1.0 or 1.2203.156. Read-Only. Returned by default. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? TargetDisplayVersion + { + get { return BackingStore?.Get("targetDisplayVersion"); } + set { BackingStore?.Set("targetDisplayVersion", value); } + } +#nullable restore +#else + public string TargetDisplayVersion + { + get { return BackingStore?.Get("targetDisplayVersion"); } + set { BackingStore?.Set("targetDisplayVersion", value); } + } +#endif + /// The unique app identifier of the target of the mobile app relationship entity. For example: 2dbc75b9-e993-4e4d-a071-91ac5a218672. Read-Only. Returned by default. Supports: $select. Does not support $search, $filter, $orderBy. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? TargetId + { + get { return BackingStore?.Get("targetId"); } + set { BackingStore?.Set("targetId", value); } + } +#nullable restore +#else + public string TargetId + { + get { return BackingStore?.Get("targetId"); } + set { BackingStore?.Set("targetId", value); } + } +#endif + /// The publisher display name of the app that is the target of the mobile app relationship entity. For example: Fabrikam. Maximum length is 500 characters. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? TargetPublisherDisplayName + { + get { return BackingStore?.Get("targetPublisherDisplayName"); } + set { BackingStore?.Set("targetPublisherDisplayName", value); } + } +#nullable restore +#else + public string TargetPublisherDisplayName + { + get { return BackingStore?.Get("targetPublisherDisplayName"); } + set { BackingStore?.Set("targetPublisherDisplayName", value); } + } +#endif + /// + /// Creates a new instance of the appropriate class based on discriminator value + /// + /// A + /// The parse node to use to read the discriminator value and create the object + public static new global::Microsoft.Graph.Models.MobileAppRelationship CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.MobileAppRelationship(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + { "sourceDisplayName", n => { SourceDisplayName = n.GetStringValue(); } }, + { "sourceDisplayVersion", n => { SourceDisplayVersion = n.GetStringValue(); } }, + { "sourceId", n => { SourceId = n.GetStringValue(); } }, + { "sourcePublisherDisplayName", n => { SourcePublisherDisplayName = n.GetStringValue(); } }, + { "targetDisplayName", n => { TargetDisplayName = n.GetStringValue(); } }, + { "targetDisplayVersion", n => { TargetDisplayVersion = n.GetStringValue(); } }, + { "targetId", n => { TargetId = n.GetStringValue(); } }, + { "targetPublisherDisplayName", n => { TargetPublisherDisplayName = n.GetStringValue(); } }, + }; + } + /// + /// Serializes information the current object + /// + /// Serialization writer to use to serialize this model + public override void Serialize(ISerializationWriter writer) + { + _ = writer ?? throw new ArgumentNullException(nameof(writer)); + base.Serialize(writer); + writer.WriteStringValue("targetId", TargetId); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/MobileAppRelationshipCollectionResponse.cs b/src/Microsoft.Graph/Generated/Models/MobileAppRelationshipCollectionResponse.cs new file mode 100644 index 00000000000..66f8837e946 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/MobileAppRelationshipCollectionResponse.cs @@ -0,0 +1,64 @@ +// +#pragma warning disable CS0618 +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using System.Collections.Generic; +using System.IO; +using System; +namespace Microsoft.Graph.Models +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class MobileAppRelationshipCollectionResponse : global::Microsoft.Graph.Models.BaseCollectionPaginationCountResponse, IParsable + #pragma warning restore CS1591 + { + /// The value property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? Value + { + get { return BackingStore?.Get?>("value"); } + set { BackingStore?.Set("value", value); } + } +#nullable restore +#else + public List Value + { + get { return BackingStore?.Get>("value"); } + set { BackingStore?.Set("value", value); } + } +#endif + /// + /// Creates a new instance of the appropriate class based on discriminator value + /// + /// A + /// The parse node to use to read the discriminator value and create the object + public static new global::Microsoft.Graph.Models.MobileAppRelationshipCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.MobileAppRelationshipCollectionResponse(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.MobileAppRelationship.CreateFromDiscriminatorValue)?.AsList(); } }, + }; + } + /// + /// Serializes information the current object + /// + /// Serialization writer to use to serialize this model + public override void Serialize(ISerializationWriter writer) + { + _ = writer ?? throw new ArgumentNullException(nameof(writer)); + base.Serialize(writer); + writer.WriteCollectionOfObjectValues("value", Value); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/MobileLobApp.cs b/src/Microsoft.Graph/Generated/Models/MobileLobApp.cs index bc683b6fc60..2defb356973 100644 --- a/src/Microsoft.Graph/Generated/Models/MobileLobApp.cs +++ b/src/Microsoft.Graph/Generated/Models/MobileLobApp.cs @@ -8,7 +8,7 @@ namespace Microsoft.Graph.Models { /// - /// An abstract base class containing properties for all mobile line of business apps. + /// An abstract base class containing properties for all mobile line-of-business apps. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class MobileLobApp : global::Microsoft.Graph.Models.MobileApp, IParsable diff --git a/src/Microsoft.Graph/Generated/Models/OnEmailOtpSendListener.cs b/src/Microsoft.Graph/Generated/Models/OnEmailOtpSendListener.cs new file mode 100644 index 00000000000..9419b2e32ac --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/OnEmailOtpSendListener.cs @@ -0,0 +1,71 @@ +// +#pragma warning disable CS0618 +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using System.Collections.Generic; +using System.IO; +using System; +namespace Microsoft.Graph.Models +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class OnEmailOtpSendListener : global::Microsoft.Graph.Models.AuthenticationEventListener, IParsable + #pragma warning restore CS1591 + { + /// Used to configure what to invoke if the onEmailOTPSend event resolves to this listener. This base class serves as a generic OTP event handler used for both email and SMS OTP messages. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public global::Microsoft.Graph.Models.OnOtpSendHandler? Handler + { + get { return BackingStore?.Get("handler"); } + set { BackingStore?.Set("handler", value); } + } +#nullable restore +#else + public global::Microsoft.Graph.Models.OnOtpSendHandler Handler + { + get { return BackingStore?.Get("handler"); } + set { BackingStore?.Set("handler", value); } + } +#endif + /// + /// Instantiates a new and sets the default values. + /// + public OnEmailOtpSendListener() : base() + { + OdataType = "#microsoft.graph.onEmailOtpSendListener"; + } + /// + /// Creates a new instance of the appropriate class based on discriminator value + /// + /// A + /// The parse node to use to read the discriminator value and create the object + public static new global::Microsoft.Graph.Models.OnEmailOtpSendListener CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.OnEmailOtpSendListener(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + { "handler", n => { Handler = n.GetObjectValue(global::Microsoft.Graph.Models.OnOtpSendHandler.CreateFromDiscriminatorValue); } }, + }; + } + /// + /// Serializes information the current object + /// + /// Serialization writer to use to serialize this model + public override void Serialize(ISerializationWriter writer) + { + _ = writer ?? throw new ArgumentNullException(nameof(writer)); + base.Serialize(writer); + writer.WriteObjectValue("handler", Handler); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/OnOtpSendCustomExtension.cs b/src/Microsoft.Graph/Generated/Models/OnOtpSendCustomExtension.cs new file mode 100644 index 00000000000..9ce21afbac2 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/OnOtpSendCustomExtension.cs @@ -0,0 +1,53 @@ +// +#pragma warning disable CS0618 +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using System.Collections.Generic; +using System.IO; +using System; +namespace Microsoft.Graph.Models +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class OnOtpSendCustomExtension : global::Microsoft.Graph.Models.CustomAuthenticationExtension, IParsable + #pragma warning restore CS1591 + { + /// + /// Instantiates a new and sets the default values. + /// + public OnOtpSendCustomExtension() : base() + { + OdataType = "#microsoft.graph.onOtpSendCustomExtension"; + } + /// + /// Creates a new instance of the appropriate class based on discriminator value + /// + /// A + /// The parse node to use to read the discriminator value and create the object + public static new global::Microsoft.Graph.Models.OnOtpSendCustomExtension CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.OnOtpSendCustomExtension(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + }; + } + /// + /// Serializes information the current object + /// + /// Serialization writer to use to serialize this model + public override void Serialize(ISerializationWriter writer) + { + _ = writer ?? throw new ArgumentNullException(nameof(writer)); + base.Serialize(writer); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/OnOtpSendCustomExtensionHandler.cs b/src/Microsoft.Graph/Generated/Models/OnOtpSendCustomExtensionHandler.cs new file mode 100644 index 00000000000..a5a70c59365 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/OnOtpSendCustomExtensionHandler.cs @@ -0,0 +1,89 @@ +// +#pragma warning disable CS0618 +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using System.Collections.Generic; +using System.IO; +using System; +namespace Microsoft.Graph.Models +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class OnOtpSendCustomExtensionHandler : global::Microsoft.Graph.Models.OnOtpSendHandler, IParsable + #pragma warning restore CS1591 + { + /// Configuration regarding properties of the custom extension that are can be overwritten for the onEmailOtpSendListener event listener. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public global::Microsoft.Graph.Models.CustomExtensionOverwriteConfiguration? Configuration + { + get { return BackingStore?.Get("configuration"); } + set { BackingStore?.Set("configuration", value); } + } +#nullable restore +#else + public global::Microsoft.Graph.Models.CustomExtensionOverwriteConfiguration Configuration + { + get { return BackingStore?.Get("configuration"); } + set { BackingStore?.Set("configuration", value); } + } +#endif + /// The customExtension property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public global::Microsoft.Graph.Models.OnOtpSendCustomExtension? CustomExtension + { + get { return BackingStore?.Get("customExtension"); } + set { BackingStore?.Set("customExtension", value); } + } +#nullable restore +#else + public global::Microsoft.Graph.Models.OnOtpSendCustomExtension CustomExtension + { + get { return BackingStore?.Get("customExtension"); } + set { BackingStore?.Set("customExtension", value); } + } +#endif + /// + /// Instantiates a new and sets the default values. + /// + public OnOtpSendCustomExtensionHandler() : base() + { + OdataType = "#microsoft.graph.onOtpSendCustomExtensionHandler"; + } + /// + /// Creates a new instance of the appropriate class based on discriminator value + /// + /// A + /// The parse node to use to read the discriminator value and create the object + public static new global::Microsoft.Graph.Models.OnOtpSendCustomExtensionHandler CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.OnOtpSendCustomExtensionHandler(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + { "configuration", n => { Configuration = n.GetObjectValue(global::Microsoft.Graph.Models.CustomExtensionOverwriteConfiguration.CreateFromDiscriminatorValue); } }, + { "customExtension", n => { CustomExtension = n.GetObjectValue(global::Microsoft.Graph.Models.OnOtpSendCustomExtension.CreateFromDiscriminatorValue); } }, + }; + } + /// + /// Serializes information the current object + /// + /// Serialization writer to use to serialize this model + public override void Serialize(ISerializationWriter writer) + { + _ = writer ?? throw new ArgumentNullException(nameof(writer)); + base.Serialize(writer); + writer.WriteObjectValue("configuration", Configuration); + writer.WriteObjectValue("customExtension", CustomExtension); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/OnOtpSendHandler.cs b/src/Microsoft.Graph/Generated/Models/OnOtpSendHandler.cs new file mode 100644 index 00000000000..45c6e25de7c --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/OnOtpSendHandler.cs @@ -0,0 +1,86 @@ +// +#pragma warning disable CS0618 +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions.Store; +using System.Collections.Generic; +using System.IO; +using System; +namespace Microsoft.Graph.Models +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class OnOtpSendHandler : IAdditionalDataHolder, IBackedModel, IParsable + #pragma warning restore CS1591 + { + /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + public IDictionary AdditionalData + { + get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } + set { BackingStore.Set("AdditionalData", value); } + } + /// Stores model information. + public IBackingStore BackingStore { get; private set; } + /// The OdataType property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? OdataType + { + get { return BackingStore?.Get("@odata.type"); } + set { BackingStore?.Set("@odata.type", value); } + } +#nullable restore +#else + public string OdataType + { + get { return BackingStore?.Get("@odata.type"); } + set { BackingStore?.Set("@odata.type", value); } + } +#endif + /// + /// Instantiates a new and sets the default values. + /// + public OnOtpSendHandler() + { + BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); + AdditionalData = new Dictionary(); + } + /// + /// Creates a new instance of the appropriate class based on discriminator value + /// + /// A + /// The parse node to use to read the discriminator value and create the object + public static global::Microsoft.Graph.Models.OnOtpSendHandler CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + var mappingValue = parseNode.GetChildNode("@odata.type")?.GetStringValue(); + return mappingValue switch + { + "#microsoft.graph.onOtpSendCustomExtensionHandler" => new global::Microsoft.Graph.Models.OnOtpSendCustomExtensionHandler(), + _ => new global::Microsoft.Graph.Models.OnOtpSendHandler(), + }; + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public virtual IDictionary> GetFieldDeserializers() + { + return new Dictionary> + { + { "@odata.type", n => { OdataType = n.GetStringValue(); } }, + }; + } + /// + /// Serializes information the current object + /// + /// Serialization writer to use to serialize this model + public virtual void Serialize(ISerializationWriter writer) + { + _ = writer ?? throw new ArgumentNullException(nameof(writer)); + writer.WriteStringValue("@odata.type", OdataType); + writer.WriteAdditionalData(AdditionalData); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/OutOfOfficeSettings.cs b/src/Microsoft.Graph/Generated/Models/OutOfOfficeSettings.cs index 6c2de02fd92..01a79af0ac9 100644 --- a/src/Microsoft.Graph/Generated/Models/OutOfOfficeSettings.cs +++ b/src/Microsoft.Graph/Generated/Models/OutOfOfficeSettings.cs @@ -21,13 +21,13 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// The isOutOfOffice property + /// If true, either of the following is met:The current time falls within the out-of-office window configured in Outlook or Teams.An event marked as 'Show as Out of Office' appears on the user's calendar.Otherwise, false. public bool? IsOutOfOffice { get { return BackingStore?.Get("isOutOfOffice"); } set { BackingStore?.Set("isOutOfOffice", value); } } - /// The message property + /// The out-of-office message configured by the user in the Outlook client (Automatic replies) or the Teams client (Schedule out of office). #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Message diff --git a/src/Microsoft.Graph/Generated/Models/Presence.cs b/src/Microsoft.Graph/Generated/Models/Presence.cs index 95e3d967101..9975cda20ef 100644 --- a/src/Microsoft.Graph/Generated/Models/Presence.cs +++ b/src/Microsoft.Graph/Generated/Models/Presence.cs @@ -28,7 +28,7 @@ public string Activity set { BackingStore?.Set("activity", value); } } #endif - /// The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown + /// The base presence information for a user. Possible values are Available, availableIdle, Away, beRightBack, Busy, busyIdle, DoNotDisturb, Offline, presenceUnknown. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Availability @@ -44,7 +44,7 @@ public string Availability set { BackingStore?.Set("availability", value); } } #endif - /// The outOfOfficeSettings property + /// The user's out-of-office settings. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public global::Microsoft.Graph.Models.OutOfOfficeSettings? OutOfOfficeSettings @@ -60,7 +60,7 @@ public string Availability set { BackingStore?.Set("outOfOfficeSettings", value); } } #endif - /// The sequenceNumber property + /// The lexicographically sortable string stamp that represents the version of a presence object. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? SequenceNumber diff --git a/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryAddToReviewSetOperation.cs b/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryAddToReviewSetOperation.cs index 525b3993da3..56d51f955ca 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryAddToReviewSetOperation.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryAddToReviewSetOperation.cs @@ -36,6 +36,22 @@ public partial class EdiscoveryAddToReviewSetOperation : global::Microsoft.Graph get { return BackingStore?.Get("itemsToInclude"); } set { BackingStore?.Set("itemsToInclude", value); } } + /// Contains the properties for report file metadata, including downloadUrl, fileName, and size. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? ReportFileMetadata + { + get { return BackingStore?.Get?>("reportFileMetadata"); } + set { BackingStore?.Set("reportFileMetadata", value); } + } +#nullable restore +#else + public List ReportFileMetadata + { + get { return BackingStore?.Get>("reportFileMetadata"); } + set { BackingStore?.Set("reportFileMetadata", value); } + } +#endif /// eDiscovery review set to which items matching source collection query gets added. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -90,6 +106,7 @@ public override IDictionary> GetFieldDeserializers() { "cloudAttachmentVersion", n => { CloudAttachmentVersion = n.GetEnumValue(); } }, { "documentVersion", n => { DocumentVersion = n.GetEnumValue(); } }, { "itemsToInclude", n => { ItemsToInclude = n.GetEnumValue(); } }, + { "reportFileMetadata", n => { ReportFileMetadata = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.ReportFileMetadata.CreateFromDiscriminatorValue)?.AsList(); } }, { "reviewSet", n => { ReviewSet = n.GetObjectValue(global::Microsoft.Graph.Models.Security.EdiscoveryReviewSet.CreateFromDiscriminatorValue); } }, { "search", n => { Search = n.GetObjectValue(global::Microsoft.Graph.Models.Security.EdiscoverySearch.CreateFromDiscriminatorValue); } }, }; @@ -106,6 +123,7 @@ public override void Serialize(ISerializationWriter writer) writer.WriteEnumValue("cloudAttachmentVersion", CloudAttachmentVersion); writer.WriteEnumValue("documentVersion", DocumentVersion); writer.WriteEnumValue("itemsToInclude", ItemsToInclude); + writer.WriteCollectionOfObjectValues("reportFileMetadata", ReportFileMetadata); writer.WriteObjectValue("reviewSet", ReviewSet); writer.WriteObjectValue("search", Search); } diff --git a/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryEstimateOperation.cs b/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryEstimateOperation.cs index bcf2e11f371..44aa00b1509 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryEstimateOperation.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryEstimateOperation.cs @@ -30,6 +30,22 @@ public int? MailboxCount get { return BackingStore?.Get("mailboxCount"); } set { BackingStore?.Set("mailboxCount", value); } } + /// Contains the properties for report file metadata, including downloadUrl, fileName, and size. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? ReportFileMetadata + { + get { return BackingStore?.Get?>("reportFileMetadata"); } + set { BackingStore?.Set("reportFileMetadata", value); } + } +#nullable restore +#else + public List ReportFileMetadata + { + get { return BackingStore?.Get>("reportFileMetadata"); } + set { BackingStore?.Set("reportFileMetadata", value); } + } +#endif /// eDiscovery search. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -91,6 +107,7 @@ public override IDictionary> GetFieldDeserializers() { "indexedItemCount", n => { IndexedItemCount = n.GetLongValue(); } }, { "indexedItemsSize", n => { IndexedItemsSize = n.GetLongValue(); } }, { "mailboxCount", n => { MailboxCount = n.GetIntValue(); } }, + { "reportFileMetadata", n => { ReportFileMetadata = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.ReportFileMetadata.CreateFromDiscriminatorValue)?.AsList(); } }, { "search", n => { Search = n.GetObjectValue(global::Microsoft.Graph.Models.Security.EdiscoverySearch.CreateFromDiscriminatorValue); } }, { "siteCount", n => { SiteCount = n.GetIntValue(); } }, { "statisticsOptions", n => { StatisticsOptions = n.GetEnumValue(); } }, @@ -109,6 +126,7 @@ public override void Serialize(ISerializationWriter writer) writer.WriteLongValue("indexedItemCount", IndexedItemCount); writer.WriteLongValue("indexedItemsSize", IndexedItemsSize); writer.WriteIntValue("mailboxCount", MailboxCount); + writer.WriteCollectionOfObjectValues("reportFileMetadata", ReportFileMetadata); writer.WriteObjectValue("search", Search); writer.WriteIntValue("siteCount", SiteCount); writer.WriteEnumValue("statisticsOptions", StatisticsOptions); diff --git a/src/Microsoft.Graph/Generated/Models/Security/ReportFileMetadata.cs b/src/Microsoft.Graph/Generated/Models/Security/ReportFileMetadata.cs new file mode 100644 index 00000000000..c6771a7bf9c --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ReportFileMetadata.cs @@ -0,0 +1,125 @@ +// +#pragma warning disable CS0618 +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions.Store; +using System.Collections.Generic; +using System.IO; +using System; +namespace Microsoft.Graph.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ReportFileMetadata : IAdditionalDataHolder, IBackedModel, IParsable + #pragma warning restore CS1591 + { + /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + public IDictionary AdditionalData + { + get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } + set { BackingStore.Set("AdditionalData", value); } + } + /// Stores model information. + public IBackingStore BackingStore { get; private set; } + /// The URL to download the report. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? DownloadUrl + { + get { return BackingStore?.Get("downloadUrl"); } + set { BackingStore?.Set("downloadUrl", value); } + } +#nullable restore +#else + public string DownloadUrl + { + get { return BackingStore?.Get("downloadUrl"); } + set { BackingStore?.Set("downloadUrl", value); } + } +#endif + /// The name of the file. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? FileName + { + get { return BackingStore?.Get("fileName"); } + set { BackingStore?.Set("fileName", value); } + } +#nullable restore +#else + public string FileName + { + get { return BackingStore?.Get("fileName"); } + set { BackingStore?.Set("fileName", value); } + } +#endif + /// The OdataType property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? OdataType + { + get { return BackingStore?.Get("@odata.type"); } + set { BackingStore?.Set("@odata.type", value); } + } +#nullable restore +#else + public string OdataType + { + get { return BackingStore?.Get("@odata.type"); } + set { BackingStore?.Set("@odata.type", value); } + } +#endif + /// The size of the file. + public long? Size + { + get { return BackingStore?.Get("size"); } + set { BackingStore?.Set("size", value); } + } + /// + /// Instantiates a new and sets the default values. + /// + public ReportFileMetadata() + { + BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); + AdditionalData = new Dictionary(); + } + /// + /// Creates a new instance of the appropriate class based on discriminator value + /// + /// A + /// The parse node to use to read the discriminator value and create the object + public static global::Microsoft.Graph.Models.Security.ReportFileMetadata CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ReportFileMetadata(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public virtual IDictionary> GetFieldDeserializers() + { + return new Dictionary> + { + { "downloadUrl", n => { DownloadUrl = n.GetStringValue(); } }, + { "fileName", n => { FileName = n.GetStringValue(); } }, + { "@odata.type", n => { OdataType = n.GetStringValue(); } }, + { "size", n => { Size = n.GetLongValue(); } }, + }; + } + /// + /// Serializes information the current object + /// + /// Serialization writer to use to serialize this model + public virtual void Serialize(ISerializationWriter writer) + { + _ = writer ?? throw new ArgumentNullException(nameof(writer)); + writer.WriteStringValue("downloadUrl", DownloadUrl); + writer.WriteStringValue("fileName", FileName); + writer.WriteStringValue("@odata.type", OdataType); + writer.WriteLongValue("size", Size); + writer.WriteAdditionalData(AdditionalData); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/ResourceAccessEvent.cs b/src/Microsoft.Graph/Generated/Models/Security/ResourceAccessEvent.cs new file mode 100644 index 00000000000..fd519fc7150 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ResourceAccessEvent.cs @@ -0,0 +1,143 @@ +// +#pragma warning disable CS0618 +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions.Store; +using System.Collections.Generic; +using System.IO; +using System; +namespace Microsoft.Graph.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ResourceAccessEvent : IAdditionalDataHolder, IBackedModel, IParsable + #pragma warning restore CS1591 + { + /// The time of the access event. + public DateTimeOffset? AccessDateTime + { + get { return BackingStore?.Get("accessDateTime"); } + set { BackingStore?.Set("accessDateTime", value); } + } + /// The identifier of the user account. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? AccountId + { + get { return BackingStore?.Get("accountId"); } + set { BackingStore?.Set("accountId", value); } + } +#nullable restore +#else + public string AccountId + { + get { return BackingStore?.Get("accountId"); } + set { BackingStore?.Set("accountId", value); } + } +#endif + /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + public IDictionary AdditionalData + { + get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } + set { BackingStore.Set("AdditionalData", value); } + } + /// Stores model information. + public IBackingStore BackingStore { get; private set; } + /// IP address of the resource. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? IpAddress + { + get { return BackingStore?.Get("ipAddress"); } + set { BackingStore?.Set("ipAddress", value); } + } +#nullable restore +#else + public string IpAddress + { + get { return BackingStore?.Get("ipAddress"); } + set { BackingStore?.Set("ipAddress", value); } + } +#endif + /// The OdataType property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? OdataType + { + get { return BackingStore?.Get("@odata.type"); } + set { BackingStore?.Set("@odata.type", value); } + } +#nullable restore +#else + public string OdataType + { + get { return BackingStore?.Get("@odata.type"); } + set { BackingStore?.Set("@odata.type", value); } + } +#endif + /// The protocol and host name pairs describing the connection. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? ResourceIdentifier + { + get { return BackingStore?.Get("resourceIdentifier"); } + set { BackingStore?.Set("resourceIdentifier", value); } + } +#nullable restore +#else + public string ResourceIdentifier + { + get { return BackingStore?.Get("resourceIdentifier"); } + set { BackingStore?.Set("resourceIdentifier", value); } + } +#endif + /// + /// Instantiates a new and sets the default values. + /// + public ResourceAccessEvent() + { + BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); + AdditionalData = new Dictionary(); + } + /// + /// Creates a new instance of the appropriate class based on discriminator value + /// + /// A + /// The parse node to use to read the discriminator value and create the object + public static global::Microsoft.Graph.Models.Security.ResourceAccessEvent CreateFromDiscriminatorValue(IParseNode parseNode) + { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Models.Security.ResourceAccessEvent(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public virtual IDictionary> GetFieldDeserializers() + { + return new Dictionary> + { + { "accessDateTime", n => { AccessDateTime = n.GetDateTimeOffsetValue(); } }, + { "accountId", n => { AccountId = n.GetStringValue(); } }, + { "ipAddress", n => { IpAddress = n.GetStringValue(); } }, + { "@odata.type", n => { OdataType = n.GetStringValue(); } }, + { "resourceIdentifier", n => { ResourceIdentifier = n.GetStringValue(); } }, + }; + } + /// + /// Serializes information the current object + /// + /// Serialization writer to use to serialize this model + public virtual void Serialize(ISerializationWriter writer) + { + _ = writer ?? throw new ArgumentNullException(nameof(writer)); + writer.WriteDateTimeOffsetValue("accessDateTime", AccessDateTime); + writer.WriteStringValue("accountId", AccountId); + writer.WriteStringValue("ipAddress", IpAddress); + writer.WriteStringValue("@odata.type", OdataType); + writer.WriteStringValue("resourceIdentifier", ResourceIdentifier); + writer.WriteAdditionalData(AdditionalData); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/UserAccount.cs b/src/Microsoft.Graph/Generated/Models/Security/UserAccount.cs index 27c236ad01b..c7daf534a5f 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/UserAccount.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/UserAccount.cs @@ -100,6 +100,22 @@ public string OdataType get { return BackingStore?.Get("@odata.type"); } set { BackingStore?.Set("@odata.type", value); } } +#endif + /// Information on resource access attempts made by the user account. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? ResourceAccessEvents + { + get { return BackingStore?.Get?>("resourceAccessEvents"); } + set { BackingStore?.Set("resourceAccessEvents", value); } + } +#nullable restore +#else + public List ResourceAccessEvents + { + get { return BackingStore?.Get>("resourceAccessEvents"); } + set { BackingStore?.Set("resourceAccessEvents", value); } + } #endif /// The user principal name of the account in Microsoft Entra ID. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -164,6 +180,7 @@ public virtual IDictionary> GetFieldDeserializers() { "displayName", n => { DisplayName = n.GetStringValue(); } }, { "domainName", n => { DomainName = n.GetStringValue(); } }, { "@odata.type", n => { OdataType = n.GetStringValue(); } }, + { "resourceAccessEvents", n => { ResourceAccessEvents = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.ResourceAccessEvent.CreateFromDiscriminatorValue)?.AsList(); } }, { "userPrincipalName", n => { UserPrincipalName = n.GetStringValue(); } }, { "userSid", n => { UserSid = n.GetStringValue(); } }, }; @@ -180,6 +197,7 @@ public virtual void Serialize(ISerializationWriter writer) writer.WriteStringValue("displayName", DisplayName); writer.WriteStringValue("domainName", DomainName); writer.WriteStringValue("@odata.type", OdataType); + writer.WriteCollectionOfObjectValues("resourceAccessEvents", ResourceAccessEvents); writer.WriteStringValue("userPrincipalName", UserPrincipalName); writer.WriteStringValue("userSid", UserSid); writer.WriteAdditionalData(AdditionalData); diff --git a/src/Microsoft.Graph/Generated/Models/WindowsDefenderProductStatus.cs b/src/Microsoft.Graph/Generated/Models/WindowsDefenderProductStatus.cs index 7ef41c5cf97..4781b7ad77b 100644 --- a/src/Microsoft.Graph/Generated/Models/WindowsDefenderProductStatus.cs +++ b/src/Microsoft.Graph/Generated/Models/WindowsDefenderProductStatus.cs @@ -23,13 +23,13 @@ public enum WindowsDefenderProductStatus /// Pending reboot due to threat action [EnumMember(Value = "pendingRebootDueToThreatAction")] PendingRebootDueToThreatAction = 16, - /// Pending manual steps due to threat action + /// Pending manual steps due to threat action [EnumMember(Value = "pendingManualStepsDueToThreatAction")] PendingManualStepsDueToThreatAction = 32, - /// AV signatures out of date + /// Antivirus (AV) signatures out of date [EnumMember(Value = "avSignaturesOutOfDate")] AvSignaturesOutOfDate = 64, - /// AS signatures out of date + /// Antisypware (AS) signatures out of date [EnumMember(Value = "asSignaturesOutOfDate")] AsSignaturesOutOfDate = 128, /// No quick scan has happened for a specified period diff --git a/src/Microsoft.Graph/Generated/Models/WindowsUpdateForBusinessUpdateWeeks.cs b/src/Microsoft.Graph/Generated/Models/WindowsUpdateForBusinessUpdateWeeks.cs index 384920f6584..e5a922c4a56 100644 --- a/src/Microsoft.Graph/Generated/Models/WindowsUpdateForBusinessUpdateWeeks.cs +++ b/src/Microsoft.Graph/Generated/Models/WindowsUpdateForBusinessUpdateWeeks.cs @@ -26,7 +26,7 @@ public enum WindowsUpdateForBusinessUpdateWeeks /// Scheduled the update installation on every week of the month [EnumMember(Value = "everyWeek")] EveryWeek = 32, - /// Evolvable enum member + /// Evolvable enumeration sentinel value. Do not use. [EnumMember(Value = "unknownFutureValue")] UnknownFutureValue = 64, } diff --git a/src/Microsoft.Graph/Generated/Models/WindowsUpdateNotificationDisplayOption.cs b/src/Microsoft.Graph/Generated/Models/WindowsUpdateNotificationDisplayOption.cs index 9bab205ccdb..1a471cd0e0b 100644 --- a/src/Microsoft.Graph/Generated/Models/WindowsUpdateNotificationDisplayOption.cs +++ b/src/Microsoft.Graph/Generated/Models/WindowsUpdateNotificationDisplayOption.cs @@ -19,7 +19,7 @@ public enum WindowsUpdateNotificationDisplayOption /// Turn off all notifications, including restart warnings. [EnumMember(Value = "disableAllNotifications")] DisableAllNotifications, - /// Evolvable enum member + /// Evolvable enumeration sentinel value. Do not use. [EnumMember(Value = "unknownFutureValue")] UnknownFutureValue, } diff --git a/src/Microsoft.Graph/Generated/Models/WorkbookWorksheetProtectionOptions.cs b/src/Microsoft.Graph/Generated/Models/WorkbookWorksheetProtectionOptions.cs index 65d4e208915..bacc8a665b4 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkbookWorksheetProtectionOptions.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkbookWorksheetProtectionOptions.cs @@ -19,67 +19,67 @@ public IDictionary AdditionalData get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } set { BackingStore.Set("AdditionalData", value); } } - /// Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. + /// Represents the worksheet protection option of allowing using auto filter feature. public bool? AllowAutoFilter { get { return BackingStore?.Get("allowAutoFilter"); } set { BackingStore?.Set("allowAutoFilter", value); } } - /// Indicates whether the worksheet protection option to allow deleting columns is enabled. + /// Represents the worksheet protection option of allowing deleting columns. public bool? AllowDeleteColumns { get { return BackingStore?.Get("allowDeleteColumns"); } set { BackingStore?.Set("allowDeleteColumns", value); } } - /// Indicates whether the worksheet protection option to allow deleting rows is enabled. + /// Represents the worksheet protection option of allowing deleting rows. public bool? AllowDeleteRows { get { return BackingStore?.Get("allowDeleteRows"); } set { BackingStore?.Set("allowDeleteRows", value); } } - /// Indicates whether the worksheet protection option to allow formatting cells is enabled. + /// Represents the worksheet protection option of allowing formatting cells. public bool? AllowFormatCells { get { return BackingStore?.Get("allowFormatCells"); } set { BackingStore?.Set("allowFormatCells", value); } } - /// Indicates whether the worksheet protection option to allow formatting columns is enabled. + /// Represents the worksheet protection option of allowing formatting columns. public bool? AllowFormatColumns { get { return BackingStore?.Get("allowFormatColumns"); } set { BackingStore?.Set("allowFormatColumns", value); } } - /// Indicates whether the worksheet protection option to allow formatting rows is enabled. + /// Represents the worksheet protection option of allowing formatting rows. public bool? AllowFormatRows { get { return BackingStore?.Get("allowFormatRows"); } set { BackingStore?.Set("allowFormatRows", value); } } - /// Indicates whether the worksheet protection option to allow inserting columns is enabled. + /// Represents the worksheet protection option of allowing inserting columns. public bool? AllowInsertColumns { get { return BackingStore?.Get("allowInsertColumns"); } set { BackingStore?.Set("allowInsertColumns", value); } } - /// Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. + /// Represents the worksheet protection option of allowing inserting hyperlinks. public bool? AllowInsertHyperlinks { get { return BackingStore?.Get("allowInsertHyperlinks"); } set { BackingStore?.Set("allowInsertHyperlinks", value); } } - /// Indicates whether the worksheet protection option to allow inserting rows is enabled. + /// Represents the worksheet protection option of allowing inserting rows. public bool? AllowInsertRows { get { return BackingStore?.Get("allowInsertRows"); } set { BackingStore?.Set("allowInsertRows", value); } } - /// Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. + /// Represents the worksheet protection option of allowing using pivot table feature. public bool? AllowPivotTables { get { return BackingStore?.Get("allowPivotTables"); } set { BackingStore?.Set("allowPivotTables", value); } } - /// Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. + /// Represents the worksheet protection option of allowing using sort feature. public bool? AllowSort { get { return BackingStore?.Get("allowSort"); } diff --git a/src/Microsoft.Graph/Generated/Organization/Item/Branding/Localizations/Item/BannerLogo/BannerLogoRequestBuilder.cs b/src/Microsoft.Graph/Generated/Organization/Item/Branding/Localizations/Item/BannerLogo/BannerLogoRequestBuilder.cs index 287622cdd2f..c5d1a24955a 100644 --- a/src/Microsoft.Graph/Generated/Organization/Item/Branding/Localizations/Item/BannerLogo/BannerLogoRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Organization/Item/Branding/Localizations/Item/BannerLogo/BannerLogoRequestBuilder.cs @@ -56,8 +56,8 @@ public async Task DeleteAsync(Action - /// Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method. - /// Find more info here + /// Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -127,7 +127,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method. + /// Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Organization/Item/OrganizationItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Organization/Item/OrganizationItemRequestBuilder.cs index 181da8e8a7d..876f3745780 100644 --- a/src/Microsoft.Graph/Generated/Organization/Item/OrganizationItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Organization/Item/OrganizationItemRequestBuilder.cs @@ -111,8 +111,8 @@ public async Task DeleteAsync(Action - /// Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance. - /// Find more info here + /// Read properties and relationships of the organization object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -180,7 +180,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance. + /// Read properties and relationships of the organization object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -238,7 +238,7 @@ public partial class OrganizationItemRequestBuilderDeleteRequestConfiguration : { } /// - /// Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance. + /// Read properties and relationships of the organization object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class OrganizationItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Organization/OrganizationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Organization/OrganizationRequestBuilder.cs index f902904958c..cc8a37c53f4 100644 --- a/src/Microsoft.Graph/Generated/Organization/OrganizationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Organization/OrganizationRequestBuilder.cs @@ -78,8 +78,8 @@ public OrganizationRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) { } /// - /// List properties and relationships of the organization objects. - /// Find more info here + /// Retrieve a list of organization objects. There's only one organization object in the collection. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -127,7 +127,7 @@ public OrganizationRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Organization.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// List properties and relationships of the organization objects. + /// Retrieve a list of organization objects. There's only one organization object in the collection. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -177,7 +177,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.Organization.OrganizationRequestBuilder(rawUrl, RequestAdapter); } /// - /// List properties and relationships of the organization objects. + /// Retrieve a list of organization objects. There's only one organization object in the collection. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class OrganizationRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ListItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ListItemRequestBuilder.cs index 942a4deb640..1ed1cda92af 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ListItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ListItemRequestBuilder.cs @@ -105,8 +105,8 @@ public async Task DeleteAsync(Action - /// Returns the metadata for a list. - /// Find more info here + /// Get a list of rich long-running operations associated with a list. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,7 +173,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Returns the metadata for a list. + /// Get a list of rich long-running operations associated with a list. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -231,7 +231,7 @@ public partial class ListItemRequestBuilderDeleteRequestConfiguration : RequestC { } /// - /// Returns the metadata for a list. + /// Get a list of rich long-running operations associated with a list. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ListItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.cs index 8cfa4d643f9..412850ccbe4 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.cs @@ -84,8 +84,8 @@ public RepliesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ChatMessageCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Create a new reply to a chatMessage in a specified channel. - /// Find more info here + /// Send a new reply to a chatMessage in a specified channel. + /// Find more info here /// /// A /// The request body @@ -129,7 +129,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a new reply to a chatMessage in a specified channel. + /// Send a new reply to a chatMessage in a specified channel. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/MessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/MessagesRequestBuilder.cs index 50dcc9bd6e4..fb4aaa14aec 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/MessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Messages/MessagesRequestBuilder.cs @@ -84,8 +84,8 @@ public MessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ChatMessageCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Send a new chatMessage in the specified channel or a chat. - /// Find more info here + /// Send a new chatMessage in the specified channel. + /// Find more info here /// /// A /// The request body @@ -129,7 +129,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Send a new chatMessage in the specified channel or a chat. + /// Send a new chatMessage in the specified channel. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/TenantRelationships/MultiTenantOrganization/MultiTenantOrganizationRequestBuilder.cs b/src/Microsoft.Graph/Generated/TenantRelationships/MultiTenantOrganization/MultiTenantOrganizationRequestBuilder.cs index 027c421feb8..6d5cb2f89d3 100644 --- a/src/Microsoft.Graph/Generated/TenantRelationships/MultiTenantOrganization/MultiTenantOrganizationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/TenantRelationships/MultiTenantOrganization/MultiTenantOrganizationRequestBuilder.cs @@ -71,8 +71,8 @@ public MultiTenantOrganizationRequestBuilder(string rawUrl, IRequestAdapter requ return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.MultiTenantOrganization.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Update the properties of a multitenant organization. - /// Find more info here + /// 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. + /// Find more info here /// /// A /// The request body @@ -116,7 +116,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of a multitenant organization. + /// 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. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Presence/PresenceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Presence/PresenceRequestBuilder.cs index 50bfa4b8f23..bc25f2f806a 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Presence/PresenceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Presence/PresenceRequestBuilder.cs @@ -87,8 +87,8 @@ public async Task DeleteAsync(Action - /// Get a user's presence information. - /// Find more info here + /// Set a presence status message for a user. An optional expiration date and time can be supplied. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -155,7 +155,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Get a user's presence information. + /// Set a presence status message for a user. An optional expiration date and time can be supplied. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -213,7 +213,7 @@ public partial class PresenceRequestBuilderDeleteRequestConfiguration : RequestC { } /// - /// Get a user's presence information. + /// Set a presence status message for a user. An optional expiration date and time can be supplied. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class PresenceRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Users/Item/UserItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/UserItemRequestBuilder.cs index c3c66dac910..e8e78147cfd 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/UserItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/UserItemRequestBuilder.cs @@ -547,7 +547,7 @@ public async Task DeleteAsync(Action /// Update the properties of a user object. - /// Find more info here + /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/UsersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/UsersRequestBuilder.cs index eaecd723224..c7f7767ef33 100644 --- a/src/Microsoft.Graph/Generated/Users/UsersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/UsersRequestBuilder.cs @@ -78,8 +78,8 @@ public UsersRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { } /// - /// Retrieve a list of user objects. - /// Find more info here + /// List properties and relationships of the user objects. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -103,7 +103,7 @@ public UsersRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// Create a new user object. - /// Find more info here + /// Find more info here /// /// A /// The request body @@ -128,7 +128,7 @@ public UsersRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.User.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Retrieve a list of user objects. + /// List properties and relationships of the user objects. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -178,7 +178,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.Users.UsersRequestBuilder(rawUrl, RequestAdapter); } /// - /// Retrieve a list of user objects. + /// List properties and relationships of the user objects. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class UsersRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/UsersWithUserPrincipalName/UsersWithUserPrincipalNameRequestBuilder.cs b/src/Microsoft.Graph/Generated/UsersWithUserPrincipalName/UsersWithUserPrincipalNameRequestBuilder.cs index 8e6ce771f05..64149d6467b 100644 --- a/src/Microsoft.Graph/Generated/UsersWithUserPrincipalName/UsersWithUserPrincipalNameRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/UsersWithUserPrincipalName/UsersWithUserPrincipalNameRequestBuilder.cs @@ -85,7 +85,7 @@ public async Task DeleteAsync(Action /// Update the properties of a user object. - /// Find more info here + /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/kiota-dom-export.txt b/src/Microsoft.Graph/Generated/kiota-dom-export.txt index e5cd8c63d5b..3d85399f459 100644 --- a/src/Microsoft.Graph/Generated/kiota-dom-export.txt +++ b/src/Microsoft.Graph/Generated/kiota-dom-export.txt @@ -6925,6 +6925,7 @@ Microsoft.Graph.DeviceAppManagement.deviceAppManagementRequestBuilder::|public|m Microsoft.Graph.DeviceAppManagement.deviceAppManagementRequestBuilder::|public|mdmWindowsInformationProtectionPolicies:global.Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies.MdmWindowsInformationProtectionPoliciesRequestBuilder Microsoft.Graph.DeviceAppManagement.deviceAppManagementRequestBuilder::|public|mobileAppCategories:global.Microsoft.Graph.DeviceAppManagement.MobileAppCategories.MobileAppCategoriesRequestBuilder Microsoft.Graph.DeviceAppManagement.deviceAppManagementRequestBuilder::|public|mobileAppConfigurations:global.Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.MobileAppConfigurationsRequestBuilder +Microsoft.Graph.DeviceAppManagement.deviceAppManagementRequestBuilder::|public|mobileAppRelationships:global.Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.MobileAppRelationshipsRequestBuilder Microsoft.Graph.DeviceAppManagement.deviceAppManagementRequestBuilder::|public|mobileApps:global.Microsoft.Graph.DeviceAppManagement.MobileApps.MobileAppsRequestBuilder Microsoft.Graph.DeviceAppManagement.deviceAppManagementRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.DeviceAppManagement; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.DeviceAppManagement Microsoft.Graph.DeviceAppManagement.deviceAppManagementRequestBuilder::|public|syncMicrosoftStoreForBusinessApps:global.Microsoft.Graph.DeviceAppManagement.SyncMicrosoftStoreForBusinessApps.SyncMicrosoftStoreForBusinessAppsRequestBuilder @@ -8126,6 +8127,50 @@ Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.mobileAppConfigurati Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.mobileAppConfigurationsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.mobileAppConfigurationsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.ManagedDeviceMobileAppConfiguration; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.mobileAppConfigurationsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations.MobileAppConfigurationsRequestBuilder +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Count.CountRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Count.CountRequestBuilder +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Item.MobileAppRelationshipItemRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Item.MobileAppRelationshipItemRequestBuilder.MobileAppRelationshipItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Item.MobileAppRelationshipItemRequestBuilder.MobileAppRelationshipItemRequestBuilderGetQueryParameters::|public|Expand:string[] +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Item.MobileAppRelationshipItemRequestBuilder.MobileAppRelationshipItemRequestBuilderGetQueryParameters::|public|Select:string[] +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Item.MobileAppRelationshipItemRequestBuilder.MobileAppRelationshipItemRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Item.MobileAppRelationshipItemRequestBuilder.MobileAppRelationshipItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Item.MobileAppRelationshipItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Item.MobileAppRelationshipItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Item.MobileAppRelationshipItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Item.MobileAppRelationshipItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.MobileAppRelationship +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Item.MobileAppRelationshipItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.MobileAppRelationship; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.MobileAppRelationship +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Item.MobileAppRelationshipItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Item.MobileAppRelationshipItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Item.MobileAppRelationshipItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.MobileAppRelationship; requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Item.MobileAppRelationshipItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Item.MobileAppRelationshipItemRequestBuilder +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.mobileAppRelationshipsRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.mobileAppRelationshipsRequestBuilder.mobileAppRelationshipsRequestBuilderGetQueryParameters::|public|Count:bool? +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.mobileAppRelationshipsRequestBuilder.mobileAppRelationshipsRequestBuilderGetQueryParameters::|public|Expand:string[] +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.mobileAppRelationshipsRequestBuilder.mobileAppRelationshipsRequestBuilderGetQueryParameters::|public|Filter:string +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.mobileAppRelationshipsRequestBuilder.mobileAppRelationshipsRequestBuilderGetQueryParameters::|public|Orderby:string[] +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.mobileAppRelationshipsRequestBuilder.mobileAppRelationshipsRequestBuilderGetQueryParameters::|public|Search:string +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.mobileAppRelationshipsRequestBuilder.mobileAppRelationshipsRequestBuilderGetQueryParameters::|public|Select:string[] +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.mobileAppRelationshipsRequestBuilder.mobileAppRelationshipsRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.mobileAppRelationshipsRequestBuilder.mobileAppRelationshipsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.mobileAppRelationshipsRequestBuilder.mobileAppRelationshipsRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.mobileAppRelationshipsRequestBuilder.mobileAppRelationshipsRequestBuilderPostRequestConfiguration-->RequestConfiguration +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.mobileAppRelationshipsRequestBuilder::[MobileAppRelationshipId:string]:global.Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Item.MobileAppRelationshipItemRequestBuilder +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.mobileAppRelationshipsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.mobileAppRelationshipsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.mobileAppRelationshipsRequestBuilder::|public|Count:global.Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.Count.CountRequestBuilder +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.mobileAppRelationshipsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.MobileAppRelationshipCollectionResponse +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.mobileAppRelationshipsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.MobileAppRelationship; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.MobileAppRelationship +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.mobileAppRelationshipsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.mobileAppRelationshipsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.MobileAppRelationship; requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.mobileAppRelationshipsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.DeviceAppManagement.MobileAppRelationships.MobileAppRelationshipsRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Count.CountRequestBuilder-->BaseRequestBuilder Microsoft.Graph.DeviceAppManagement.MobileApps.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.DeviceAppManagement.MobileApps.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string @@ -92216,8 +92261,10 @@ Microsoft.Graph.Models.aiInteraction::|public|RequestId:string Microsoft.Graph.Models.aiInteraction::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.aiInteraction::|public|SessionId:string Microsoft.Graph.Models.aiInteraction::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.AiInteraction -Microsoft.Graph.Models.aiInteractionAttachment-->global.Microsoft.Graph.Models.Entity +Microsoft.Graph.Models.aiInteractionAttachment::|public|AdditionalData:IDictionary Microsoft.Graph.Models.aiInteractionAttachment::|public|AttachmentId:string +Microsoft.Graph.Models.aiInteractionAttachment::|public|BackingStore:IBackingStore +Microsoft.Graph.Models.aiInteractionAttachment::|public|constructor():void Microsoft.Graph.Models.aiInteractionAttachment::|public|Content:string Microsoft.Graph.Models.aiInteractionAttachment::|public|ContentType:string Microsoft.Graph.Models.aiInteractionAttachment::|public|ContentUrl:string @@ -92226,7 +92273,10 @@ Microsoft.Graph.Models.aiInteractionAttachment::|public|Name:string Microsoft.Graph.Models.aiInteractionAttachment::|public|OdataType:string Microsoft.Graph.Models.aiInteractionAttachment::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.aiInteractionAttachment::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.AiInteractionAttachment -Microsoft.Graph.Models.aiInteractionContext-->global.Microsoft.Graph.Models.Entity +Microsoft.Graph.Models.aiInteractionAttachment~~>IAdditionalDataHolder; IBackedModel; IParsable +Microsoft.Graph.Models.aiInteractionContext::|public|AdditionalData:IDictionary +Microsoft.Graph.Models.aiInteractionContext::|public|BackingStore:IBackingStore +Microsoft.Graph.Models.aiInteractionContext::|public|constructor():void Microsoft.Graph.Models.aiInteractionContext::|public|ContextReference:string Microsoft.Graph.Models.aiInteractionContext::|public|ContextType:string Microsoft.Graph.Models.aiInteractionContext::|public|DisplayName:string @@ -92234,12 +92284,15 @@ Microsoft.Graph.Models.aiInteractionContext::|public|GetFieldDeserializers():IDi Microsoft.Graph.Models.aiInteractionContext::|public|OdataType:string Microsoft.Graph.Models.aiInteractionContext::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.aiInteractionContext::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.AiInteractionContext +Microsoft.Graph.Models.aiInteractionContext~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.aiInteractionHistory-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.aiInteractionHistory::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.aiInteractionHistory::|public|OdataType:string Microsoft.Graph.Models.aiInteractionHistory::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.aiInteractionHistory::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.AiInteractionHistory -Microsoft.Graph.Models.aiInteractionLink-->global.Microsoft.Graph.Models.Entity +Microsoft.Graph.Models.aiInteractionLink::|public|AdditionalData:IDictionary +Microsoft.Graph.Models.aiInteractionLink::|public|BackingStore:IBackingStore +Microsoft.Graph.Models.aiInteractionLink::|public|constructor():void Microsoft.Graph.Models.aiInteractionLink::|public|DisplayName:string Microsoft.Graph.Models.aiInteractionLink::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.aiInteractionLink::|public|LinkType:string @@ -92247,7 +92300,10 @@ Microsoft.Graph.Models.aiInteractionLink::|public|LinkUrl:string Microsoft.Graph.Models.aiInteractionLink::|public|OdataType:string Microsoft.Graph.Models.aiInteractionLink::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.aiInteractionLink::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.AiInteractionLink -Microsoft.Graph.Models.aiInteractionMention-->global.Microsoft.Graph.Models.Entity +Microsoft.Graph.Models.aiInteractionLink~~>IAdditionalDataHolder; IBackedModel; IParsable +Microsoft.Graph.Models.aiInteractionMention::|public|AdditionalData:IDictionary +Microsoft.Graph.Models.aiInteractionMention::|public|BackingStore:IBackingStore +Microsoft.Graph.Models.aiInteractionMention::|public|constructor():void Microsoft.Graph.Models.aiInteractionMention::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.aiInteractionMention::|public|Mentioned:global.Microsoft.Graph.Models.AiInteractionMentionedIdentitySet Microsoft.Graph.Models.aiInteractionMention::|public|MentionId:int? @@ -92263,6 +92319,7 @@ Microsoft.Graph.Models.aiInteractionMentionedIdentitySet::|public|OdataType:stri Microsoft.Graph.Models.aiInteractionMentionedIdentitySet::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.aiInteractionMentionedIdentitySet::|public|Tag:global.Microsoft.Graph.Models.TeamworkTagIdentity Microsoft.Graph.Models.aiInteractionMentionedIdentitySet::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.AiInteractionMentionedIdentitySet +Microsoft.Graph.Models.aiInteractionMention~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.aiInteractionPlugin::|public|AdditionalData:IDictionary Microsoft.Graph.Models.aiInteractionPlugin::|public|BackingStore:IBackingStore Microsoft.Graph.Models.aiInteractionPlugin::|public|constructor():void @@ -98146,6 +98203,7 @@ Microsoft.Graph.Models.customAppManagementConfiguration::|public|OdataType:strin Microsoft.Graph.Models.customAppManagementConfiguration::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.customAppManagementConfiguration::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.CustomAppManagementConfiguration Microsoft.Graph.Models.customAuthenticationExtension-->global.Microsoft.Graph.Models.CustomCalloutExtension +Microsoft.Graph.Models.customAuthenticationExtension::|public|BehaviorOnError:global.Microsoft.Graph.Models.CustomExtensionBehaviorOnError Microsoft.Graph.Models.customAuthenticationExtension::|public|constructor():void Microsoft.Graph.Models.customAuthenticationExtension::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.customAuthenticationExtension::|public|OdataType:string @@ -98179,6 +98237,14 @@ Microsoft.Graph.Models.customExtensionAuthenticationConfiguration::|public|Odata Microsoft.Graph.Models.customExtensionAuthenticationConfiguration::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.customExtensionAuthenticationConfiguration::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.CustomExtensionAuthenticationConfiguration Microsoft.Graph.Models.customExtensionAuthenticationConfiguration~~>IAdditionalDataHolder; IBackedModel; IParsable +Microsoft.Graph.Models.customExtensionBehaviorOnError::|public|AdditionalData:IDictionary +Microsoft.Graph.Models.customExtensionBehaviorOnError::|public|BackingStore:IBackingStore +Microsoft.Graph.Models.customExtensionBehaviorOnError::|public|constructor():void +Microsoft.Graph.Models.customExtensionBehaviorOnError::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.customExtensionBehaviorOnError::|public|OdataType:string +Microsoft.Graph.Models.customExtensionBehaviorOnError::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.customExtensionBehaviorOnError::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.CustomExtensionBehaviorOnError +Microsoft.Graph.Models.customExtensionBehaviorOnError~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.customExtensionCallbackConfiguration::|public|AdditionalData:IDictionary Microsoft.Graph.Models.customExtensionCallbackConfiguration::|public|BackingStore:IBackingStore Microsoft.Graph.Models.customExtensionCallbackConfiguration::|public|constructor():void @@ -98235,6 +98301,7 @@ Microsoft.Graph.Models.customExtensionEndpointConfiguration::|static|public|Crea Microsoft.Graph.Models.customExtensionEndpointConfiguration~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.customExtensionOverwriteConfiguration::|public|AdditionalData:IDictionary Microsoft.Graph.Models.customExtensionOverwriteConfiguration::|public|BackingStore:IBackingStore +Microsoft.Graph.Models.customExtensionOverwriteConfiguration::|public|BehaviorOnError:global.Microsoft.Graph.Models.CustomExtensionBehaviorOnError Microsoft.Graph.Models.customExtensionOverwriteConfiguration::|public|ClientConfiguration:global.Microsoft.Graph.Models.CustomExtensionClientConfiguration Microsoft.Graph.Models.customExtensionOverwriteConfiguration::|public|constructor():void Microsoft.Graph.Models.customExtensionOverwriteConfiguration::|public|GetFieldDeserializers():IDictionary> @@ -98852,6 +98919,7 @@ Microsoft.Graph.Models.deviceAppManagement::|public|MicrosoftStoreForBusinessLas Microsoft.Graph.Models.deviceAppManagement::|public|MicrosoftStoreForBusinessLastSuccessfulSyncDateTime:DateTimeOffset? Microsoft.Graph.Models.deviceAppManagement::|public|MobileAppCategories:List Microsoft.Graph.Models.deviceAppManagement::|public|MobileAppConfigurations:List +Microsoft.Graph.Models.deviceAppManagement::|public|MobileAppRelationships:List Microsoft.Graph.Models.deviceAppManagement::|public|MobileApps:List Microsoft.Graph.Models.deviceAppManagement::|public|OdataType:string Microsoft.Graph.Models.deviceAppManagement::|public|Serialize(writer:ISerializationWriter):void @@ -99313,6 +99381,7 @@ Microsoft.Graph.Models.deviceEnrollmentType::0009-windowsCoManagement Microsoft.Graph.Models.deviceEnrollmentType::0010-windowsAzureADJoinUsingDeviceAuth Microsoft.Graph.Models.deviceEnrollmentType::0011-appleUserEnrollment Microsoft.Graph.Models.deviceEnrollmentType::0012-appleUserEnrollmentWithServiceAccount +Microsoft.Graph.Models.deviceEnrollmentType::0013-unknownFutureValue Microsoft.Graph.Models.deviceEnrollmentWindowsHelloForBusinessConfiguration-->global.Microsoft.Graph.Models.DeviceEnrollmentConfiguration Microsoft.Graph.Models.deviceEnrollmentWindowsHelloForBusinessConfiguration::|public|constructor():void Microsoft.Graph.Models.deviceEnrollmentWindowsHelloForBusinessConfiguration::|public|EnhancedBiometricsState:global.Microsoft.Graph.Models.Enablement? @@ -101928,6 +101997,12 @@ Microsoft.Graph.Models.extractSensitivityLabelsResult::|public|OdataType:string Microsoft.Graph.Models.extractSensitivityLabelsResult::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.extractSensitivityLabelsResult::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.ExtractSensitivityLabelsResult Microsoft.Graph.Models.extractSensitivityLabelsResult~~>IAdditionalDataHolder; IBackedModel; IParsable +Microsoft.Graph.Models.fallbackToMicrosoftProviderOnError-->global.Microsoft.Graph.Models.CustomExtensionBehaviorOnError +Microsoft.Graph.Models.fallbackToMicrosoftProviderOnError::|public|constructor():void +Microsoft.Graph.Models.fallbackToMicrosoftProviderOnError::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.fallbackToMicrosoftProviderOnError::|public|OdataType:string +Microsoft.Graph.Models.fallbackToMicrosoftProviderOnError::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.fallbackToMicrosoftProviderOnError::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.FallbackToMicrosoftProviderOnError Microsoft.Graph.Models.featureRolloutPolicy-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.featureRolloutPolicy::|public|AppliesTo:List Microsoft.Graph.Models.featureRolloutPolicy::|public|Description:string @@ -103693,6 +103768,17 @@ Microsoft.Graph.Models.iosCustomConfiguration::|public|PayloadFileName:string Microsoft.Graph.Models.iosCustomConfiguration::|public|PayloadName:string Microsoft.Graph.Models.iosCustomConfiguration::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.iosCustomConfiguration::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.IosCustomConfiguration +Microsoft.Graph.Models.iosDdmLobAppAssignmentSettings-->global.Microsoft.Graph.Models.MobileAppAssignmentSettings +Microsoft.Graph.Models.iosDdmLobAppAssignmentSettings::|public|AssociatedDomains:List +Microsoft.Graph.Models.iosDdmLobAppAssignmentSettings::|public|AssociatedDomainsDirectDownloadAllowed:bool? +Microsoft.Graph.Models.iosDdmLobAppAssignmentSettings::|public|constructor():void +Microsoft.Graph.Models.iosDdmLobAppAssignmentSettings::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.iosDdmLobAppAssignmentSettings::|public|OdataType:string +Microsoft.Graph.Models.iosDdmLobAppAssignmentSettings::|public|PreventManagedAppBackup:bool? +Microsoft.Graph.Models.iosDdmLobAppAssignmentSettings::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.iosDdmLobAppAssignmentSettings::|public|TapToPayScreenLockEnabled:bool? +Microsoft.Graph.Models.iosDdmLobAppAssignmentSettings::|public|VpnConfigurationId:string +Microsoft.Graph.Models.iosDdmLobAppAssignmentSettings::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.IosDdmLobAppAssignmentSettings Microsoft.Graph.Models.iosDeviceFeaturesConfiguration-->global.Microsoft.Graph.Models.AppleDeviceFeaturesConfigurationBase Microsoft.Graph.Models.iosDeviceFeaturesConfiguration::|public|AssetTagTemplate:string Microsoft.Graph.Models.iosDeviceFeaturesConfiguration::|public|constructor():void @@ -106468,6 +106554,24 @@ Microsoft.Graph.Models.mobileAppInstallTimeSettings~~>IAdditionalDataHolder; IBa Microsoft.Graph.Models.mobileAppPublishingState::0000-notPublished Microsoft.Graph.Models.mobileAppPublishingState::0001-processing Microsoft.Graph.Models.mobileAppPublishingState::0002-published +Microsoft.Graph.Models.mobileAppRelationship-->global.Microsoft.Graph.Models.Entity +Microsoft.Graph.Models.mobileAppRelationship::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.mobileAppRelationship::|public|OdataType:string +Microsoft.Graph.Models.mobileAppRelationship::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.mobileAppRelationship::|public|SourceDisplayName:string +Microsoft.Graph.Models.mobileAppRelationship::|public|SourceDisplayVersion:string +Microsoft.Graph.Models.mobileAppRelationship::|public|SourceId:string +Microsoft.Graph.Models.mobileAppRelationship::|public|SourcePublisherDisplayName:string +Microsoft.Graph.Models.mobileAppRelationship::|public|TargetDisplayName:string +Microsoft.Graph.Models.mobileAppRelationship::|public|TargetDisplayVersion:string +Microsoft.Graph.Models.mobileAppRelationship::|public|TargetId:string +Microsoft.Graph.Models.mobileAppRelationship::|public|TargetPublisherDisplayName:string +Microsoft.Graph.Models.mobileAppRelationship::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.MobileAppRelationship +Microsoft.Graph.Models.mobileAppRelationshipCollectionResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse +Microsoft.Graph.Models.mobileAppRelationshipCollectionResponse::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.mobileAppRelationshipCollectionResponse::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.mobileAppRelationshipCollectionResponse::|public|Value:List +Microsoft.Graph.Models.mobileAppRelationshipCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.MobileAppRelationshipCollectionResponse Microsoft.Graph.Models.mobileAppTroubleshootingEvent-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.mobileAppTroubleshootingEvent::|public|AppLogCollectionRequests:List Microsoft.Graph.Models.mobileAppTroubleshootingEvent::|public|GetFieldDeserializers():IDictionary> @@ -107163,6 +107267,13 @@ Microsoft.Graph.Models.oneDriveForBusinessRestoreSessionCollectionResponse::|pub Microsoft.Graph.Models.oneDriveForBusinessRestoreSessionCollectionResponse::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.oneDriveForBusinessRestoreSessionCollectionResponse::|public|Value:List Microsoft.Graph.Models.oneDriveForBusinessRestoreSessionCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.OneDriveForBusinessRestoreSessionCollectionResponse +Microsoft.Graph.Models.onEmailOtpSendListener-->global.Microsoft.Graph.Models.AuthenticationEventListener +Microsoft.Graph.Models.onEmailOtpSendListener::|public|constructor():void +Microsoft.Graph.Models.onEmailOtpSendListener::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.onEmailOtpSendListener::|public|Handler:global.Microsoft.Graph.Models.OnOtpSendHandler +Microsoft.Graph.Models.onEmailOtpSendListener::|public|OdataType:string +Microsoft.Graph.Models.onEmailOtpSendListener::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.onEmailOtpSendListener::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.OnEmailOtpSendListener Microsoft.Graph.Models.onenote-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.onenote::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.onenote::|public|Notebooks:List @@ -107438,6 +107549,28 @@ Microsoft.Graph.Models.onlineMeetingRole::0003-producer Microsoft.Graph.Models.onlineMeetingRole::0004-coorganizer Microsoft.Graph.Models.onlineMeetingVideoDisabledReason::0000-watermarkProtection Microsoft.Graph.Models.onlineMeetingVideoDisabledReason::0001-unknownFutureValue +Microsoft.Graph.Models.onOtpSendCustomExtension-->global.Microsoft.Graph.Models.CustomAuthenticationExtension +Microsoft.Graph.Models.onOtpSendCustomExtension::|public|constructor():void +Microsoft.Graph.Models.onOtpSendCustomExtension::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.onOtpSendCustomExtension::|public|OdataType:string +Microsoft.Graph.Models.onOtpSendCustomExtension::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.onOtpSendCustomExtension::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.OnOtpSendCustomExtension +Microsoft.Graph.Models.onOtpSendCustomExtensionHandler-->global.Microsoft.Graph.Models.OnOtpSendHandler +Microsoft.Graph.Models.onOtpSendCustomExtensionHandler::|public|Configuration:global.Microsoft.Graph.Models.CustomExtensionOverwriteConfiguration +Microsoft.Graph.Models.onOtpSendCustomExtensionHandler::|public|constructor():void +Microsoft.Graph.Models.onOtpSendCustomExtensionHandler::|public|CustomExtension:global.Microsoft.Graph.Models.OnOtpSendCustomExtension +Microsoft.Graph.Models.onOtpSendCustomExtensionHandler::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.onOtpSendCustomExtensionHandler::|public|OdataType:string +Microsoft.Graph.Models.onOtpSendCustomExtensionHandler::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.onOtpSendCustomExtensionHandler::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.OnOtpSendCustomExtensionHandler +Microsoft.Graph.Models.onOtpSendHandler::|public|AdditionalData:IDictionary +Microsoft.Graph.Models.onOtpSendHandler::|public|BackingStore:IBackingStore +Microsoft.Graph.Models.onOtpSendHandler::|public|constructor():void +Microsoft.Graph.Models.onOtpSendHandler::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.onOtpSendHandler::|public|OdataType:string +Microsoft.Graph.Models.onOtpSendHandler::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.onOtpSendHandler::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.OnOtpSendHandler +Microsoft.Graph.Models.onOtpSendHandler~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.onPremisesAccidentalDeletionPrevention::|public|AdditionalData:IDictionary Microsoft.Graph.Models.onPremisesAccidentalDeletionPrevention::|public|AlertThreshold:int? Microsoft.Graph.Models.onPremisesAccidentalDeletionPrevention::|public|BackingStore:IBackingStore @@ -113734,6 +113867,7 @@ Microsoft.Graph.Models.Security.ediscoveryAddToReviewSetOperation::|public|Docum Microsoft.Graph.Models.Security.ediscoveryAddToReviewSetOperation::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.Security.ediscoveryAddToReviewSetOperation::|public|ItemsToInclude:global.Microsoft.Graph.Models.Security.ItemsToInclude? Microsoft.Graph.Models.Security.ediscoveryAddToReviewSetOperation::|public|OdataType:string +Microsoft.Graph.Models.Security.ediscoveryAddToReviewSetOperation::|public|ReportFileMetadata:List Microsoft.Graph.Models.Security.ediscoveryAddToReviewSetOperation::|public|ReviewSet:global.Microsoft.Graph.Models.Security.EdiscoveryReviewSet Microsoft.Graph.Models.Security.ediscoveryAddToReviewSetOperation::|public|Search:global.Microsoft.Graph.Models.Security.EdiscoverySearch Microsoft.Graph.Models.Security.ediscoveryAddToReviewSetOperation::|public|Serialize(writer:ISerializationWriter):void @@ -113790,6 +113924,7 @@ Microsoft.Graph.Models.Security.ediscoveryEstimateOperation::|public|IndexedItem Microsoft.Graph.Models.Security.ediscoveryEstimateOperation::|public|IndexedItemsSize:long? Microsoft.Graph.Models.Security.ediscoveryEstimateOperation::|public|MailboxCount:int? Microsoft.Graph.Models.Security.ediscoveryEstimateOperation::|public|OdataType:string +Microsoft.Graph.Models.Security.ediscoveryEstimateOperation::|public|ReportFileMetadata:List Microsoft.Graph.Models.Security.ediscoveryEstimateOperation::|public|Search:global.Microsoft.Graph.Models.Security.EdiscoverySearch Microsoft.Graph.Models.Security.ediscoveryEstimateOperation::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.ediscoveryEstimateOperation::|public|SiteCount:int? @@ -114967,6 +115102,29 @@ Microsoft.Graph.Models.Security.registryValueEvidence::|public|RegistryValueName Microsoft.Graph.Models.Security.registryValueEvidence::|public|RegistryValueType:string Microsoft.Graph.Models.Security.registryValueEvidence::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.registryValueEvidence::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.RegistryValueEvidence +Microsoft.Graph.Models.Security.reportFileMetadata::|public|AdditionalData:IDictionary +Microsoft.Graph.Models.Security.reportFileMetadata::|public|BackingStore:IBackingStore +Microsoft.Graph.Models.Security.reportFileMetadata::|public|constructor():void +Microsoft.Graph.Models.Security.reportFileMetadata::|public|DownloadUrl:string +Microsoft.Graph.Models.Security.reportFileMetadata::|public|FileName:string +Microsoft.Graph.Models.Security.reportFileMetadata::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.reportFileMetadata::|public|OdataType:string +Microsoft.Graph.Models.Security.reportFileMetadata::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.reportFileMetadata::|public|Size:long? +Microsoft.Graph.Models.Security.reportFileMetadata::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ReportFileMetadata +Microsoft.Graph.Models.Security.reportFileMetadata~~>IAdditionalDataHolder; IBackedModel; IParsable +Microsoft.Graph.Models.Security.resourceAccessEvent::|public|AccessDateTime:DateTimeOffset? +Microsoft.Graph.Models.Security.resourceAccessEvent::|public|AccountId:string +Microsoft.Graph.Models.Security.resourceAccessEvent::|public|AdditionalData:IDictionary +Microsoft.Graph.Models.Security.resourceAccessEvent::|public|BackingStore:IBackingStore +Microsoft.Graph.Models.Security.resourceAccessEvent::|public|constructor():void +Microsoft.Graph.Models.Security.resourceAccessEvent::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.resourceAccessEvent::|public|IpAddress:string +Microsoft.Graph.Models.Security.resourceAccessEvent::|public|OdataType:string +Microsoft.Graph.Models.Security.resourceAccessEvent::|public|ResourceIdentifier:string +Microsoft.Graph.Models.Security.resourceAccessEvent::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Models.Security.resourceAccessEvent::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.ResourceAccessEvent +Microsoft.Graph.Models.Security.resourceAccessEvent~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Models.Security.retentionDuration::|public|AdditionalData:IDictionary Microsoft.Graph.Models.Security.retentionDuration::|public|BackingStore:IBackingStore Microsoft.Graph.Models.Security.retentionDuration::|public|constructor():void @@ -115455,6 +115613,7 @@ Microsoft.Graph.Models.Security.userAccount::|public|DisplayName:string Microsoft.Graph.Models.Security.userAccount::|public|DomainName:string Microsoft.Graph.Models.Security.userAccount::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Models.Security.userAccount::|public|OdataType:string +Microsoft.Graph.Models.Security.userAccount::|public|ResourceAccessEvents:List Microsoft.Graph.Models.Security.userAccount::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.userAccount::|public|UserPrincipalName:string Microsoft.Graph.Models.Security.userAccount::|public|UserSid:string diff --git a/src/Microsoft.Graph/Generated/kiota-lock.json b/src/Microsoft.Graph/Generated/kiota-lock.json index 5b1df6069d9..604489b8aa3 100644 --- a/src/Microsoft.Graph/Generated/kiota-lock.json +++ b/src/Microsoft.Graph/Generated/kiota-lock.json @@ -1,5 +1,5 @@ { - "descriptionHash": "41C4E567015CF6F33A7F040F8B0AFB4B3D429A89FF0DB2C21AFF78715B0C4F891A51E52EED6313A0A977F66AB63C1FF85751125BA01CB03B33BAD0556A0B4C8A", + "descriptionHash": "024C864784E168BE86437FC634CD186DB02E5C4547501683E97595213B74673E02610CBC2CC2C979FC9F53AC82DD04DE54EC135786E35970F32CF22A209B181C", "descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml", "lockFileVersion": "1.0.0", "kiotaVersion": "1.29.0", From fa5dc80934cb2510eb596995ceb7a963fc1effd4 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 19:12:05 +0000 Subject: [PATCH 2/2] chore(main): release 5.90.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ src/Microsoft.Graph/Microsoft.Graph.csproj | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5ad9e4eb402..c4b25bb682e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.89.0" + ".": "5.90.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 47d955e3ea2..03cc78e71b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [5.90.0](https://github.com/microsoftgraph/msgraph-sdk-dotnet/compare/5.89.0...5.90.0) (2025-08-12) + + +### Features + +* **generation:** update request builders and models ([4abd52c](https://github.com/microsoftgraph/msgraph-sdk-dotnet/commit/4abd52cf268e1279b6f21f15f2d0200c3a5f6b9c)) + ## [5.89.0](https://github.com/microsoftgraph/msgraph-sdk-dotnet/compare/5.88.0...5.89.0) (2025-08-05) diff --git a/src/Microsoft.Graph/Microsoft.Graph.csproj b/src/Microsoft.Graph/Microsoft.Graph.csproj index 98e116bbbde..9a235c00359 100644 --- a/src/Microsoft.Graph/Microsoft.Graph.csproj +++ b/src/Microsoft.Graph/Microsoft.Graph.csproj @@ -23,7 +23,7 @@ 35MSSharedLib1024.snk true - 5.89.0 + 5.90.0