diff --git a/src/Microsoft.Graph/Generated/Admin/Exchange/Mailboxes/Item/ExportItems/ExportItemsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/Exchange/Mailboxes/Item/ExportItems/ExportItemsRequestBuilder.cs
index 72abe7713c69..5ed2c30cc6b1 100644
--- a/src/Microsoft.Graph/Generated/Admin/Exchange/Mailboxes/Item/ExportItems/ExportItemsRequestBuilder.cs
+++ b/src/Microsoft.Graph/Generated/Admin/Exchange/Mailboxes/Item/ExportItems/ExportItemsRequestBuilder.cs
@@ -34,7 +34,7 @@ public ExportItemsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
{
}
///
- /// Export Exchange mailboxItem objects in full fidelity. This API exports each item as an opaque stream. The data stream isn't intended for parsing, but can be used to import an item back into an Exchange mailbox. For more information, see: Overview of the mailbox import and export APIs in Microsoft Graph (preview) You can export up to 20 items in a single export request.
+ /// Export Exchange mailboxItem objects in full fidelity. This API exports each item as an opaque stream. The data stream isn't intended for parsing, but can be used to import an item back into an Exchange mailbox. For more information, see Overview of the mailbox import and export APIs in Microsoft Graph. You can export up to 20 items in a single export request.
/// Find more info here
///
/// A
@@ -61,7 +61,7 @@ public ExportItemsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Admin.Exchange.Mailboxes.Item.ExportItems.ExportItemsPostResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Export Exchange mailboxItem objects in full fidelity. This API exports each item as an opaque stream. The data stream isn't intended for parsing, but can be used to import an item back into an Exchange mailbox. For more information, see: Overview of the mailbox import and export APIs in Microsoft Graph (preview) You can export up to 20 items in a single export request.
+ /// Export Exchange mailboxItem objects in full fidelity. This API exports each item as an opaque stream. The data stream isn't intended for parsing, but can be used to import an item back into an Exchange mailbox. For more information, see Overview of the mailbox import and export APIs in Microsoft Graph. You can export up to 20 items in a single export request.
/// Find more info here
///
/// A
@@ -88,7 +88,7 @@ public ExportItemsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Admin.Exchange.Mailboxes.Item.ExportItems.ExportItemsResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Export Exchange mailboxItem objects in full fidelity. This API exports each item as an opaque stream. The data stream isn't intended for parsing, but can be used to import an item back into an Exchange mailbox. For more information, see: Overview of the mailbox import and export APIs in Microsoft Graph (preview) You can export up to 20 items in a single export request.
+ /// Export Exchange mailboxItem objects in full fidelity. This API exports each item as an opaque stream. The data stream isn't intended for parsing, but can be used to import an item back into an Exchange mailbox. For more information, see Overview of the mailbox import and export APIs in Microsoft Graph. You can export up to 20 items in a single export request.
///
/// A
/// The request body
diff --git a/src/Microsoft.Graph/Generated/Admin/Exchange/Mailboxes/Item/Folders/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/Exchange/Mailboxes/Item/Folders/Delta/DeltaRequestBuilder.cs
index 79cc91bb4d9a..cf2aedf1ab63 100644
--- a/src/Microsoft.Graph/Generated/Admin/Exchange/Mailboxes/Item/Folders/Delta/DeltaRequestBuilder.cs
+++ b/src/Microsoft.Graph/Generated/Admin/Exchange/Mailboxes/Item/Folders/Delta/DeltaRequestBuilder.cs
@@ -34,7 +34,7 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base
{
}
///
- /// Get a set of mailboxFolder objects that have been added, deleted, or removed from the user's mailbox. A delta function call for folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the folders. This approach allows you to maintain and synchronize a local store of a user's mail folders without having to fetch all the folders of that mailbox from the server every time.
+ /// Get a set of mailboxFolder objects that were added, deleted, or removed from the user's mailbox. A delta function call for folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the folders. This approach allows you to maintain and synchronize a local store of a user's mail folders without having to fetch all the folders of that mailbox from the server every time.
/// Find more info here
///
/// A
@@ -59,7 +59,7 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base
return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Admin.Exchange.Mailboxes.Item.Folders.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Get a set of mailboxFolder objects that have been added, deleted, or removed from the user's mailbox. A delta function call for folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the folders. This approach allows you to maintain and synchronize a local store of a user's mail folders without having to fetch all the folders of that mailbox from the server every time.
+ /// Get a set of mailboxFolder objects that were added, deleted, or removed from the user's mailbox. A delta function call for folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the folders. This approach allows you to maintain and synchronize a local store of a user's mail folders without having to fetch all the folders of that mailbox from the server every time.
/// Find more info here
///
/// A
@@ -84,7 +84,7 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base
return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Admin.Exchange.Mailboxes.Item.Folders.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Get a set of mailboxFolder objects that have been added, deleted, or removed from the user's mailbox. A delta function call for folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the folders. This approach allows you to maintain and synchronize a local store of a user's mail folders without having to fetch all the folders of that mailbox from the server every time.
+ /// Get a set of mailboxFolder objects that were added, deleted, or removed from the user's mailbox. A delta function call for folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the folders. This approach allows you to maintain and synchronize a local store of a user's mail folders without having to fetch all the folders of that mailbox from the server every time.
///
/// A
/// Configuration for the request such as headers, query parameters, and middleware options.
@@ -114,7 +114,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Get a set of mailboxFolder objects that have been added, deleted, or removed from the user's mailbox. A delta function call for folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the folders. This approach allows you to maintain and synchronize a local store of a user's mail folders without having to fetch all the folders of that mailbox from the server every time.
+ /// Get a set of mailboxFolder objects that were added, deleted, or removed from the user's mailbox. A delta function call for folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the folders. This approach allows you to maintain and synchronize a local store of a user's mail folders without having to fetch all the folders of that mailbox from the server every time.
///
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class DeltaRequestBuilderGetQueryParameters
diff --git a/src/Microsoft.Graph/Generated/Admin/Exchange/Mailboxes/Item/Folders/Item/ChildFolders/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/Exchange/Mailboxes/Item/Folders/Item/ChildFolders/Delta/DeltaRequestBuilder.cs
index 78a00ded8c75..5e4fc3603cd5 100644
--- a/src/Microsoft.Graph/Generated/Admin/Exchange/Mailboxes/Item/Folders/Item/ChildFolders/Delta/DeltaRequestBuilder.cs
+++ b/src/Microsoft.Graph/Generated/Admin/Exchange/Mailboxes/Item/Folders/Item/ChildFolders/Delta/DeltaRequestBuilder.cs
@@ -34,7 +34,7 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base
{
}
///
- /// Get a set of mailboxFolder objects that have been added, deleted, or removed from the user's mailbox. A delta function call for folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the folders. This approach allows you to maintain and synchronize a local store of a user's mail folders without having to fetch all the folders of that mailbox from the server every time.
+ /// Get a set of mailboxFolder objects that were added, deleted, or removed from the user's mailbox. A delta function call for folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the folders. This approach allows you to maintain and synchronize a local store of a user's mail folders without having to fetch all the folders of that mailbox from the server every time.
/// Find more info here
///
/// A
@@ -59,7 +59,7 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base
return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Admin.Exchange.Mailboxes.Item.Folders.Item.ChildFolders.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Get a set of mailboxFolder objects that have been added, deleted, or removed from the user's mailbox. A delta function call for folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the folders. This approach allows you to maintain and synchronize a local store of a user's mail folders without having to fetch all the folders of that mailbox from the server every time.
+ /// Get a set of mailboxFolder objects that were added, deleted, or removed from the user's mailbox. A delta function call for folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the folders. This approach allows you to maintain and synchronize a local store of a user's mail folders without having to fetch all the folders of that mailbox from the server every time.
/// Find more info here
///
/// A
@@ -84,7 +84,7 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base
return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Admin.Exchange.Mailboxes.Item.Folders.Item.ChildFolders.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Get a set of mailboxFolder objects that have been added, deleted, or removed from the user's mailbox. A delta function call for folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the folders. This approach allows you to maintain and synchronize a local store of a user's mail folders without having to fetch all the folders of that mailbox from the server every time.
+ /// Get a set of mailboxFolder objects that were added, deleted, or removed from the user's mailbox. A delta function call for folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the folders. This approach allows you to maintain and synchronize a local store of a user's mail folders without having to fetch all the folders of that mailbox from the server every time.
///
/// A
/// Configuration for the request such as headers, query parameters, and middleware options.
@@ -114,7 +114,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Get a set of mailboxFolder objects that have been added, deleted, or removed from the user's mailbox. A delta function call for folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the folders. This approach allows you to maintain and synchronize a local store of a user's mail folders without having to fetch all the folders of that mailbox from the server every time.
+ /// Get a set of mailboxFolder objects that were added, deleted, or removed from the user's mailbox. A delta function call for folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the folders. This approach allows you to maintain and synchronize a local store of a user's mail folders without having to fetch all the folders of that mailbox from the server every time.
///
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class DeltaRequestBuilderGetQueryParameters
diff --git a/src/Microsoft.Graph/Generated/Admin/Exchange/Mailboxes/Item/Folders/Item/ChildFolders/Item/Items/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/Exchange/Mailboxes/Item/Folders/Item/ChildFolders/Item/Items/Delta/DeltaRequestBuilder.cs
index 3305c5c71def..ae1a425a8bb4 100644
--- a/src/Microsoft.Graph/Generated/Admin/Exchange/Mailboxes/Item/Folders/Item/ChildFolders/Item/Items/Delta/DeltaRequestBuilder.cs
+++ b/src/Microsoft.Graph/Generated/Admin/Exchange/Mailboxes/Item/Folders/Item/ChildFolders/Item/Items/Delta/DeltaRequestBuilder.cs
@@ -34,7 +34,7 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base
{
}
///
- /// Get a set of mailboxItem objects that have been added, deleted, or updated in a specified mailboxFolder. A delta function call for items in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the items in that folder. This approach allows you to maintain and synchronize a local store of a user's mailbox items without having to fetch the entire set of items from the server every time.
+ /// Get a set of mailboxItem objects that were added, deleted, or updated in a specified mailboxFolder. A delta function call for items in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the items in that folder. This approach allows you to maintain and synchronize a local store of a user's mailbox items without having to fetch the entire set of items from the server every time.
///
/// A
/// Cancellation token to use when cancelling requests
@@ -58,7 +58,7 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base
return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Admin.Exchange.Mailboxes.Item.Folders.Item.ChildFolders.Item.Items.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Get a set of mailboxItem objects that have been added, deleted, or updated in a specified mailboxFolder. A delta function call for items in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the items in that folder. This approach allows you to maintain and synchronize a local store of a user's mailbox items without having to fetch the entire set of items from the server every time.
+ /// Get a set of mailboxItem objects that were added, deleted, or updated in a specified mailboxFolder. A delta function call for items in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the items in that folder. This approach allows you to maintain and synchronize a local store of a user's mailbox items without having to fetch the entire set of items from the server every time.
///
/// A
/// Cancellation token to use when cancelling requests
@@ -82,7 +82,7 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base
return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Admin.Exchange.Mailboxes.Item.Folders.Item.ChildFolders.Item.Items.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Get a set of mailboxItem objects that have been added, deleted, or updated in a specified mailboxFolder. A delta function call for items in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the items in that folder. This approach allows you to maintain and synchronize a local store of a user's mailbox items without having to fetch the entire set of items from the server every time.
+ /// Get a set of mailboxItem objects that were added, deleted, or updated in a specified mailboxFolder. A delta function call for items in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the items in that folder. This approach allows you to maintain and synchronize a local store of a user's mailbox items without having to fetch the entire set of items from the server every time.
///
/// A
/// Configuration for the request such as headers, query parameters, and middleware options.
@@ -112,7 +112,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Get a set of mailboxItem objects that have been added, deleted, or updated in a specified mailboxFolder. A delta function call for items in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the items in that folder. This approach allows you to maintain and synchronize a local store of a user's mailbox items without having to fetch the entire set of items from the server every time.
+ /// Get a set of mailboxItem objects that were added, deleted, or updated in a specified mailboxFolder. A delta function call for items in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the items in that folder. This approach allows you to maintain and synchronize a local store of a user's mailbox items without having to fetch the entire set of items from the server every time.
///
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class DeltaRequestBuilderGetQueryParameters
diff --git a/src/Microsoft.Graph/Generated/Admin/Exchange/Mailboxes/Item/Folders/Item/Items/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/Exchange/Mailboxes/Item/Folders/Item/Items/Delta/DeltaRequestBuilder.cs
index 9def710e1e08..042ccc1654fa 100644
--- a/src/Microsoft.Graph/Generated/Admin/Exchange/Mailboxes/Item/Folders/Item/Items/Delta/DeltaRequestBuilder.cs
+++ b/src/Microsoft.Graph/Generated/Admin/Exchange/Mailboxes/Item/Folders/Item/Items/Delta/DeltaRequestBuilder.cs
@@ -34,7 +34,7 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base
{
}
///
- /// Get a set of mailboxItem objects that have been added, deleted, or updated in a specified mailboxFolder. A delta function call for items in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the items in that folder. This approach allows you to maintain and synchronize a local store of a user's mailbox items without having to fetch the entire set of items from the server every time.
+ /// Get a set of mailboxItem objects that were added, deleted, or updated in a specified mailboxFolder. A delta function call for items in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the items in that folder. This approach allows you to maintain and synchronize a local store of a user's mailbox items without having to fetch the entire set of items from the server every time.
/// Find more info here
///
/// A
@@ -59,7 +59,7 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base
return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Admin.Exchange.Mailboxes.Item.Folders.Item.Items.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Get a set of mailboxItem objects that have been added, deleted, or updated in a specified mailboxFolder. A delta function call for items in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the items in that folder. This approach allows you to maintain and synchronize a local store of a user's mailbox items without having to fetch the entire set of items from the server every time.
+ /// Get a set of mailboxItem objects that were added, deleted, or updated in a specified mailboxFolder. A delta function call for items in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the items in that folder. This approach allows you to maintain and synchronize a local store of a user's mailbox items without having to fetch the entire set of items from the server every time.
/// Find more info here
///
/// A
@@ -84,7 +84,7 @@ public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base
return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Admin.Exchange.Mailboxes.Item.Folders.Item.Items.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Get a set of mailboxItem objects that have been added, deleted, or updated in a specified mailboxFolder. A delta function call for items in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the items in that folder. This approach allows you to maintain and synchronize a local store of a user's mailbox items without having to fetch the entire set of items from the server every time.
+ /// Get a set of mailboxItem objects that were added, deleted, or updated in a specified mailboxFolder. A delta function call for items in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the items in that folder. This approach allows you to maintain and synchronize a local store of a user's mailbox items without having to fetch the entire set of items from the server every time.
///
/// A
/// Configuration for the request such as headers, query parameters, and middleware options.
@@ -114,7 +114,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Get a set of mailboxItem objects that have been added, deleted, or updated in a specified mailboxFolder. A delta function call for items in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the items in that folder. This approach allows you to maintain and synchronize a local store of a user's mailbox items without having to fetch the entire set of items from the server every time.
+ /// Get a set of mailboxItem objects that were added, deleted, or updated in a specified mailboxFolder. A delta function call for items in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the items in that folder. This approach allows you to maintain and synchronize a local store of a user's mailbox items without having to fetch the entire set of items from the server every time.
///
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class DeltaRequestBuilderGetQueryParameters
diff --git a/src/Microsoft.Graph/Generated/Admin/People/PhotoUpdateSettings/PhotoUpdateSettingsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Admin/People/PhotoUpdateSettings/PhotoUpdateSettingsRequestBuilder.cs
index 99389348960a..17a590478e3f 100644
--- a/src/Microsoft.Graph/Generated/Admin/People/PhotoUpdateSettings/PhotoUpdateSettingsRequestBuilder.cs
+++ b/src/Microsoft.Graph/Generated/Admin/People/PhotoUpdateSettings/PhotoUpdateSettingsRequestBuilder.cs
@@ -35,8 +35,7 @@ public PhotoUpdateSettingsRequestBuilder(string rawUrl, IRequestAdapter requestA
{
}
///
- /// Delete a photoUpdateSettings object.
- /// Find more info here
+ /// Delete navigation property photoUpdateSettings for admin
///
/// Cancellation token to use when cancelling requests
/// Configuration for the request such as headers, query parameters, and middleware options.
@@ -58,8 +57,8 @@ public async Task DeleteAsync(Action
- /// Read the properties and relationships of a photoUpdateSettings object.
- /// Find more info here
+ /// Get the properties of a photoUpdateSettings object.
+ /// Find more info here
///
/// A
/// Cancellation token to use when cancelling requests
@@ -108,7 +107,7 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Beta.Models.PhotoUpdateSettings.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Delete a photoUpdateSettings object.
+ /// Delete navigation property photoUpdateSettings for admin
///
/// A
/// Configuration for the request such as headers, query parameters, and middleware options.
@@ -127,7 +126,7 @@ public RequestInformation ToDeleteRequestInformation(Action
- /// Read the properties and relationships of a photoUpdateSettings object.
+ /// Get the properties of a photoUpdateSettings object.
///
/// A
/// Configuration for the request such as headers, query parameters, and middleware options.
@@ -185,7 +184,7 @@ public partial class PhotoUpdateSettingsRequestBuilderDeleteRequestConfiguration
{
}
///
- /// Read the properties and relationships of a photoUpdateSettings object.
+ /// Get the properties of a photoUpdateSettings object.
///
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class PhotoUpdateSettingsRequestBuilderGetQueryParameters
diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/BulkActions/Item/Retry/RetryRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/BulkActions/Item/Retry/RetryRequestBuilder.cs
index 16dd9233111a..eed52b627cab 100644
--- a/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/BulkActions/Item/Retry/RetryRequestBuilder.cs
+++ b/src/Microsoft.Graph/Generated/DeviceManagement/VirtualEndpoint/BulkActions/Item/Retry/RetryRequestBuilder.cs
@@ -34,7 +34,8 @@ public RetryRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base
{
}
///
- /// Invoke action retry
+ /// Retry a cloudPcBulkAction object with selected Cloud PCs.
+ /// 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.Beta.DeviceManagement.Virtua
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Invoke action retry
+ /// Retry a cloudPcBulkAction object with selected Cloud PCs.
///
/// A
/// The request body
diff --git a/src/Microsoft.Graph/Generated/Models/AccessDriftReport.cs b/src/Microsoft.Graph/Generated/Models/AccessDriftReport.cs
deleted file mode 100644
index 66414d8b8b68..000000000000
--- a/src/Microsoft.Graph/Generated/Models/AccessDriftReport.cs
+++ /dev/null
@@ -1,98 +0,0 @@
-//
-#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.Beta.Models
-{
- [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
- #pragma warning disable CS1591
- public partial class AccessDriftReport : global::Microsoft.Graph.Beta.Models.Entity, IParsable
- #pragma warning restore CS1591
- {
- /// The downloadUri property
-#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
-#nullable enable
- public string? DownloadUri
- {
- get { return BackingStore?.Get("downloadUri"); }
- set { BackingStore?.Set("downloadUri", value); }
- }
-#nullable restore
-#else
- public string DownloadUri
- {
- get { return BackingStore?.Get("downloadUri"); }
- set { BackingStore?.Set("downloadUri", value); }
- }
-#endif
- /// The expiresAt property
- public DateTimeOffset? ExpiresAt
- {
- get { return BackingStore?.Get("expiresAt"); }
- set { BackingStore?.Set("expiresAt", value); }
- }
- /// The resourceType property
- public global::Microsoft.Graph.Beta.Models.AccessDriftReportResourceType? ResourceType
- {
- get { return BackingStore?.Get("resourceType"); }
- set { BackingStore?.Set("resourceType", value); }
- }
- /// The tenantId property
-#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
-#nullable enable
- public string? TenantId
- {
- get { return BackingStore?.Get("tenantId"); }
- set { BackingStore?.Set("tenantId", value); }
- }
-#nullable restore
-#else
- public string TenantId
- {
- get { return BackingStore?.Get("tenantId"); }
- set { BackingStore?.Set("tenantId", 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.Beta.Models.AccessDriftReport CreateFromDiscriminatorValue(IParseNode parseNode)
- {
- if(ReferenceEquals(parseNode, null)) throw new ArgumentNullException(nameof(parseNode));
- return new global::Microsoft.Graph.Beta.Models.AccessDriftReport();
- }
- ///
- /// The deserialization information for the current model
- ///
- /// A IDictionary<string, Action<IParseNode>>
- public override IDictionary> GetFieldDeserializers()
- {
- return new Dictionary>(base.GetFieldDeserializers())
- {
- { "downloadUri", n => { DownloadUri = n.GetStringValue(); } },
- { "expiresAt", n => { ExpiresAt = n.GetDateTimeOffsetValue(); } },
- { "resourceType", n => { ResourceType = n.GetEnumValue(); } },
- { "tenantId", n => { TenantId = n.GetStringValue(); } },
- };
- }
- ///
- /// Serializes information the current object
- ///
- /// Serialization writer to use to serialize this model
- public override void Serialize(ISerializationWriter writer)
- {
- if(ReferenceEquals(writer, null)) throw new ArgumentNullException(nameof(writer));
- base.Serialize(writer);
- writer.WriteStringValue("downloadUri", DownloadUri);
- writer.WriteDateTimeOffsetValue("expiresAt", ExpiresAt);
- writer.WriteEnumValue("resourceType", ResourceType);
- writer.WriteStringValue("tenantId", TenantId);
- }
- }
-}
-#pragma warning restore CS0618
diff --git a/src/Microsoft.Graph/Generated/Models/AgentRiskDetection.cs b/src/Microsoft.Graph/Generated/Models/AgentRiskDetection.cs
index 58d55efcb1ec..fc5c12fc6667 100644
--- a/src/Microsoft.Graph/Generated/Models/AgentRiskDetection.cs
+++ b/src/Microsoft.Graph/Generated/Models/AgentRiskDetection.cs
@@ -81,6 +81,22 @@ public string BlueprintId
get { return BackingStore?.Get("blueprintId"); }
set { BackingStore?.Set("blueprintId", value); }
}
+#endif
+ /// The clientSessionId property
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ public string? ClientSessionId
+ {
+ get { return BackingStore?.Get("clientSessionId"); }
+ set { BackingStore?.Set("clientSessionId", value); }
+ }
+#nullable restore
+#else
+ public string ClientSessionId
+ {
+ get { return BackingStore?.Get("clientSessionId"); }
+ set { BackingStore?.Set("clientSessionId", value); }
+ }
#endif
/// Date and time that the risk was detected. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Supports $filter (eq, le, and ge).
public DateTimeOffset? DetectedDateTime
@@ -156,6 +172,54 @@ public string RiskEvidence
get { return BackingStore?.Get("riskState"); }
set { BackingStore?.Set("riskState", value); }
}
+ /// The signInClientDisplayName property
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ public string? SignInClientDisplayName
+ {
+ get { return BackingStore?.Get("signInClientDisplayName"); }
+ set { BackingStore?.Set("signInClientDisplayName", value); }
+ }
+#nullable restore
+#else
+ public string SignInClientDisplayName
+ {
+ get { return BackingStore?.Get("signInClientDisplayName"); }
+ set { BackingStore?.Set("signInClientDisplayName", value); }
+ }
+#endif
+ /// The signInCorrelationId property
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ public string? SignInCorrelationId
+ {
+ get { return BackingStore?.Get("signInCorrelationId"); }
+ set { BackingStore?.Set("signInCorrelationId", value); }
+ }
+#nullable restore
+#else
+ public string SignInCorrelationId
+ {
+ get { return BackingStore?.Get("signInCorrelationId"); }
+ set { BackingStore?.Set("signInCorrelationId", value); }
+ }
+#endif
+ /// The signInRequestId property
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ public string? SignInRequestId
+ {
+ get { return BackingStore?.Get("signInRequestId"); }
+ set { BackingStore?.Set("signInRequestId", value); }
+ }
+#nullable restore
+#else
+ public string SignInRequestId
+ {
+ get { return BackingStore?.Get("signInRequestId"); }
+ set { BackingStore?.Set("signInRequestId", value); }
+ }
+#endif
/// The source system that generated the risk detection. Nullable.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -195,6 +259,7 @@ public override IDictionary> GetFieldDeserializers()
{ "agentDisplayName", n => { AgentDisplayName = n.GetStringValue(); } },
{ "agentId", n => { AgentId = n.GetStringValue(); } },
{ "blueprintId", n => { BlueprintId = n.GetStringValue(); } },
+ { "clientSessionId", n => { ClientSessionId = n.GetStringValue(); } },
{ "detectedDateTime", n => { DetectedDateTime = n.GetDateTimeOffsetValue(); } },
{ "detectionTimingType", n => { DetectionTimingType = n.GetEnumValue(); } },
{ "identityType", n => { IdentityType = n.GetEnumValue(); } },
@@ -204,6 +269,9 @@ public override IDictionary> GetFieldDeserializers()
{ "riskEvidence", n => { RiskEvidence = n.GetStringValue(); } },
{ "riskLevel", n => { RiskLevel = n.GetEnumValue(); } },
{ "riskState", n => { RiskState = n.GetEnumValue(); } },
+ { "signInClientDisplayName", n => { SignInClientDisplayName = n.GetStringValue(); } },
+ { "signInCorrelationId", n => { SignInCorrelationId = n.GetStringValue(); } },
+ { "signInRequestId", n => { SignInRequestId = n.GetStringValue(); } },
{ "source", n => { Source = n.GetStringValue(); } },
};
}
@@ -220,6 +288,7 @@ public override void Serialize(ISerializationWriter writer)
writer.WriteStringValue("agentDisplayName", AgentDisplayName);
writer.WriteStringValue("agentId", AgentId);
writer.WriteStringValue("blueprintId", BlueprintId);
+ writer.WriteStringValue("clientSessionId", ClientSessionId);
writer.WriteDateTimeOffsetValue("detectedDateTime", DetectedDateTime);
writer.WriteEnumValue("detectionTimingType", DetectionTimingType);
writer.WriteEnumValue("identityType", IdentityType);
@@ -229,6 +298,9 @@ public override void Serialize(ISerializationWriter writer)
writer.WriteStringValue("riskEvidence", RiskEvidence);
writer.WriteEnumValue("riskLevel", RiskLevel);
writer.WriteEnumValue("riskState", RiskState);
+ writer.WriteStringValue("signInClientDisplayName", SignInClientDisplayName);
+ writer.WriteStringValue("signInCorrelationId", SignInCorrelationId);
+ writer.WriteStringValue("signInRequestId", SignInRequestId);
writer.WriteStringValue("source", Source);
}
}
diff --git a/src/Microsoft.Graph/Generated/Models/AndroidWorkProfileVpnConfiguration.cs b/src/Microsoft.Graph/Generated/Models/AndroidWorkProfileVpnConfiguration.cs
index 10134fc5ed83..0a9d42f0951a 100644
--- a/src/Microsoft.Graph/Generated/Models/AndroidWorkProfileVpnConfiguration.cs
+++ b/src/Microsoft.Graph/Generated/Models/AndroidWorkProfileVpnConfiguration.cs
@@ -116,6 +116,22 @@ public string Fingerprint
get { return BackingStore?.Get("identityCertificate"); }
set { BackingStore?.Set("identityCertificate", value); }
}
+#endif
+ /// List of app package names that will be able to access the network directly when VPN is in lockdown mode but not connected.
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ public List? LockdownExclusionList
+ {
+ get { return BackingStore?.Get?>("lockdownExclusionList"); }
+ set { BackingStore?.Set("lockdownExclusionList", value); }
+ }
+#nullable restore
+#else
+ public List LockdownExclusionList
+ {
+ get { return BackingStore?.Get>("lockdownExclusionList"); }
+ set { BackingStore?.Set("lockdownExclusionList", value); }
+ }
#endif
/// Microsoft Tunnel site ID.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -279,6 +295,7 @@ public override IDictionary> GetFieldDeserializers()
{ "customKeyValueData", n => { CustomKeyValueData = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Beta.Models.KeyValuePair.CreateFromDiscriminatorValue)?.AsList(); } },
{ "fingerprint", n => { Fingerprint = n.GetStringValue(); } },
{ "identityCertificate", n => { IdentityCertificate = n.GetObjectValue(global::Microsoft.Graph.Beta.Models.AndroidWorkProfileCertificateProfileBase.CreateFromDiscriminatorValue); } },
+ { "lockdownExclusionList", n => { LockdownExclusionList = n.GetCollectionOfPrimitiveValues()?.AsList(); } },
{ "microsoftTunnelSiteId", n => { MicrosoftTunnelSiteId = n.GetStringValue(); } },
{ "proxyExclusionList", n => { ProxyExclusionList = n.GetCollectionOfPrimitiveValues()?.AsList(); } },
{ "proxyServer", n => { ProxyServer = n.GetObjectValue(global::Microsoft.Graph.Beta.Models.VpnProxyServer.CreateFromDiscriminatorValue); } },
@@ -306,6 +323,7 @@ public override void Serialize(ISerializationWriter writer)
writer.WriteCollectionOfObjectValues("customKeyValueData", CustomKeyValueData);
writer.WriteStringValue("fingerprint", Fingerprint);
writer.WriteObjectValue("identityCertificate", IdentityCertificate);
+ writer.WriteCollectionOfPrimitiveValues("lockdownExclusionList", LockdownExclusionList);
writer.WriteStringValue("microsoftTunnelSiteId", MicrosoftTunnelSiteId);
writer.WriteCollectionOfPrimitiveValues("proxyExclusionList", ProxyExclusionList);
writer.WriteObjectValue("proxyServer", ProxyServer);
diff --git a/src/Microsoft.Graph/Generated/Models/ApproverDelegate.cs b/src/Microsoft.Graph/Generated/Models/ApproverDelegate.cs
index 3fb6ba75fff3..b710c8cd9d0b 100644
--- a/src/Microsoft.Graph/Generated/Models/ApproverDelegate.cs
+++ b/src/Microsoft.Graph/Generated/Models/ApproverDelegate.cs
@@ -21,7 +21,7 @@ public IDictionary AdditionalData
}
/// Stores model information.
public IBackingStore BackingStore { get; private set; }
- /// The delegate property
+ /// The identity that receives the approval delegation. Only singleUser and groupMembers are currently supported.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public global::Microsoft.Graph.Beta.Models.UserSet? Delegate
@@ -53,7 +53,7 @@ public string OdataType
set { BackingStore?.Set("@odata.type", value); }
}
#endif
- /// The schedule property
+ /// The schedule for the delegation, including start date and expiration pattern (duration, end date, or no expiration).
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public global::Microsoft.Graph.Beta.Models.RequestSchedule? Schedule
diff --git a/src/Microsoft.Graph/Generated/Models/AttendanceRecord.cs b/src/Microsoft.Graph/Generated/Models/AttendanceRecord.cs
index 8cefef89ac82..8b57bbde6e0f 100644
--- a/src/Microsoft.Graph/Generated/Models/AttendanceRecord.cs
+++ b/src/Microsoft.Graph/Generated/Models/AttendanceRecord.cs
@@ -43,6 +43,22 @@ public string EmailAddress
get { return BackingStore?.Get("emailAddress"); }
set { BackingStore?.Set("emailAddress", value); }
}
+#endif
+ /// The list of real-time participant interaction behaviors during a meeting.
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ public List? Engagements
+ {
+ get { return BackingStore?.Get?>("engagements"); }
+ set { BackingStore?.Set("engagements", value); }
+ }
+#nullable restore
+#else
+ public List Engagements
+ {
+ get { return BackingStore?.Get>("engagements"); }
+ set { BackingStore?.Set("engagements", value); }
+ }
#endif
/// The external information for a virtual event registration.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -150,6 +166,7 @@ public override IDictionary> GetFieldDeserializers()
{
{ "attendanceIntervals", n => { AttendanceIntervals = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Beta.Models.AttendanceInterval.CreateFromDiscriminatorValue)?.AsList(); } },
{ "emailAddress", n => { EmailAddress = n.GetStringValue(); } },
+ { "engagements", n => { Engagements = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Beta.Models.MeetingEngagement.CreateFromDiscriminatorValue)?.AsList(); } },
{ "externalRegistrationInformation", n => { ExternalRegistrationInformation = n.GetObjectValue(global::Microsoft.Graph.Beta.Models.VirtualEventExternalRegistrationInformation.CreateFromDiscriminatorValue); } },
{ "identity", n => { Identity = n.GetObjectValue(global::Microsoft.Graph.Beta.Models.Identity.CreateFromDiscriminatorValue); } },
{ "registrantId", n => { RegistrantId = n.GetStringValue(); } },
@@ -168,6 +185,7 @@ public override void Serialize(ISerializationWriter writer)
base.Serialize(writer);
writer.WriteCollectionOfObjectValues("attendanceIntervals", AttendanceIntervals);
writer.WriteStringValue("emailAddress", EmailAddress);
+ writer.WriteCollectionOfObjectValues("engagements", Engagements);
writer.WriteObjectValue("externalRegistrationInformation", ExternalRegistrationInformation);
writer.WriteObjectValue("identity", Identity);
writer.WriteStringValue("registrantId", RegistrantId);
diff --git a/src/Microsoft.Graph/Generated/Models/CloudCertificationAuthority.cs b/src/Microsoft.Graph/Generated/Models/CloudCertificationAuthority.cs
index 6e6ffe1ea8e7..e90ef1468904 100644
--- a/src/Microsoft.Graph/Generated/Models/CloudCertificationAuthority.cs
+++ b/src/Microsoft.Graph/Generated/Models/CloudCertificationAuthority.cs
@@ -250,6 +250,22 @@ public string ETag
get { return BackingStore?.Get>("extendedKeyUsages"); }
set { BackingStore?.Set("extendedKeyUsages", value); }
}
+#endif
+ /// The geographic region where a cloud certification authority (CA) is hosted. Read-only.
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ public string? GeographicRegion
+ {
+ get { return BackingStore?.Get("geographicRegion"); }
+ set { BackingStore?.Set("geographicRegion", value); }
+ }
+#nullable restore
+#else
+ public string GeographicRegion
+ {
+ get { return BackingStore?.Get("geographicRegion"); }
+ set { BackingStore?.Set("geographicRegion", value); }
+ }
#endif
/// The issuerCommonName property
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -531,6 +547,7 @@ public override IDictionary> GetFieldDeserializers()
{ "displayName", n => { DisplayName = n.GetStringValue(); } },
{ "eTag", n => { ETag = n.GetStringValue(); } },
{ "extendedKeyUsages", n => { ExtendedKeyUsages = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Beta.Models.ExtendedKeyUsage.CreateFromDiscriminatorValue)?.AsList(); } },
+ { "geographicRegion", n => { GeographicRegion = n.GetStringValue(); } },
{ "issuerCommonName", n => { IssuerCommonName = n.GetStringValue(); } },
{ "keyPlatform", n => { KeyPlatform = n.GetEnumValue(); } },
{ "lastModifiedDateTime", n => { LastModifiedDateTime = n.GetDateTimeOffsetValue(); } },
@@ -578,6 +595,7 @@ public override void Serialize(ISerializationWriter writer)
writer.WriteStringValue("displayName", DisplayName);
writer.WriteStringValue("eTag", ETag);
writer.WriteCollectionOfObjectValues("extendedKeyUsages", ExtendedKeyUsages);
+ writer.WriteStringValue("geographicRegion", GeographicRegion);
writer.WriteStringValue("issuerCommonName", IssuerCommonName);
writer.WriteEnumValue("keyPlatform", KeyPlatform);
writer.WriteDateTimeOffsetValue("lastModifiedDateTime", LastModifiedDateTime);
diff --git a/src/Microsoft.Graph/Generated/Models/CloudPC.cs b/src/Microsoft.Graph/Generated/Models/CloudPC.cs
index b75fba3cba59..5eeca21083e9 100644
--- a/src/Microsoft.Graph/Generated/Models/CloudPC.cs
+++ b/src/Microsoft.Graph/Generated/Models/CloudPC.cs
@@ -354,7 +354,7 @@ public string ProvisioningPolicyName
get { return BackingStore?.Get("provisioningType"); }
set { BackingStore?.Set("provisioningType", value); }
}
- /// The scopeIds property
+ /// The scope IDs of the corresponding permission. Currently, it's the Intune scope tag ID. Read-only.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public List? ScopeIds
diff --git a/src/Microsoft.Graph/Generated/Models/CloudPcDeviceImage.cs b/src/Microsoft.Graph/Generated/Models/CloudPcDeviceImage.cs
index e54dddcfcf18..f39ea52e2e83 100644
--- a/src/Microsoft.Graph/Generated/Models/CloudPcDeviceImage.cs
+++ b/src/Microsoft.Graph/Generated/Models/CloudPcDeviceImage.cs
@@ -101,7 +101,7 @@ public string OsVersionNumber
set { BackingStore?.Set("osVersionNumber", value); }
}
#endif
- /// The scopeIds property
+ /// The scope IDs of the corresponding permission. Currently, it's the Intune scope tag ID. Read-only.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public List? ScopeIds
diff --git a/src/Microsoft.Graph/Generated/Models/CloudPcGeographicLocationType.cs b/src/Microsoft.Graph/Generated/Models/CloudPcGeographicLocationType.cs
index 113d91db0cf6..c3ea202cd768 100644
--- a/src/Microsoft.Graph/Generated/Models/CloudPcGeographicLocationType.cs
+++ b/src/Microsoft.Graph/Generated/Models/CloudPcGeographicLocationType.cs
@@ -72,5 +72,9 @@ public enum CloudPcGeographicLocationType
#pragma warning disable CS1591
Mexico,
#pragma warning restore CS1591
+ [EnumMember(Value = "australiaNewZealand")]
+ #pragma warning disable CS1591
+ AustraliaNewZealand,
+ #pragma warning restore CS1591
}
}
diff --git a/src/Microsoft.Graph/Generated/Models/CloudPcProvisioningPolicy.cs b/src/Microsoft.Graph/Generated/Models/CloudPcProvisioningPolicy.cs
index 162f55640d79..61df91f5da7b 100644
--- a/src/Microsoft.Graph/Generated/Models/CloudPcProvisioningPolicy.cs
+++ b/src/Microsoft.Graph/Generated/Models/CloudPcProvisioningPolicy.cs
@@ -284,7 +284,7 @@ public bool? LocalAdminEnabled
get { return BackingStore?.Get("provisioningType"); }
set { BackingStore?.Set("provisioningType", value); }
}
- /// The scopeIds property
+ /// The list of scope tag IDs for this resource. Read-only.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public List? ScopeIds
diff --git a/src/Microsoft.Graph/Generated/Models/DeviceComplianceScript.cs b/src/Microsoft.Graph/Generated/Models/DeviceComplianceScript.cs
index ccf5c20d1f5d..faff702413fd 100644
--- a/src/Microsoft.Graph/Generated/Models/DeviceComplianceScript.cs
+++ b/src/Microsoft.Graph/Generated/Models/DeviceComplianceScript.cs
@@ -111,6 +111,12 @@ public DateTimeOffset? LastModifiedDateTime
get { return BackingStore?.Get("lastModifiedDateTime"); }
set { BackingStore?.Set("lastModifiedDateTime", value); }
}
+ /// Indicates the operating system platform type that this compliance script targets.
+ public global::Microsoft.Graph.Beta.Models.DeviceComplianceScriptPlatformType? Platform
+ {
+ get { return BackingStore?.Get("platform"); }
+ set { BackingStore?.Set("platform", value); }
+ }
/// Name of the device compliance script publisher
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -213,6 +219,7 @@ public override IDictionary> GetFieldDeserializers()
{ "displayName", n => { DisplayName = n.GetStringValue(); } },
{ "enforceSignatureCheck", n => { EnforceSignatureCheck = n.GetBoolValue(); } },
{ "lastModifiedDateTime", n => { LastModifiedDateTime = n.GetDateTimeOffsetValue(); } },
+ { "platform", n => { Platform = n.GetEnumValue(); } },
{ "publisher", n => { Publisher = n.GetStringValue(); } },
{ "roleScopeTagIds", n => { RoleScopeTagIds = n.GetCollectionOfPrimitiveValues()?.AsList(); } },
{ "runAs32Bit", n => { RunAs32Bit = n.GetBoolValue(); } },
@@ -235,6 +242,7 @@ public override void Serialize(ISerializationWriter writer)
writer.WriteCollectionOfObjectValues("deviceRunStates", DeviceRunStates);
writer.WriteStringValue("displayName", DisplayName);
writer.WriteBoolValue("enforceSignatureCheck", EnforceSignatureCheck);
+ writer.WriteEnumValue("platform", Platform);
writer.WriteStringValue("publisher", Publisher);
writer.WriteCollectionOfPrimitiveValues("roleScopeTagIds", RoleScopeTagIds);
writer.WriteBoolValue("runAs32Bit", RunAs32Bit);
diff --git a/src/Microsoft.Graph/Generated/Models/DeviceComplianceScriptPlatformType.cs b/src/Microsoft.Graph/Generated/Models/DeviceComplianceScriptPlatformType.cs
new file mode 100644
index 000000000000..f70734e75220
--- /dev/null
+++ b/src/Microsoft.Graph/Generated/Models/DeviceComplianceScriptPlatformType.cs
@@ -0,0 +1,23 @@
+//
+using System.Runtime.Serialization;
+using System;
+namespace Microsoft.Graph.Beta.Models
+{
+ /// Indicates the platform that a device compliance script targets for evaluation.
+ [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
+ public enum DeviceComplianceScriptPlatformType
+ {
+ /// Default. Indicates that the compliance script targets devices running Windows 10 and later.
+ [EnumMember(Value = "windows10")]
+ Windows10,
+ /// Indicates that the compliance script targets devices running Linux.
+ [EnumMember(Value = "linux")]
+ Linux,
+ /// Indicates that the compliance script targets devices running macOS.
+ [EnumMember(Value = "macOS")]
+ MacOS,
+ /// Evolvable enumeration sentinel value. Do not use.
+ [EnumMember(Value = "unknownFutureValue")]
+ UnknownFutureValue,
+ }
+}
diff --git a/src/Microsoft.Graph/Generated/Models/DeviceManagement/DeviceManagement.cs b/src/Microsoft.Graph/Generated/Models/DeviceManagement/DeviceManagement.cs
index 167d7c9799ee..2c180b6b7480 100644
--- a/src/Microsoft.Graph/Generated/Models/DeviceManagement/DeviceManagement.cs
+++ b/src/Microsoft.Graph/Generated/Models/DeviceManagement/DeviceManagement.cs
@@ -7,10 +7,11 @@
using System;
namespace Microsoft.Graph.Beta.Models.DeviceManagement
{
+ ///
+ /// Singleton that acts as container for a collection of Resource Access entities.
+ ///
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
- #pragma warning disable CS1591
public partial class DeviceManagement : global::Microsoft.Graph.Beta.Models.Entity, IParsable
- #pragma warning restore CS1591
{
/// The date & time when tenant data moved between scaleunits.
public DateTimeOffset? AccountMoveCompletionDateTime
diff --git a/src/Microsoft.Graph/Generated/Models/Entity.cs b/src/Microsoft.Graph/Generated/Models/Entity.cs
index a1df55b9e509..a695bb43a64a 100644
--- a/src/Microsoft.Graph/Generated/Models/Entity.cs
+++ b/src/Microsoft.Graph/Generated/Models/Entity.cs
@@ -95,7 +95,6 @@ public Entity()
return mappingValue switch
{
"#microsoft.graph.aadUserConversationMember" => new global::Microsoft.Graph.Beta.Models.AadUserConversationMember(),
- "#microsoft.graph.accessDriftReport" => new global::Microsoft.Graph.Beta.Models.AccessDriftReport(),
"#microsoft.graph.accessPackage" => new global::Microsoft.Graph.Beta.Models.AccessPackage(),
"#microsoft.graph.accessPackageAssignment" => new global::Microsoft.Graph.Beta.Models.AccessPackageAssignment(),
"#microsoft.graph.accessPackageAssignmentPolicy" => new global::Microsoft.Graph.Beta.Models.AccessPackageAssignmentPolicy(),
@@ -2218,6 +2217,7 @@ public Entity()
"#microsoft.graph.virtualEventSession" => new global::Microsoft.Graph.Beta.Models.VirtualEventSession(),
"#microsoft.graph.virtualEventsRoot" => new global::Microsoft.Graph.Beta.Models.VirtualEventsRoot(),
"#microsoft.graph.virtualEventTownhall" => new global::Microsoft.Graph.Beta.Models.VirtualEventTownhall(),
+ "#microsoft.graph.virtualEventTownhallRegistrationConfiguration" => new global::Microsoft.Graph.Beta.Models.VirtualEventTownhallRegistrationConfiguration(),
"#microsoft.graph.virtualEventWebinar" => new global::Microsoft.Graph.Beta.Models.VirtualEventWebinar(),
"#microsoft.graph.virtualEventWebinarRegistrationConfiguration" => new global::Microsoft.Graph.Beta.Models.VirtualEventWebinarRegistrationConfiguration(),
"#microsoft.graph.virtualMachineDetails" => new global::Microsoft.Graph.Beta.Models.VirtualMachineDetails(),
diff --git a/src/Microsoft.Graph/Generated/Models/ExpeditedWindowsQualityUpdateSettings.cs b/src/Microsoft.Graph/Generated/Models/ExpeditedWindowsQualityUpdateSettings.cs
index 6604c9d824a1..36acb232e8c2 100644
--- a/src/Microsoft.Graph/Generated/Models/ExpeditedWindowsQualityUpdateSettings.cs
+++ b/src/Microsoft.Graph/Generated/Models/ExpeditedWindowsQualityUpdateSettings.cs
@@ -43,6 +43,22 @@ public string OdataType
get { return BackingStore?.Get("@odata.type"); }
set { BackingStore?.Set("@odata.type", value); }
}
+#endif
+ /// The unique identifier for the quality update catalog item targeted by the expedite.
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ public string? QualityUpdateCatalogItemId
+ {
+ get { return BackingStore?.Get("qualityUpdateCatalogItemId"); }
+ set { BackingStore?.Set("qualityUpdateCatalogItemId", value); }
+ }
+#nullable restore
+#else
+ public string QualityUpdateCatalogItemId
+ {
+ get { return BackingStore?.Get("qualityUpdateCatalogItemId"); }
+ set { BackingStore?.Set("qualityUpdateCatalogItemId", value); }
+ }
#endif
/// The release date to identify a quality update.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -88,6 +104,7 @@ public virtual IDictionary> GetFieldDeserializers()
{
{ "daysUntilForcedReboot", n => { DaysUntilForcedReboot = n.GetIntValue(); } },
{ "@odata.type", n => { OdataType = n.GetStringValue(); } },
+ { "qualityUpdateCatalogItemId", n => { QualityUpdateCatalogItemId = n.GetStringValue(); } },
{ "qualityUpdateRelease", n => { QualityUpdateRelease = n.GetStringValue(); } },
};
}
@@ -100,6 +117,7 @@ public virtual void Serialize(ISerializationWriter writer)
if(ReferenceEquals(writer, null)) throw new ArgumentNullException(nameof(writer));
writer.WriteIntValue("daysUntilForcedReboot", DaysUntilForcedReboot);
writer.WriteStringValue("@odata.type", OdataType);
+ writer.WriteStringValue("qualityUpdateCatalogItemId", QualityUpdateCatalogItemId);
writer.WriteStringValue("qualityUpdateRelease", QualityUpdateRelease);
writer.WriteAdditionalData(AdditionalData);
}
diff --git a/src/Microsoft.Graph/Generated/Models/ExportItemResponse.cs b/src/Microsoft.Graph/Generated/Models/ExportItemResponse.cs
index 43a3638c249c..f696f7788f5e 100644
--- a/src/Microsoft.Graph/Generated/Models/ExportItemResponse.cs
+++ b/src/Microsoft.Graph/Generated/Models/ExportItemResponse.cs
@@ -37,7 +37,7 @@ public string ChangeKey
set { BackingStore?.Set("changeKey", value); }
}
#endif
- /// Data that represents an item in a base64 encoded opaque stream.
+ /// Data that represents an item in a Base64-encoded opaque stream.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public byte[]? Data
diff --git a/src/Microsoft.Graph/Generated/Models/GroupChatTeamsAppInstallationScopeInfo.cs b/src/Microsoft.Graph/Generated/Models/GroupChatTeamsAppInstallationScopeInfo.cs
index 98b1e5363c05..7f7a78129706 100644
--- a/src/Microsoft.Graph/Generated/Models/GroupChatTeamsAppInstallationScopeInfo.cs
+++ b/src/Microsoft.Graph/Generated/Models/GroupChatTeamsAppInstallationScopeInfo.cs
@@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models
public partial class GroupChatTeamsAppInstallationScopeInfo : global::Microsoft.Graph.Beta.Models.TeamsAppInstallationScopeInfo, IParsable
#pragma warning restore CS1591
{
- /// The chatId property
+ /// The ID of the chat where the Teams app is installed.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? ChatId
diff --git a/src/Microsoft.Graph/Generated/Models/IdentifierUriConfiguration.cs b/src/Microsoft.Graph/Generated/Models/IdentifierUriConfiguration.cs
index a84187436c9c..3ccdb7e28de6 100644
--- a/src/Microsoft.Graph/Generated/Models/IdentifierUriConfiguration.cs
+++ b/src/Microsoft.Graph/Generated/Models/IdentifierUriConfiguration.cs
@@ -53,7 +53,7 @@ public string OdataType
set { BackingStore?.Set("@odata.type", value); }
}
#endif
- /// Block new identifier URIs for applications, unless they contain a unique tenant identifier like the tenant ID, appId (client ID), or verified domain. For example, api://{tenatId}/string, api://{appId}/string, {scheme}://string/{tenantId}, {scheme}://string/{appId}, https://{verified-domain.com}/path, {scheme}://{subdomain}.{verified-domain.com}/path.
+ /// Block new identifier URIs for applications, unless they contain a unique tenant identifier like the tenant ID, appId (client ID), or verified domain. For example, api://{tenantId}/string, api://{appId}/string, {scheme}://string/{tenantId}, {scheme}://string/{appId}, https://{verified-domain.com}/path, {scheme}://{subdomain}.{verified-domain.com}/path.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public global::Microsoft.Graph.Beta.Models.IdentifierUriRestriction? UriAdditionWithoutUniqueTenantIdentifier
diff --git a/src/Microsoft.Graph/Generated/Models/IdentifierUriRestriction.cs b/src/Microsoft.Graph/Generated/Models/IdentifierUriRestriction.cs
index 345d07701c68..7cf85315e660 100644
--- a/src/Microsoft.Graph/Generated/Models/IdentifierUriRestriction.cs
+++ b/src/Microsoft.Graph/Generated/Models/IdentifierUriRestriction.cs
@@ -37,7 +37,7 @@ public IDictionary AdditionalData
set { BackingStore?.Set("excludeActors", value); }
}
#endif
- /// If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction isn't enforced for those applications.
+ /// If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction is enforced for those applications.
public bool? ExcludeAppsReceivingV2Tokens
{
get { return BackingStore?.Get("excludeAppsReceivingV2Tokens"); }
diff --git a/src/Microsoft.Graph/Generated/Models/IdentityGovernance/TaskProcessingResult.cs b/src/Microsoft.Graph/Generated/Models/IdentityGovernance/TaskProcessingResult.cs
index 3ff339159699..e2fa0badcfa5 100644
--- a/src/Microsoft.Graph/Generated/Models/IdentityGovernance/TaskProcessingResult.cs
+++ b/src/Microsoft.Graph/Generated/Models/IdentityGovernance/TaskProcessingResult.cs
@@ -24,7 +24,7 @@ public DateTimeOffset? CreatedDateTime
get { return BackingStore?.Get("createdDateTime"); }
set { BackingStore?.Set("createdDateTime", value); }
}
- /// Describes why the taskProcessingResult has failed.
+ /// Describes why the taskProcessingResult failed.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? FailureReason
@@ -40,7 +40,7 @@ public string FailureReason
set { BackingStore?.Set("failureReason", value); }
}
#endif
- /// The processingInfo property
+ /// Additional human-readable context about the task processing outcome. This property contains information about edge cases where the task completed successfully but the expected action wasn't performed because the target was already in the desired state, such as when the user was already a member of the specified group. Returns null when no additional context is needed. Nullable.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? ProcessingInfo
@@ -62,7 +62,7 @@ public string ProcessingInfo
get { return BackingStore?.Get("processingStatus"); }
set { BackingStore?.Set("processingStatus", value); }
}
- /// The date time when taskProcessingResult execution started. Value is null if task execution has not yet started.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
+ /// The date time when taskProcessingResult execution started. Value is null if task execution hasn't started yet.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
public DateTimeOffset? StartedDateTime
{
get { return BackingStore?.Get("startedDateTime"); }
diff --git a/src/Microsoft.Graph/Generated/Models/IdentityGovernanceUserSettings.cs b/src/Microsoft.Graph/Generated/Models/IdentityGovernanceUserSettings.cs
index d3fcd6d040f6..917766759e2e 100644
--- a/src/Microsoft.Graph/Generated/Models/IdentityGovernanceUserSettings.cs
+++ b/src/Microsoft.Graph/Generated/Models/IdentityGovernanceUserSettings.cs
@@ -19,7 +19,7 @@ public IDictionary AdditionalData
get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); }
set { BackingStore.Set("AdditionalData", value); }
}
- /// The approverDelegate property
+ /// The approver delegate configuration for the user, including the delegate identity and delegation schedule. Nullable.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public global::Microsoft.Graph.Beta.Models.ApproverDelegate? ApproverDelegate
diff --git a/src/Microsoft.Graph/Generated/Models/KeyCredentialConfiguration.cs b/src/Microsoft.Graph/Generated/Models/KeyCredentialConfiguration.cs
index 399d36d8a83f..b3cf70ff4adb 100644
--- a/src/Microsoft.Graph/Generated/Models/KeyCredentialConfiguration.cs
+++ b/src/Microsoft.Graph/Generated/Models/KeyCredentialConfiguration.cs
@@ -53,7 +53,7 @@ public List CertificateBasedApplicationConfigurationIds
set { BackingStore?.Set("excludeActors", value); }
}
#endif
- /// String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.
+ /// String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to asymmetricKeyLifetime.
public TimeSpan? MaxLifetime
{
get { return BackingStore?.Get("maxLifetime"); }
diff --git a/src/Microsoft.Graph/Generated/Models/MeetingEngagement.cs b/src/Microsoft.Graph/Generated/Models/MeetingEngagement.cs
new file mode 100644
index 000000000000..f0b2159b5929
--- /dev/null
+++ b/src/Microsoft.Graph/Generated/Models/MeetingEngagement.cs
@@ -0,0 +1,115 @@
+//
+#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.Beta.Models
+{
+ [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
+ #pragma warning disable CS1591
+ public partial class MeetingEngagement : 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 UTC date and time when the engagement event occurred, in ISO 8601 format.
+ public DateTimeOffset? DateTime
+ {
+ get { return BackingStore?.Get("dateTime"); }
+ set { BackingStore?.Set("dateTime", value); }
+ }
+ /// The specific engagement action within the type (e.g., like, love, applause, laugh, surprised for reactions; raiseHand for hand; cameraOn for camera; unmute, mute for microphone).
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ public string? EngagementSubType
+ {
+ get { return BackingStore?.Get("engagementSubType"); }
+ set { BackingStore?.Set("engagementSubType", value); }
+ }
+#nullable restore
+#else
+ public string EngagementSubType
+ {
+ get { return BackingStore?.Get("engagementSubType"); }
+ set { BackingStore?.Set("engagementSubType", value); }
+ }
+#endif
+ /// The category of the engagement event. Required, non-nullable.
+ public global::Microsoft.Graph.Beta.Models.MeetingEngagementType? EngagementType
+ {
+ get { return BackingStore?.Get("engagementType"); }
+ set { BackingStore?.Set("engagementType", value); }
+ }
+ /// 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 MeetingEngagement()
+ {
+ 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.Beta.Models.MeetingEngagement CreateFromDiscriminatorValue(IParseNode parseNode)
+ {
+ if(ReferenceEquals(parseNode, null)) throw new ArgumentNullException(nameof(parseNode));
+ return new global::Microsoft.Graph.Beta.Models.MeetingEngagement();
+ }
+ ///
+ /// The deserialization information for the current model
+ ///
+ /// A IDictionary<string, Action<IParseNode>>
+ public virtual IDictionary> GetFieldDeserializers()
+ {
+ return new Dictionary>
+ {
+ { "dateTime", n => { DateTime = n.GetDateTimeOffsetValue(); } },
+ { "engagementSubType", n => { EngagementSubType = n.GetStringValue(); } },
+ { "engagementType", n => { EngagementType = n.GetEnumValue(); } },
+ { "@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)
+ {
+ if(ReferenceEquals(writer, null)) throw new ArgumentNullException(nameof(writer));
+ writer.WriteDateTimeOffsetValue("dateTime", DateTime);
+ writer.WriteStringValue("engagementSubType", EngagementSubType);
+ writer.WriteEnumValue("engagementType", EngagementType);
+ writer.WriteStringValue("@odata.type", OdataType);
+ writer.WriteAdditionalData(AdditionalData);
+ }
+ }
+}
+#pragma warning restore CS0618
diff --git a/src/Microsoft.Graph/Generated/Models/AccessDriftReportResourceType.cs b/src/Microsoft.Graph/Generated/Models/MeetingEngagementType.cs
similarity index 57%
rename from src/Microsoft.Graph/Generated/Models/AccessDriftReportResourceType.cs
rename to src/Microsoft.Graph/Generated/Models/MeetingEngagementType.cs
index d9f0c4dde8f3..8474ef2f1b47 100644
--- a/src/Microsoft.Graph/Generated/Models/AccessDriftReportResourceType.cs
+++ b/src/Microsoft.Graph/Generated/Models/MeetingEngagementType.cs
@@ -5,16 +5,24 @@ namespace Microsoft.Graph.Beta.Models
{
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
#pragma warning disable CS1591
- public enum AccessDriftReportResourceType
+ public enum MeetingEngagementType
#pragma warning restore CS1591
{
- [EnumMember(Value = "application")]
+ [EnumMember(Value = "reaction")]
#pragma warning disable CS1591
- Application,
+ Reaction,
#pragma warning restore CS1591
- [EnumMember(Value = "group")]
+ [EnumMember(Value = "hand")]
#pragma warning disable CS1591
- Group,
+ Hand,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "camera")]
+ #pragma warning disable CS1591
+ Camera,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "microphone")]
+ #pragma warning disable CS1591
+ Microphone,
#pragma warning restore CS1591
[EnumMember(Value = "unknownFutureValue")]
#pragma warning disable CS1591
diff --git a/src/Microsoft.Graph/Generated/Models/MobileThreatDefenseConnector.cs b/src/Microsoft.Graph/Generated/Models/MobileThreatDefenseConnector.cs
index 68b043362fc0..8811aeafb2f7 100644
--- a/src/Microsoft.Graph/Generated/Models/MobileThreatDefenseConnector.cs
+++ b/src/Microsoft.Graph/Generated/Models/MobileThreatDefenseConnector.cs
@@ -55,6 +55,12 @@ public bool? AndroidMobileApplicationManagementEnabled
get { return BackingStore?.Get("androidMobileApplicationManagementEnabled"); }
set { BackingStore?.Set("androidMobileApplicationManagementEnabled", value); }
}
+ /// When TRUE, indicates that the Mobile Threat Defense partner is granted the Mobile Threat Defense role on enrolled Android Corporate Owned Business Only and Corporate Owned Personally Enabled devices. When FALSE, indicates that the Mobile Threat Defense partner is not granted the Mobile Threat Defense role. Default value is FALSE.
+ public bool? GrantMobileThreatDefensePartnerRole
+ {
+ get { return BackingStore?.Get("grantMobileThreatDefensePartnerRole"); }
+ set { BackingStore?.Set("grantMobileThreatDefensePartnerRole", value); }
+ }
/// When TRUE, indicates that Intune must receive data from the Mobile Threat Defense partner prior to marking a device compliant. When FALSE, indicates that Intune may not recieve data from Mobile Threat Defense partner prior to making device compliant. Default value is FALSE.
public bool? IosDeviceBlockedOnMissingPartnerData
{
@@ -79,6 +85,12 @@ public DateTimeOffset? LastHeartbeatDateTime
get { return BackingStore?.Get("lastHeartbeatDateTime"); }
set { BackingStore?.Set("lastHeartbeatDateTime", value); }
}
+ /// When TRUE, indicates that the Mobile Threat Defense partner will be automatically launched during Android Corporate Owned Business Only and Corporate Owned Personally Enabled device setup. When FALSE, indicates that the Mobile Threat Defense partner will not be automatically launched during setup. Default value is FALSE.
+ public bool? LaunchMobileThreatDefensePartnerOnSetupEnabled
+ {
+ get { return BackingStore?.Get("launchMobileThreatDefensePartnerOnSetupEnabled"); }
+ set { BackingStore?.Set("launchMobileThreatDefensePartnerOnSetupEnabled", value); }
+ }
/// When TRUE, indicates that Intune must receive data from the Mobile Threat Defense partner prior to marking a Mac device compliant. When FALSE, indicates that Intune may mark a Mac device compliant prior to receiving data from the Mobile Threat Defense partner. Default value is FALSE.
public bool? MacDeviceBlockedOnMissingPartnerData
{
@@ -158,10 +170,12 @@ public override IDictionary> GetFieldDeserializers()
{ "androidDeviceBlockedOnMissingPartnerData", n => { AndroidDeviceBlockedOnMissingPartnerData = n.GetBoolValue(); } },
{ "androidEnabled", n => { AndroidEnabled = n.GetBoolValue(); } },
{ "androidMobileApplicationManagementEnabled", n => { AndroidMobileApplicationManagementEnabled = n.GetBoolValue(); } },
+ { "grantMobileThreatDefensePartnerRole", n => { GrantMobileThreatDefensePartnerRole = n.GetBoolValue(); } },
{ "iosDeviceBlockedOnMissingPartnerData", n => { IosDeviceBlockedOnMissingPartnerData = n.GetBoolValue(); } },
{ "iosEnabled", n => { IosEnabled = n.GetBoolValue(); } },
{ "iosMobileApplicationManagementEnabled", n => { IosMobileApplicationManagementEnabled = n.GetBoolValue(); } },
{ "lastHeartbeatDateTime", n => { LastHeartbeatDateTime = n.GetDateTimeOffsetValue(); } },
+ { "launchMobileThreatDefensePartnerOnSetupEnabled", n => { LaunchMobileThreatDefensePartnerOnSetupEnabled = n.GetBoolValue(); } },
{ "macDeviceBlockedOnMissingPartnerData", n => { MacDeviceBlockedOnMissingPartnerData = n.GetBoolValue(); } },
{ "macEnabled", n => { MacEnabled = n.GetBoolValue(); } },
{ "microsoftDefenderForEndpointAttachEnabled", n => { MicrosoftDefenderForEndpointAttachEnabled = n.GetBoolValue(); } },
@@ -188,10 +202,12 @@ public override void Serialize(ISerializationWriter writer)
writer.WriteBoolValue("androidDeviceBlockedOnMissingPartnerData", AndroidDeviceBlockedOnMissingPartnerData);
writer.WriteBoolValue("androidEnabled", AndroidEnabled);
writer.WriteBoolValue("androidMobileApplicationManagementEnabled", AndroidMobileApplicationManagementEnabled);
+ writer.WriteBoolValue("grantMobileThreatDefensePartnerRole", GrantMobileThreatDefensePartnerRole);
writer.WriteBoolValue("iosDeviceBlockedOnMissingPartnerData", IosDeviceBlockedOnMissingPartnerData);
writer.WriteBoolValue("iosEnabled", IosEnabled);
writer.WriteBoolValue("iosMobileApplicationManagementEnabled", IosMobileApplicationManagementEnabled);
writer.WriteDateTimeOffsetValue("lastHeartbeatDateTime", LastHeartbeatDateTime);
+ writer.WriteBoolValue("launchMobileThreatDefensePartnerOnSetupEnabled", LaunchMobileThreatDefensePartnerOnSetupEnabled);
writer.WriteBoolValue("macDeviceBlockedOnMissingPartnerData", MacDeviceBlockedOnMissingPartnerData);
writer.WriteBoolValue("macEnabled", MacEnabled);
writer.WriteBoolValue("microsoftDefenderForEndpointAttachEnabled", MicrosoftDefenderForEndpointAttachEnabled);
diff --git a/src/Microsoft.Graph/Generated/Models/OnPremisesDirectorySynchronizationFeature.cs b/src/Microsoft.Graph/Generated/Models/OnPremisesDirectorySynchronizationFeature.cs
index b108e7ff9443..e49d1cab1270 100644
--- a/src/Microsoft.Graph/Generated/Models/OnPremisesDirectorySynchronizationFeature.cs
+++ b/src/Microsoft.Graph/Generated/Models/OnPremisesDirectorySynchronizationFeature.cs
@@ -19,6 +19,12 @@ public IDictionary AdditionalData
get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); }
set { BackingStore.Set("AdditionalData", value); }
}
+ /// The allowOnPremUpdateOfOnPremisesObjectIdentifierEnabled property
+ public bool? AllowOnPremUpdateOfOnPremisesObjectIdentifierEnabled
+ {
+ get { return BackingStore?.Get("allowOnPremUpdateOfOnPremisesObjectIdentifierEnabled"); }
+ set { BackingStore?.Set("allowOnPremUpdateOfOnPremisesObjectIdentifierEnabled", value); }
+ }
/// Stores model information.
public IBackingStore BackingStore { get; private set; }
/// Used to block cloud object takeover via source anchor hard match if enabled.
@@ -177,6 +183,7 @@ public virtual IDictionary> GetFieldDeserializers()
{
return new Dictionary>
{
+ { "allowOnPremUpdateOfOnPremisesObjectIdentifierEnabled", n => { AllowOnPremUpdateOfOnPremisesObjectIdentifierEnabled = n.GetBoolValue(); } },
{ "blockCloudObjectTakeoverThroughHardMatchEnabled", n => { BlockCloudObjectTakeoverThroughHardMatchEnabled = n.GetBoolValue(); } },
{ "blockSoftMatchEnabled", n => { BlockSoftMatchEnabled = n.GetBoolValue(); } },
{ "bypassDirSyncOverridesEnabled", n => { BypassDirSyncOverridesEnabled = n.GetBoolValue(); } },
@@ -206,6 +213,7 @@ public virtual IDictionary> GetFieldDeserializers()
public virtual void Serialize(ISerializationWriter writer)
{
if(ReferenceEquals(writer, null)) throw new ArgumentNullException(nameof(writer));
+ writer.WriteBoolValue("allowOnPremUpdateOfOnPremisesObjectIdentifierEnabled", AllowOnPremUpdateOfOnPremisesObjectIdentifierEnabled);
writer.WriteBoolValue("blockCloudObjectTakeoverThroughHardMatchEnabled", BlockCloudObjectTakeoverThroughHardMatchEnabled);
writer.WriteBoolValue("blockSoftMatchEnabled", BlockSoftMatchEnabled);
writer.WriteBoolValue("bypassDirSyncOverridesEnabled", BypassDirSyncOverridesEnabled);
diff --git a/src/Microsoft.Graph/Generated/Models/OwnerlessGroupPolicy.cs b/src/Microsoft.Graph/Generated/Models/OwnerlessGroupPolicy.cs
index 09c096829e26..7ab672fd3dd8 100644
--- a/src/Microsoft.Graph/Generated/Models/OwnerlessGroupPolicy.cs
+++ b/src/Microsoft.Graph/Generated/Models/OwnerlessGroupPolicy.cs
@@ -28,7 +28,7 @@ public partial class OwnerlessGroupPolicy : global::Microsoft.Graph.Beta.Models.
set { BackingStore?.Set("emailInfo", value); }
}
#endif
- /// The collection of IDs for groups to which the policy is enabled.
+ /// The collection of IDs for groups to which the policy is enabled. If empty, the policy is enabled for all groups in the tenant.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public List? EnabledGroupIds
diff --git a/src/Microsoft.Graph/Generated/Models/PersonalTeamsAppInstallationScopeInfo.cs b/src/Microsoft.Graph/Generated/Models/PersonalTeamsAppInstallationScopeInfo.cs
index 5c5b1851e71f..fff9f6fdc532 100644
--- a/src/Microsoft.Graph/Generated/Models/PersonalTeamsAppInstallationScopeInfo.cs
+++ b/src/Microsoft.Graph/Generated/Models/PersonalTeamsAppInstallationScopeInfo.cs
@@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models
public partial class PersonalTeamsAppInstallationScopeInfo : global::Microsoft.Graph.Beta.Models.TeamsAppInstallationScopeInfo, IParsable
#pragma warning restore CS1591
{
- /// The userId property
+ /// The ID of the user for whom the Teams app is installed.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? UserId
diff --git a/src/Microsoft.Graph/Generated/Models/PlannerTask.cs b/src/Microsoft.Graph/Generated/Models/PlannerTask.cs
index 72d699613477..b4aa3bb78317 100644
--- a/src/Microsoft.Graph/Generated/Models/PlannerTask.cs
+++ b/src/Microsoft.Graph/Generated/Models/PlannerTask.cs
@@ -265,7 +265,7 @@ public Date? IsOnMyDayLastModifiedDate
get { return BackingStore?.Get("isOnMyDayLastModifiedDate"); }
set { BackingStore?.Set("isOnMyDayLastModifiedDate", value); }
}
- /// The lastModifiedBy property
+ /// Read-only. User ID by which this is last modified.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public global::Microsoft.Graph.Beta.Models.IdentitySet? LastModifiedBy
@@ -281,7 +281,7 @@ public Date? IsOnMyDayLastModifiedDate
set { BackingStore?.Set("lastModifiedBy", value); }
}
#endif
- /// The lastModifiedDateTime property
+ /// Read-only. Date and time at which this is last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
public DateTimeOffset? LastModifiedDateTime
{
get { return BackingStore?.Get("lastModifiedDateTime"); }
diff --git a/src/Microsoft.Graph/Generated/Models/ProcessContentRequest.cs b/src/Microsoft.Graph/Generated/Models/ProcessContentRequest.cs
index a7260cbef13f..dc9860aebc69 100644
--- a/src/Microsoft.Graph/Generated/Models/ProcessContentRequest.cs
+++ b/src/Microsoft.Graph/Generated/Models/ProcessContentRequest.cs
@@ -37,7 +37,7 @@ public IDictionary AdditionalData
}
/// Stores model information.
public IBackingStore BackingStore { get; private set; }
- /// A collection of content entries to be processed. Each entry contains the content itself and its metadata. Use conversation metadata for content like prompts and responses and file metadata for files. Required.
+ /// A collection of content entries to be processed. Each entry contains the content itself and its metadata. Use conversation metadata for content like prompts and responses, file metadata for files, and content activity metadata for enforcement result status entries. Required.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public List? ContentEntries
diff --git a/src/Microsoft.Graph/Generated/Models/ProfileCardProperty.cs b/src/Microsoft.Graph/Generated/Models/ProfileCardProperty.cs
index 89dc7c785d87..32340ba25882 100644
--- a/src/Microsoft.Graph/Generated/Models/ProfileCardProperty.cs
+++ b/src/Microsoft.Graph/Generated/Models/ProfileCardProperty.cs
@@ -44,7 +44,7 @@ public string DirectoryPropertyName
set { BackingStore?.Set("directoryPropertyName", value); }
}
#endif
- /// The isVisible property
+ /// Indicates whether the given directory property should be shown on a user’s profile card.
public bool? IsVisible
{
get { return BackingStore?.Get("isVisible"); }
diff --git a/src/Microsoft.Graph/Generated/Models/ProtectionUnitBase.cs b/src/Microsoft.Graph/Generated/Models/ProtectionUnitBase.cs
index 22b9c5ce382b..ebe72383089b 100644
--- a/src/Microsoft.Graph/Generated/Models/ProtectionUnitBase.cs
+++ b/src/Microsoft.Graph/Generated/Models/ProtectionUnitBase.cs
@@ -100,6 +100,22 @@ public DateTimeOffset? OffboardRequestedDateTime
get { return BackingStore?.Get("offboardRequestedDateTime"); }
set { BackingStore?.Set("offboardRequestedDateTime", value); }
}
+ /// The pendingRetentionPeriodChange property
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ public global::Microsoft.Graph.Beta.Models.RetentionPeriodChange? PendingRetentionPeriodChange
+ {
+ get { return BackingStore?.Get("pendingRetentionPeriodChange"); }
+ set { BackingStore?.Set("pendingRetentionPeriodChange", value); }
+ }
+#nullable restore
+#else
+ public global::Microsoft.Graph.Beta.Models.RetentionPeriodChange PendingRetentionPeriodChange
+ {
+ get { return BackingStore?.Get("pendingRetentionPeriodChange"); }
+ set { BackingStore?.Set("pendingRetentionPeriodChange", value); }
+ }
+#endif
/// The unique identifier of the protection policy based on which protection unit was created.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -161,6 +177,7 @@ public override IDictionary> GetFieldDeserializers()
{ "lastModifiedBy", n => { LastModifiedBy = n.GetObjectValue(global::Microsoft.Graph.Beta.Models.IdentitySet.CreateFromDiscriminatorValue); } },
{ "lastModifiedDateTime", n => { LastModifiedDateTime = n.GetDateTimeOffsetValue(); } },
{ "offboardRequestedDateTime", n => { OffboardRequestedDateTime = n.GetDateTimeOffsetValue(); } },
+ { "pendingRetentionPeriodChange", n => { PendingRetentionPeriodChange = n.GetObjectValue(global::Microsoft.Graph.Beta.Models.RetentionPeriodChange.CreateFromDiscriminatorValue); } },
{ "policyId", n => { PolicyId = n.GetStringValue(); } },
{ "protectionSources", n => { ProtectionSources = n.GetEnumValue(); } },
{ "status", n => { Status = n.GetEnumValue(); } },
diff --git a/src/Microsoft.Graph/Generated/Models/RetentionPeriodChange.cs b/src/Microsoft.Graph/Generated/Models/RetentionPeriodChange.cs
new file mode 100644
index 000000000000..a5d05a10141e
--- /dev/null
+++ b/src/Microsoft.Graph/Generated/Models/RetentionPeriodChange.cs
@@ -0,0 +1,105 @@
+//
+#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.Beta.Models
+{
+ [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
+ #pragma warning disable CS1591
+ public partial class RetentionPeriodChange : 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 effectiveFromDateTime property
+ public DateTimeOffset? EffectiveFromDateTime
+ {
+ get { return BackingStore?.Get("effectiveFromDateTime"); }
+ set { BackingStore?.Set("effectiveFromDateTime", value); }
+ }
+ /// 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 status property
+ public global::Microsoft.Graph.Beta.Models.RetentionPeriodChangeStatus? Status
+ {
+ get { return BackingStore?.Get("status"); }
+ set { BackingStore?.Set("status", value); }
+ }
+ /// The targetRetentionPeriodInDays property
+ public int? TargetRetentionPeriodInDays
+ {
+ get { return BackingStore?.Get("targetRetentionPeriodInDays"); }
+ set { BackingStore?.Set("targetRetentionPeriodInDays", value); }
+ }
+ ///
+ /// Instantiates a new and sets the default values.
+ ///
+ public RetentionPeriodChange()
+ {
+ 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.Beta.Models.RetentionPeriodChange CreateFromDiscriminatorValue(IParseNode parseNode)
+ {
+ if(ReferenceEquals(parseNode, null)) throw new ArgumentNullException(nameof(parseNode));
+ return new global::Microsoft.Graph.Beta.Models.RetentionPeriodChange();
+ }
+ ///
+ /// The deserialization information for the current model
+ ///
+ /// A IDictionary<string, Action<IParseNode>>
+ public virtual IDictionary> GetFieldDeserializers()
+ {
+ return new Dictionary>
+ {
+ { "effectiveFromDateTime", n => { EffectiveFromDateTime = n.GetDateTimeOffsetValue(); } },
+ { "@odata.type", n => { OdataType = n.GetStringValue(); } },
+ { "status", n => { Status = n.GetEnumValue(); } },
+ { "targetRetentionPeriodInDays", n => { TargetRetentionPeriodInDays = n.GetIntValue(); } },
+ };
+ }
+ ///
+ /// Serializes information the current object
+ ///
+ /// Serialization writer to use to serialize this model
+ public virtual void Serialize(ISerializationWriter writer)
+ {
+ if(ReferenceEquals(writer, null)) throw new ArgumentNullException(nameof(writer));
+ writer.WriteDateTimeOffsetValue("effectiveFromDateTime", EffectiveFromDateTime);
+ writer.WriteStringValue("@odata.type", OdataType);
+ writer.WriteEnumValue("status", Status);
+ writer.WriteIntValue("targetRetentionPeriodInDays", TargetRetentionPeriodInDays);
+ writer.WriteAdditionalData(AdditionalData);
+ }
+ }
+}
+#pragma warning restore CS0618
diff --git a/src/Microsoft.Graph/Generated/Models/RetentionPeriodChangeStatus.cs b/src/Microsoft.Graph/Generated/Models/RetentionPeriodChangeStatus.cs
new file mode 100644
index 000000000000..688cdf4c102f
--- /dev/null
+++ b/src/Microsoft.Graph/Generated/Models/RetentionPeriodChangeStatus.cs
@@ -0,0 +1,32 @@
+//
+using System.Runtime.Serialization;
+using System;
+namespace Microsoft.Graph.Beta.Models
+{
+ [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
+ #pragma warning disable CS1591
+ public enum RetentionPeriodChangeStatus
+ #pragma warning restore CS1591
+ {
+ [EnumMember(Value = "none")]
+ #pragma warning disable CS1591
+ None,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "inProgress")]
+ #pragma warning disable CS1591
+ InProgress,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "failed")]
+ #pragma warning disable CS1591
+ Failed,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "completed")]
+ #pragma warning disable CS1591
+ Completed,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "unknownFutureValue")]
+ #pragma warning disable CS1591
+ UnknownFutureValue,
+ #pragma warning restore CS1591
+ }
+}
diff --git a/src/Microsoft.Graph/Generated/Models/ScheduleEntityTheme.cs b/src/Microsoft.Graph/Generated/Models/ScheduleEntityTheme.cs
index d654c42a0077..3a9a0b32fdfa 100644
--- a/src/Microsoft.Graph/Generated/Models/ScheduleEntityTheme.cs
+++ b/src/Microsoft.Graph/Generated/Models/ScheduleEntityTheme.cs
@@ -60,5 +60,97 @@ public enum ScheduleEntityTheme
#pragma warning disable CS1591
UnknownFutureValue,
#pragma warning restore CS1591
+ [EnumMember(Value = "darkRed")]
+ #pragma warning disable CS1591
+ DarkRed,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "cranberry")]
+ #pragma warning disable CS1591
+ Cranberry,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "darkOrange")]
+ #pragma warning disable CS1591
+ DarkOrange,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "bronze")]
+ #pragma warning disable CS1591
+ Bronze,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "peach")]
+ #pragma warning disable CS1591
+ Peach,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "gold")]
+ #pragma warning disable CS1591
+ Gold,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "lime")]
+ #pragma warning disable CS1591
+ Lime,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "forest")]
+ #pragma warning disable CS1591
+ Forest,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "lightGreen")]
+ #pragma warning disable CS1591
+ LightGreen,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "jade")]
+ #pragma warning disable CS1591
+ Jade,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "lightTeal")]
+ #pragma warning disable CS1591
+ LightTeal,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "darkTeal")]
+ #pragma warning disable CS1591
+ DarkTeal,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "steel")]
+ #pragma warning disable CS1591
+ Steel,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "skyBlue")]
+ #pragma warning disable CS1591
+ SkyBlue,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "blueGray")]
+ #pragma warning disable CS1591
+ BlueGray,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "lavender")]
+ #pragma warning disable CS1591
+ Lavender,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "lilac")]
+ #pragma warning disable CS1591
+ Lilac,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "plum")]
+ #pragma warning disable CS1591
+ Plum,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "magenta")]
+ #pragma warning disable CS1591
+ Magenta,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "darkBrown")]
+ #pragma warning disable CS1591
+ DarkBrown,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "beige")]
+ #pragma warning disable CS1591
+ Beige,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "charcoal")]
+ #pragma warning disable CS1591
+ Charcoal,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "silver")]
+ #pragma warning disable CS1591
+ Silver,
+ #pragma warning restore CS1591
}
}
diff --git a/src/Microsoft.Graph/Generated/Models/Security/Alert.cs b/src/Microsoft.Graph/Generated/Models/Security/Alert.cs
index 5f5cc6b07e16..8b654b2851e7 100644
--- a/src/Microsoft.Graph/Generated/Models/Security/Alert.cs
+++ b/src/Microsoft.Graph/Generated/Models/Security/Alert.cs
@@ -92,7 +92,7 @@ public string AssignedTo
set { BackingStore?.Set("assignedTo", value); }
}
#endif
- /// The categories property
+ /// The attack kill-chain categories that the alert belongs to. Aligned with the MITRE ATT&CK framework.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public List? Categories
@@ -108,7 +108,7 @@ public List Categories
set { BackingStore?.Set("categories", value); }
}
#endif
- /// The attack kill-chain category that the alert belongs to. Aligned with the MITRE ATT&CK framework.
+ /// The attack kill-chain category that the alert belongs to. Aligned with the MITRE ATT&CK framework. This property is in the process of being deprecated. Use the categories property instead.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? Category
diff --git a/src/Microsoft.Graph/Generated/Models/Security/DnsEvidence.cs b/src/Microsoft.Graph/Generated/Models/Security/DnsEvidence.cs
index ee87442be70d..9f2962ba6c93 100644
--- a/src/Microsoft.Graph/Generated/Models/Security/DnsEvidence.cs
+++ b/src/Microsoft.Graph/Generated/Models/Security/DnsEvidence.cs
@@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models.Security
public partial class DnsEvidence : global::Microsoft.Graph.Beta.Models.Security.AlertEvidence, IParsable
#pragma warning restore CS1591
{
- /// The dnsServerIp property
+ /// An IP entity that represents the DNS server that resolves the request.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public global::Microsoft.Graph.Beta.Models.Security.IpEvidence? DnsServerIp
@@ -28,7 +28,7 @@ public partial class DnsEvidence : global::Microsoft.Graph.Beta.Models.Security.
set { BackingStore?.Set("dnsServerIp", value); }
}
#endif
- /// The domainName property
+ /// The name of the DNS record associated with the alert.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? DomainName
@@ -44,7 +44,7 @@ public string DomainName
set { BackingStore?.Set("domainName", value); }
}
#endif
- /// The hostIpAddress property
+ /// An IP entity that represents the DNS request client.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public global::Microsoft.Graph.Beta.Models.Security.IpEvidence? HostIpAddress
@@ -60,7 +60,7 @@ public string DomainName
set { BackingStore?.Set("hostIpAddress", value); }
}
#endif
- /// The ipAddresses property
+ /// IP entities that represent the resolved IP addresses.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public List? IpAddresses
diff --git a/src/Microsoft.Graph/Generated/Models/Security/FileHashEvidence.cs b/src/Microsoft.Graph/Generated/Models/Security/FileHashEvidence.cs
index ab102dab7068..bae675de6899 100644
--- a/src/Microsoft.Graph/Generated/Models/Security/FileHashEvidence.cs
+++ b/src/Microsoft.Graph/Generated/Models/Security/FileHashEvidence.cs
@@ -18,7 +18,7 @@ public partial class FileHashEvidence : global::Microsoft.Graph.Beta.Models.Secu
get { return BackingStore?.Get("algorithm"); }
set { BackingStore?.Set("algorithm", value); }
}
- /// The value property
+ /// The hash value.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? Value
diff --git a/src/Microsoft.Graph/Generated/Models/Security/GitHubOrganizationEvidence.cs b/src/Microsoft.Graph/Generated/Models/Security/GitHubOrganizationEvidence.cs
index f9faa7af3ead..7f1887f7bcbb 100644
--- a/src/Microsoft.Graph/Generated/Models/Security/GitHubOrganizationEvidence.cs
+++ b/src/Microsoft.Graph/Generated/Models/Security/GitHubOrganizationEvidence.cs
@@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models.Security
public partial class GitHubOrganizationEvidence : global::Microsoft.Graph.Beta.Models.Security.AlertEvidence, IParsable
#pragma warning restore CS1591
{
- /// The company property
+ /// The name of the company that owns the organization.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? Company
@@ -28,7 +28,7 @@ public string Company
set { BackingStore?.Set("company", value); }
}
#endif
- /// The displayName property
+ /// The display name of the organization.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? DisplayName
@@ -44,7 +44,7 @@ public string DisplayName
set { BackingStore?.Set("displayName", value); }
}
#endif
- /// The email property
+ /// The email address of the organization.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? Email
@@ -60,7 +60,7 @@ public string Email
set { BackingStore?.Set("email", value); }
}
#endif
- /// The login property
+ /// The login (name) of the organization.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? Login
@@ -76,7 +76,7 @@ public string Login
set { BackingStore?.Set("login", value); }
}
#endif
- /// The orgId property
+ /// The unique and immutable ID of the organization.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? OrgId
@@ -92,7 +92,7 @@ public string OrgId
set { BackingStore?.Set("orgId", value); }
}
#endif
- /// The webUrl property
+ /// The URL of the web page for the organization.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? WebUrl
diff --git a/src/Microsoft.Graph/Generated/Models/Security/GitHubRepoEvidence.cs b/src/Microsoft.Graph/Generated/Models/Security/GitHubRepoEvidence.cs
index d07ec8b29ad6..9cc34e9d1349 100644
--- a/src/Microsoft.Graph/Generated/Models/Security/GitHubRepoEvidence.cs
+++ b/src/Microsoft.Graph/Generated/Models/Security/GitHubRepoEvidence.cs
@@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models.Security
public partial class GitHubRepoEvidence : global::Microsoft.Graph.Beta.Models.Security.AlertEvidence, IParsable
#pragma warning restore CS1591
{
- /// The baseUrl property
+ /// The base URL of the web page for the repository.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? BaseUrl
@@ -28,7 +28,7 @@ public string BaseUrl
set { BackingStore?.Set("baseUrl", value); }
}
#endif
- /// The login property
+ /// The login (name) of the repository.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? Login
@@ -44,7 +44,7 @@ public string Login
set { BackingStore?.Set("login", value); }
}
#endif
- /// The owner property
+ /// The login of the owner of the repository.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? Owner
@@ -60,7 +60,7 @@ public string Owner
set { BackingStore?.Set("owner", value); }
}
#endif
- /// The ownerType property
+ /// The type of owner of the repository, for example, User or Organization.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? OwnerType
@@ -76,7 +76,7 @@ public string OwnerType
set { BackingStore?.Set("ownerType", value); }
}
#endif
- /// The repoId property
+ /// The unique and immutable ID of the GitHub repository.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? RepoId
diff --git a/src/Microsoft.Graph/Generated/Models/Security/GitHubUserEvidence.cs b/src/Microsoft.Graph/Generated/Models/Security/GitHubUserEvidence.cs
index bd0ea60f8638..b80c47ae0ab6 100644
--- a/src/Microsoft.Graph/Generated/Models/Security/GitHubUserEvidence.cs
+++ b/src/Microsoft.Graph/Generated/Models/Security/GitHubUserEvidence.cs
@@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models.Security
public partial class GitHubUserEvidence : global::Microsoft.Graph.Beta.Models.Security.AlertEvidence, IParsable
#pragma warning restore CS1591
{
- /// The email property
+ /// The email address of the user account.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? Email
@@ -28,7 +28,7 @@ public string Email
set { BackingStore?.Set("email", value); }
}
#endif
- /// The login property
+ /// User's login (GitHub handle).
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? Login
@@ -44,7 +44,7 @@ public string Login
set { BackingStore?.Set("login", value); }
}
#endif
- /// The name property
+ /// User's name.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? Name
@@ -60,7 +60,7 @@ public string Name
set { BackingStore?.Set("name", value); }
}
#endif
- /// The userId property
+ /// The unique and immutable ID of the user account.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? UserId
@@ -76,7 +76,7 @@ public string UserId
set { BackingStore?.Set("userId", value); }
}
#endif
- /// The webUrl property
+ /// The URL of the user's profile web page, for example, https://github.com/my-login.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? WebUrl
diff --git a/src/Microsoft.Graph/Generated/Models/Security/HostLogonSessionEvidence.cs b/src/Microsoft.Graph/Generated/Models/Security/HostLogonSessionEvidence.cs
index c606c3801897..d3901f9418d5 100644
--- a/src/Microsoft.Graph/Generated/Models/Security/HostLogonSessionEvidence.cs
+++ b/src/Microsoft.Graph/Generated/Models/Security/HostLogonSessionEvidence.cs
@@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models.Security
public partial class HostLogonSessionEvidence : global::Microsoft.Graph.Beta.Models.Security.AlertEvidence, IParsable
#pragma warning restore CS1591
{
- /// The account property
+ /// The account that is associated with the sign-in session ID.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public global::Microsoft.Graph.Beta.Models.Security.UserEvidence? Account
@@ -28,13 +28,13 @@ public partial class HostLogonSessionEvidence : global::Microsoft.Graph.Beta.Mod
set { BackingStore?.Set("account", value); }
}
#endif
- /// The endUtcDateTime property
+ /// The session end time, if known. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2024 is 2024-01-01T00:00:00Z.
public DateTimeOffset? EndUtcDateTime
{
get { return BackingStore?.Get("endUtcDateTime"); }
set { BackingStore?.Set("endUtcDateTime", value); }
}
- /// The host property
+ /// The host for the session.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public global::Microsoft.Graph.Beta.Models.Security.DeviceEvidence? Host
@@ -50,7 +50,7 @@ public DateTimeOffset? EndUtcDateTime
set { BackingStore?.Set("host", value); }
}
#endif
- /// The sessionId property
+ /// The session ID for the account reported in the alert, for example, 0x3e7.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? SessionId
@@ -66,7 +66,7 @@ public string SessionId
set { BackingStore?.Set("sessionId", value); }
}
#endif
- /// The startUtcDateTime property
+ /// The session start time, if known. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2024 is 2024-01-01T00:00:00Z.
public DateTimeOffset? StartUtcDateTime
{
get { return BackingStore?.Get("startUtcDateTime"); }
diff --git a/src/Microsoft.Graph/Generated/Models/Security/IoTDeviceEvidence.cs b/src/Microsoft.Graph/Generated/Models/Security/IoTDeviceEvidence.cs
index 5706dfdaa71d..30baa915140b 100644
--- a/src/Microsoft.Graph/Generated/Models/Security/IoTDeviceEvidence.cs
+++ b/src/Microsoft.Graph/Generated/Models/Security/IoTDeviceEvidence.cs
@@ -92,7 +92,7 @@ public string DeviceType
set { BackingStore?.Set("deviceType", value); }
}
#endif
- /// The importance level for the IoT device. Possible values are low, normal, high, and unknownFutureValue.
+ /// The importance level for the IoT device. The possible values are: unknown, low, normal, high, unknownFutureValue.
public global::Microsoft.Graph.Beta.Models.Security.IoTDeviceImportanceType? Importance
{
get { return BackingStore?.Get("importance"); }
diff --git a/src/Microsoft.Graph/Generated/Models/Security/MalwareEvidence.cs b/src/Microsoft.Graph/Generated/Models/Security/MalwareEvidence.cs
index ce06efe2012e..10a6fd2646c1 100644
--- a/src/Microsoft.Graph/Generated/Models/Security/MalwareEvidence.cs
+++ b/src/Microsoft.Graph/Generated/Models/Security/MalwareEvidence.cs
@@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models.Security
public partial class MalwareEvidence : global::Microsoft.Graph.Beta.Models.Security.AlertEvidence, IParsable
#pragma warning restore CS1591
{
- /// The category property
+ /// The malware category by the vendor. For example, Trojan.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? Category
@@ -28,7 +28,7 @@ public string Category
set { BackingStore?.Set("category", value); }
}
#endif
- /// The files property
+ /// A list of the linked file entities on which the malware was found. Can contain the File entities inline or as reference. For more information, see fileEvidence.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public List? Files
@@ -44,7 +44,7 @@ public string Category
set { BackingStore?.Set("files", value); }
}
#endif
- /// The name property
+ /// The malware name by the vendor. For example, Win32/Toga.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? Name
@@ -60,7 +60,7 @@ public string Name
set { BackingStore?.Set("name", value); }
}
#endif
- /// The processes property
+ /// A list of the linked process entities on which the malware was found. Use this property, for example, when the alert was triggered on fileless activity. For more information, see processEvidence.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public List? Processes
diff --git a/src/Microsoft.Graph/Generated/Models/Security/NetworkConnectionEvidence.cs b/src/Microsoft.Graph/Generated/Models/Security/NetworkConnectionEvidence.cs
index 80f11f7a4a40..a800b8b31327 100644
--- a/src/Microsoft.Graph/Generated/Models/Security/NetworkConnectionEvidence.cs
+++ b/src/Microsoft.Graph/Generated/Models/Security/NetworkConnectionEvidence.cs
@@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models.Security
public partial class NetworkConnectionEvidence : global::Microsoft.Graph.Beta.Models.Security.AlertEvidence, IParsable
#pragma warning restore CS1591
{
- /// The destinationAddress property
+ /// An entity of type IP that is the destination for this connection.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public global::Microsoft.Graph.Beta.Models.Security.IpEvidence? DestinationAddress
@@ -28,19 +28,19 @@ public partial class NetworkConnectionEvidence : global::Microsoft.Graph.Beta.Mo
set { BackingStore?.Set("destinationAddress", value); }
}
#endif
- /// The destinationPort property
+ /// The destination port number, for example, 80.
public int? DestinationPort
{
get { return BackingStore?.Get("destinationPort"); }
set { BackingStore?.Set("destinationPort", value); }
}
- /// The protocol property
+ /// The protocol type. Possible values are tcp, udp, unknownFutureValue.
public global::Microsoft.Graph.Beta.Models.Security.ProtocolType? Protocol
{
get { return BackingStore?.Get("protocol"); }
set { BackingStore?.Set("protocol", value); }
}
- /// The sourceAddress property
+ /// An entity of type IP that is the source for this connection.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public global::Microsoft.Graph.Beta.Models.Security.IpEvidence? SourceAddress
@@ -56,7 +56,7 @@ public int? DestinationPort
set { BackingStore?.Set("sourceAddress", value); }
}
#endif
- /// The sourcePort property
+ /// The source port number, for example, 80.
public int? SourcePort
{
get { return BackingStore?.Get("sourcePort"); }
diff --git a/src/Microsoft.Graph/Generated/Models/Security/SasTokenEvidence.cs b/src/Microsoft.Graph/Generated/Models/Security/SasTokenEvidence.cs
index 45175c3d31ea..ed2c25eab19f 100644
--- a/src/Microsoft.Graph/Generated/Models/Security/SasTokenEvidence.cs
+++ b/src/Microsoft.Graph/Generated/Models/Security/SasTokenEvidence.cs
@@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models.Security
public partial class SasTokenEvidence : global::Microsoft.Graph.Beta.Models.Security.AlertEvidence, IParsable
#pragma warning restore CS1591
{
- /// The allowedIpAddresses property
+ /// All IP addresses that are accessible with this SAS. The default value is Allows all IP addresses.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? AllowedIpAddresses
@@ -28,7 +28,7 @@ public string AllowedIpAddresses
set { BackingStore?.Set("allowedIpAddresses", value); }
}
#endif
- /// The allowedResourceTypes property
+ /// All of the resource types accessible with this SAS.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public List? AllowedResourceTypes
@@ -44,7 +44,7 @@ public List AllowedResourceTypes
set { BackingStore?.Set("allowedResourceTypes", value); }
}
#endif
- /// The allowedServices property
+ /// All of the services that are accessible with this SAS.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public List? AllowedServices
@@ -60,13 +60,13 @@ public List AllowedServices
set { BackingStore?.Set("allowedServices", value); }
}
#endif
- /// The expiryDateTime property
+ /// The SAS expiration time. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2024 is 2024-01-01T00:00:00Z.
public DateTimeOffset? ExpiryDateTime
{
get { return BackingStore?.Get("expiryDateTime"); }
set { BackingStore?.Set("expiryDateTime", value); }
}
- /// The permissions property
+ /// All of the permissions granted to this SAS.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public List? Permissions
@@ -82,7 +82,7 @@ public List Permissions
set { BackingStore?.Set("permissions", value); }
}
#endif
- /// The protocol property
+ /// The protocol that is allowed for the SAS.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? Protocol
@@ -98,7 +98,7 @@ public string Protocol
set { BackingStore?.Set("protocol", value); }
}
#endif
- /// The signatureHash property
+ /// The SAS signature hash, which is the unique identifier for the SAS.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? SignatureHash
@@ -114,7 +114,7 @@ public string SignatureHash
set { BackingStore?.Set("signatureHash", value); }
}
#endif
- /// The signedWith property
+ /// The storage key used to generate the SAS.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? SignedWith
@@ -130,13 +130,13 @@ public string SignedWith
set { BackingStore?.Set("signedWith", value); }
}
#endif
- /// The startDateTime property
+ /// The SAS activation time. This property can be null. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2024 is 2024-01-01T00:00:00Z.
public DateTimeOffset? StartDateTime
{
get { return BackingStore?.Get("startDateTime"); }
set { BackingStore?.Set("startDateTime", value); }
}
- /// The storageResource property
+ /// A link to the storage resource for this SAS.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public global::Microsoft.Graph.Beta.Models.Security.AzureResourceEvidence? StorageResource
diff --git a/src/Microsoft.Graph/Generated/Models/Security/ServicePrincipalEvidence.cs b/src/Microsoft.Graph/Generated/Models/Security/ServicePrincipalEvidence.cs
index ea2839c3422e..01255cf6b936 100644
--- a/src/Microsoft.Graph/Generated/Models/Security/ServicePrincipalEvidence.cs
+++ b/src/Microsoft.Graph/Generated/Models/Security/ServicePrincipalEvidence.cs
@@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models.Security
public partial class ServicePrincipalEvidence : global::Microsoft.Graph.Beta.Models.Security.AlertEvidence, IParsable
#pragma warning restore CS1591
{
- /// The appId property
+ /// The unique identifier for the associated application, represented by its appId property.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? AppId
@@ -28,7 +28,7 @@ public string AppId
set { BackingStore?.Set("appId", value); }
}
#endif
- /// The appOwnerTenantId property
+ /// Contains the tenant ID where the application is registered.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? AppOwnerTenantId
@@ -44,7 +44,7 @@ public string AppOwnerTenantId
set { BackingStore?.Set("appOwnerTenantId", value); }
}
#endif
- /// The servicePrincipalName property
+ /// The display name for the service principal.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? ServicePrincipalName
@@ -60,7 +60,7 @@ public string ServicePrincipalName
set { BackingStore?.Set("servicePrincipalName", value); }
}
#endif
- /// The servicePrincipalObjectId property
+ /// The unique identifier for the service principal.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? ServicePrincipalObjectId
@@ -76,13 +76,13 @@ public string ServicePrincipalObjectId
set { BackingStore?.Set("servicePrincipalObjectId", value); }
}
#endif
- /// The servicePrincipalType property
+ /// Type of the service principal. Possible values are: unknown, application, managedIdentity, legacy, unknownFutureValue.
public global::Microsoft.Graph.Beta.Models.Security.ServicePrincipalType? ServicePrincipalType
{
get { return BackingStore?.Get("servicePrincipalType"); }
set { BackingStore?.Set("servicePrincipalType", value); }
}
- /// The tenantId property
+ /// The Microsoft Entra tenant ID of service principal.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? TenantId
diff --git a/src/Microsoft.Graph/Generated/Models/Security/SubmissionMailEvidence.cs b/src/Microsoft.Graph/Generated/Models/Security/SubmissionMailEvidence.cs
index 534c28ca2e28..f21ff442742e 100644
--- a/src/Microsoft.Graph/Generated/Models/Security/SubmissionMailEvidence.cs
+++ b/src/Microsoft.Graph/Generated/Models/Security/SubmissionMailEvidence.cs
@@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models.Security
public partial class SubmissionMailEvidence : global::Microsoft.Graph.Beta.Models.Security.AlertEvidence, IParsable
#pragma warning restore CS1591
{
- /// The networkMessageId property
+ /// The network message ID of the email to which submission belongs.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? NetworkMessageId
@@ -28,7 +28,7 @@ public string NetworkMessageId
set { BackingStore?.Set("networkMessageId", value); }
}
#endif
- /// The recipient property
+ /// The recipient of the mail.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? Recipient
@@ -44,7 +44,7 @@ public string Recipient
set { BackingStore?.Set("recipient", value); }
}
#endif
- /// The reportType property
+ /// The submission type for the specified instance that maps to Junk, Phish, Malware, or NotJunk.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? ReportType
@@ -60,7 +60,7 @@ public string ReportType
set { BackingStore?.Set("reportType", value); }
}
#endif
- /// The sender property
+ /// The sender of the mail.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? Sender
@@ -76,7 +76,7 @@ public string Sender
set { BackingStore?.Set("sender", value); }
}
#endif
- /// The senderIp property
+ /// The sender's IP.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? SenderIp
@@ -92,7 +92,7 @@ public string SenderIp
set { BackingStore?.Set("senderIp", value); }
}
#endif
- /// The subject property
+ /// The subject of the submission mail.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? Subject
@@ -108,13 +108,13 @@ public string Subject
set { BackingStore?.Set("subject", value); }
}
#endif
- /// The submissionDateTime property
+ /// The reported date and time for this submission. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2024 is 2024-01-01T00:00:00Z.
public DateTimeOffset? SubmissionDateTime
{
get { return BackingStore?.Get("submissionDateTime"); }
set { BackingStore?.Set("submissionDateTime", value); }
}
- /// The submissionId property
+ /// The submission ID.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? SubmissionId
@@ -130,7 +130,7 @@ public string SubmissionId
set { BackingStore?.Set("submissionId", value); }
}
#endif
- /// The submitter property
+ /// The submitter's email address.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? Submitter
diff --git a/src/Microsoft.Graph/Generated/Models/SignIn.cs b/src/Microsoft.Graph/Generated/Models/SignIn.cs
index c80749e371f7..4a177c49c4b0 100644
--- a/src/Microsoft.Graph/Generated/Models/SignIn.cs
+++ b/src/Microsoft.Graph/Generated/Models/SignIn.cs
@@ -109,7 +109,7 @@ public string AppOwnerTenantId
set { BackingStore?.Set("appOwnerTenantId", value); }
}
#endif
- /// Token protection creates a cryptographically secure tie between the token and the device it's issued to. This field indicates whether the app token was bound to the device.
+ /// Deprecated. Use tokenProtectionStatusDetails instead. Token protection creates a cryptographically secure tie between the token and the device it's issued to. This field indicates whether the app token was bound to the device.
public global::Microsoft.Graph.Beta.Models.TokenProtectionStatus? AppTokenProtectionStatus
{
get { return BackingStore?.Get("appTokenProtectionStatus"); }
@@ -293,6 +293,22 @@ public string ClientAppUsed
get { return BackingStore?.Get("clientCredentialType"); }
set { BackingStore?.Set("clientCredentialType", value); }
}
+ /// The clientSessionId property
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ public string? ClientSessionId
+ {
+ get { return BackingStore?.Get("clientSessionId"); }
+ set { BackingStore?.Set("clientSessionId", value); }
+ }
+#nullable restore
+#else
+ public string ClientSessionId
+ {
+ get { return BackingStore?.Get("clientSessionId"); }
+ set { BackingStore?.Set("clientSessionId", value); }
+ }
+#endif
/// A list that indicates the audience that Conditional Access evaluated during a sign-in event. Supports $filter (eq).
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -847,7 +863,7 @@ public string SignInIdentifier
get { return BackingStore?.Get("signInIdentifierType"); }
set { BackingStore?.Set("signInIdentifierType", value); }
}
- /// Token protection creates a cryptographically secure tie between the token and the device it's issued to. This field indicates whether the signin token was bound to the device or not. The possible values are: none, bound, unbound, unknownFutureValue.
+ /// Deprecated. Use tokenProtectionStatusDetails instead. Token protection creates a cryptographically secure tie between the token and the device it's issued to. This field indicates whether the sign-in token was bound to the device. The possible values are: none, bound, unbound, unknownFutureValue.
public global::Microsoft.Graph.Beta.Models.TokenProtectionStatus? SignInTokenProtectionStatus
{
get { return BackingStore?.Get("signInTokenProtectionStatus"); }
@@ -891,7 +907,7 @@ public string TokenIssuerName
get { return BackingStore?.Get("tokenIssuerType"); }
set { BackingStore?.Set("tokenIssuerType", value); }
}
- /// The tokenProtectionStatusDetails property
+ /// The status of the token protection for a request in the sign-in logs. For more information, see Conditional Access: Token Protection.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public global::Microsoft.Graph.Beta.Models.TokenProtectionStatusDetails? TokenProtectionStatusDetails
@@ -1031,6 +1047,7 @@ public override IDictionary> GetFieldDeserializers()
{ "azureResourceId", n => { AzureResourceId = n.GetStringValue(); } },
{ "clientAppUsed", n => { ClientAppUsed = n.GetStringValue(); } },
{ "clientCredentialType", n => { ClientCredentialType = n.GetEnumValue(); } },
+ { "clientSessionId", n => { ClientSessionId = n.GetStringValue(); } },
{ "conditionalAccessAudiences", n => { ConditionalAccessAudiences = n.GetCollectionOfPrimitiveValues()?.AsList(); } },
{ "conditionalAccessStatus", n => { ConditionalAccessStatus = n.GetEnumValue(); } },
{ "correlationId", n => { CorrelationId = n.GetStringValue(); } },
@@ -1116,6 +1133,7 @@ public override void Serialize(ISerializationWriter writer)
writer.WriteStringValue("azureResourceId", AzureResourceId);
writer.WriteStringValue("clientAppUsed", ClientAppUsed);
writer.WriteEnumValue("clientCredentialType", ClientCredentialType);
+ writer.WriteStringValue("clientSessionId", ClientSessionId);
writer.WriteCollectionOfPrimitiveValues("conditionalAccessAudiences", ConditionalAccessAudiences);
writer.WriteEnumValue("conditionalAccessStatus", ConditionalAccessStatus);
writer.WriteStringValue("correlationId", CorrelationId);
diff --git a/src/Microsoft.Graph/Generated/Models/TeamTeamsAppInstallationScopeInfo.cs b/src/Microsoft.Graph/Generated/Models/TeamTeamsAppInstallationScopeInfo.cs
index 0a02c968d5cb..59467790522e 100644
--- a/src/Microsoft.Graph/Generated/Models/TeamTeamsAppInstallationScopeInfo.cs
+++ b/src/Microsoft.Graph/Generated/Models/TeamTeamsAppInstallationScopeInfo.cs
@@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models
public partial class TeamTeamsAppInstallationScopeInfo : global::Microsoft.Graph.Beta.Models.TeamsAppInstallationScopeInfo, IParsable
#pragma warning restore CS1591
{
- /// The teamId property
+ /// The ID of the team where the Teams app is installed.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? TeamId
diff --git a/src/Microsoft.Graph/Generated/Models/TeamsAppInstallation.cs b/src/Microsoft.Graph/Generated/Models/TeamsAppInstallation.cs
index 7725e5728da5..a87409836bdc 100644
--- a/src/Microsoft.Graph/Generated/Models/TeamsAppInstallation.cs
+++ b/src/Microsoft.Graph/Generated/Models/TeamsAppInstallation.cs
@@ -28,7 +28,7 @@ public partial class TeamsAppInstallation : global::Microsoft.Graph.Beta.Models.
set { BackingStore?.Set("consentedPermissionSet", value); }
}
#endif
- /// The scopeInfo property
+ /// The details of the scope in which the app is installed.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public global::Microsoft.Graph.Beta.Models.TeamsAppInstallationScopeInfo? ScopeInfo
diff --git a/src/Microsoft.Graph/Generated/Models/TeamsAppInstallationScopeInfo.cs b/src/Microsoft.Graph/Generated/Models/TeamsAppInstallationScopeInfo.cs
index 17fc35ef0390..709f95a05988 100644
--- a/src/Microsoft.Graph/Generated/Models/TeamsAppInstallationScopeInfo.cs
+++ b/src/Microsoft.Graph/Generated/Models/TeamsAppInstallationScopeInfo.cs
@@ -37,7 +37,7 @@ public string OdataType
set { BackingStore?.Set("@odata.type", value); }
}
#endif
- /// The scope property
+ /// The scope in which the Teams app is installed. The possible values are: team, groupChat, personal, unknownFutureValue.
public global::Microsoft.Graph.Beta.Models.TeamsAppInstallationScopes? Scope
{
get { return BackingStore?.Get("scope"); }
diff --git a/src/Microsoft.Graph/Generated/Models/TokenProtectionStatusDetails.cs b/src/Microsoft.Graph/Generated/Models/TokenProtectionStatusDetails.cs
index 676913fe3e1f..d16b4d4d8fa4 100644
--- a/src/Microsoft.Graph/Generated/Models/TokenProtectionStatusDetails.cs
+++ b/src/Microsoft.Graph/Generated/Models/TokenProtectionStatusDetails.cs
@@ -37,13 +37,13 @@ public string OdataType
set { BackingStore?.Set("@odata.type", value); }
}
#endif
- /// The signInSessionStatus property
+ /// The token protection status of the sign-in session. The possible values are: none, bound, unbound, unknownFutureValue.
public global::Microsoft.Graph.Beta.Models.TokenProtectionStatus? SignInSessionStatus
{
get { return BackingStore?.Get("signInSessionStatus"); }
set { BackingStore?.Set("signInSessionStatus", value); }
}
- /// The signInSessionStatusCode property
+ /// Additional information about the status.
public int? SignInSessionStatusCode
{
get { return BackingStore?.Get("signInSessionStatusCode"); }
diff --git a/src/Microsoft.Graph/Generated/Models/User.cs b/src/Microsoft.Graph/Generated/Models/User.cs
index 6da31a689df7..2f62f378eae0 100644
--- a/src/Microsoft.Graph/Generated/Models/User.cs
+++ b/src/Microsoft.Graph/Generated/Models/User.cs
@@ -968,7 +968,7 @@ public DateTimeOffset? HireDate
set { BackingStore?.Set("identities", value); }
}
#endif
- /// The identityGovernance property
+ /// The identity governance settings for the user, including the approver delegate configuration. Nullable. Returned only on $select. Supports $expand.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public global::Microsoft.Graph.Beta.Models.IdentityGovernanceUserSettings? IdentityGovernance
@@ -1124,7 +1124,7 @@ public bool? IsManagementRestricted
get { return BackingStore?.Get("isManagementRestricted"); }
set { BackingStore?.Set("isManagementRestricted", value); }
}
- /// Do not use – reserved for future use.
+ /// Do not use. Reserved for future use.
public bool? IsResourceAccount
{
get { return BackingStore?.Get("isResourceAccount"); }
diff --git a/src/Microsoft.Graph/Generated/Models/VirtualEventRegistrationConfiguration.cs b/src/Microsoft.Graph/Generated/Models/VirtualEventRegistrationConfiguration.cs
index de8b653a94ad..919050caad8b 100644
--- a/src/Microsoft.Graph/Generated/Models/VirtualEventRegistrationConfiguration.cs
+++ b/src/Microsoft.Graph/Generated/Models/VirtualEventRegistrationConfiguration.cs
@@ -18,6 +18,18 @@ public int? Capacity
get { return BackingStore?.Get("capacity"); }
set { BackingStore?.Set("capacity", value); }
}
+ /// The isManualApprovalEnabled property
+ public bool? IsManualApprovalEnabled
+ {
+ get { return BackingStore?.Get("isManualApprovalEnabled"); }
+ set { BackingStore?.Set("isManualApprovalEnabled", value); }
+ }
+ /// The isWaitlistEnabled property
+ public bool? IsWaitlistEnabled
+ {
+ get { return BackingStore?.Get("isWaitlistEnabled"); }
+ set { BackingStore?.Set("isWaitlistEnabled", value); }
+ }
/// Registration questions.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
@@ -61,6 +73,7 @@ public string RegistrationWebUrl
var mappingValue = parseNode.GetChildNode("@odata.type")?.GetStringValue();
return mappingValue switch
{
+ "#microsoft.graph.virtualEventTownhallRegistrationConfiguration" => new global::Microsoft.Graph.Beta.Models.VirtualEventTownhallRegistrationConfiguration(),
"#microsoft.graph.virtualEventWebinarRegistrationConfiguration" => new global::Microsoft.Graph.Beta.Models.VirtualEventWebinarRegistrationConfiguration(),
_ => new global::Microsoft.Graph.Beta.Models.VirtualEventRegistrationConfiguration(),
};
@@ -74,6 +87,8 @@ public override IDictionary> GetFieldDeserializers()
return new Dictionary>(base.GetFieldDeserializers())
{
{ "capacity", n => { Capacity = n.GetIntValue(); } },
+ { "isManualApprovalEnabled", n => { IsManualApprovalEnabled = n.GetBoolValue(); } },
+ { "isWaitlistEnabled", n => { IsWaitlistEnabled = n.GetBoolValue(); } },
{ "questions", n => { Questions = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Beta.Models.VirtualEventRegistrationQuestionBase.CreateFromDiscriminatorValue)?.AsList(); } },
{ "registrationWebUrl", n => { RegistrationWebUrl = n.GetStringValue(); } },
};
@@ -87,6 +102,8 @@ public override void Serialize(ISerializationWriter writer)
if(ReferenceEquals(writer, null)) throw new ArgumentNullException(nameof(writer));
base.Serialize(writer);
writer.WriteIntValue("capacity", Capacity);
+ writer.WriteBoolValue("isManualApprovalEnabled", IsManualApprovalEnabled);
+ writer.WriteBoolValue("isWaitlistEnabled", IsWaitlistEnabled);
writer.WriteCollectionOfObjectValues("questions", Questions);
writer.WriteStringValue("registrationWebUrl", RegistrationWebUrl);
}
diff --git a/src/Microsoft.Graph/Generated/Models/VirtualEventTownhall.cs b/src/Microsoft.Graph/Generated/Models/VirtualEventTownhall.cs
index 24552a7bffae..46947e7e6819 100644
--- a/src/Microsoft.Graph/Generated/Models/VirtualEventTownhall.cs
+++ b/src/Microsoft.Graph/Generated/Models/VirtualEventTownhall.cs
@@ -62,6 +62,38 @@ public bool? IsInviteOnly
get { return BackingStore?.Get("isInviteOnly"); }
set { BackingStore?.Set("isInviteOnly", value); }
}
+ /// The registrationConfiguration property
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ public global::Microsoft.Graph.Beta.Models.VirtualEventTownhallRegistrationConfiguration? RegistrationConfiguration
+ {
+ get { return BackingStore?.Get("registrationConfiguration"); }
+ set { BackingStore?.Set("registrationConfiguration", value); }
+ }
+#nullable restore
+#else
+ public global::Microsoft.Graph.Beta.Models.VirtualEventTownhallRegistrationConfiguration RegistrationConfiguration
+ {
+ get { return BackingStore?.Get("registrationConfiguration"); }
+ set { BackingStore?.Set("registrationConfiguration", value); }
+ }
+#endif
+ /// The registrations property
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ public List? Registrations
+ {
+ get { return BackingStore?.Get?>("registrations"); }
+ set { BackingStore?.Set("registrations", value); }
+ }
+#nullable restore
+#else
+ public List Registrations
+ {
+ get { return BackingStore?.Get>("registrations"); }
+ set { BackingStore?.Set("registrations", value); }
+ }
+#endif
///
/// Instantiates a new and sets the default values.
///
@@ -92,6 +124,8 @@ public override IDictionary> GetFieldDeserializers()
{ "coOrganizers", n => { CoOrganizers = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Beta.Models.CommunicationsUserIdentity.CreateFromDiscriminatorValue)?.AsList(); } },
{ "invitedAttendees", n => { InvitedAttendees = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Beta.Models.Identity.CreateFromDiscriminatorValue)?.AsList(); } },
{ "isInviteOnly", n => { IsInviteOnly = n.GetBoolValue(); } },
+ { "registrationConfiguration", n => { RegistrationConfiguration = n.GetObjectValue(global::Microsoft.Graph.Beta.Models.VirtualEventTownhallRegistrationConfiguration.CreateFromDiscriminatorValue); } },
+ { "registrations", n => { Registrations = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Beta.Models.VirtualEventRegistration.CreateFromDiscriminatorValue)?.AsList(); } },
};
}
///
@@ -107,6 +141,8 @@ public override void Serialize(ISerializationWriter writer)
writer.WriteCollectionOfObjectValues("coOrganizers", CoOrganizers);
writer.WriteCollectionOfObjectValues("invitedAttendees", InvitedAttendees);
writer.WriteBoolValue("isInviteOnly", IsInviteOnly);
+ writer.WriteObjectValue("registrationConfiguration", RegistrationConfiguration);
+ writer.WriteCollectionOfObjectValues("registrations", Registrations);
}
}
}
diff --git a/src/Microsoft.Graph/Generated/Models/VirtualEventTownhallRegistrationConfiguration.cs b/src/Microsoft.Graph/Generated/Models/VirtualEventTownhallRegistrationConfiguration.cs
new file mode 100644
index 000000000000..3fce7ab96b70
--- /dev/null
+++ b/src/Microsoft.Graph/Generated/Models/VirtualEventTownhallRegistrationConfiguration.cs
@@ -0,0 +1,46 @@
+//
+#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.Beta.Models
+{
+ [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
+ #pragma warning disable CS1591
+ public partial class VirtualEventTownhallRegistrationConfiguration : global::Microsoft.Graph.Beta.Models.VirtualEventRegistrationConfiguration, IParsable
+ #pragma warning restore CS1591
+ {
+ ///
+ /// 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.Beta.Models.VirtualEventTownhallRegistrationConfiguration CreateFromDiscriminatorValue(IParseNode parseNode)
+ {
+ if(ReferenceEquals(parseNode, null)) throw new ArgumentNullException(nameof(parseNode));
+ return new global::Microsoft.Graph.Beta.Models.VirtualEventTownhallRegistrationConfiguration();
+ }
+ ///
+ /// 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)
+ {
+ if(ReferenceEquals(writer, null)) throw new ArgumentNullException(nameof(writer));
+ base.Serialize(writer);
+ }
+ }
+}
+#pragma warning restore CS0618
diff --git a/src/Microsoft.Graph/Generated/Models/VirtualEventWebinarRegistrationConfiguration.cs b/src/Microsoft.Graph/Generated/Models/VirtualEventWebinarRegistrationConfiguration.cs
index ef82a00414bc..ab3858e538ec 100644
--- a/src/Microsoft.Graph/Generated/Models/VirtualEventWebinarRegistrationConfiguration.cs
+++ b/src/Microsoft.Graph/Generated/Models/VirtualEventWebinarRegistrationConfiguration.cs
@@ -12,18 +12,6 @@ namespace Microsoft.Graph.Beta.Models
public partial class VirtualEventWebinarRegistrationConfiguration : global::Microsoft.Graph.Beta.Models.VirtualEventRegistrationConfiguration, IParsable
#pragma warning restore CS1591
{
- /// The isManualApprovalEnabled property
- public bool? IsManualApprovalEnabled
- {
- get { return BackingStore?.Get("isManualApprovalEnabled"); }
- set { BackingStore?.Set("isManualApprovalEnabled", value); }
- }
- /// The isWaitlistEnabled property
- public bool? IsWaitlistEnabled
- {
- get { return BackingStore?.Get("isWaitlistEnabled"); }
- set { BackingStore?.Set("isWaitlistEnabled", value); }
- }
///
/// Creates a new instance of the appropriate class based on discriminator value
///
@@ -42,8 +30,6 @@ public override IDictionary> GetFieldDeserializers()
{
return new Dictionary>(base.GetFieldDeserializers())
{
- { "isManualApprovalEnabled", n => { IsManualApprovalEnabled = n.GetBoolValue(); } },
- { "isWaitlistEnabled", n => { IsWaitlistEnabled = n.GetBoolValue(); } },
};
}
///
@@ -54,8 +40,6 @@ public override void Serialize(ISerializationWriter writer)
{
if(ReferenceEquals(writer, null)) throw new ArgumentNullException(nameof(writer));
base.Serialize(writer);
- writer.WriteBoolValue("isManualApprovalEnabled", IsManualApprovalEnabled);
- writer.WriteBoolValue("isWaitlistEnabled", IsWaitlistEnabled);
}
}
}
diff --git a/src/Microsoft.Graph/Generated/NetworkAccess/Reports/MicrosoftGraphNetworkaccessDestinationReportWithStartDateTimeWithEndDateTime/MicrosoftGraphNetworkaccessDestinationReportWithStartDateTimeWithEndDateTimeRequestBuilder.cs b/src/Microsoft.Graph/Generated/NetworkAccess/Reports/MicrosoftGraphNetworkaccessDestinationReportWithStartDateTimeWithEndDateTime/MicrosoftGraphNetworkaccessDestinationReportWithStartDateTimeWithEndDateTimeRequestBuilder.cs
deleted file mode 100644
index d921daf476e8..000000000000
--- a/src/Microsoft.Graph/Generated/NetworkAccess/Reports/MicrosoftGraphNetworkaccessDestinationReportWithStartDateTimeWithEndDateTime/MicrosoftGraphNetworkaccessDestinationReportWithStartDateTimeWithEndDateTimeRequestBuilder.cs
+++ /dev/null
@@ -1,161 +0,0 @@
-//
-#pragma warning disable CS0618
-using Microsoft.Graph.Beta.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.Beta.NetworkAccess.Reports.MicrosoftGraphNetworkaccessDestinationReportWithStartDateTimeWithEndDateTime
-{
- ///
- /// Provides operations to call the destinationReport method.
- ///
- [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
- public partial class MicrosoftGraphNetworkaccessDestinationReportWithStartDateTimeWithEndDateTimeRequestBuilder : BaseRequestBuilder
- {
- ///
- /// Instantiates a new and sets the default values.
- ///
- /// Usage: endDateTime={endDateTime}
- /// Path parameters for the request
- /// The request adapter to use to execute the requests.
- /// Usage: startDateTime={startDateTime}
- public MicrosoftGraphNetworkaccessDestinationReportWithStartDateTimeWithEndDateTimeRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter, DateTimeOffset? endDateTime = default, DateTimeOffset? startDateTime = default) : base(requestAdapter, "{+baseurl}/networkAccess/reports/microsoft.graph.networkaccess.destinationReport(startDateTime={startDateTime},endDateTime={endDateTime}){?%24count,%24filter,%24search,%24skip,%24top}", pathParameters)
- {
- if (endDateTime != null) PathParameters.Add("endDateTime", endDateTime);
- if (startDateTime != null) PathParameters.Add("startDateTime", startDateTime);
- }
- ///
- /// 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 MicrosoftGraphNetworkaccessDestinationReportWithStartDateTimeWithEndDateTimeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/networkAccess/reports/microsoft.graph.networkaccess.destinationReport(startDateTime={startDateTime},endDateTime={endDateTime}){?%24count,%24filter,%24search,%24skip,%24top}", rawUrl)
- {
- }
- ///
- /// Invoke function destinationReport
- ///
- /// 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 GetAsDestinationReportWithStartDateTimeWithEndDateTimeGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default)
- {
-#nullable restore
-#else
- public async Task GetAsDestinationReportWithStartDateTimeWithEndDateTimeGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default)
- {
-#endif
- var requestInfo = ToGetRequestInformation(requestConfiguration);
- var errorMapping = new Dictionary>
- {
- { "XXX", global::Microsoft.Graph.Beta.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue },
- };
- return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.NetworkAccess.Reports.MicrosoftGraphNetworkaccessDestinationReportWithStartDateTimeWithEndDateTime.DestinationReportWithStartDateTimeWithEndDateTimeGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
- }
- ///
- /// Invoke function destinationReport
- ///
- /// 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
- [Obsolete("This method is obsolete. Use GetAsDestinationReportWithStartDateTimeWithEndDateTimeGetResponseAsync instead.")]
-#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.Beta.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue },
- };
- return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.NetworkAccess.Reports.MicrosoftGraphNetworkaccessDestinationReportWithStartDateTimeWithEndDateTime.DestinationReportWithStartDateTimeWithEndDateTimeResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
- }
- ///
- /// Invoke function destinationReport
- ///
- /// 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;
- }
- ///
- /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
- ///
- /// A