diff --git a/src/Microsoft.Graph/Generated/Applications/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilder.cs
index 993aec68206..b0047e42f0b 100644
--- a/src/Microsoft.Graph/Generated/Applications/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilder.cs
+++ b/src/Microsoft.Graph/Generated/Applications/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilder.cs
@@ -54,8 +54,8 @@ public FederatedIdentityCredentialsRequestBuilder(string rawUrl, IRequestAdapter
{
}
///
- /// Get a list of the federatedIdentityCredential objects and their properties.
- /// Find more info here
+ /// Get a list of the federatedIdentityCredential objects and their properties assigned to an application or an agentIdentityBlueprint.
+ /// Find more info here
///
/// A
/// Cancellation token to use when cancelling requests
@@ -78,8 +78,8 @@ public FederatedIdentityCredentialsRequestBuilder(string rawUrl, IRequestAdapter
return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.FederatedIdentityCredentialCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Create a new federatedIdentityCredential object for an agentIdentityBlueprint. By configuring a trust relationship between your Microsoft Entra agent identity blueprint registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an agentIdentityBlueprint.
- /// Find more info here
+ /// Create a new federatedIdentityCredential object for an application or an agentIdentityBlueprint. By configuring a trust relationship between your Microsoft Entra application registration or agent identity blueprint and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application or agent identity blueprint.
+ /// Find more info here
///
/// A
/// The request body
@@ -104,7 +104,7 @@ public FederatedIdentityCredentialsRequestBuilder(string rawUrl, IRequestAdapter
return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.FederatedIdentityCredential.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Get a list of the federatedIdentityCredential objects and their properties.
+ /// Get a list of the federatedIdentityCredential objects and their properties assigned to an application or an agentIdentityBlueprint.
///
/// A
/// Configuration for the request such as headers, query parameters, and middleware options.
@@ -123,7 +123,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Create a new federatedIdentityCredential object for an agentIdentityBlueprint. By configuring a trust relationship between your Microsoft Entra agent identity blueprint registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an agentIdentityBlueprint.
+ /// Create a new federatedIdentityCredential object for an application or an agentIdentityBlueprint. By configuring a trust relationship between your Microsoft Entra application registration or agent identity blueprint and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application or agent identity blueprint.
///
/// A
/// The request body
@@ -154,7 +154,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Beta.
return new global::Microsoft.Graph.Beta.Applications.Item.FederatedIdentityCredentials.FederatedIdentityCredentialsRequestBuilder(rawUrl, RequestAdapter);
}
///
- /// Get a list of the federatedIdentityCredential objects and their properties.
+ /// Get a list of the federatedIdentityCredential objects and their properties assigned to an application or an agentIdentityBlueprint.
///
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class FederatedIdentityCredentialsRequestBuilderGetQueryParameters
diff --git a/src/Microsoft.Graph/Generated/Applications/Item/FederatedIdentityCredentials/Item/FederatedIdentityCredentialItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/FederatedIdentityCredentials/Item/FederatedIdentityCredentialItemRequestBuilder.cs
index 829c85d1243..47822600310 100644
--- a/src/Microsoft.Graph/Generated/Applications/Item/FederatedIdentityCredentials/Item/FederatedIdentityCredentialItemRequestBuilder.cs
+++ b/src/Microsoft.Graph/Generated/Applications/Item/FederatedIdentityCredentials/Item/FederatedIdentityCredentialItemRequestBuilder.cs
@@ -35,7 +35,7 @@ public FederatedIdentityCredentialItemRequestBuilder(string rawUrl, IRequestAdap
{
}
///
- /// Deletes a federatedIdentityCredential object from an application.
+ /// Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint.
/// Find more info here
///
/// Cancellation token to use when cancelling requests
@@ -58,7 +58,7 @@ public async Task DeleteAsync(Action
- /// Read the properties and relationships of a federatedIdentityCredential object.
+ /// Read the properties and relationships of a federatedIdentityCredential object assigned to an application or an agentIdentityBlueprint.
/// Find more info here
///
/// A
@@ -82,7 +82,7 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Beta.Models.FederatedIdentityCredential.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Create a new federatedIdentityCredential object for an application if it doesn't exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.
+ /// Create a new federatedIdentityCredential object for an application or an agentIdentityBlueprint if it doesn't exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration or agentIdentityBlueprint and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application or agentIdentityBlueprint.
/// Find more info here
///
/// A
@@ -108,7 +108,7 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Beta.Models.FederatedIdentityCredential.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Deletes a federatedIdentityCredential object from an application.
+ /// Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint.
///
/// A
/// Configuration for the request such as headers, query parameters, and middleware options.
@@ -127,7 +127,7 @@ public RequestInformation ToDeleteRequestInformation(Action
- /// Read the properties and relationships of a federatedIdentityCredential object.
+ /// Read the properties and relationships of a federatedIdentityCredential object assigned to an application or an agentIdentityBlueprint.
///
/// A
/// Configuration for the request such as headers, query parameters, and middleware options.
@@ -146,7 +146,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Create a new federatedIdentityCredential object for an application if it doesn't exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.
+ /// Create a new federatedIdentityCredential object for an application or an agentIdentityBlueprint if it doesn't exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration or agentIdentityBlueprint and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application or agentIdentityBlueprint.
///
/// A
/// The request body
@@ -185,7 +185,7 @@ public partial class FederatedIdentityCredentialItemRequestBuilderDeleteRequestC
{
}
///
- /// Read the properties and relationships of a federatedIdentityCredential object.
+ /// Read the properties and relationships of a federatedIdentityCredential object assigned to an application or an agentIdentityBlueprint.
///
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class FederatedIdentityCredentialItemRequestBuilderGetQueryParameters
diff --git a/src/Microsoft.Graph/Generated/Applications/Item/FederatedIdentityCredentialsWithName/FederatedIdentityCredentialsWithNameRequestBuilder.cs b/src/Microsoft.Graph/Generated/Applications/Item/FederatedIdentityCredentialsWithName/FederatedIdentityCredentialsWithNameRequestBuilder.cs
index a9ddbff3063..cf6a6e8a7e2 100644
--- a/src/Microsoft.Graph/Generated/Applications/Item/FederatedIdentityCredentialsWithName/FederatedIdentityCredentialsWithNameRequestBuilder.cs
+++ b/src/Microsoft.Graph/Generated/Applications/Item/FederatedIdentityCredentialsWithName/FederatedIdentityCredentialsWithNameRequestBuilder.cs
@@ -37,7 +37,7 @@ public FederatedIdentityCredentialsWithNameRequestBuilder(string rawUrl, IReques
{
}
///
- /// Deletes a federatedIdentityCredential object from an application.
+ /// Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint.
/// Find more info here
///
/// Cancellation token to use when cancelling requests
@@ -60,7 +60,7 @@ public async Task DeleteAsync(Action
- /// Read the properties and relationships of a federatedIdentityCredential object.
+ /// Read the properties and relationships of a federatedIdentityCredential object assigned to an application or an agentIdentityBlueprint.
/// Find more info here
///
/// A
@@ -84,7 +84,7 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Beta.Models.FederatedIdentityCredential.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Create a new federatedIdentityCredential object for an application if it doesn't exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.
+ /// Create a new federatedIdentityCredential object for an application or an agentIdentityBlueprint if it doesn't exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration or agentIdentityBlueprint and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application or agentIdentityBlueprint.
/// Find more info here
///
/// A
@@ -110,7 +110,7 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Beta.Models.FederatedIdentityCredential.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Deletes a federatedIdentityCredential object from an application.
+ /// Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint.
///
/// A
/// Configuration for the request such as headers, query parameters, and middleware options.
@@ -129,7 +129,7 @@ public RequestInformation ToDeleteRequestInformation(Action
- /// Read the properties and relationships of a federatedIdentityCredential object.
+ /// Read the properties and relationships of a federatedIdentityCredential object assigned to an application or an agentIdentityBlueprint.
///
/// A
/// Configuration for the request such as headers, query parameters, and middleware options.
@@ -148,7 +148,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Create a new federatedIdentityCredential object for an application if it doesn't exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.
+ /// Create a new federatedIdentityCredential object for an application or an agentIdentityBlueprint if it doesn't exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration or agentIdentityBlueprint and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application or agentIdentityBlueprint.
///
/// A
/// The request body
@@ -187,7 +187,7 @@ public partial class FederatedIdentityCredentialsWithNameRequestBuilderDeleteReq
{
}
///
- /// Read the properties and relationships of a federatedIdentityCredential object.
+ /// Read the properties and relationships of a federatedIdentityCredential object assigned to an application or an agentIdentityBlueprint.
///
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class FederatedIdentityCredentialsWithNameRequestBuilderGetQueryParameters
diff --git a/src/Microsoft.Graph/Generated/Chats/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs
index bd386d53fff..6c5afd47992 100644
--- a/src/Microsoft.Graph/Generated/Chats/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs
+++ b/src/Microsoft.Graph/Generated/Chats/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs
@@ -34,7 +34,8 @@ public CompleteMigrationRequestBuilder(string rawUrl, IRequestAdapter requestAda
{
}
///
- /// Invoke action completeMigration
+ /// Complete the migration of external messages by removing migration mode from a chat. Complete migration operations were initially restricted to newly created standard channels using migration templates specifically designed for the initial migration process. For more information, see Import third-party platform messages to Teams using Microsoft Graph. After a completeMigration request is made for an existing or new chat, you can start a migration session by calling chat: startMigration. This API supportes the following channel types.
+ /// Find more info here
///
/// Cancellation token to use when cancelling requests
/// Configuration for the request such as headers, query parameters, and middleware options.
@@ -56,7 +57,7 @@ public async Task PostAsync(Action>
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Invoke action completeMigration
+ /// Complete the migration of external messages by removing migration mode from a chat. Complete migration operations were initially restricted to newly created standard channels using migration templates specifically designed for the initial migration process. For more information, see Import third-party platform messages to Teams using Microsoft Graph. After a completeMigration request is made for an existing or new chat, you can start a migration session by calling chat: startMigration. This API supportes the following channel types.
///
/// A
/// Configuration for the request such as headers, query parameters, and middleware options.
diff --git a/src/Microsoft.Graph/Generated/DirectoryNamespace/CertificateAuthorities/CertificateBasedApplicationConfigurations/CertificateBasedApplicationConfigurationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DirectoryNamespace/CertificateAuthorities/CertificateBasedApplicationConfigurations/CertificateBasedApplicationConfigurationsRequestBuilder.cs
index 5cd9b0d3ecc..250150ca337 100644
--- a/src/Microsoft.Graph/Generated/DirectoryNamespace/CertificateAuthorities/CertificateBasedApplicationConfigurations/CertificateBasedApplicationConfigurationsRequestBuilder.cs
+++ b/src/Microsoft.Graph/Generated/DirectoryNamespace/CertificateAuthorities/CertificateBasedApplicationConfigurations/CertificateBasedApplicationConfigurationsRequestBuilder.cs
@@ -78,7 +78,8 @@ public CertificateBasedApplicationConfigurationsRequestBuilder(string rawUrl, IR
return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.CertificateBasedApplicationConfigurationCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Create new navigation property to certificateBasedApplicationConfigurations for directory
+ /// Create a new certificateBasedApplicationConfiguration object.
+ /// Find more info here
///
/// A
/// The request body
@@ -122,7 +123,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Create new navigation property to certificateBasedApplicationConfigurations for directory
+ /// Create a new certificateBasedApplicationConfiguration object.
///
/// A
/// The request body
diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs
index 47c59ce23a7..24a024b78ce 100644
--- a/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs
+++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs
@@ -34,7 +34,7 @@ public CompleteMigrationRequestBuilder(string rawUrl, IRequestAdapter requestAda
{
}
///
- /// Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import more messages into the team. You can add members to the team after the request returns a successful response.
+ /// Complete migration on existing channels or new channels. Complete migration operations were initially restricted to newly created standard channels using migration templates specifically designed for the initial migration process. For more information, see Import third-party platform messages to Teams using Microsoft Graph. Consider the following points when completing migration for new and existing channels: After a completeMigration request is made for existing or new channels, you can still import more messages into the team by calling channel: startMigration. This API supportes the following channel types.
/// Find more info here
///
/// Cancellation token to use when cancelling requests
@@ -57,7 +57,7 @@ public async Task PostAsync(Action>
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import more messages into the team. You can add members to the team after the request returns a successful response.
+ /// Complete migration on existing channels or new channels. Complete migration operations were initially restricted to newly created standard channels using migration templates specifically designed for the initial migration process. For more information, see Import third-party platform messages to Teams using Microsoft Graph. Consider the following points when completing migration for new and existing channels: After a completeMigration request is made for existing or new channels, you can still import more messages into the team by calling channel: startMigration. This API supportes the following channel types.
///
/// A
/// Configuration for the request such as headers, query parameters, and middleware options.
diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs
index a1227fa64b3..c305f3b8f17 100644
--- a/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs
+++ b/src/Microsoft.Graph/Generated/Groups/Item/Team/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs
@@ -34,7 +34,7 @@ public CompleteMigrationRequestBuilder(string rawUrl, IRequestAdapter requestAda
{
}
///
- /// Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import more messages into the team. You can add members to the team after the request returns a successful response.
+ /// Complete migration on existing channels or new channels. Complete migration operations were initially restricted to newly created standard channels using migration templates specifically designed for the initial migration process. For more information, see Import third-party platform messages to Teams using Microsoft Graph. Consider the following points when completing migration for new and existing channels: After a completeMigration request is made for existing or new channels, you can still import more messages into the team by calling channel: startMigration. This API supportes the following channel types.
/// Find more info here
///
/// Cancellation token to use when cancelling requests
@@ -57,7 +57,7 @@ public async Task PostAsync(Action>
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import more messages into the team. You can add members to the team after the request returns a successful response.
+ /// Complete migration on existing channels or new channels. Complete migration operations were initially restricted to newly created standard channels using migration templates specifically designed for the initial migration process. For more information, see Import third-party platform messages to Teams using Microsoft Graph. Consider the following points when completing migration for new and existing channels: After a completeMigration request is made for existing or new channels, you can still import more messages into the team by calling channel: startMigration. This API supportes the following channel types.
///
/// A
/// Configuration for the request such as headers, query parameters, and middleware options.
diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ControlConfigurations/ControlConfigurationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ControlConfigurations/ControlConfigurationsRequestBuilder.cs
new file mode 100644
index 00000000000..7925c8a7711
--- /dev/null
+++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ControlConfigurations/ControlConfigurationsRequestBuilder.cs
@@ -0,0 +1,245 @@
+//
+#pragma warning disable CS0618
+using Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Count;
+using Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Item;
+using Microsoft.Graph.Beta.Models.ODataErrors;
+using Microsoft.Graph.Beta.Models;
+using Microsoft.Kiota.Abstractions.Extensions;
+using Microsoft.Kiota.Abstractions.Serialization;
+using Microsoft.Kiota.Abstractions;
+using System.Collections.Generic;
+using System.IO;
+using System.Threading.Tasks;
+using System.Threading;
+using System;
+namespace Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations
+{
+ ///
+ /// Provides operations to manage the controlConfigurations property of the microsoft.graph.entitlementManagement entity.
+ ///
+ [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
+ public partial class ControlConfigurationsRequestBuilder : BaseRequestBuilder
+ {
+ /// Provides operations to count the resources in the collection.
+ [Obsolete("Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27")]
+ public global::Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Count.CountRequestBuilder Count
+ {
+ get => new global::Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Count.CountRequestBuilder(PathParameters, RequestAdapter);
+ }
+ /// Provides operations to manage the controlConfigurations property of the microsoft.graph.entitlementManagement entity.
+ /// The unique identifier of controlConfiguration
+ /// A
+ [Obsolete("Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27")]
+ public global::Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Item.ControlConfigurationItemRequestBuilder this[string position]
+ {
+ get
+ {
+ var urlTplParams = new Dictionary(PathParameters);
+ urlTplParams.Add("controlConfiguration%2Did", position);
+ return new global::Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Item.ControlConfigurationItemRequestBuilder(urlTplParams, RequestAdapter);
+ }
+ }
+ ///
+ /// Instantiates a new and sets the default values.
+ ///
+ /// Path parameters for the request
+ /// The request adapter to use to execute the requests.
+ public ControlConfigurationsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/identityGovernance/entitlementManagement/controlConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters)
+ {
+ }
+ ///
+ /// Instantiates a new and sets the default values.
+ ///
+ /// The raw URL to use for the request builder.
+ /// The request adapter to use to execute the requests.
+ public ControlConfigurationsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/identityGovernance/entitlementManagement/controlConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl)
+ {
+ }
+ ///
+ /// Represents the policies that control lifecycle and access to access packages across the organization.
+ ///
+ /// 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("Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27")]
+#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.Models.ControlConfigurationCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
+ }
+ ///
+ /// Create new navigation property to controlConfigurations for identityGovernance
+ ///
+ /// A
+ /// The request body
+ /// Cancellation token to use when cancelling requests
+ /// Configuration for the request such as headers, query parameters, and middleware options.
+ /// When receiving a 4XX or 5XX status code
+ [Obsolete("Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27")]
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ public async Task PostAsync(global::Microsoft.Graph.Beta.Models.ControlConfiguration body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default)
+ {
+#nullable restore
+#else
+ public async Task PostAsync(global::Microsoft.Graph.Beta.Models.ControlConfiguration body, Action> requestConfiguration = default, CancellationToken cancellationToken = default)
+ {
+#endif
+ if(ReferenceEquals(body, null)) throw new ArgumentNullException(nameof(body));
+ var requestInfo = ToPostRequestInformation(body, requestConfiguration);
+ var errorMapping = new Dictionary>
+ {
+ { "XXX", global::Microsoft.Graph.Beta.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue },
+ };
+ return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.ControlConfiguration.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
+ }
+ ///
+ /// Represents the policies that control lifecycle and access to access packages across the organization.
+ ///
+ /// A
+ /// Configuration for the request such as headers, query parameters, and middleware options.
+ [Obsolete("Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27")]
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default)
+ {
+#nullable restore
+#else
+ public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default)
+ {
+#endif
+ var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters);
+ requestInfo.Configure(requestConfiguration);
+ requestInfo.Headers.TryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ ///
+ /// Create new navigation property to controlConfigurations for identityGovernance
+ ///
+ /// A
+ /// The request body
+ /// Configuration for the request such as headers, query parameters, and middleware options.
+ [Obsolete("Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27")]
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Beta.Models.ControlConfiguration body, Action>? requestConfiguration = default)
+ {
+#nullable restore
+#else
+ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Beta.Models.ControlConfiguration body, Action> requestConfiguration = default)
+ {
+#endif
+ if(ReferenceEquals(body, null)) throw new ArgumentNullException(nameof(body));
+ var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters);
+ requestInfo.Configure(requestConfiguration);
+ requestInfo.Headers.TryAdd("Accept", "application/json");
+ requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body);
+ return requestInfo;
+ }
+ ///
+ /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
+ ///
+ /// A
+ /// The raw URL to use for the request builder.
+ [Obsolete("Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27")]
+ public global::Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.ControlConfigurationsRequestBuilder WithUrl(string rawUrl)
+ {
+ return new global::Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.ControlConfigurationsRequestBuilder(rawUrl, RequestAdapter);
+ }
+ ///
+ /// Represents the policies that control lifecycle and access to access packages across the organization.
+ ///
+ [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
+ public partial class ControlConfigurationsRequestBuilderGetQueryParameters
+ {
+ /// Include count of items
+ [QueryParameter("%24count")]
+ public bool? Count { get; set; }
+ /// Expand related entities
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ [QueryParameter("%24expand")]
+ public string[]? Expand { get; set; }
+#nullable restore
+#else
+ [QueryParameter("%24expand")]
+ public string[] Expand { get; set; }
+#endif
+ /// Filter items by property values
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ [QueryParameter("%24filter")]
+ public string? Filter { get; set; }
+#nullable restore
+#else
+ [QueryParameter("%24filter")]
+ public string Filter { get; set; }
+#endif
+ /// Order items by property values
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ [QueryParameter("%24orderby")]
+ public string[]? Orderby { get; set; }
+#nullable restore
+#else
+ [QueryParameter("%24orderby")]
+ public string[] Orderby { get; set; }
+#endif
+ /// Search items by search phrases
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ [QueryParameter("%24search")]
+ public string? Search { get; set; }
+#nullable restore
+#else
+ [QueryParameter("%24search")]
+ public string Search { get; set; }
+#endif
+ /// Select properties to be returned
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ [QueryParameter("%24select")]
+ public string[]? Select { get; set; }
+#nullable restore
+#else
+ [QueryParameter("%24select")]
+ public string[] Select { get; set; }
+#endif
+ /// Skip the first n items
+ [QueryParameter("%24skip")]
+ public int? Skip { get; set; }
+ /// Show only the first n items
+ [QueryParameter("%24top")]
+ public int? Top { get; set; }
+ }
+ ///
+ /// Configuration for the request such as headers, query parameters, and middleware options.
+ ///
+ [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")]
+ [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
+ public partial class ControlConfigurationsRequestBuilderGetRequestConfiguration : RequestConfiguration
+ {
+ }
+ ///
+ /// Configuration for the request such as headers, query parameters, and middleware options.
+ ///
+ [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")]
+ [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
+ public partial class ControlConfigurationsRequestBuilderPostRequestConfiguration : RequestConfiguration
+ {
+ }
+ }
+}
+#pragma warning restore CS0618
diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ControlConfigurations/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ControlConfigurations/Count/CountRequestBuilder.cs
new file mode 100644
index 00000000000..fca3be73016
--- /dev/null
+++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ControlConfigurations/Count/CountRequestBuilder.cs
@@ -0,0 +1,127 @@
+//
+#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.IdentityGovernance.EntitlementManagement.ControlConfigurations.Count
+{
+ ///
+ /// Provides operations to count the resources in the collection.
+ ///
+ [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
+ public partial class CountRequestBuilder : BaseRequestBuilder
+ {
+ ///
+ /// Instantiates a new and sets the default values.
+ ///
+ /// Path parameters for the request
+ /// The request adapter to use to execute the requests.
+ public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/identityGovernance/entitlementManagement/controlConfigurations/$count{?%24filter,%24search}", pathParameters)
+ {
+ }
+ ///
+ /// Instantiates a new and sets the default values.
+ ///
+ /// The raw URL to use for the request builder.
+ /// The request adapter to use to execute the requests.
+ public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/identityGovernance/entitlementManagement/controlConfigurations/$count{?%24filter,%24search}", rawUrl)
+ {
+ }
+ ///
+ /// Get the number of the resource
+ ///
+ /// A
+ /// Cancellation token to use when cancelling requests
+ /// Configuration for the request such as headers, query parameters, and middleware options.
+ /// When receiving a 4XX or 5XX status code
+ [Obsolete("Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27")]
+#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.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
+ }
+ ///
+ /// Get the number of the resource
+ ///
+ /// A
+ /// Configuration for the request such as headers, query parameters, and middleware options.
+ [Obsolete("Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27")]
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default)
+ {
+#nullable restore
+#else
+ public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default)
+ {
+#endif
+ var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters);
+ requestInfo.Configure(requestConfiguration);
+ requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9");
+ return requestInfo;
+ }
+ ///
+ /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
+ ///
+ /// A
+ /// The raw URL to use for the request builder.
+ [Obsolete("Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27")]
+ public global::Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Count.CountRequestBuilder WithUrl(string rawUrl)
+ {
+ return new global::Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Count.CountRequestBuilder(rawUrl, RequestAdapter);
+ }
+ ///
+ /// Get the number of the resource
+ ///
+ [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
+ public partial class CountRequestBuilderGetQueryParameters
+ {
+ /// Filter items by property values
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ [QueryParameter("%24filter")]
+ public string? Filter { get; set; }
+#nullable restore
+#else
+ [QueryParameter("%24filter")]
+ public string Filter { get; set; }
+#endif
+ /// Search items by search phrases
+#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
+#nullable enable
+ [QueryParameter("%24search")]
+ public string? Search { get; set; }
+#nullable restore
+#else
+ [QueryParameter("%24search")]
+ public string Search { get; set; }
+#endif
+ }
+ ///
+ /// Configuration for the request such as headers, query parameters, and middleware options.
+ ///
+ [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")]
+ [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
+ public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration
+ {
+ }
+ }
+}
+#pragma warning restore CS0618
diff --git a/src/Microsoft.Graph/Generated/Security/Identities/Settings/AutoAuditingConfiguration/AutoAuditingConfigurationRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ControlConfigurations/Item/ControlConfigurationItemRequestBuilder.cs
similarity index 56%
rename from src/Microsoft.Graph/Generated/Security/Identities/Settings/AutoAuditingConfiguration/AutoAuditingConfigurationRequestBuilder.cs
rename to src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ControlConfigurations/Item/ControlConfigurationItemRequestBuilder.cs
index c56df3a2843..e52697aaa59 100644
--- a/src/Microsoft.Graph/Generated/Security/Identities/Settings/AutoAuditingConfiguration/AutoAuditingConfigurationRequestBuilder.cs
+++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/ControlConfigurations/Item/ControlConfigurationItemRequestBuilder.cs
@@ -1,7 +1,7 @@
//
#pragma warning disable CS0618
using Microsoft.Graph.Beta.Models.ODataErrors;
-using Microsoft.Graph.Beta.Models.Security;
+using Microsoft.Graph.Beta.Models;
using Microsoft.Kiota.Abstractions.Extensions;
using Microsoft.Kiota.Abstractions.Serialization;
using Microsoft.Kiota.Abstractions;
@@ -10,36 +10,37 @@
using System.Threading.Tasks;
using System.Threading;
using System;
-namespace Microsoft.Graph.Beta.Security.Identities.Settings.AutoAuditingConfiguration
+namespace Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Item
{
///
- /// Provides operations to manage the autoAuditingConfiguration property of the microsoft.graph.security.settingsContainer entity.
+ /// Provides operations to manage the controlConfigurations property of the microsoft.graph.entitlementManagement entity.
///
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
- public partial class AutoAuditingConfigurationRequestBuilder : BaseRequestBuilder
+ public partial class ControlConfigurationItemRequestBuilder : BaseRequestBuilder
{
///
- /// Instantiates a new and sets the default values.
+ /// Instantiates a new and sets the default values.
///
/// Path parameters for the request
/// The request adapter to use to execute the requests.
- public AutoAuditingConfigurationRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/identities/settings/autoAuditingConfiguration{?%24expand,%24select}", pathParameters)
+ public ControlConfigurationItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/identityGovernance/entitlementManagement/controlConfigurations/{controlConfiguration%2Did}{?%24expand,%24select}", pathParameters)
{
}
///
- /// Instantiates a new and sets the default values.
+ /// 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 AutoAuditingConfigurationRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/security/identities/settings/autoAuditingConfiguration{?%24expand,%24select}", rawUrl)
+ public ControlConfigurationItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/identityGovernance/entitlementManagement/controlConfigurations/{controlConfiguration%2Did}{?%24expand,%24select}", rawUrl)
{
}
///
- /// Delete navigation property autoAuditingConfiguration for security
+ /// Delete navigation property controlConfigurations for identityGovernance
///
/// 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("Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27")]
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default)
@@ -57,20 +58,20 @@ public async Task DeleteAsync(Action
- /// Get the properties and relationships of an microsoft.graph.security.autoAuditingConfiguration object.
- /// Find more info here
+ /// Represents the policies that control lifecycle and access to access packages across the organization.
///
- /// A
+ /// 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("Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27")]
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
- public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default)
+ public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default)
{
#nullable restore
#else
- public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default)
+ public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default)
{
#endif
var requestInfo = ToGetRequestInformation(requestConfiguration);
@@ -78,38 +79,40 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Beta.Models.Security.AutoAuditingConfiguration.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
+ return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.ControlConfiguration.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Update the navigation property autoAuditingConfiguration in security
+ /// Update the navigation property controlConfigurations in identityGovernance
///
- /// A
+ /// A
/// The request body
/// Cancellation token to use when cancelling requests
/// Configuration for the request such as headers, query parameters, and middleware options.
/// When receiving a 4XX or 5XX status code
+ [Obsolete("Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27")]
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
- public async Task PatchAsync(global::Microsoft.Graph.Beta.Models.Security.AutoAuditingConfiguration body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default)
+ public async Task PutAsync(global::Microsoft.Graph.Beta.Models.ControlConfiguration body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default)
{
#nullable restore
#else
- public async Task PatchAsync(global::Microsoft.Graph.Beta.Models.Security.AutoAuditingConfiguration body, Action> requestConfiguration = default, CancellationToken cancellationToken = default)
+ public async Task PutAsync(global::Microsoft.Graph.Beta.Models.ControlConfiguration body, Action> requestConfiguration = default, CancellationToken cancellationToken = default)
{
#endif
if(ReferenceEquals(body, null)) throw new ArgumentNullException(nameof(body));
- var requestInfo = ToPatchRequestInformation(body, requestConfiguration);
+ var requestInfo = ToPutRequestInformation(body, requestConfiguration);
var errorMapping = new Dictionary>
{
{ "XXX", global::Microsoft.Graph.Beta.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue },
};
- return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.Security.AutoAuditingConfiguration.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
+ return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.ControlConfiguration.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Delete navigation property autoAuditingConfiguration for security
+ /// Delete navigation property controlConfigurations for identityGovernance
///
/// A
/// Configuration for the request such as headers, query parameters, and middleware options.
+ [Obsolete("Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27")]
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default)
@@ -125,17 +128,18 @@ public RequestInformation ToDeleteRequestInformation(Action
- /// Get the properties and relationships of an microsoft.graph.security.autoAuditingConfiguration object.
+ /// Represents the policies that control lifecycle and access to access packages across the organization.
///
/// A
/// Configuration for the request such as headers, query parameters, and middleware options.
+ [Obsolete("Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27")]
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
- public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default)
+ public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default)
{
#nullable restore
#else
- public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default)
+ public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default)
{
#endif
var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters);
@@ -144,22 +148,23 @@ public RequestInformation ToGetRequestInformation(Action
- /// Update the navigation property autoAuditingConfiguration in security
+ /// Update the navigation property controlConfigurations in identityGovernance
///
/// A
/// The request body
/// Configuration for the request such as headers, query parameters, and middleware options.
+ [Obsolete("Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27")]
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
- public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Beta.Models.Security.AutoAuditingConfiguration body, Action>? requestConfiguration = default)
+ public RequestInformation ToPutRequestInformation(global::Microsoft.Graph.Beta.Models.ControlConfiguration body, Action>? requestConfiguration = default)
{
#nullable restore
#else
- public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Beta.Models.Security.AutoAuditingConfiguration body, Action> requestConfiguration = default)
+ public RequestInformation ToPutRequestInformation(global::Microsoft.Graph.Beta.Models.ControlConfiguration body, Action> requestConfiguration = default)
{
#endif
if(ReferenceEquals(body, null)) throw new ArgumentNullException(nameof(body));
- var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters);
+ var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters);
requestInfo.Configure(requestConfiguration);
requestInfo.Headers.TryAdd("Accept", "application/json");
requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body);
@@ -168,25 +173,26 @@ public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Beta
///
/// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
///
- /// A
+ /// A
/// The raw URL to use for the request builder.
- public global::Microsoft.Graph.Beta.Security.Identities.Settings.AutoAuditingConfiguration.AutoAuditingConfigurationRequestBuilder WithUrl(string rawUrl)
+ [Obsolete("Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27")]
+ public global::Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Item.ControlConfigurationItemRequestBuilder WithUrl(string rawUrl)
{
- return new global::Microsoft.Graph.Beta.Security.Identities.Settings.AutoAuditingConfiguration.AutoAuditingConfigurationRequestBuilder(rawUrl, RequestAdapter);
+ return new global::Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Item.ControlConfigurationItemRequestBuilder(rawUrl, RequestAdapter);
}
///
/// Configuration for the request such as headers, query parameters, and middleware options.
///
[Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
- public partial class AutoAuditingConfigurationRequestBuilderDeleteRequestConfiguration : RequestConfiguration
+ public partial class ControlConfigurationItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration
{
}
///
- /// Get the properties and relationships of an microsoft.graph.security.autoAuditingConfiguration object.
+ /// Represents the policies that control lifecycle and access to access packages across the organization.
///
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
- public partial class AutoAuditingConfigurationRequestBuilderGetQueryParameters
+ public partial class ControlConfigurationItemRequestBuilderGetQueryParameters
{
/// Expand related entities
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -214,7 +220,7 @@ public partial class AutoAuditingConfigurationRequestBuilderGetQueryParameters
///
[Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
- public partial class AutoAuditingConfigurationRequestBuilderGetRequestConfiguration : RequestConfiguration
+ public partial class ControlConfigurationItemRequestBuilderGetRequestConfiguration : RequestConfiguration
{
}
///
@@ -222,7 +228,7 @@ public partial class AutoAuditingConfigurationRequestBuilderGetRequestConfigurat
///
[Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
- public partial class AutoAuditingConfigurationRequestBuilderPatchRequestConfiguration : RequestConfiguration
+ public partial class ControlConfigurationItemRequestBuilderPutRequestConfiguration : RequestConfiguration
{
}
}
diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/EntitlementManagementRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/EntitlementManagementRequestBuilder.cs
index 9ceb4593e8b..90f328681ea 100644
--- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/EntitlementManagementRequestBuilder.cs
+++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/EntitlementManagementRequestBuilder.cs
@@ -17,6 +17,7 @@
using Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.AssignmentRequests;
using Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.AvailableAccessPackages;
using Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ConnectedOrganizations;
+using Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations;
using Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.Settings;
using Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.Subjects;
using Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.SubjectsWithObjectId;
@@ -113,6 +114,11 @@ public partial class EntitlementManagementRequestBuilder : BaseRequestBuilder
{
get => new global::Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.ConnectedOrganizationsRequestBuilder(PathParameters, RequestAdapter);
}
+ /// Provides operations to manage the controlConfigurations property of the microsoft.graph.entitlementManagement entity.
+ public global::Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.ControlConfigurationsRequestBuilder ControlConfigurations
+ {
+ get => new global::Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.ControlConfigurationsRequestBuilder(PathParameters, RequestAdapter);
+ }
/// Provides operations to manage the settings property of the microsoft.graph.entitlementManagement entity.
public global::Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.Settings.SettingsRequestBuilder Settings
{
diff --git a/src/Microsoft.Graph/Generated/Me/Chats/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Chats/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs
index d38c95d2b28..ecc7e049ed9 100644
--- a/src/Microsoft.Graph/Generated/Me/Chats/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs
+++ b/src/Microsoft.Graph/Generated/Me/Chats/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs
@@ -34,7 +34,8 @@ public CompleteMigrationRequestBuilder(string rawUrl, IRequestAdapter requestAda
{
}
///
- /// Invoke action completeMigration
+ /// Complete the migration of external messages by removing migration mode from a chat. Complete migration operations were initially restricted to newly created standard channels using migration templates specifically designed for the initial migration process. For more information, see Import third-party platform messages to Teams using Microsoft Graph. After a completeMigration request is made for an existing or new chat, you can start a migration session by calling chat: startMigration. This API supportes the following channel types.
+ /// Find more info here
///
/// Cancellation token to use when cancelling requests
/// Configuration for the request such as headers, query parameters, and middleware options.
@@ -56,7 +57,7 @@ public async Task PostAsync(Action>
await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Invoke action completeMigration
+ /// Complete the migration of external messages by removing migration mode from a chat. Complete migration operations were initially restricted to newly created standard channels using migration templates specifically designed for the initial migration process. For more information, see Import third-party platform messages to Teams using Microsoft Graph. After a completeMigration request is made for an existing or new chat, you can start a migration session by calling chat: startMigration. This API supportes the following channel types.
///
/// A
/// Configuration for the request such as headers, query parameters, and middleware options.
diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/UserConfigurations/Item/UserConfigurationItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/UserConfigurations/Item/UserConfigurationItemRequestBuilder.cs
index 63c59aee2b4..91be9cc83f5 100644
--- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/UserConfigurations/Item/UserConfigurationItemRequestBuilder.cs
+++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/UserConfigurations/Item/UserConfigurationItemRequestBuilder.cs
@@ -35,7 +35,7 @@ public UserConfigurationItemRequestBuilder(string rawUrl, IRequestAdapter reques
{
}
///
- /// Get userConfigurations from me
+ /// The user configuration objects associated to the mailFolder.
///
/// A
/// Cancellation token to use when cancelling requests
@@ -58,7 +58,7 @@ public UserConfigurationItemRequestBuilder(string rawUrl, IRequestAdapter reques
return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.UserConfiguration.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Get userConfigurations from me
+ /// The user configuration objects associated to the mailFolder.
///
/// A
/// Configuration for the request such as headers, query parameters, and middleware options.
@@ -86,7 +86,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Get userConfigurations from me
+ /// The user configuration objects associated to the mailFolder.
///
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class UserConfigurationItemRequestBuilderGetQueryParameters
diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/UserConfigurations/UserConfigurationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/UserConfigurations/UserConfigurationsRequestBuilder.cs
index 9e87382a34a..a66b29f3ec2 100644
--- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/UserConfigurations/UserConfigurationsRequestBuilder.cs
+++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/Item/UserConfigurations/UserConfigurationsRequestBuilder.cs
@@ -54,7 +54,7 @@ public UserConfigurationsRequestBuilder(string rawUrl, IRequestAdapter requestAd
{
}
///
- /// Get userConfigurations from me
+ /// The user configuration objects associated to the mailFolder.
///
/// A
/// Cancellation token to use when cancelling requests
@@ -77,7 +77,7 @@ public UserConfigurationsRequestBuilder(string rawUrl, IRequestAdapter requestAd
return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.UserConfigurationCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Get userConfigurations from me
+ /// The user configuration objects associated to the mailFolder.
///
/// A
/// Configuration for the request such as headers, query parameters, and middleware options.
@@ -105,7 +105,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Get userConfigurations from me
+ /// The user configuration objects associated to the mailFolder.
///
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class UserConfigurationsRequestBuilderGetQueryParameters
diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/UserConfigurations/Item/UserConfigurationItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/UserConfigurations/Item/UserConfigurationItemRequestBuilder.cs
index 6a745076a2d..fd7b71e5b5b 100644
--- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/UserConfigurations/Item/UserConfigurationItemRequestBuilder.cs
+++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/UserConfigurations/Item/UserConfigurationItemRequestBuilder.cs
@@ -35,7 +35,8 @@ public UserConfigurationItemRequestBuilder(string rawUrl, IRequestAdapter reques
{
}
///
- /// Get userConfigurations from me
+ /// Read the properties and relationships of a userConfiguration object.
+ /// Find more info here
///
/// A
/// Cancellation token to use when cancelling requests
@@ -58,7 +59,7 @@ public UserConfigurationItemRequestBuilder(string rawUrl, IRequestAdapter reques
return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.UserConfiguration.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Get userConfigurations from me
+ /// Read the properties and relationships of a userConfiguration object.
///
/// A
/// Configuration for the request such as headers, query parameters, and middleware options.
@@ -86,7 +87,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Get userConfigurations from me
+ /// Read the properties and relationships of a userConfiguration object.
///
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class UserConfigurationItemRequestBuilderGetQueryParameters
diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/UserConfigurations/UserConfigurationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/UserConfigurations/UserConfigurationsRequestBuilder.cs
index 9d215365264..e307ce1bd50 100644
--- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/UserConfigurations/UserConfigurationsRequestBuilder.cs
+++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/UserConfigurations/UserConfigurationsRequestBuilder.cs
@@ -54,7 +54,7 @@ public UserConfigurationsRequestBuilder(string rawUrl, IRequestAdapter requestAd
{
}
///
- /// Get userConfigurations from me
+ /// Read the properties and relationships of a userConfiguration object.
///
/// A
/// Cancellation token to use when cancelling requests
@@ -77,7 +77,7 @@ public UserConfigurationsRequestBuilder(string rawUrl, IRequestAdapter requestAd
return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.UserConfigurationCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Get userConfigurations from me
+ /// Read the properties and relationships of a userConfiguration object.
///
/// A
/// Configuration for the request such as headers, query parameters, and middleware options.
@@ -105,7 +105,7 @@ public RequestInformation ToGetRequestInformation(Action
- /// Get userConfigurations from me
+ /// Read the properties and relationships of a userConfiguration object.
///
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class UserConfigurationsRequestBuilderGetQueryParameters
diff --git a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Recordings/RecordingsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Recordings/RecordingsRequestBuilder.cs
index fa9fa181557..0920ff3eaad 100644
--- a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Recordings/RecordingsRequestBuilder.cs
+++ b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Recordings/RecordingsRequestBuilder.cs
@@ -60,7 +60,7 @@ public RecordingsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) :
{
}
///
- /// Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from private chat meetings, channel meetings, ad hoc calls, including PSTN, 1:1, and group calls. Private channel meetings are not supported. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.
+ /// Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.
/// Find more info here
///
/// A
@@ -109,7 +109,7 @@ public RecordingsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) :
return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.CallRecording.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from private chat meetings, channel meetings, ad hoc calls, including PSTN, 1:1, and group calls. Private channel meetings are not supported. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.
+ /// Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.
///
/// A
/// Configuration for the request such as headers, query parameters, and middleware options.
@@ -159,7 +159,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Beta.
return new global::Microsoft.Graph.Beta.Me.OnlineMeetings.Item.Recordings.RecordingsRequestBuilder(rawUrl, RequestAdapter);
}
///
- /// Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from private chat meetings, channel meetings, ad hoc calls, including PSTN, 1:1, and group calls. Private channel meetings are not supported. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.
+ /// Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.
///
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class RecordingsRequestBuilderGetQueryParameters
diff --git a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilder.cs
index 1d7987e1c62..7d852a2e4d3 100644
--- a/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilder.cs
+++ b/src/Microsoft.Graph/Generated/Me/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilder.cs
@@ -60,7 +60,7 @@ public TranscriptsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
{
}
///
- /// Retrieve a callTranscript object associated with a scheduled onlineMeeting and an ad hoc call. This API supports the retrieval of call transcripts from private chat meetings and channel meetings, and ad hoc calls including PSTN, 1:1, and group calls. Private channel meetings are not supported. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript.
+ /// Retrieve a callTranscript object associated with a scheduled onlineMeeting and an ad hoc call. This API supports the retrieval of call transcripts from private chat meetings and channel meetings, and ad hoc calls including PSTN, 1:1, and group calls. Private channel meetings are not supported. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript.
/// Find more info here
///
/// A
@@ -109,7 +109,7 @@ public TranscriptsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.CallTranscript.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
}
///
- /// Retrieve a callTranscript object associated with a scheduled onlineMeeting and an ad hoc call. This API supports the retrieval of call transcripts from private chat meetings and channel meetings, and ad hoc calls including PSTN, 1:1, and group calls. Private channel meetings are not supported. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript.
+ /// Retrieve a callTranscript object associated with a scheduled onlineMeeting and an ad hoc call. This API supports the retrieval of call transcripts from private chat meetings and channel meetings, and ad hoc calls including PSTN, 1:1, and group calls. Private channel meetings are not supported. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript.
///
/// A
/// Configuration for the request such as headers, query parameters, and middleware options.
@@ -159,7 +159,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Beta.
return new global::Microsoft.Graph.Beta.Me.OnlineMeetings.Item.Transcripts.TranscriptsRequestBuilder(rawUrl, RequestAdapter);
}
///
- /// Retrieve a callTranscript object associated with a scheduled onlineMeeting and an ad hoc call. This API supports the retrieval of call transcripts from private chat meetings and channel meetings, and ad hoc calls including PSTN, 1:1, and group calls. Private channel meetings are not supported. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript.
+ /// Retrieve a callTranscript object associated with a scheduled onlineMeeting and an ad hoc call. This API supports the retrieval of call transcripts from private chat meetings and channel meetings, and ad hoc calls including PSTN, 1:1, and group calls. Private channel meetings are not supported. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript.
///
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class TranscriptsRequestBuilderGetQueryParameters
diff --git a/src/Microsoft.Graph/Generated/Models/AccessPackageSuggestionRelatedPeopleInsightLevel.cs b/src/Microsoft.Graph/Generated/Models/AccessPackageSuggestionRelatedPeopleInsightLevel.cs
new file mode 100644
index 00000000000..0ec0d4c9888
--- /dev/null
+++ b/src/Microsoft.Graph/Generated/Models/AccessPackageSuggestionRelatedPeopleInsightLevel.cs
@@ -0,0 +1,28 @@
+//
+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 AccessPackageSuggestionRelatedPeopleInsightLevel
+ #pragma warning restore CS1591
+ {
+ [EnumMember(Value = "disabled")]
+ #pragma warning disable CS1591
+ Disabled,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "count")]
+ #pragma warning disable CS1591
+ Count,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "countAndNames")]
+ #pragma warning disable CS1591
+ CountAndNames,
+ #pragma warning restore CS1591
+ [EnumMember(Value = "unknownFutureValue")]
+ #pragma warning disable CS1591
+ UnknownFutureValue,
+ #pragma warning restore CS1591
+ }
+}
diff --git a/src/Microsoft.Graph/Generated/Models/AccessReviewHistoryDefinition.cs b/src/Microsoft.Graph/Generated/Models/AccessReviewHistoryDefinition.cs
index 4ebf6920cf8..d5a3990e955 100644
--- a/src/Microsoft.Graph/Generated/Models/AccessReviewHistoryDefinition.cs
+++ b/src/Microsoft.Graph/Generated/Models/AccessReviewHistoryDefinition.cs
@@ -34,7 +34,7 @@ public DateTimeOffset? CreatedDateTime
get { return BackingStore?.Get("createdDateTime"); }
set { BackingStore?.Set("createdDateTime", value); }
}
- /// Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified.
+ /// Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. The possible values are: approve, deny, dontKnow, notReviewed, and notNotified.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public List? Decisions
diff --git a/src/Microsoft.Graph/Generated/Models/AccountTargetContent.cs b/src/Microsoft.Graph/Generated/Models/AccountTargetContent.cs
index 176b224c002..43943e921bd 100644
--- a/src/Microsoft.Graph/Generated/Models/AccountTargetContent.cs
+++ b/src/Microsoft.Graph/Generated/Models/AccountTargetContent.cs
@@ -37,7 +37,7 @@ public string OdataType
set { BackingStore?.Set("@odata.type", value); }
}
#endif
- /// The type of account target content. Possible values are: unknown,includeAll, addressBook, unknownFutureValue.
+ /// The type of account target content. The possible values are: unknown,includeAll, addressBook, unknownFutureValue.
public global::Microsoft.Graph.Beta.Models.AccountTargetContentType? Type
{
get { return BackingStore?.Get("type"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AgentIdentityBlueprint.cs b/src/Microsoft.Graph/Generated/Models/AgentIdentityBlueprint.cs
index dd26acec77c..a2e9668a7b0 100644
--- a/src/Microsoft.Graph/Generated/Models/AgentIdentityBlueprint.cs
+++ b/src/Microsoft.Graph/Generated/Models/AgentIdentityBlueprint.cs
@@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models
public partial class AgentIdentityBlueprint : global::Microsoft.Graph.Beta.Models.Application, IParsable
#pragma warning restore CS1591
{
- /// The sponsors for this agent identity blueprint. Sponsors are users or groups who can authorize and manage the lifecycle of agent identity instances.
+ /// The sponsors for this agent identity blueprint. Sponsors are users or groups who can authorize and manage the lifecycle of agent identity instances. Required during the create operation.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public List? Sponsors
diff --git a/src/Microsoft.Graph/Generated/Models/AgreementAcceptance.cs b/src/Microsoft.Graph/Generated/Models/AgreementAcceptance.cs
index 5a6feff5821..2cf8e782c12 100644
--- a/src/Microsoft.Graph/Generated/Models/AgreementAcceptance.cs
+++ b/src/Microsoft.Graph/Generated/Models/AgreementAcceptance.cs
@@ -120,7 +120,7 @@ public DateTimeOffset? RecordedDateTime
get { return BackingStore?.Get("recordedDateTime"); }
set { BackingStore?.Set("recordedDateTime", value); }
}
- /// Possible values are: accepted, declined. Supports $filter (eq).
+ /// The possible values are: accepted, declined. Supports $filter (eq).
public global::Microsoft.Graph.Beta.Models.AgreementAcceptanceState? State
{
get { return BackingStore?.Get("state"); }
diff --git a/src/Microsoft.Graph/Generated/Models/Alert.cs b/src/Microsoft.Graph/Generated/Models/Alert.cs
index 87bdc9e3bea..b72507cc46b 100644
--- a/src/Microsoft.Graph/Generated/Models/Alert.cs
+++ b/src/Microsoft.Graph/Generated/Models/Alert.cs
@@ -196,7 +196,7 @@ public DateTimeOffset? EventDateTime
get { return BackingStore?.Get("eventDateTime"); }
set { BackingStore?.Set("eventDateTime", value); }
}
- /// Analyst feedback on the alert. Possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.
+ /// Analyst feedback on the alert. The possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.
public global::Microsoft.Graph.Beta.Models.AlertFeedback? Feedback
{
get { return BackingStore?.Get("feedback"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AlertHistoryState.cs b/src/Microsoft.Graph/Generated/Models/AlertHistoryState.cs
index 58e8ae4a2d1..c42764712fe 100644
--- a/src/Microsoft.Graph/Generated/Models/AlertHistoryState.cs
+++ b/src/Microsoft.Graph/Generated/Models/AlertHistoryState.cs
@@ -69,7 +69,7 @@ public List Comments
set { BackingStore?.Set("comments", value); }
}
#endif
- /// Analyst feedback on the alert in this update. Possible values are: unknown, truePositive, falsePositive, benignPositive.
+ /// Analyst feedback on the alert in this update. The possible values are: unknown, truePositive, falsePositive, benignPositive.
public global::Microsoft.Graph.Beta.Models.AlertFeedback? Feedback
{
get { return BackingStore?.Get("feedback"); }
@@ -91,7 +91,7 @@ public string OdataType
set { BackingStore?.Set("@odata.type", value); }
}
#endif
- /// Alert status value (if updated). Possible values are: unknown, newAlert, inProgress, resolved, dismissed.
+ /// Alert status value (if updated). The possible values are: unknown, newAlert, inProgress, resolved, dismissed.
public global::Microsoft.Graph.Beta.Models.AlertStatus? Status
{
get { return BackingStore?.Get("status"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerCertificateProfileBase.cs b/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerCertificateProfileBase.cs
index e1c0ee8db31..e2f25b4113e 100644
--- a/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerCertificateProfileBase.cs
+++ b/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerCertificateProfileBase.cs
@@ -63,13 +63,13 @@ public int? RenewalThresholdPercentage
set { BackingStore?.Set("rootCertificate", value); }
}
#endif
- /// Certificate Subject Alternative Name Type. Possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier.
+ /// Certificate Subject Alternative Name Type. The possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier.
public global::Microsoft.Graph.Beta.Models.SubjectAlternativeNameType? SubjectAlternativeNameType
{
get { return BackingStore?.Get("subjectAlternativeNameType"); }
set { BackingStore?.Set("subjectAlternativeNameType", value); }
}
- /// Certificate Subject Name Format. Possible values are: commonName, commonNameIncludingEmail, commonNameAsEmail, custom, commonNameAsIMEI, commonNameAsSerialNumber, commonNameAsAadDeviceId, commonNameAsIntuneDeviceId, commonNameAsDurableDeviceId.
+ /// Certificate Subject Name Format. The possible values are: commonName, commonNameIncludingEmail, commonNameAsEmail, custom, commonNameAsIMEI, commonNameAsSerialNumber, commonNameAsAadDeviceId, commonNameAsIntuneDeviceId, commonNameAsDurableDeviceId.
public global::Microsoft.Graph.Beta.Models.SubjectNameFormat? SubjectNameFormat
{
get { return BackingStore?.Get("subjectNameFormat"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerCompliancePolicy.cs b/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerCompliancePolicy.cs
index 1b06cfc7047..03fcc0e2b44 100644
--- a/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerCompliancePolicy.cs
+++ b/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerCompliancePolicy.cs
@@ -13,7 +13,7 @@ namespace Microsoft.Graph.Beta.Models
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class AndroidDeviceOwnerCompliancePolicy : global::Microsoft.Graph.Beta.Models.DeviceCompliancePolicy, IParsable
{
- /// Indicates the Microsoft Defender for Endpoint (also referred to Microsoft Defender Advanced Threat Protection (MDATP)) minimum risk level to report noncompliance. Possible values are: unavailable, secured, low, medium, high, notSet. Possible values are: unavailable, secured, low, medium, high, notSet.
+ /// Indicates the Microsoft Defender for Endpoint (also referred to Microsoft Defender Advanced Threat Protection (MDATP)) minimum risk level to report noncompliance. The possible values are: unavailable, secured, low, medium, high, notSet. The possible values are: unavailable, secured, low, medium, high, notSet.
public global::Microsoft.Graph.Beta.Models.DeviceThreatProtectionLevel? AdvancedThreatProtectionRequiredSecurityLevel
{
get { return BackingStore?.Get("advancedThreatProtectionRequiredSecurityLevel"); }
@@ -25,7 +25,7 @@ public bool? DeviceThreatProtectionEnabled
get { return BackingStore?.Get("deviceThreatProtectionEnabled"); }
set { BackingStore?.Set("deviceThreatProtectionEnabled", value); }
}
- /// Indicates the minimum mobile threat protection risk level to that results in Intune reporting device noncompliance. Possible values are: unavailable, secured, low, medium, high, notSet. Possible values are: unavailable, secured, low, medium, high, notSet.
+ /// Indicates the minimum mobile threat protection risk level to that results in Intune reporting device noncompliance. The possible values are: unavailable, secured, low, medium, high, notSet. The possible values are: unavailable, secured, low, medium, high, notSet.
public global::Microsoft.Graph.Beta.Models.DeviceThreatProtectionLevel? DeviceThreatProtectionRequiredSecurityLevel
{
get { return BackingStore?.Get("deviceThreatProtectionRequiredSecurityLevel"); }
@@ -145,7 +145,7 @@ public bool? PasswordRequired
get { return BackingStore?.Get("passwordRequired"); }
set { BackingStore?.Set("passwordRequired", value); }
}
- /// Indicates the password complexity requirement for the device to be marked compliant. Possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword. Possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword.
+ /// Indicates the password complexity requirement for the device to be marked compliant. The possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword. The possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword.
public global::Microsoft.Graph.Beta.Models.AndroidDeviceOwnerRequiredPasswordType? PasswordRequiredType
{
get { return BackingStore?.Get("passwordRequiredType"); }
@@ -163,7 +163,7 @@ public bool? SecurityBlockJailbrokenDevices
get { return BackingStore?.Get("securityBlockJailbrokenDevices"); }
set { BackingStore?.Set("securityBlockJailbrokenDevices", value); }
}
- /// Indicates the types of measurements and reference data used to evaluate the device SafetyNet evaluation. Evaluation is completed on the device to assess device integrity based on checks defined by Android and built into the device hardware, for example, compromised OS version or root detection. Possible values are: basic, hardwareBacked, with default value of basic. Possible values are: basic, hardwareBacked.
+ /// Indicates the types of measurements and reference data used to evaluate the device SafetyNet evaluation. Evaluation is completed on the device to assess device integrity based on checks defined by Android and built into the device hardware, for example, compromised OS version or root detection. The possible values are: basic, hardwareBacked, with default value of basic. The possible values are: basic, hardwareBacked.
public global::Microsoft.Graph.Beta.Models.AndroidSafetyNetEvaluationType? SecurityRequiredAndroidSafetyNetEvaluationType
{
get { return BackingStore?.Get("securityRequiredAndroidSafetyNetEvaluationType"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.cs b/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.cs
index 894df0e0083..784656fc0c6 100644
--- a/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.cs
+++ b/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.cs
@@ -13,7 +13,7 @@ namespace Microsoft.Graph.Beta.Models
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration : global::Microsoft.Graph.Beta.Models.DeviceConfiguration, IParsable
{
- /// Certificate access type. Possible values are: userApproval, specificApps, unknownFutureValue.
+ /// Certificate access type. The possible values are: userApproval, specificApps, unknownFutureValue.
public global::Microsoft.Graph.Beta.Models.AndroidDeviceOwnerCertificateAccessType? CertificateAccessType
{
get { return BackingStore?.Get("certificateAccessType"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerEnterpriseWiFiConfiguration.cs b/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerEnterpriseWiFiConfiguration.cs
index 92f814eb987..58189f4b079 100644
--- a/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerEnterpriseWiFiConfiguration.cs
+++ b/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerEnterpriseWiFiConfiguration.cs
@@ -13,7 +13,7 @@ namespace Microsoft.Graph.Beta.Models
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class AndroidDeviceOwnerEnterpriseWiFiConfiguration : global::Microsoft.Graph.Beta.Models.AndroidDeviceOwnerWiFiConfiguration, IParsable
{
- /// Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential.
+ /// Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential.
public global::Microsoft.Graph.Beta.Models.WiFiAuthenticationMethod? AuthenticationMethod
{
get { return BackingStore?.Get("authenticationMethod"); }
@@ -57,13 +57,13 @@ public partial class AndroidDeviceOwnerEnterpriseWiFiConfiguration : global::Mic
set { BackingStore?.Set("identityCertificateForClientAuthentication", value); }
}
#endif
- /// Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo.
+ /// Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo.
public global::Microsoft.Graph.Beta.Models.NonEapAuthenticationMethodForEapTtlsType? InnerAuthenticationProtocolForEapTtls
{
get { return BackingStore?.Get("innerAuthenticationProtocolForEapTtls"); }
set { BackingStore?.Set("innerAuthenticationProtocolForEapTtls", value); }
}
- /// Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. Possible values are: none, microsoftChapVersionTwo.
+ /// Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. The possible values are: none, microsoftChapVersionTwo.
public global::Microsoft.Graph.Beta.Models.NonEapAuthenticationMethodForPeap? InnerAuthenticationProtocolForPeap
{
get { return BackingStore?.Get("innerAuthenticationProtocolForPeap"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerGeneralDeviceConfiguration.cs b/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerGeneralDeviceConfiguration.cs
index 07a0e7ec966..41aa53d0ad4 100644
--- a/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerGeneralDeviceConfiguration.cs
+++ b/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerGeneralDeviceConfiguration.cs
@@ -41,13 +41,13 @@ public bool? AppsAllowInstallFromUnknownSources
get { return BackingStore?.Get("appsAllowInstallFromUnknownSources"); }
set { BackingStore?.Set("appsAllowInstallFromUnknownSources", value); }
}
- /// Indicates the value of the app auto update policy. Possible values are: notConfigured, userChoice, never, wiFiOnly, always.
+ /// Indicates the value of the app auto update policy. The possible values are: notConfigured, userChoice, never, wiFiOnly, always.
public global::Microsoft.Graph.Beta.Models.AndroidDeviceOwnerAppAutoUpdatePolicyType? AppsAutoUpdatePolicy
{
get { return BackingStore?.Get("appsAutoUpdatePolicy"); }
set { BackingStore?.Set("appsAutoUpdatePolicy", value); }
}
- /// Indicates the permission policy for requests for runtime permissions if one is not defined for the app specifically. Possible values are: deviceDefault, prompt, autoGrant, autoDeny.
+ /// Indicates the permission policy for requests for runtime permissions if one is not defined for the app specifically. The possible values are: deviceDefault, prompt, autoGrant, autoDeny.
public global::Microsoft.Graph.Beta.Models.AndroidDeviceOwnerDefaultAppPermissionPolicyType? AppsDefaultPermissionPolicy
{
get { return BackingStore?.Get("appsDefaultPermissionPolicy"); }
@@ -111,7 +111,7 @@ public bool? CrossProfilePoliciesAllowCopyPaste
get { return BackingStore?.Get("crossProfilePoliciesAllowCopyPaste"); }
set { BackingStore?.Set("crossProfilePoliciesAllowCopyPaste", value); }
}
- /// Indicates whether data from one profile (personal or work) can be shared with apps in the other profile. Possible values are: notConfigured, crossProfileDataSharingBlocked, dataSharingFromWorkToPersonalBlocked, crossProfileDataSharingAllowed, unkownFutureValue.
+ /// Indicates whether data from one profile (personal or work) can be shared with apps in the other profile. The possible values are: notConfigured, crossProfileDataSharingBlocked, dataSharingFromWorkToPersonalBlocked, crossProfileDataSharingAllowed, unkownFutureValue.
public global::Microsoft.Graph.Beta.Models.AndroidDeviceOwnerCrossProfileDataSharing? CrossProfilePoliciesAllowDataSharing
{
get { return BackingStore?.Get("crossProfilePoliciesAllowDataSharing"); }
@@ -151,7 +151,7 @@ public bool? DateTimeConfigurationBlocked
set { BackingStore?.Set("detailedHelpText", value); }
}
#endif
- /// Indicates the location setting configuration for fully managed devices (COBO) and corporate owned devices with a work profile (COPE). Possible values are: notConfigured, disabled, unknownFutureValue.
+ /// Indicates the location setting configuration for fully managed devices (COBO) and corporate owned devices with a work profile (COPE). The possible values are: notConfigured, disabled, unknownFutureValue.
public global::Microsoft.Graph.Beta.Models.AndroidDeviceOwnerLocationMode? DeviceLocationMode
{
get { return BackingStore?.Get("deviceLocationMode"); }
@@ -235,7 +235,7 @@ public bool? KioskCustomizationPowerButtonActionsBlocked
get { return BackingStore?.Get("kioskCustomizationPowerButtonActionsBlocked"); }
set { BackingStore?.Set("kioskCustomizationPowerButtonActionsBlocked", value); }
}
- /// Indicates whether system info and notifications are disabled in Kiosk Mode. Possible values are: notConfigured, notificationsAndSystemInfoEnabled, systemInfoOnly.
+ /// Indicates whether system info and notifications are disabled in Kiosk Mode. The possible values are: notConfigured, notificationsAndSystemInfoEnabled, systemInfoOnly.
public global::Microsoft.Graph.Beta.Models.AndroidDeviceOwnerKioskCustomizationStatusBar? KioskCustomizationStatusBar
{
get { return BackingStore?.Get("kioskCustomizationStatusBar"); }
@@ -247,7 +247,7 @@ public bool? KioskCustomizationSystemErrorWarnings
get { return BackingStore?.Get("kioskCustomizationSystemErrorWarnings"); }
set { BackingStore?.Set("kioskCustomizationSystemErrorWarnings", value); }
}
- /// Indicates which navigation features are enabled in Kiosk Mode. Possible values are: notConfigured, navigationEnabled, homeButtonOnly.
+ /// Indicates which navigation features are enabled in Kiosk Mode. The possible values are: notConfigured, navigationEnabled, homeButtonOnly.
public global::Microsoft.Graph.Beta.Models.AndroidDeviceOwnerKioskCustomizationSystemNavigation? KioskCustomizationSystemNavigation
{
get { return BackingStore?.Get("kioskCustomizationSystemNavigation"); }
@@ -331,7 +331,7 @@ public bool? KioskModeFlashlightConfigurationEnabled
get { return BackingStore?.Get("kioskModeFlashlightConfigurationEnabled"); }
set { BackingStore?.Set("kioskModeFlashlightConfigurationEnabled", value); }
}
- /// Folder icon configuration for managed home screen in Kiosk Mode. Possible values are: notConfigured, darkSquare, darkCircle, lightSquare, lightCircle.
+ /// Folder icon configuration for managed home screen in Kiosk Mode. The possible values are: notConfigured, darkSquare, darkCircle, lightSquare, lightCircle.
public global::Microsoft.Graph.Beta.Models.AndroidDeviceOwnerKioskModeFolderIcon? KioskModeFolderIcon
{
get { return BackingStore?.Get("kioskModeFolderIcon"); }
@@ -349,7 +349,7 @@ public int? KioskModeGridWidth
get { return BackingStore?.Get("kioskModeGridWidth"); }
set { BackingStore?.Set("kioskModeGridWidth", value); }
}
- /// Icon size configuration for managed home screen in Kiosk Mode. Possible values are: notConfigured, smallest, small, regular, large, largest.
+ /// Icon size configuration for managed home screen in Kiosk Mode. The possible values are: notConfigured, smallest, small, regular, large, largest.
public global::Microsoft.Graph.Beta.Models.AndroidDeviceOwnerKioskModeIconSize? KioskModeIconSize
{
get { return BackingStore?.Get("kioskModeIconSize"); }
@@ -411,7 +411,7 @@ public int? KioskModeManagedHomeScreenInactiveSignOutNoticeInSeconds
get { return BackingStore?.Get("kioskModeManagedHomeScreenInactiveSignOutNoticeInSeconds"); }
set { BackingStore?.Set("kioskModeManagedHomeScreenInactiveSignOutNoticeInSeconds", value); }
}
- /// Complexity of PIN for sign-in session for Managed Home Screen. Possible values are: notConfigured, simple, complex.
+ /// Complexity of PIN for sign-in session for Managed Home Screen. The possible values are: notConfigured, simple, complex.
public global::Microsoft.Graph.Beta.Models.KioskModeManagedHomeScreenPinComplexity? KioskModeManagedHomeScreenPinComplexity
{
get { return BackingStore?.Get("kioskModeManagedHomeScreenPinComplexity"); }
@@ -479,7 +479,7 @@ public bool? KioskModeMediaVolumeConfigurationEnabled
get { return BackingStore?.Get("kioskModeMediaVolumeConfigurationEnabled"); }
set { BackingStore?.Set("kioskModeMediaVolumeConfigurationEnabled", value); }
}
- /// Screen orientation configuration for managed home screen in Kiosk Mode. Possible values are: notConfigured, portrait, landscape, autoRotate.
+ /// Screen orientation configuration for managed home screen in Kiosk Mode. The possible values are: notConfigured, portrait, landscape, autoRotate.
public global::Microsoft.Graph.Beta.Models.AndroidDeviceOwnerKioskModeScreenOrientation? KioskModeScreenOrientation
{
get { return BackingStore?.Get("kioskModeScreenOrientation"); }
@@ -537,7 +537,7 @@ public bool? KioskModeShowDeviceInfo
get { return BackingStore?.Get("kioskModeShowDeviceInfo"); }
set { BackingStore?.Set("kioskModeShowDeviceInfo", value); }
}
- /// Whether or not to use single app kiosk mode or multi-app kiosk mode. Possible values are: notConfigured, singleAppMode, multiAppMode.
+ /// Whether or not to use single app kiosk mode or multi-app kiosk mode. The possible values are: notConfigured, singleAppMode, multiAppMode.
public global::Microsoft.Graph.Beta.Models.KioskModeType? KioskModeUseManagedHomeScreenApp
{
get { return BackingStore?.Get("kioskModeUseManagedHomeScreenApp"); }
@@ -549,7 +549,7 @@ public bool? KioskModeVirtualHomeButtonEnabled
get { return BackingStore?.Get("kioskModeVirtualHomeButtonEnabled"); }
set { BackingStore?.Set("kioskModeVirtualHomeButtonEnabled", value); }
}
- /// Indicates whether the virtual home button is a swipe up home button or a floating home button. Possible values are: notConfigured, swipeUp, floating.
+ /// Indicates whether the virtual home button is a swipe up home button or a floating home button. The possible values are: notConfigured, swipeUp, floating.
public global::Microsoft.Graph.Beta.Models.AndroidDeviceOwnerVirtualHomeButtonType? KioskModeVirtualHomeButtonType
{
get { return BackingStore?.Get("kioskModeVirtualHomeButtonType"); }
@@ -651,7 +651,7 @@ public bool? MicrosoftLauncherDockPresenceAllowUserModification
get { return BackingStore?.Get("microsoftLauncherDockPresenceAllowUserModification"); }
set { BackingStore?.Set("microsoftLauncherDockPresenceAllowUserModification", value); }
}
- /// Indicates whether or not you want to configure the device dock. Possible values are: notConfigured, show, hide, disabled.
+ /// Indicates whether or not you want to configure the device dock. The possible values are: notConfigured, show, hide, disabled.
public global::Microsoft.Graph.Beta.Models.MicrosoftLauncherDockPresence? MicrosoftLauncherDockPresenceConfiguration
{
get { return BackingStore?.Get("microsoftLauncherDockPresenceConfiguration"); }
@@ -669,7 +669,7 @@ public bool? MicrosoftLauncherFeedEnabled
get { return BackingStore?.Get("microsoftLauncherFeedEnabled"); }
set { BackingStore?.Set("microsoftLauncherFeedEnabled", value); }
}
- /// Indicates the search bar placement configuration on the device. Possible values are: notConfigured, top, bottom, hide.
+ /// Indicates the search bar placement configuration on the device. The possible values are: notConfigured, top, bottom, hide.
public global::Microsoft.Graph.Beta.Models.MicrosoftLauncherSearchBarPlacement? MicrosoftLauncherSearchBarPlacementConfiguration
{
get { return BackingStore?.Get("microsoftLauncherSearchBarPlacementConfiguration"); }
@@ -769,13 +769,13 @@ public int? PasswordPreviousPasswordCountToBlock
get { return BackingStore?.Get("passwordPreviousPasswordCountToBlock"); }
set { BackingStore?.Set("passwordPreviousPasswordCountToBlock", value); }
}
- /// Indicates the minimum password quality required on the device. Possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword.
+ /// Indicates the minimum password quality required on the device. The possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword.
public global::Microsoft.Graph.Beta.Models.AndroidDeviceOwnerRequiredPasswordType? PasswordRequiredType
{
get { return BackingStore?.Get("passwordRequiredType"); }
set { BackingStore?.Set("passwordRequiredType", value); }
}
- /// Indicates the timeout period after which a device must be unlocked using a form of strong authentication. Possible values are: deviceDefault, daily, unkownFutureValue.
+ /// Indicates the timeout period after which a device must be unlocked using a form of strong authentication. The possible values are: deviceDefault, daily, unkownFutureValue.
public global::Microsoft.Graph.Beta.Models.AndroidDeviceOwnerRequiredPasswordUnlock? PasswordRequireUnlock
{
get { return BackingStore?.Get("passwordRequireUnlock"); }
@@ -815,7 +815,7 @@ public bool? PersonalProfileCameraBlocked
set { BackingStore?.Set("personalProfilePersonalApplications", value); }
}
#endif
- /// Used together with PersonalProfilePersonalApplications to control how apps in the personal profile are allowed or blocked. Possible values are: notConfigured, blockedApps, allowedApps.
+ /// Used together with PersonalProfilePersonalApplications to control how apps in the personal profile are allowed or blocked. The possible values are: notConfigured, blockedApps, allowedApps.
public global::Microsoft.Graph.Beta.Models.PersonalProfilePersonalPlayStoreMode? PersonalProfilePlayStoreMode
{
get { return BackingStore?.Get("personalProfilePlayStoreMode"); }
@@ -827,7 +827,7 @@ public bool? PersonalProfileScreenCaptureBlocked
get { return BackingStore?.Get("personalProfileScreenCaptureBlocked"); }
set { BackingStore?.Set("personalProfileScreenCaptureBlocked", value); }
}
- /// Indicates the Play Store mode of the device. Possible values are: notConfigured, allowList, blockList.
+ /// Indicates the Play Store mode of the device. The possible values are: notConfigured, allowList, blockList.
public global::Microsoft.Graph.Beta.Models.AndroidDeviceOwnerPlayStoreMode? PlayStoreMode
{
get { return BackingStore?.Get("playStoreMode"); }
@@ -935,7 +935,7 @@ public bool? StorageBlockUsbFileTransfer
set { BackingStore?.Set("systemUpdateFreezePeriods", value); }
}
#endif
- /// The type of system update configuration. Possible values are: deviceDefault, postpone, windowed, automatic.
+ /// The type of system update configuration. The possible values are: deviceDefault, postpone, windowed, automatic.
public global::Microsoft.Graph.Beta.Models.AndroidDeviceOwnerSystemUpdateInstallType? SystemUpdateInstallType
{
get { return BackingStore?.Get("systemUpdateInstallType"); }
@@ -1065,13 +1065,13 @@ public int? WorkProfilePasswordPreviousPasswordCountToBlock
get { return BackingStore?.Get("workProfilePasswordPreviousPasswordCountToBlock"); }
set { BackingStore?.Set("workProfilePasswordPreviousPasswordCountToBlock", value); }
}
- /// Indicates the minimum password quality required on the work profile password. Possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword.
+ /// Indicates the minimum password quality required on the work profile password. The possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword.
public global::Microsoft.Graph.Beta.Models.AndroidDeviceOwnerRequiredPasswordType? WorkProfilePasswordRequiredType
{
get { return BackingStore?.Get("workProfilePasswordRequiredType"); }
set { BackingStore?.Set("workProfilePasswordRequiredType", value); }
}
- /// Indicates the timeout period after which a work profile must be unlocked using a form of strong authentication. Possible values are: deviceDefault, daily, unkownFutureValue.
+ /// Indicates the timeout period after which a work profile must be unlocked using a form of strong authentication. The possible values are: deviceDefault, daily, unkownFutureValue.
public global::Microsoft.Graph.Beta.Models.AndroidDeviceOwnerRequiredPasswordUnlock? WorkProfilePasswordRequireUnlock
{
get { return BackingStore?.Get("workProfilePasswordRequireUnlock"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerImportedPFXCertificateProfile.cs b/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerImportedPFXCertificateProfile.cs
index 9ed337c46e5..83d5aba7162 100644
--- a/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerImportedPFXCertificateProfile.cs
+++ b/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerImportedPFXCertificateProfile.cs
@@ -13,7 +13,7 @@ namespace Microsoft.Graph.Beta.Models
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class AndroidDeviceOwnerImportedPFXCertificateProfile : global::Microsoft.Graph.Beta.Models.AndroidDeviceOwnerCertificateProfileBase, IParsable
{
- /// Certificate access type. Possible values are: userApproval, specificApps, unknownFutureValue.
+ /// Certificate access type. The possible values are: userApproval, specificApps, unknownFutureValue.
public global::Microsoft.Graph.Beta.Models.AndroidDeviceOwnerCertificateAccessType? CertificateAccessType
{
get { return BackingStore?.Get("certificateAccessType"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerPkcsCertificateProfile.cs b/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerPkcsCertificateProfile.cs
index fa2cfaebaaa..f00ffd071a8 100644
--- a/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerPkcsCertificateProfile.cs
+++ b/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerPkcsCertificateProfile.cs
@@ -13,7 +13,7 @@ namespace Microsoft.Graph.Beta.Models
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class AndroidDeviceOwnerPkcsCertificateProfile : global::Microsoft.Graph.Beta.Models.AndroidDeviceOwnerCertificateProfileBase, IParsable
{
- /// Certificate access type. Possible values are: userApproval, specificApps, unknownFutureValue.
+ /// Certificate access type. The possible values are: userApproval, specificApps, unknownFutureValue.
public global::Microsoft.Graph.Beta.Models.AndroidDeviceOwnerCertificateAccessType? CertificateAccessType
{
get { return BackingStore?.Get("certificateAccessType"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerScepCertificateProfile.cs b/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerScepCertificateProfile.cs
index fad172bf958..6f3db53c444 100644
--- a/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerScepCertificateProfile.cs
+++ b/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerScepCertificateProfile.cs
@@ -13,13 +13,13 @@ namespace Microsoft.Graph.Beta.Models
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class AndroidDeviceOwnerScepCertificateProfile : global::Microsoft.Graph.Beta.Models.AndroidDeviceOwnerCertificateProfileBase, IParsable
{
- /// Certificate access type. Possible values are: userApproval, specificApps, unknownFutureValue.
+ /// Certificate access type. The possible values are: userApproval, specificApps, unknownFutureValue.
public global::Microsoft.Graph.Beta.Models.AndroidDeviceOwnerCertificateAccessType? CertificateAccessType
{
get { return BackingStore?.Get("certificateAccessType"); }
set { BackingStore?.Set("certificateAccessType", value); }
}
- /// Target store certificate. Possible values are: user, machine.
+ /// Target store certificate. The possible values are: user, machine.
public global::Microsoft.Graph.Beta.Models.CertificateStore? CertificateStore
{
get { return BackingStore?.Get("certificateStore"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerWiFiConfiguration.cs b/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerWiFiConfiguration.cs
index e7fbfb5578f..7fc61fdefb8 100644
--- a/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerWiFiConfiguration.cs
+++ b/src/Microsoft.Graph/Generated/Models/AndroidDeviceOwnerWiFiConfiguration.cs
@@ -25,7 +25,7 @@ public bool? ConnectWhenNetworkNameIsHidden
get { return BackingStore?.Get("connectWhenNetworkNameIsHidden"); }
set { BackingStore?.Set("connectWhenNetworkNameIsHidden", value); }
}
- /// The MAC address randomization mode for Android device Wi-Fi configuration. Possible values include automatic and hardware. Default value is automatic. Possible values are: automatic, hardware, unknownFutureValue.
+ /// The MAC address randomization mode for Android device Wi-Fi configuration. Possible values include automatic and hardware. Default value is automatic. The possible values are: automatic, hardware, unknownFutureValue.
public global::Microsoft.Graph.Beta.Models.MacAddressRandomizationMode? MacAddressRandomizationMode
{
get { return BackingStore?.Get("macAddressRandomizationMode"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AndroidEasEmailProfileConfiguration.cs b/src/Microsoft.Graph/Generated/Models/AndroidEasEmailProfileConfiguration.cs
index fbe44b710bb..352dcf4d66d 100644
--- a/src/Microsoft.Graph/Generated/Models/AndroidEasEmailProfileConfiguration.cs
+++ b/src/Microsoft.Graph/Generated/Models/AndroidEasEmailProfileConfiguration.cs
@@ -153,7 +153,7 @@ public bool? SyncTasks
get { return BackingStore?.Get("syncTasks"); }
set { BackingStore?.Set("syncTasks", value); }
}
- /// UserDomainname attribute that is picked from AAD and injected into this profile before installing on the device. Possible values are: fullDomainName, netBiosDomainName.
+ /// UserDomainname attribute that is picked from AAD and injected into this profile before installing on the device. The possible values are: fullDomainName, netBiosDomainName.
public global::Microsoft.Graph.Beta.Models.DomainNameSource? UserDomainNameSource
{
get { return BackingStore?.Get("userDomainNameSource"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AndroidEnterpriseWiFiConfiguration.cs b/src/Microsoft.Graph/Generated/Models/AndroidEnterpriseWiFiConfiguration.cs
index 294c8d1ea26..33d2393bdf1 100644
--- a/src/Microsoft.Graph/Generated/Models/AndroidEnterpriseWiFiConfiguration.cs
+++ b/src/Microsoft.Graph/Generated/Models/AndroidEnterpriseWiFiConfiguration.cs
@@ -13,7 +13,7 @@ namespace Microsoft.Graph.Beta.Models
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class AndroidEnterpriseWiFiConfiguration : global::Microsoft.Graph.Beta.Models.AndroidWiFiConfiguration, IParsable
{
- /// Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential.
+ /// Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential.
public global::Microsoft.Graph.Beta.Models.WiFiAuthenticationMethod? AuthenticationMethod
{
get { return BackingStore?.Get("authenticationMethod"); }
@@ -41,13 +41,13 @@ public partial class AndroidEnterpriseWiFiConfiguration : global::Microsoft.Grap
set { BackingStore?.Set("identityCertificateForClientAuthentication", value); }
}
#endif
- /// Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo.
+ /// Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo.
public global::Microsoft.Graph.Beta.Models.NonEapAuthenticationMethodForEapTtlsType? InnerAuthenticationProtocolForEapTtls
{
get { return BackingStore?.Get("innerAuthenticationProtocolForEapTtls"); }
set { BackingStore?.Set("innerAuthenticationProtocolForEapTtls", value); }
}
- /// Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. Possible values are: none, microsoftChapVersionTwo.
+ /// Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. The possible values are: none, microsoftChapVersionTwo.
public global::Microsoft.Graph.Beta.Models.NonEapAuthenticationMethodForPeap? InnerAuthenticationProtocolForPeap
{
get { return BackingStore?.Get("innerAuthenticationProtocolForPeap"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AndroidForWorkCertificateProfileBase.cs b/src/Microsoft.Graph/Generated/Models/AndroidForWorkCertificateProfileBase.cs
index 99d6f23c57d..d6624ae9260 100644
--- a/src/Microsoft.Graph/Generated/Models/AndroidForWorkCertificateProfileBase.cs
+++ b/src/Microsoft.Graph/Generated/Models/AndroidForWorkCertificateProfileBase.cs
@@ -63,7 +63,7 @@ public int? RenewalThresholdPercentage
set { BackingStore?.Set("rootCertificate", value); }
}
#endif
- /// Certificate Subject Alternative Name Type. Possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier.
+ /// Certificate Subject Alternative Name Type. The possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier.
public global::Microsoft.Graph.Beta.Models.SubjectAlternativeNameType? SubjectAlternativeNameType
{
get { return BackingStore?.Get("subjectAlternativeNameType"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AndroidForWorkEnterpriseWiFiConfiguration.cs b/src/Microsoft.Graph/Generated/Models/AndroidForWorkEnterpriseWiFiConfiguration.cs
index 5ce3fb9199f..a56687a9ac8 100644
--- a/src/Microsoft.Graph/Generated/Models/AndroidForWorkEnterpriseWiFiConfiguration.cs
+++ b/src/Microsoft.Graph/Generated/Models/AndroidForWorkEnterpriseWiFiConfiguration.cs
@@ -13,7 +13,7 @@ namespace Microsoft.Graph.Beta.Models
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class AndroidForWorkEnterpriseWiFiConfiguration : global::Microsoft.Graph.Beta.Models.AndroidForWorkWiFiConfiguration, IParsable
{
- /// Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential.
+ /// Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential.
public global::Microsoft.Graph.Beta.Models.WiFiAuthenticationMethod? AuthenticationMethod
{
get { return BackingStore?.Get("authenticationMethod"); }
@@ -41,13 +41,13 @@ public partial class AndroidForWorkEnterpriseWiFiConfiguration : global::Microso
set { BackingStore?.Set("identityCertificateForClientAuthentication", value); }
}
#endif
- /// Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo.
+ /// Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo.
public global::Microsoft.Graph.Beta.Models.NonEapAuthenticationMethodForEapTtlsType? InnerAuthenticationProtocolForEapTtls
{
get { return BackingStore?.Get("innerAuthenticationProtocolForEapTtls"); }
set { BackingStore?.Set("innerAuthenticationProtocolForEapTtls", value); }
}
- /// Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. Possible values are: none, microsoftChapVersionTwo.
+ /// Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. The possible values are: none, microsoftChapVersionTwo.
public global::Microsoft.Graph.Beta.Models.NonEapAuthenticationMethodForPeap? InnerAuthenticationProtocolForPeap
{
get { return BackingStore?.Get("innerAuthenticationProtocolForPeap"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AndroidForWorkScepCertificateProfile.cs b/src/Microsoft.Graph/Generated/Models/AndroidForWorkScepCertificateProfile.cs
index 2f3097cd879..352d4866a8f 100644
--- a/src/Microsoft.Graph/Generated/Models/AndroidForWorkScepCertificateProfile.cs
+++ b/src/Microsoft.Graph/Generated/Models/AndroidForWorkScepCertificateProfile.cs
@@ -13,7 +13,7 @@ namespace Microsoft.Graph.Beta.Models
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class AndroidForWorkScepCertificateProfile : global::Microsoft.Graph.Beta.Models.AndroidForWorkCertificateProfileBase, IParsable
{
- /// Target store certificate. Possible values are: user, machine.
+ /// Target store certificate. The possible values are: user, machine.
public global::Microsoft.Graph.Beta.Models.CertificateStore? CertificateStore
{
get { return BackingStore?.Get("certificateStore"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AndroidManagedAppProtection.cs b/src/Microsoft.Graph/Generated/Models/AndroidManagedAppProtection.cs
index 4c821ee615f..c8b37177338 100644
--- a/src/Microsoft.Graph/Generated/Models/AndroidManagedAppProtection.cs
+++ b/src/Microsoft.Graph/Generated/Models/AndroidManagedAppProtection.cs
@@ -45,7 +45,7 @@ public List AllowedAndroidDeviceModels
set { BackingStore?.Set("allowedAndroidDeviceModels", value); }
}
#endif
- /// Defines a managed app behavior, either block or warn, if the user is clocked out (non-working time). Possible values are: block, wipe, warn, blockWhenSettingIsSupported.
+ /// Defines a managed app behavior, either block or warn, if the user is clocked out (non-working time). The possible values are: block, wipe, warn, blockWhenSettingIsSupported.
public global::Microsoft.Graph.Beta.Models.ManagedAppRemediationAction? AppActionIfAccountIsClockedOut
{
get { return BackingStore?.Get("appActionIfAccountIsClockedOut"); }
@@ -81,25 +81,25 @@ public List AllowedAndroidDeviceModels
get { return BackingStore?.Get("appActionIfDeviceLockNotSet"); }
set { BackingStore?.Set("appActionIfDeviceLockNotSet", value); }
}
- /// If the device does not have a passcode of high complexity or higher, trigger the stored action. Possible values are: block, wipe, warn, blockWhenSettingIsSupported.
+ /// If the device does not have a passcode of high complexity or higher, trigger the stored action. The possible values are: block, wipe, warn, blockWhenSettingIsSupported.
public global::Microsoft.Graph.Beta.Models.ManagedAppRemediationAction? AppActionIfDevicePasscodeComplexityLessThanHigh
{
get { return BackingStore?.Get("appActionIfDevicePasscodeComplexityLessThanHigh"); }
set { BackingStore?.Set("appActionIfDevicePasscodeComplexityLessThanHigh", value); }
}
- /// If the device does not have a passcode of low complexity or higher, trigger the stored action. Possible values are: block, wipe, warn, blockWhenSettingIsSupported.
+ /// If the device does not have a passcode of low complexity or higher, trigger the stored action. The possible values are: block, wipe, warn, blockWhenSettingIsSupported.
public global::Microsoft.Graph.Beta.Models.ManagedAppRemediationAction? AppActionIfDevicePasscodeComplexityLessThanLow
{
get { return BackingStore?.Get("appActionIfDevicePasscodeComplexityLessThanLow"); }
set { BackingStore?.Set("appActionIfDevicePasscodeComplexityLessThanLow", value); }
}
- /// If the device does not have a passcode of medium complexity or higher, trigger the stored action. Possible values are: block, wipe, warn, blockWhenSettingIsSupported.
+ /// If the device does not have a passcode of medium complexity or higher, trigger the stored action. The possible values are: block, wipe, warn, blockWhenSettingIsSupported.
public global::Microsoft.Graph.Beta.Models.ManagedAppRemediationAction? AppActionIfDevicePasscodeComplexityLessThanMedium
{
get { return BackingStore?.Get("appActionIfDevicePasscodeComplexityLessThanMedium"); }
set { BackingStore?.Set("appActionIfDevicePasscodeComplexityLessThanMedium", value); }
}
- /// Defines the behavior of a managed app when Samsung Knox Attestation is required. Possible values are null, warn, block & wipe. If the admin does not set this action, the default is null, which indicates this setting is not configured. Possible values are: block, wipe, warn, blockWhenSettingIsSupported.
+ /// Defines the behavior of a managed app when Samsung Knox Attestation is required. Possible values are null, warn, block & wipe. If the admin does not set this action, the default is null, which indicates this setting is not configured. The possible values are: block, wipe, warn, blockWhenSettingIsSupported.
public global::Microsoft.Graph.Beta.Models.ManagedAppRemediationAction? AppActionIfSamsungKnoxAttestationRequired
{
get { return BackingStore?.Get("appActionIfSamsungKnoxAttestationRequired"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AndroidWorkProfileCertificateProfileBase.cs b/src/Microsoft.Graph/Generated/Models/AndroidWorkProfileCertificateProfileBase.cs
index d41332a6f6d..241378a614e 100644
--- a/src/Microsoft.Graph/Generated/Models/AndroidWorkProfileCertificateProfileBase.cs
+++ b/src/Microsoft.Graph/Generated/Models/AndroidWorkProfileCertificateProfileBase.cs
@@ -63,7 +63,7 @@ public int? RenewalThresholdPercentage
set { BackingStore?.Set("rootCertificate", value); }
}
#endif
- /// Certificate Subject Alternative Name Type. Possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier.
+ /// Certificate Subject Alternative Name Type. The possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier.
public global::Microsoft.Graph.Beta.Models.SubjectAlternativeNameType? SubjectAlternativeNameType
{
get { return BackingStore?.Get("subjectAlternativeNameType"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AndroidWorkProfileEnterpriseWiFiConfiguration.cs b/src/Microsoft.Graph/Generated/Models/AndroidWorkProfileEnterpriseWiFiConfiguration.cs
index 2dc882030e8..0771c26544d 100644
--- a/src/Microsoft.Graph/Generated/Models/AndroidWorkProfileEnterpriseWiFiConfiguration.cs
+++ b/src/Microsoft.Graph/Generated/Models/AndroidWorkProfileEnterpriseWiFiConfiguration.cs
@@ -13,7 +13,7 @@ namespace Microsoft.Graph.Beta.Models
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class AndroidWorkProfileEnterpriseWiFiConfiguration : global::Microsoft.Graph.Beta.Models.AndroidWorkProfileWiFiConfiguration, IParsable
{
- /// Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential.
+ /// Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential.
public global::Microsoft.Graph.Beta.Models.WiFiAuthenticationMethod? AuthenticationMethod
{
get { return BackingStore?.Get("authenticationMethod"); }
@@ -41,13 +41,13 @@ public partial class AndroidWorkProfileEnterpriseWiFiConfiguration : global::Mic
set { BackingStore?.Set("identityCertificateForClientAuthentication", value); }
}
#endif
- /// Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo.
+ /// Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo.
public global::Microsoft.Graph.Beta.Models.NonEapAuthenticationMethodForEapTtlsType? InnerAuthenticationProtocolForEapTtls
{
get { return BackingStore?.Get("innerAuthenticationProtocolForEapTtls"); }
set { BackingStore?.Set("innerAuthenticationProtocolForEapTtls", value); }
}
- /// Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. Possible values are: none, microsoftChapVersionTwo.
+ /// Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. The possible values are: none, microsoftChapVersionTwo.
public global::Microsoft.Graph.Beta.Models.NonEapAuthenticationMethodForPeap? InnerAuthenticationProtocolForPeap
{
get { return BackingStore?.Get("innerAuthenticationProtocolForPeap"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AndroidWorkProfilePkcsCertificateProfile.cs b/src/Microsoft.Graph/Generated/Models/AndroidWorkProfilePkcsCertificateProfile.cs
index 7ca0719a4cc..d5e6bb8d5d4 100644
--- a/src/Microsoft.Graph/Generated/Models/AndroidWorkProfilePkcsCertificateProfile.cs
+++ b/src/Microsoft.Graph/Generated/Models/AndroidWorkProfilePkcsCertificateProfile.cs
@@ -13,7 +13,7 @@ namespace Microsoft.Graph.Beta.Models
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class AndroidWorkProfilePkcsCertificateProfile : global::Microsoft.Graph.Beta.Models.AndroidWorkProfileCertificateProfileBase, IParsable
{
- /// Target store certificate. Possible values are: user, machine.
+ /// Target store certificate. The possible values are: user, machine.
public global::Microsoft.Graph.Beta.Models.CertificateStore? CertificateStore
{
get { return BackingStore?.Get("certificateStore"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AndroidWorkProfileScepCertificateProfile.cs b/src/Microsoft.Graph/Generated/Models/AndroidWorkProfileScepCertificateProfile.cs
index 1fc40b76afd..919e23fbfc7 100644
--- a/src/Microsoft.Graph/Generated/Models/AndroidWorkProfileScepCertificateProfile.cs
+++ b/src/Microsoft.Graph/Generated/Models/AndroidWorkProfileScepCertificateProfile.cs
@@ -13,7 +13,7 @@ namespace Microsoft.Graph.Beta.Models
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class AndroidWorkProfileScepCertificateProfile : global::Microsoft.Graph.Beta.Models.AndroidWorkProfileCertificateProfileBase, IParsable
{
- /// Target store certificate. Possible values are: user, machine.
+ /// Target store certificate. The possible values are: user, machine.
public global::Microsoft.Graph.Beta.Models.CertificateStore? CertificateStore
{
get { return BackingStore?.Get("certificateStore"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AospDeviceOwnerCertificateProfileBase.cs b/src/Microsoft.Graph/Generated/Models/AospDeviceOwnerCertificateProfileBase.cs
index d3e8a79529e..d1e0a1e8d3b 100644
--- a/src/Microsoft.Graph/Generated/Models/AospDeviceOwnerCertificateProfileBase.cs
+++ b/src/Microsoft.Graph/Generated/Models/AospDeviceOwnerCertificateProfileBase.cs
@@ -63,13 +63,13 @@ public int? RenewalThresholdPercentage
set { BackingStore?.Set("rootCertificate", value); }
}
#endif
- /// Certificate Subject Alternative Name Type. This collection can contain a maximum of 500 elements. Possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier.
+ /// Certificate Subject Alternative Name Type. This collection can contain a maximum of 500 elements. The possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier.
public global::Microsoft.Graph.Beta.Models.SubjectAlternativeNameType? SubjectAlternativeNameType
{
get { return BackingStore?.Get("subjectAlternativeNameType"); }
set { BackingStore?.Set("subjectAlternativeNameType", value); }
}
- /// Certificate Subject Name Format. This collection can contain a maximum of 500 elements. Possible values are: commonName, commonNameIncludingEmail, commonNameAsEmail, custom, commonNameAsIMEI, commonNameAsSerialNumber, commonNameAsAadDeviceId, commonNameAsIntuneDeviceId, commonNameAsDurableDeviceId.
+ /// Certificate Subject Name Format. This collection can contain a maximum of 500 elements. The possible values are: commonName, commonNameIncludingEmail, commonNameAsEmail, custom, commonNameAsIMEI, commonNameAsSerialNumber, commonNameAsAadDeviceId, commonNameAsIntuneDeviceId, commonNameAsDurableDeviceId.
public global::Microsoft.Graph.Beta.Models.SubjectNameFormat? SubjectNameFormat
{
get { return BackingStore?.Get("subjectNameFormat"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AospDeviceOwnerCompliancePolicy.cs b/src/Microsoft.Graph/Generated/Models/AospDeviceOwnerCompliancePolicy.cs
index 45f1cdc50d5..f8bcf505510 100644
--- a/src/Microsoft.Graph/Generated/Models/AospDeviceOwnerCompliancePolicy.cs
+++ b/src/Microsoft.Graph/Generated/Models/AospDeviceOwnerCompliancePolicy.cs
@@ -79,7 +79,7 @@ public bool? PasswordRequired
get { return BackingStore?.Get("passwordRequired"); }
set { BackingStore?.Set("passwordRequired", value); }
}
- /// Type of characters in password. Possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword.
+ /// Type of characters in password. The possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword.
public global::Microsoft.Graph.Beta.Models.AndroidDeviceOwnerRequiredPasswordType? PasswordRequiredType
{
get { return BackingStore?.Get("passwordRequiredType"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AospDeviceOwnerDeviceConfiguration.cs b/src/Microsoft.Graph/Generated/Models/AospDeviceOwnerDeviceConfiguration.cs
index bf89247422f..89807bcf662 100644
--- a/src/Microsoft.Graph/Generated/Models/AospDeviceOwnerDeviceConfiguration.cs
+++ b/src/Microsoft.Graph/Generated/Models/AospDeviceOwnerDeviceConfiguration.cs
@@ -55,7 +55,7 @@ public int? PasswordMinutesOfInactivityBeforeScreenTimeout
get { return BackingStore?.Get("passwordMinutesOfInactivityBeforeScreenTimeout"); }
set { BackingStore?.Set("passwordMinutesOfInactivityBeforeScreenTimeout", value); }
}
- /// Indicates the minimum password quality required on the device. Possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword.
+ /// Indicates the minimum password quality required on the device. The possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword.
public global::Microsoft.Graph.Beta.Models.AndroidDeviceOwnerRequiredPasswordType? PasswordRequiredType
{
get { return BackingStore?.Get("passwordRequiredType"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AospDeviceOwnerEnterpriseWiFiConfiguration.cs b/src/Microsoft.Graph/Generated/Models/AospDeviceOwnerEnterpriseWiFiConfiguration.cs
index 98460b25503..4fdc3b8e27b 100644
--- a/src/Microsoft.Graph/Generated/Models/AospDeviceOwnerEnterpriseWiFiConfiguration.cs
+++ b/src/Microsoft.Graph/Generated/Models/AospDeviceOwnerEnterpriseWiFiConfiguration.cs
@@ -13,7 +13,7 @@ namespace Microsoft.Graph.Beta.Models
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class AospDeviceOwnerEnterpriseWiFiConfiguration : global::Microsoft.Graph.Beta.Models.AospDeviceOwnerWiFiConfiguration, IParsable
{
- /// Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential.
+ /// Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential.
public global::Microsoft.Graph.Beta.Models.WiFiAuthenticationMethod? AuthenticationMethod
{
get { return BackingStore?.Get("authenticationMethod"); }
@@ -41,13 +41,13 @@ public partial class AospDeviceOwnerEnterpriseWiFiConfiguration : global::Micros
set { BackingStore?.Set("identityCertificateForClientAuthentication", value); }
}
#endif
- /// Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo.
+ /// Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo.
public global::Microsoft.Graph.Beta.Models.NonEapAuthenticationMethodForEapTtlsType? InnerAuthenticationProtocolForEapTtls
{
get { return BackingStore?.Get("innerAuthenticationProtocolForEapTtls"); }
set { BackingStore?.Set("innerAuthenticationProtocolForEapTtls", value); }
}
- /// Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. This collection can contain a maximum of 500 elements. Possible values are: none, microsoftChapVersionTwo.
+ /// Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. This collection can contain a maximum of 500 elements. The possible values are: none, microsoftChapVersionTwo.
public global::Microsoft.Graph.Beta.Models.NonEapAuthenticationMethodForPeap? InnerAuthenticationProtocolForPeap
{
get { return BackingStore?.Get("innerAuthenticationProtocolForPeap"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AospDeviceOwnerScepCertificateProfile.cs b/src/Microsoft.Graph/Generated/Models/AospDeviceOwnerScepCertificateProfile.cs
index af4c70d65bc..dc1c845b2a2 100644
--- a/src/Microsoft.Graph/Generated/Models/AospDeviceOwnerScepCertificateProfile.cs
+++ b/src/Microsoft.Graph/Generated/Models/AospDeviceOwnerScepCertificateProfile.cs
@@ -13,7 +13,7 @@ namespace Microsoft.Graph.Beta.Models
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class AospDeviceOwnerScepCertificateProfile : global::Microsoft.Graph.Beta.Models.AospDeviceOwnerCertificateProfileBase, IParsable
{
- /// Target store certificate. This collection can contain a maximum of 500 elements. Possible values are: user, machine.
+ /// Target store certificate. This collection can contain a maximum of 500 elements. The possible values are: user, machine.
public global::Microsoft.Graph.Beta.Models.CertificateStore? CertificateStore
{
get { return BackingStore?.Get("certificateStore"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AppConsentRequest.cs b/src/Microsoft.Graph/Generated/Models/AppConsentRequest.cs
index 3b6f22af321..8186cd45e73 100644
--- a/src/Microsoft.Graph/Generated/Models/AppConsentRequest.cs
+++ b/src/Microsoft.Graph/Generated/Models/AppConsentRequest.cs
@@ -44,7 +44,7 @@ public string AppId
set { BackingStore?.Set("appId", value); }
}
#endif
- /// The consent type of the request. Possible values are: Static and Dynamic. These represent static and dynamic permissions, respectively, requested in the consent workflow. Supports $filter (eq only) and $orderby. Required.
+ /// The consent type of the request. The possible values are: Static and Dynamic. These represent static and dynamic permissions, respectively, requested in the consent workflow. Supports $filter (eq only) and $orderby. Required.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? ConsentType
diff --git a/src/Microsoft.Graph/Generated/Models/AppleVpnAlwaysOnConfiguration.cs b/src/Microsoft.Graph/Generated/Models/AppleVpnAlwaysOnConfiguration.cs
index bad51ca83f3..74a98a6a49e 100644
--- a/src/Microsoft.Graph/Generated/Models/AppleVpnAlwaysOnConfiguration.cs
+++ b/src/Microsoft.Graph/Generated/Models/AppleVpnAlwaysOnConfiguration.cs
@@ -20,7 +20,7 @@ public IDictionary AdditionalData
get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); }
set { BackingStore.Set("AdditionalData", value); }
}
- /// Determine whether AirPrint service will be exempt from the always-on VPN connection. Possible values are: forceTrafficViaVPN, allowTrafficOutside, dropTraffic.
+ /// Determine whether AirPrint service will be exempt from the always-on VPN connection. The possible values are: forceTrafficViaVPN, allowTrafficOutside, dropTraffic.
public global::Microsoft.Graph.Beta.Models.VpnServiceExceptionAction? AirPrintExceptionAction
{
get { return BackingStore?.Get("airPrintExceptionAction"); }
@@ -56,7 +56,7 @@ public bool? AllowCaptiveWebSheet
#endif
/// Stores model information.
public IBackingStore BackingStore { get; private set; }
- /// Determine whether Cellular service will be exempt from the always-on VPN connection. Possible values are: forceTrafficViaVPN, allowTrafficOutside, dropTraffic.
+ /// Determine whether Cellular service will be exempt from the always-on VPN connection. The possible values are: forceTrafficViaVPN, allowTrafficOutside, dropTraffic.
public global::Microsoft.Graph.Beta.Models.VpnServiceExceptionAction? CellularExceptionAction
{
get { return BackingStore?.Get("cellularExceptionAction"); }
@@ -102,7 +102,7 @@ public bool? UserToggleEnabled
get { return BackingStore?.Get("userToggleEnabled"); }
set { BackingStore?.Set("userToggleEnabled", value); }
}
- /// Determine whether voicemail service will be exempt from the always-on VPN connection. Possible values are: forceTrafficViaVPN, allowTrafficOutside, dropTraffic.
+ /// Determine whether voicemail service will be exempt from the always-on VPN connection. The possible values are: forceTrafficViaVPN, allowTrafficOutside, dropTraffic.
public global::Microsoft.Graph.Beta.Models.VpnServiceExceptionAction? VoicemailExceptionAction
{
get { return BackingStore?.Get("voicemailExceptionAction"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AppleVpnConfiguration.cs b/src/Microsoft.Graph/Generated/Models/AppleVpnConfiguration.cs
index 4dc3149872a..c9d0c41164d 100644
--- a/src/Microsoft.Graph/Generated/Models/AppleVpnConfiguration.cs
+++ b/src/Microsoft.Graph/Generated/Models/AppleVpnConfiguration.cs
@@ -189,7 +189,7 @@ public bool? OptInToDeviceIdSharing
get { return BackingStore?.Get("optInToDeviceIdSharing"); }
set { BackingStore?.Set("optInToDeviceIdSharing", value); }
}
- /// Provider type for per-app VPN. Possible values are: notConfigured, appProxy, packetTunnel.
+ /// Provider type for per-app VPN. The possible values are: notConfigured, appProxy, packetTunnel.
public global::Microsoft.Graph.Beta.Models.VpnProviderType? ProviderType
{
get { return BackingStore?.Get("providerType"); }
diff --git a/src/Microsoft.Graph/Generated/Models/Application.cs b/src/Microsoft.Graph/Generated/Models/Application.cs
index 787fec76aa2..6ac313a187a 100644
--- a/src/Microsoft.Graph/Generated/Models/Application.cs
+++ b/src/Microsoft.Graph/Generated/Models/Application.cs
@@ -194,7 +194,7 @@ public string Description
set { BackingStore?.Set("description", value); }
}
#endif
- /// Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons may include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).
+ /// Specifies whether Microsoft has disabled the registered application. The possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons may include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? DisabledByMicrosoftStatus
diff --git a/src/Microsoft.Graph/Generated/Models/AppliedConditionalAccessPolicy.cs b/src/Microsoft.Graph/Generated/Models/AppliedConditionalAccessPolicy.cs
index db3e4adbddb..015c0342795 100644
--- a/src/Microsoft.Graph/Generated/Models/AppliedConditionalAccessPolicy.cs
+++ b/src/Microsoft.Graph/Generated/Models/AppliedConditionalAccessPolicy.cs
@@ -161,7 +161,7 @@ public string OdataType
set { BackingStore?.Set("@odata.type", value); }
}
#endif
- /// Indicates the result of the CA policy that was triggered. Possible values are: success, failure, notApplied (policy isn't applied because policy conditions weren't met), notEnabled (this is due to the policy in a disabled state), unknown, unknownFutureValue, reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted.
+ /// Indicates the result of the CA policy that was triggered. The possible values are: success, failure, notApplied (policy isn't applied because policy conditions weren't met), notEnabled (this is due to the policy in a disabled state), unknown, unknownFutureValue, reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted.
public global::Microsoft.Graph.Beta.Models.AppliedConditionalAccessPolicyResult? Result
{
get { return BackingStore?.Get("result"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AttachmentItem.cs b/src/Microsoft.Graph/Generated/Models/AttachmentItem.cs
index 482efa3d265..cfbbc93d6b6 100644
--- a/src/Microsoft.Graph/Generated/Models/AttachmentItem.cs
+++ b/src/Microsoft.Graph/Generated/Models/AttachmentItem.cs
@@ -19,7 +19,7 @@ public IDictionary AdditionalData
get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); }
set { BackingStore.Set("AdditionalData", value); }
}
- /// The type of attachment. Possible values are: file, item, reference. Required.
+ /// The type of attachment. The possible values are: file, item, reference. Required.
public global::Microsoft.Graph.Beta.Models.AttachmentType? AttachmentType
{
get { return BackingStore?.Get("attachmentType"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AttackSimulationOperation.cs b/src/Microsoft.Graph/Generated/Models/AttackSimulationOperation.cs
index 076b21b948f..f1135a15899 100644
--- a/src/Microsoft.Graph/Generated/Models/AttackSimulationOperation.cs
+++ b/src/Microsoft.Graph/Generated/Models/AttackSimulationOperation.cs
@@ -35,7 +35,7 @@ public string TenantId
set { BackingStore?.Set("tenantId", value); }
}
#endif
- /// The attack simulation operation type. Possible values are: createSimulation, updateSimulation, unknownFutureValue.
+ /// The attack simulation operation type. The possible values are: createSimulation, updateSimulation, unknownFutureValue.
public global::Microsoft.Graph.Beta.Models.AttackSimulationOperationType? Type
{
get { return BackingStore?.Get("type"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AttendanceRecord.cs b/src/Microsoft.Graph/Generated/Models/AttendanceRecord.cs
index 0d4743c8b35..8cefef89ac8 100644
--- a/src/Microsoft.Graph/Generated/Models/AttendanceRecord.cs
+++ b/src/Microsoft.Graph/Generated/Models/AttendanceRecord.cs
@@ -108,7 +108,7 @@ public string RegistrationId
set { BackingStore?.Set("registrationId", value); }
}
#endif
- /// Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer.
+ /// Role of the attendee. The possible values are: None, Attendee, Presenter, and Organizer.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? Role
diff --git a/src/Microsoft.Graph/Generated/Models/AttendeeAvailability.cs b/src/Microsoft.Graph/Generated/Models/AttendeeAvailability.cs
index 7ef26d953c5..53bfa253ed5 100644
--- a/src/Microsoft.Graph/Generated/Models/AttendeeAvailability.cs
+++ b/src/Microsoft.Graph/Generated/Models/AttendeeAvailability.cs
@@ -35,7 +35,7 @@ public IDictionary AdditionalData
set { BackingStore?.Set("attendee", value); }
}
#endif
- /// The availability status of the attendee. Possible values are: free, tentative, busy, oof, workingElsewhere, unknown.
+ /// The availability status of the attendee. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown.
public global::Microsoft.Graph.Beta.Models.FreeBusyStatus? Availability
{
get { return BackingStore?.Get("availability"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AttendeeBase.cs b/src/Microsoft.Graph/Generated/Models/AttendeeBase.cs
index 352471a3741..926dd43d99b 100644
--- a/src/Microsoft.Graph/Generated/Models/AttendeeBase.cs
+++ b/src/Microsoft.Graph/Generated/Models/AttendeeBase.cs
@@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models
public partial class AttendeeBase : global::Microsoft.Graph.Beta.Models.Recipient, IParsable
#pragma warning restore CS1591
{
- /// The type of attendee. Possible values are: required, optional, resource. Currently if the attendee is a person, findMeetingTimes always considers the person is of the Required type.
+ /// The type of attendee. The possible values are: required, optional, resource. Currently if the attendee is a person, findMeetingTimes always considers the person is of the Required type.
public global::Microsoft.Graph.Beta.Models.AttendeeType? Type
{
get { return BackingStore?.Get("type"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AttributeDefinitionMetadataEntry.cs b/src/Microsoft.Graph/Generated/Models/AttributeDefinitionMetadataEntry.cs
index c0bca181e3f..a380cd19f4d 100644
--- a/src/Microsoft.Graph/Generated/Models/AttributeDefinitionMetadataEntry.cs
+++ b/src/Microsoft.Graph/Generated/Models/AttributeDefinitionMetadataEntry.cs
@@ -21,7 +21,7 @@ public IDictionary AdditionalData
}
/// Stores model information.
public IBackingStore BackingStore { get; private set; }
- /// Possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty.
+ /// The possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty.
public global::Microsoft.Graph.Beta.Models.AttributeDefinitionMetadata? Key
{
get { return BackingStore?.Get("key"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AuthenticationMethodConfiguration.cs b/src/Microsoft.Graph/Generated/Models/AuthenticationMethodConfiguration.cs
index 042e51325fb..3bc1a319982 100644
--- a/src/Microsoft.Graph/Generated/Models/AuthenticationMethodConfiguration.cs
+++ b/src/Microsoft.Graph/Generated/Models/AuthenticationMethodConfiguration.cs
@@ -28,7 +28,7 @@ public partial class AuthenticationMethodConfiguration : global::Microsoft.Graph
set { BackingStore?.Set("excludeTargets", value); }
}
#endif
- /// The state of the policy. Possible values are: enabled, disabled.
+ /// The state of the policy. The possible values are: enabled, disabled.
public global::Microsoft.Graph.Beta.Models.AuthenticationMethodState? State
{
get { return BackingStore?.Get("state"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AuthenticationMethodFeatureConfiguration.cs b/src/Microsoft.Graph/Generated/Models/AuthenticationMethodFeatureConfiguration.cs
index 8f437b3004d..34510cedb90 100644
--- a/src/Microsoft.Graph/Generated/Models/AuthenticationMethodFeatureConfiguration.cs
+++ b/src/Microsoft.Graph/Generated/Models/AuthenticationMethodFeatureConfiguration.cs
@@ -69,7 +69,7 @@ public string OdataType
set { BackingStore?.Set("@odata.type", value); }
}
#endif
- /// Enable or disable the feature. Possible values are: default, enabled, disabled, unknownFutureValue. The default value is used when the configuration hasn't been explicitly set and uses the default behavior of Microsoft Entra ID for the setting. The default value is disabled.
+ /// Enable or disable the feature. The possible values are: default, enabled, disabled, unknownFutureValue. The default value is used when the configuration hasn't been explicitly set and uses the default behavior of Microsoft Entra ID for the setting. The default value is disabled.
public global::Microsoft.Graph.Beta.Models.AdvancedConfigState? State
{
get { return BackingStore?.Get("state"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AuthenticationRequirementPolicy.cs b/src/Microsoft.Graph/Generated/Models/AuthenticationRequirementPolicy.cs
index d57cd596ed2..5222318b8c8 100644
--- a/src/Microsoft.Graph/Generated/Models/AuthenticationRequirementPolicy.cs
+++ b/src/Microsoft.Graph/Generated/Models/AuthenticationRequirementPolicy.cs
@@ -53,7 +53,7 @@ public string OdataType
set { BackingStore?.Set("@odata.type", value); }
}
#endif
- /// Identifies what Microsoft Entra feature requires MFA in this policy. Possible values are: user, request, servicePrincipal, v1ConditionalAccess, multiConditionalAccess, tenantSessionRiskPolicy, accountCompromisePolicies, v1ConditionalAccessDependency, v1ConditionalAccessPolicyIdRequested, mfaRegistrationRequiredByIdentityProtectionPolicy, baselineProtection, mfaRegistrationRequiredByBaselineProtection, mfaRegistrationRequiredByMultiConditionalAccess, enforcedForCspAdmins, securityDefaults, mfaRegistrationRequiredBySecurityDefaults, proofUpCodeRequest, crossTenantOutboundRule, gpsLocationCondition, riskBasedPolicy, unknownFutureValue, scopeBasedAuthRequirementPolicy, authenticationStrengths . Use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: scopeBasedAuthRequirementPolicy, authenticationStrengths.
+ /// Identifies what Microsoft Entra feature requires MFA in this policy. The possible values are: user, request, servicePrincipal, v1ConditionalAccess, multiConditionalAccess, tenantSessionRiskPolicy, accountCompromisePolicies, v1ConditionalAccessDependency, v1ConditionalAccessPolicyIdRequested, mfaRegistrationRequiredByIdentityProtectionPolicy, baselineProtection, mfaRegistrationRequiredByBaselineProtection, mfaRegistrationRequiredByMultiConditionalAccess, enforcedForCspAdmins, securityDefaults, mfaRegistrationRequiredBySecurityDefaults, proofUpCodeRequest, crossTenantOutboundRule, gpsLocationCondition, riskBasedPolicy, unknownFutureValue, scopeBasedAuthRequirementPolicy, authenticationStrengths . Use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: scopeBasedAuthRequirementPolicy, authenticationStrengths.
public global::Microsoft.Graph.Beta.Models.RequirementProvider? RequirementProvider
{
get { return BackingStore?.Get("requirementProvider"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AuthorizationPolicy.cs b/src/Microsoft.Graph/Generated/Models/AuthorizationPolicy.cs
index f5d936d0158..99174ae8a06 100644
--- a/src/Microsoft.Graph/Generated/Models/AuthorizationPolicy.cs
+++ b/src/Microsoft.Graph/Generated/Models/AuthorizationPolicy.cs
@@ -30,7 +30,7 @@ public bool? AllowEmailVerifiedUsersToJoinOrganization
get { return BackingStore?.Get("allowEmailVerifiedUsersToJoinOrganization"); }
set { BackingStore?.Set("allowEmailVerifiedUsersToJoinOrganization", value); }
}
- /// Indicates who can invite guests to the organization. Possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. For more information, see allowInvitesFrom values.
+ /// Indicates who can invite guests to the organization. The possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. For more information, see allowInvitesFrom values.
public global::Microsoft.Graph.Beta.Models.AllowInvitesFrom? AllowInvitesFrom
{
get { return BackingStore?.Get("allowInvitesFrom"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AutomaticRepliesSetting.cs b/src/Microsoft.Graph/Generated/Models/AutomaticRepliesSetting.cs
index dda2824b3a2..67cec10435e 100644
--- a/src/Microsoft.Graph/Generated/Models/AutomaticRepliesSetting.cs
+++ b/src/Microsoft.Graph/Generated/Models/AutomaticRepliesSetting.cs
@@ -21,7 +21,7 @@ public IDictionary AdditionalData
}
/// Stores model information.
public IBackingStore BackingStore { get; private set; }
- /// The set of audience external to the signed-in user's organization who will receive the ExternalReplyMessage, if Status is AlwaysEnabled or Scheduled. Possible values are: none, contactsOnly, all.
+ /// The set of audience external to the signed-in user's organization who will receive the ExternalReplyMessage, if Status is AlwaysEnabled or Scheduled. The possible values are: none, contactsOnly, all.
public global::Microsoft.Graph.Beta.Models.ExternalAudienceScope? ExternalAudience
{
get { return BackingStore?.Get("externalAudience"); }
@@ -107,7 +107,7 @@ public string OdataType
set { BackingStore?.Set("scheduledStartDateTime", value); }
}
#endif
- /// Configurations status for automatic replies. Possible values are: disabled, alwaysEnabled, scheduled.
+ /// Configurations status for automatic replies. The possible values are: disabled, alwaysEnabled, scheduled.
public global::Microsoft.Graph.Beta.Models.AutomaticRepliesStatus? Status
{
get { return BackingStore?.Get("status"); }
diff --git a/src/Microsoft.Graph/Generated/Models/AvailabilityItem.cs b/src/Microsoft.Graph/Generated/Models/AvailabilityItem.cs
index 48ccbc7909d..1e0c4faf716 100644
--- a/src/Microsoft.Graph/Generated/Models/AvailabilityItem.cs
+++ b/src/Microsoft.Graph/Generated/Models/AvailabilityItem.cs
@@ -85,7 +85,7 @@ public string ServiceId
set { BackingStore?.Set("startDateTime", value); }
}
#endif
- /// The status of the staff member. Possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue.
+ /// The status of the staff member. The possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue.
public global::Microsoft.Graph.Beta.Models.BookingsAvailabilityStatus? Status
{
get { return BackingStore?.Get("status"); }
diff --git a/src/Microsoft.Graph/Generated/Models/BitLockerFixedDrivePolicy.cs b/src/Microsoft.Graph/Generated/Models/BitLockerFixedDrivePolicy.cs
index fd43bb75e00..56e26315540 100644
--- a/src/Microsoft.Graph/Generated/Models/BitLockerFixedDrivePolicy.cs
+++ b/src/Microsoft.Graph/Generated/Models/BitLockerFixedDrivePolicy.cs
@@ -22,7 +22,7 @@ public IDictionary AdditionalData
}
/// Stores model information.
public IBackingStore BackingStore { get; private set; }
- /// Select the encryption method for fixed drives. Possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.
+ /// Select the encryption method for fixed drives. The possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.
public global::Microsoft.Graph.Beta.Models.BitLockerEncryptionMethod? EncryptionMethod
{
get { return BackingStore?.Get("encryptionMethod"); }
diff --git a/src/Microsoft.Graph/Generated/Models/BitLockerRemovableDrivePolicy.cs b/src/Microsoft.Graph/Generated/Models/BitLockerRemovableDrivePolicy.cs
index ac1ebed99bd..f2eb4786df2 100644
--- a/src/Microsoft.Graph/Generated/Models/BitLockerRemovableDrivePolicy.cs
+++ b/src/Microsoft.Graph/Generated/Models/BitLockerRemovableDrivePolicy.cs
@@ -28,7 +28,7 @@ public bool? BlockCrossOrganizationWriteAccess
get { return BackingStore?.Get("blockCrossOrganizationWriteAccess"); }
set { BackingStore?.Set("blockCrossOrganizationWriteAccess", value); }
}
- /// Select the encryption method for removable drives. Possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.
+ /// Select the encryption method for removable drives. The possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.
public global::Microsoft.Graph.Beta.Models.BitLockerEncryptionMethod? EncryptionMethod
{
get { return BackingStore?.Get("encryptionMethod"); }
diff --git a/src/Microsoft.Graph/Generated/Models/BitLockerSystemDrivePolicy.cs b/src/Microsoft.Graph/Generated/Models/BitLockerSystemDrivePolicy.cs
index 335602b6c91..a21ac02e381 100644
--- a/src/Microsoft.Graph/Generated/Models/BitLockerSystemDrivePolicy.cs
+++ b/src/Microsoft.Graph/Generated/Models/BitLockerSystemDrivePolicy.cs
@@ -22,7 +22,7 @@ public IDictionary AdditionalData
}
/// Stores model information.
public IBackingStore BackingStore { get; private set; }
- /// Select the encryption method for operating system drives. Possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.
+ /// Select the encryption method for operating system drives. The possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.
public global::Microsoft.Graph.Beta.Models.BitLockerEncryptionMethod? EncryptionMethod
{
get { return BackingStore?.Get("encryptionMethod"); }
diff --git a/src/Microsoft.Graph/Generated/Models/BitlockerRecoveryKey.cs b/src/Microsoft.Graph/Generated/Models/BitlockerRecoveryKey.cs
index 158cd5f237a..9af865a1ba5 100644
--- a/src/Microsoft.Graph/Generated/Models/BitlockerRecoveryKey.cs
+++ b/src/Microsoft.Graph/Generated/Models/BitlockerRecoveryKey.cs
@@ -50,7 +50,7 @@ public string Key
set { BackingStore?.Set("key", value); }
}
#endif
- /// Indicates the type of volume the BitLocker key is associated with. Possible values are: operatingSystemVolume, fixedDataVolume, removableDataVolume, unknownFutureValue.
+ /// Indicates the type of volume the BitLocker key is associated with. The possible values are: operatingSystemVolume, fixedDataVolume, removableDataVolume, unknownFutureValue.
public global::Microsoft.Graph.Beta.Models.VolumeType? VolumeType
{
get { return BackingStore?.Get("volumeType"); }
diff --git a/src/Microsoft.Graph/Generated/Models/CalculatedColumn.cs b/src/Microsoft.Graph/Generated/Models/CalculatedColumn.cs
index 457e784031b..8f5fd4655f9 100644
--- a/src/Microsoft.Graph/Generated/Models/CalculatedColumn.cs
+++ b/src/Microsoft.Graph/Generated/Models/CalculatedColumn.cs
@@ -21,7 +21,7 @@ public IDictionary AdditionalData
}
/// Stores model information.
public IBackingStore BackingStore { get; private set; }
- /// For dateTime output types, the format of the value. Possible values are: dateOnly or dateTime.
+ /// For dateTime output types, the format of the value. The possible values are: dateOnly or dateTime.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? Format
@@ -69,7 +69,7 @@ public string OdataType
set { BackingStore?.Set("@odata.type", value); }
}
#endif
- /// The output type used to format values in this column. Possible values are: boolean, currency, dateTime, number, or text.
+ /// The output type used to format values in this column. The possible values are: boolean, currency, dateTime, number, or text.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? OutputType
diff --git a/src/Microsoft.Graph/Generated/Models/Calendar.cs b/src/Microsoft.Graph/Generated/Models/Calendar.cs
index 5a7563f46f0..7e08fc8c34f 100644
--- a/src/Microsoft.Graph/Generated/Models/Calendar.cs
+++ b/src/Microsoft.Graph/Generated/Models/Calendar.cs
@@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models
public partial class Calendar : global::Microsoft.Graph.Beta.Models.Entity, IParsable
#pragma warning restore CS1591
{
- /// Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.
+ /// Represent the online meeting service providers that can be used to create online meetings in this calendar. The possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public List? AllowedOnlineMeetingProviders
@@ -116,7 +116,7 @@ public string ChangeKey
get { return BackingStore?.Get("color"); }
set { BackingStore?.Set("color", value); }
}
- /// The default online meeting provider for meetings sent from this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.
+ /// The default online meeting provider for meetings sent from this calendar. The possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.
public global::Microsoft.Graph.Beta.Models.OnlineMeetingProviderType? DefaultOnlineMeetingProvider
{
get { return BackingStore?.Get("defaultOnlineMeetingProvider"); }
diff --git a/src/Microsoft.Graph/Generated/Models/CalendarPermission.cs b/src/Microsoft.Graph/Generated/Models/CalendarPermission.cs
index 9db610d0e76..81db88fef7a 100644
--- a/src/Microsoft.Graph/Generated/Models/CalendarPermission.cs
+++ b/src/Microsoft.Graph/Generated/Models/CalendarPermission.cs
@@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models
public partial class CalendarPermission : global::Microsoft.Graph.Beta.Models.Entity, IParsable
#pragma warning restore CS1591
{
- /// List of allowed sharing or delegating permission levels for the calendar. Possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom.
+ /// List of allowed sharing or delegating permission levels for the calendar. The possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public List? AllowedRoles
diff --git a/src/Microsoft.Graph/Generated/Models/Call.cs b/src/Microsoft.Graph/Generated/Models/Call.cs
index 1e24ab16971..91525932763 100644
--- a/src/Microsoft.Graph/Generated/Models/Call.cs
+++ b/src/Microsoft.Graph/Generated/Models/Call.cs
@@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models
public partial class Call : global::Microsoft.Graph.Beta.Models.Entity, IParsable
#pragma warning restore CS1591
{
- /// The list of active modalities. Possible values are: unknown, audio, video, videoBasedScreenSharing, data. Read-only.
+ /// The list of active modalities. The possible values are: unknown, audio, video, videoBasedScreenSharing, data. Read-only.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public List? ActiveModalities
@@ -290,7 +290,7 @@ public string MyParticipantId
set { BackingStore?.Set("participants", value); }
}
#endif
- /// The list of requested modalities. Possible values are: unknown, audio, video, videoBasedScreenSharing, data.
+ /// The list of requested modalities. The possible values are: unknown, audio, video, videoBasedScreenSharing, data.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public List? RequestedModalities
@@ -328,7 +328,7 @@ public int? RingingTimeoutInSeconds
get { return BackingStore?.Get("ringingTimeoutInSeconds"); }
set { BackingStore?.Set("ringingTimeoutInSeconds", value); }
}
- /// This property is applicable for peer to peer calls only. Possible values are: none, noMissedCall, disableForwardingExceptPhone, disableForwarding, preferSkypeForBusiness, unknownFutureValue.
+ /// This property is applicable for peer to peer calls only. The possible values are: none, noMissedCall, disableForwardingExceptPhone, disableForwarding, preferSkypeForBusiness, unknownFutureValue.
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public List? RoutingPolicies
@@ -360,7 +360,7 @@ public int? RingingTimeoutInSeconds
set { BackingStore?.Set("source", value); }
}
#endif
- /// The call state. Possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only.
+ /// The call state. The possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only.
public global::Microsoft.Graph.Beta.Models.CallState? State
{
get { return BackingStore?.Get("state"); }
diff --git a/src/Microsoft.Graph/Generated/Models/CallEndedEventMessageDetail.cs b/src/Microsoft.Graph/Generated/Models/CallEndedEventMessageDetail.cs
index 801125d4379..5183e18f761 100644
--- a/src/Microsoft.Graph/Generated/Models/CallEndedEventMessageDetail.cs
+++ b/src/Microsoft.Graph/Generated/Models/CallEndedEventMessageDetail.cs
@@ -18,7 +18,7 @@ public TimeSpan? CallDuration
get { return BackingStore?.Get("callDuration"); }
set { BackingStore?.Set("callDuration", value); }
}
- /// Represents the call event type. Possible values are: call, meeting, screenShare, unknownFutureValue.
+ /// Represents the call event type. The possible values are: call, meeting, screenShare, unknownFutureValue.
public global::Microsoft.Graph.Beta.Models.TeamworkCallEventType? CallEventType
{
get { return BackingStore?.Get("callEventType"); }
diff --git a/src/Microsoft.Graph/Generated/Models/CallEvent.cs b/src/Microsoft.Graph/Generated/Models/CallEvent.cs
index 986f9850a43..7d7b88f626f 100644
--- a/src/Microsoft.Graph/Generated/Models/CallEvent.cs
+++ b/src/Microsoft.Graph/Generated/Models/CallEvent.cs
@@ -28,7 +28,7 @@ public string CallConversationId
set { BackingStore?.Set("callConversationId", value); }
}
#endif
- /// The event type of the call. Possible values are: callStarted, callEnded, unknownFutureValue, rosterUpdated. You must use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: rosterUpdated.
+ /// The event type of the call. The possible values are: callStarted, callEnded, unknownFutureValue, rosterUpdated. You must use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: rosterUpdated.
public global::Microsoft.Graph.Beta.Models.CallEventType? CallEventType
{
get { return BackingStore?.Get("callEventType"); }
diff --git a/src/Microsoft.Graph/Generated/Models/CallMediaState.cs b/src/Microsoft.Graph/Generated/Models/CallMediaState.cs
index dcf1efa372b..88c95e63d38 100644
--- a/src/Microsoft.Graph/Generated/Models/CallMediaState.cs
+++ b/src/Microsoft.Graph/Generated/Models/CallMediaState.cs
@@ -19,7 +19,7 @@ public IDictionary AdditionalData
get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); }
set { BackingStore.Set("AdditionalData", value); }
}
- /// The audio media state. Possible values are: active, inactive, unknownFutureValue.
+ /// The audio media state. The possible values are: active, inactive, unknownFutureValue.
public global::Microsoft.Graph.Beta.Models.MediaState? Audio
{
get { return BackingStore?.Get("audio"); }
diff --git a/src/Microsoft.Graph/Generated/Models/CallRecordingEventMessageDetail.cs b/src/Microsoft.Graph/Generated/Models/CallRecordingEventMessageDetail.cs
index a6ac450de22..a56c993bcbd 100644
--- a/src/Microsoft.Graph/Generated/Models/CallRecordingEventMessageDetail.cs
+++ b/src/Microsoft.Graph/Generated/Models/CallRecordingEventMessageDetail.cs
@@ -50,7 +50,7 @@ public TimeSpan? CallRecordingDuration
get { return BackingStore?.Get