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("callRecordingDuration"); } set { BackingStore?.Set("callRecordingDuration", value); } } - /// Status of the call recording. Possible values are: success, failure, initial, chunkFinished, unknownFutureValue. + /// Status of the call recording. The possible values are: success, failure, initial, chunkFinished, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.CallRecordingStatus? CallRecordingStatus { get { return BackingStore?.Get("callRecordingStatus"); } diff --git a/src/Microsoft.Graph/Generated/Models/CallRecords/CallRecord.cs b/src/Microsoft.Graph/Generated/Models/CallRecords/CallRecord.cs index 70b4449801e..3240af14d9c 100644 --- a/src/Microsoft.Graph/Generated/Models/CallRecords/CallRecord.cs +++ b/src/Microsoft.Graph/Generated/Models/CallRecords/CallRecord.cs @@ -40,7 +40,7 @@ public DateTimeOffset? LastModifiedDateTime get { return BackingStore?.Get("lastModifiedDateTime"); } set { BackingStore?.Set("lastModifiedDateTime", value); } } - /// List of all the modalities used in the call. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue. + /// List of all the modalities used in the call. The possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? Modalities diff --git a/src/Microsoft.Graph/Generated/Models/CallRecords/MediaStream.cs b/src/Microsoft.Graph/Generated/Models/CallRecords/MediaStream.cs index 53d42e6587f..6e469c77097 100644 --- a/src/Microsoft.Graph/Generated/Models/CallRecords/MediaStream.cs +++ b/src/Microsoft.Graph/Generated/Models/CallRecords/MediaStream.cs @@ -19,7 +19,7 @@ public IDictionary AdditionalData get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } set { BackingStore.Set("AdditionalData", value); } } - /// Codec name used to encode audio for transmission on the network. Possible values are: unknown, invalid, cn, pcma, pcmu, amrWide, g722, g7221, g7221c, g729, multiChannelAudio, muchv2, opus, satin, satinFullband, rtAudio8, rtAudio16, silk, silkNarrow, silkWide, siren, xmsRta, unknownFutureValue. + /// Codec name used to encode audio for transmission on the network. The possible values are: unknown, invalid, cn, pcma, pcmu, amrWide, g722, g7221, g7221c, g729, multiChannelAudio, muchv2, opus, satin, satinFullband, rtAudio8, rtAudio16, silk, silkNarrow, silkWide, siren, xmsRta, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.CallRecords.AudioCodec? AudioCodec { get { return BackingStore?.Get("audioCodec"); } @@ -215,7 +215,7 @@ public string StreamId set { BackingStore?.Set("streamId", value); } } #endif - /// Codec name used to encode video for transmission on the network. Possible values are: unknown, invalid, av1, h263, h264, h264s, h264uc, h265, rtvc1, rtVideo, xrtvc1, unknownFutureValue. + /// Codec name used to encode video for transmission on the network. The possible values are: unknown, invalid, av1, h263, h264, h264s, h264uc, h265, rtvc1, rtVideo, xrtvc1, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.CallRecords.VideoCodec? VideoCodec { get { return BackingStore?.Get("videoCodec"); } diff --git a/src/Microsoft.Graph/Generated/Models/CallRecords/Session.cs b/src/Microsoft.Graph/Generated/Models/CallRecords/Session.cs index 8035fce736e..3034afff864 100644 --- a/src/Microsoft.Graph/Generated/Models/CallRecords/Session.cs +++ b/src/Microsoft.Graph/Generated/Models/CallRecords/Session.cs @@ -72,7 +72,7 @@ public bool? IsTest get { return BackingStore?.Get("isTest"); } set { BackingStore?.Set("isTest", value); } } - /// List of modalities present in the session. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue. + /// List of modalities present in the session. The possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? Modalities diff --git a/src/Microsoft.Graph/Generated/Models/CallStartedEventMessageDetail.cs b/src/Microsoft.Graph/Generated/Models/CallStartedEventMessageDetail.cs index 8f86ac32cde..e6bbd06f1c7 100644 --- a/src/Microsoft.Graph/Generated/Models/CallStartedEventMessageDetail.cs +++ b/src/Microsoft.Graph/Generated/Models/CallStartedEventMessageDetail.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class CallStartedEventMessageDetail : global::Microsoft.Graph.Beta.Models.EventMessageDetail, IParsable #pragma warning restore CS1591 { - /// 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/Channel.cs b/src/Microsoft.Graph/Generated/Models/Channel.cs index 7775d536a3d..6b8c2070ec2 100644 --- a/src/Microsoft.Graph/Generated/Models/Channel.cs +++ b/src/Microsoft.Graph/Generated/Models/Channel.cs @@ -126,7 +126,7 @@ public bool? IsFavoriteByDefault get { return BackingStore?.Get("isFavoriteByDefault"); } set { BackingStore?.Set("isFavoriteByDefault", value); } } - /// The layoutType property + /// The layout type of the channel. Can be set during creation and can be updated. The possible values are: post, chat, unknownFutureValue. The default value is post. Channels with post layout use traditional post-reply conversation format, while channels with chat layout provide a chat-like threading experience similar to group chats. public global::Microsoft.Graph.Beta.Models.ChannelLayoutType? LayoutType { get { return BackingStore?.Get("layoutType"); } diff --git a/src/Microsoft.Graph/Generated/Models/ChannelModerationSettings.cs b/src/Microsoft.Graph/Generated/Models/ChannelModerationSettings.cs index cdee33dc282..71e28edcb63 100644 --- a/src/Microsoft.Graph/Generated/Models/ChannelModerationSettings.cs +++ b/src/Microsoft.Graph/Generated/Models/ChannelModerationSettings.cs @@ -49,13 +49,13 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// Indicates who is allowed to reply to the teams channel. Possible values are: everyone, authorAndModerators, unknownFutureValue. + /// Indicates who is allowed to reply to the teams channel. The possible values are: everyone, authorAndModerators, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.ReplyRestriction? ReplyRestriction { get { return BackingStore?.Get("replyRestriction"); } set { BackingStore?.Set("replyRestriction", value); } } - /// Indicates who is allowed to post messages to teams channel. Possible values are: everyone, everyoneExceptGuests, moderators, unknownFutureValue. + /// Indicates who is allowed to post messages to teams channel. The possible values are: everyone, everyoneExceptGuests, moderators, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.UserNewMessageRestriction? UserNewMessageRestriction { get { return BackingStore?.Get("userNewMessageRestriction"); } diff --git a/src/Microsoft.Graph/Generated/Models/CloudAppSecuritySessionControl.cs b/src/Microsoft.Graph/Generated/Models/CloudAppSecuritySessionControl.cs index a2893a562bf..413274266aa 100644 --- a/src/Microsoft.Graph/Generated/Models/CloudAppSecuritySessionControl.cs +++ b/src/Microsoft.Graph/Generated/Models/CloudAppSecuritySessionControl.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class CloudAppSecuritySessionControl : global::Microsoft.Graph.Beta.Models.ConditionalAccessSessionControl, IParsable #pragma warning restore CS1591 { - /// Possible values are: mcasConfigured, monitorOnly, blockDownloads. To learn more about these values, Deploy Conditional Access App Control for featured apps. + /// The possible values are: mcasConfigured, monitorOnly, blockDownloads. To learn more about these values, Deploy Conditional Access App Control for featured apps. public global::Microsoft.Graph.Beta.Models.CloudAppSecuritySessionControlType? CloudAppSecurityType { get { return BackingStore?.Get("cloudAppSecurityType"); } diff --git a/src/Microsoft.Graph/Generated/Models/CloudCertificationAuthorityLeafCertificate.cs b/src/Microsoft.Graph/Generated/Models/CloudCertificationAuthorityLeafCertificate.cs index cf921dbf099..b226f2f84c8 100644 --- a/src/Microsoft.Graph/Generated/Models/CloudCertificationAuthorityLeafCertificate.cs +++ b/src/Microsoft.Graph/Generated/Models/CloudCertificationAuthorityLeafCertificate.cs @@ -83,7 +83,7 @@ public string DeviceName set { BackingStore?.Set("deviceName", value); } } #endif - /// The platform of the device for which the certificate was created. Possible values are: Android, AndroidForWork, iOS, MacOS, WindowsPhone81, Windows81AndLater, Windows10AndLater, AndroidWorkProfile, Unknown, AndroidAOSP, AndroidMobileApplicationManagement, iOSMobileApplicationManagement. Default value: Unknown. Read-only. Supports $select. + /// The platform of the device for which the certificate was created. The possible values are: Android, AndroidForWork, iOS, MacOS, WindowsPhone81, Windows81AndLater, Windows10AndLater, AndroidWorkProfile, Unknown, AndroidAOSP, AndroidMobileApplicationManagement, iOSMobileApplicationManagement. Default value: Unknown. Read-only. Supports $select. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? DevicePlatform diff --git a/src/Microsoft.Graph/Generated/Models/CloudPC.cs b/src/Microsoft.Graph/Generated/Models/CloudPC.cs index 876874187fd..b75fba3cba5 100644 --- a/src/Microsoft.Graph/Generated/Models/CloudPC.cs +++ b/src/Microsoft.Graph/Generated/Models/CloudPC.cs @@ -276,7 +276,7 @@ public string OnPremisesConnectionName set { BackingStore?.Set("onPremisesConnectionName", value); } } #endif - /// The version of the operating system (OS) to provision on Cloud PCs. Possible values are: windows10, windows11, unknownFutureValue. + /// The version of the operating system (OS) to provision on Cloud PCs. The possible values are: windows10, windows11, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.CloudPcOperatingSystem? OsVersion { get { return BackingStore?.Get("osVersion"); } @@ -348,7 +348,7 @@ public string ProvisioningPolicyName set { BackingStore?.Set("provisioningPolicyName", value); } } #endif - /// The type of licenses to be used when provisioning Cloud PCs using this policy. Possible values are: dedicated, shared, unknownFutureValue, sharedByUser, sharedByEntraGroup, reserve. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: sharedByUser, sharedByEntraGroup, reserve. The default value is dedicated. The shared member is deprecated and will stop returning on April 30, 2027; going forward, use the sharedByUser member. + /// The type of licenses to be used when provisioning Cloud PCs using this policy. The possible values are: dedicated, shared, unknownFutureValue, sharedByUser, sharedByEntraGroup, reserve. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: sharedByUser, sharedByEntraGroup, reserve. The default value is dedicated. The shared member is deprecated and will stop returning on April 30, 2027; going forward, use the sharedByUser member. public global::Microsoft.Graph.Beta.Models.CloudPcProvisioningType? ProvisioningType { get { return BackingStore?.Get("provisioningType"); } @@ -462,7 +462,7 @@ public string ServicePlanName set { BackingStore?.Set("statusDetails", value); } } #endif - /// The account type of the user on provisioned Cloud PCs. Possible values are: standardUser, administrator, unknownFutureValue. + /// The account type of the user on provisioned Cloud PCs. The possible values are: standardUser, administrator, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.CloudPcUserAccountType? UserAccountType { get { return BackingStore?.Get("userAccountType"); } diff --git a/src/Microsoft.Graph/Generated/Models/CloudPcCloudApp.cs b/src/Microsoft.Graph/Generated/Models/CloudPcCloudApp.cs index 3c15f10b781..5254e08ebe6 100644 --- a/src/Microsoft.Graph/Generated/Models/CloudPcCloudApp.cs +++ b/src/Microsoft.Graph/Generated/Models/CloudPcCloudApp.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class CloudPcCloudApp : global::Microsoft.Graph.Beta.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The error code if publishing, unpublishing, or resetting a cloud app fails. Possible values are: cloudAppQuotaExceeded, cloudPcLicenseNotFound, internalServerError, appDiscoveryFailed, unknownFutureValue. The default value is null. Supports $filter, $select, $orderBy. Read-only. + /// The error code if publishing, unpublishing, or resetting a cloud app fails. The possible values are: cloudAppQuotaExceeded, cloudPcLicenseNotFound, internalServerError, appDiscoveryFailed, unknownFutureValue. The default value is null. Supports $filter, $select, $orderBy. Read-only. public global::Microsoft.Graph.Beta.Models.CloudPcCloudAppActionFailedErrorCode? ActionFailedErrorCode { get { return BackingStore?.Get("actionFailedErrorCode"); } diff --git a/src/Microsoft.Graph/Generated/Models/CloudPcDeviceImage.cs b/src/Microsoft.Graph/Generated/Models/CloudPcDeviceImage.cs index 919a33b9146..856e28dea68 100644 --- a/src/Microsoft.Graph/Generated/Models/CloudPcDeviceImage.cs +++ b/src/Microsoft.Graph/Generated/Models/CloudPcDeviceImage.cs @@ -29,7 +29,7 @@ public string DisplayName set { BackingStore?.Set("displayName", value); } } #endif - /// The error code of the status of the image that indicates why the upload failed, if applicable. Possible values are: internalServerError, sourceImageNotFound, osVersionNotSupported, sourceImageInvalid, sourceImageNotGeneralized, unknownFutureValue, vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation, sourceImageWithDataDiskNotSupported, sourceImageWithDiskEncryptionSetNotSupported, sourceImageWithAzureDiskEncryptionNotSupported. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation, sourceImageWithDataDiskNotSupported, sourceImageWithDiskEncryptionSetNotSupported, sourceImageWithAzureDiskEncryptionNotSupported. Read-only. + /// The error code of the status of the image that indicates why the upload failed, if applicable. The possible values are: internalServerError, sourceImageNotFound, osVersionNotSupported, sourceImageInvalid, sourceImageNotGeneralized, unknownFutureValue, vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation, sourceImageWithDataDiskNotSupported, sourceImageWithDiskEncryptionSetNotSupported, sourceImageWithAzureDiskEncryptionNotSupported. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation, sourceImageWithDataDiskNotSupported, sourceImageWithDiskEncryptionSetNotSupported, sourceImageWithAzureDiskEncryptionNotSupported. Read-only. public global::Microsoft.Graph.Beta.Models.CloudPcDeviceImageErrorCode? ErrorCode { get { return BackingStore?.Get("errorCode"); } @@ -85,7 +85,7 @@ public string OsBuildNumber set { BackingStore?.Set("osBuildNumber", value); } } #endif - /// The OS status of this image. Possible values are: supported, supportedWithWarning, unknown, unknownFutureValue. The default value is unknown. Read-only. + /// The OS status of this image. The possible values are: supported, supportedWithWarning, unknown, unknownFutureValue. The default value is unknown. Read-only. public global::Microsoft.Graph.Beta.Models.CloudPcDeviceImageOsStatus? OsStatus { get { return BackingStore?.Get("osStatus"); } @@ -145,7 +145,7 @@ public string SourceImageResourceId set { BackingStore?.Set("sourceImageResourceId", value); } } #endif - /// The status of the image on the Cloud PC. Possible values are: pending, ready, warning, failed, unknownFutureValue. Read-only. + /// The status of the image on the Cloud PC. The possible values are: pending, ready, warning, failed, unknownFutureValue. Read-only. public global::Microsoft.Graph.Beta.Models.CloudPcDeviceImageStatus? Status { get { return BackingStore?.Get("status"); } diff --git a/src/Microsoft.Graph/Generated/Models/CloudPcDomainJoinConfiguration.cs b/src/Microsoft.Graph/Generated/Models/CloudPcDomainJoinConfiguration.cs index 7c2cb2259e4..c8477c8a27d 100644 --- a/src/Microsoft.Graph/Generated/Models/CloudPcDomainJoinConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/CloudPcDomainJoinConfiguration.cs @@ -21,13 +21,13 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// Specifies the method by which the provisioned Cloud PC joins Microsoft Entra ID. If you choose the hybridAzureADJoin type, only provide a value for the onPremisesConnectionId property and leave the regionName property empty. If you choose the azureADJoin type, provide a value for either the onPremisesConnectionId or the regionName property. Possible values are: azureADJoin, hybridAzureADJoin, unknownFutureValue. + /// Specifies the method by which the provisioned Cloud PC joins Microsoft Entra ID. If you choose the hybridAzureADJoin type, only provide a value for the onPremisesConnectionId property and leave the regionName property empty. If you choose the azureADJoin type, provide a value for either the onPremisesConnectionId or the regionName property. The possible values are: azureADJoin, hybridAzureADJoin, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.CloudPcDomainJoinType? DomainJoinType { get { return BackingStore?.Get("domainJoinType"); } set { BackingStore?.Set("domainJoinType", value); } } - /// The geographic location where the region is located. Possible values are: default, asia, australasia, canada, europe, india, africa, usCentral, usEast, usWest, southAmerica, middleEast, centralAmerica, usGovernment, unknownFutureValue. Default value is default. Read-only. + /// The geographic location where the region is located. The possible values are: default, asia, australasia, canada, europe, india, africa, usCentral, usEast, usWest, southAmerica, middleEast, centralAmerica, usGovernment, unknownFutureValue. Default value is default. Read-only. public global::Microsoft.Graph.Beta.Models.CloudPcGeographicLocationType? GeographicLocationType { get { return BackingStore?.Get("geographicLocationType"); } @@ -65,7 +65,7 @@ public string OnPremisesConnectionId set { BackingStore?.Set("onPremisesConnectionId", value); } } #endif - /// The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. Possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, southKorea, middleEast, mexico, australasia, europe. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea, middleEast, mexico, australasia, europe. Read-only. + /// The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. The possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, southKorea, middleEast, mexico, australasia, europe. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea, middleEast, mexico, australasia, europe. Read-only. public global::Microsoft.Graph.Beta.Models.CloudPcRegionGroup? RegionGroup { get { return BackingStore?.Get("regionGroup"); } diff --git a/src/Microsoft.Graph/Generated/Models/CloudPcGalleryImage.cs b/src/Microsoft.Graph/Generated/Models/CloudPcGalleryImage.cs index cdcd4f59825..eb3a56fc67e 100644 --- a/src/Microsoft.Graph/Generated/Models/CloudPcGalleryImage.cs +++ b/src/Microsoft.Graph/Generated/Models/CloudPcGalleryImage.cs @@ -219,7 +219,7 @@ public Date? StartDate get { return BackingStore?.Get("startDate"); } set { BackingStore?.Set("startDate", value); } } - /// The status of the gallery image on the Cloud PC. Possible values are: supported, supportedWithWarning, notSupported, unknownFutureValue. The default value is supported. Read-only. + /// The status of the gallery image on the Cloud PC. The possible values are: supported, supportedWithWarning, notSupported, unknownFutureValue. The default value is supported. Read-only. public global::Microsoft.Graph.Beta.Models.CloudPcGalleryImageStatus? Status { get { return BackingStore?.Get("status"); } diff --git a/src/Microsoft.Graph/Generated/Models/CloudPcLaunchDetail.cs b/src/Microsoft.Graph/Generated/Models/CloudPcLaunchDetail.cs index e8a6dd27064..0b0f33061b7 100644 --- a/src/Microsoft.Graph/Generated/Models/CloudPcLaunchDetail.cs +++ b/src/Microsoft.Graph/Generated/Models/CloudPcLaunchDetail.cs @@ -69,7 +69,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// Indicates the reason the Cloud PC isn't compatible with Windows 365 Switch. Possible values are: osVersionNotSupported, hardwareNotSupported, unknownFutureValue. osVersionNotSupported indicates that the user needs to update their Cloud PC operating system version. hardwareNotSupported indicates that the Cloud PC needs more CPUs or RAM to support the functionality. + /// Indicates the reason the Cloud PC isn't compatible with Windows 365 Switch. The possible values are: osVersionNotSupported, hardwareNotSupported, unknownFutureValue. osVersionNotSupported indicates that the user needs to update their Cloud PC operating system version. hardwareNotSupported indicates that the Cloud PC needs more CPUs or RAM to support the functionality. public global::Microsoft.Graph.Beta.Models.Windows365SwitchCompatibilityFailureReasonType? Windows365SwitchCompatibilityFailureReasonType { get { return BackingStore?.Get("windows365SwitchCompatibilityFailureReasonType"); } diff --git a/src/Microsoft.Graph/Generated/Models/CloudPcPartnerAgentInstallResult.cs b/src/Microsoft.Graph/Generated/Models/CloudPcPartnerAgentInstallResult.cs index 135363b929f..40d7e60a38b 100644 --- a/src/Microsoft.Graph/Generated/Models/CloudPcPartnerAgentInstallResult.cs +++ b/src/Microsoft.Graph/Generated/Models/CloudPcPartnerAgentInstallResult.cs @@ -37,7 +37,7 @@ public string ErrorMessage set { BackingStore?.Set("errorMessage", value); } } #endif - /// The status of a partner agent installation. Possible values are: installed, installFailed, installing, uninstalling, uninstallFailed and licensed. Read-Only. + /// The status of a partner agent installation. The possible values are: installed, installFailed, installing, uninstalling, uninstallFailed and licensed. Read-Only. public global::Microsoft.Graph.Beta.Models.CloudPcPartnerAgentInstallStatus? InstallStatus { get { return BackingStore?.Get("installStatus"); } diff --git a/src/Microsoft.Graph/Generated/Models/CloudPcProvisioningPolicy.cs b/src/Microsoft.Graph/Generated/Models/CloudPcProvisioningPolicy.cs index 7646cf894b7..162f55640d7 100644 --- a/src/Microsoft.Graph/Generated/Models/CloudPcProvisioningPolicy.cs +++ b/src/Microsoft.Graph/Generated/Models/CloudPcProvisioningPolicy.cs @@ -300,7 +300,7 @@ public List ScopeIds set { BackingStore?.Set("scopeIds", value); } } #endif - /// Specifies the type of cloud object the end user can access. Possible values are: cloudPc, cloudApp, unknownFutureValue. cloudPc indicates that the end user can access the entire desktop. cloudApp indicates that the end user can only access apps published under this provisioning policy. The type can't be changed once the provisioning policy is created. If not specified during creation, the default value is cloudPc. When cloudApp is selected, the provisioningType must be sharedByEntraGroup. Supports $filter, $select, $orderBy. + /// Specifies the type of cloud object the end user can access. The possible values are: cloudPc, cloudApp, unknownFutureValue. cloudPc indicates that the end user can access the entire desktop. cloudApp indicates that the end user can only access apps published under this provisioning policy. The type can't be changed once the provisioning policy is created. If not specified during creation, the default value is cloudPc. When cloudApp is selected, the provisioningType must be sharedByEntraGroup. Supports $filter, $select, $orderBy. public global::Microsoft.Graph.Beta.Models.CloudPcUserExperienceType? UserExperienceType { get { return BackingStore?.Get("userExperienceType"); } diff --git a/src/Microsoft.Graph/Generated/Models/CloudPcRemoteActionCapability.cs b/src/Microsoft.Graph/Generated/Models/CloudPcRemoteActionCapability.cs index db3cbe59854..a7906f9defc 100644 --- a/src/Microsoft.Graph/Generated/Models/CloudPcRemoteActionCapability.cs +++ b/src/Microsoft.Graph/Generated/Models/CloudPcRemoteActionCapability.cs @@ -13,13 +13,13 @@ namespace Microsoft.Graph.Beta.Models public partial class CloudPcRemoteActionCapability : IAdditionalDataHolder, IBackedModel, IParsable #pragma warning restore CS1591 { - /// Indicates the state of the supported action capability to perform a Cloud PC remote action. Possible values are: enabled, disabled. Default value is enabled. + /// Indicates the state of the supported action capability to perform a Cloud PC remote action. The possible values are: enabled, disabled. Default value is enabled. public global::Microsoft.Graph.Beta.Models.ActionCapability? ActionCapability { get { return BackingStore?.Get("actionCapability"); } set { BackingStore?.Set("actionCapability", value); } } - /// The name of the supported Cloud PC remote action. Possible values are: unknown, restart, rename, restore, resize, reprovision, troubleShoot, changeUserAccountType, placeUnderReview. Default value is unknown. + /// The name of the supported Cloud PC remote action. The possible values are: unknown, restart, rename, restore, resize, reprovision, troubleShoot, changeUserAccountType, placeUnderReview. Default value is unknown. public global::Microsoft.Graph.Beta.Models.CloudPcRemoteActionName? ActionName { get { return BackingStore?.Get("actionName"); } diff --git a/src/Microsoft.Graph/Generated/Models/CloudPcRemoteActionResult.cs b/src/Microsoft.Graph/Generated/Models/CloudPcRemoteActionResult.cs index 3b801f281da..1bad8ed6d06 100644 --- a/src/Microsoft.Graph/Generated/Models/CloudPcRemoteActionResult.cs +++ b/src/Microsoft.Graph/Generated/Models/CloudPcRemoteActionResult.cs @@ -29,7 +29,7 @@ public string ActionName set { BackingStore?.Set("actionName", value); } } #endif - /// State of the action. Possible values are: None, pending, canceled, active, done, failed, notSupported. Read-only. + /// State of the action. The possible values are: None, pending, canceled, active, done, failed, notSupported. Read-only. public global::Microsoft.Graph.Beta.Models.ActionState? ActionState { get { return BackingStore?.Get("actionState"); } diff --git a/src/Microsoft.Graph/Generated/Models/CloudPcRestorePointSetting.cs b/src/Microsoft.Graph/Generated/Models/CloudPcRestorePointSetting.cs index 7c8ba5c54a6..00b042996cb 100644 --- a/src/Microsoft.Graph/Generated/Models/CloudPcRestorePointSetting.cs +++ b/src/Microsoft.Graph/Generated/Models/CloudPcRestorePointSetting.cs @@ -27,7 +27,7 @@ public int? FrequencyInHours get { return BackingStore?.Get("frequencyInHours"); } set { BackingStore?.Set("frequencyInHours", value); } } - /// The time interval in hours to take snapshots (restore points) of a Cloud PC automatically. Possible values are: default, fourHours, sixHours, twelveHours, sixteenHours, twentyFourHours, unknownFutureValue. The default value is default that indicates that the time interval for automatic capturing of restore point snapshots is set to 12 hours. + /// The time interval in hours to take snapshots (restore points) of a Cloud PC automatically. The possible values are: default, fourHours, sixHours, twelveHours, sixteenHours, twentyFourHours, unknownFutureValue. The default value is default that indicates that the time interval for automatic capturing of restore point snapshots is set to 12 hours. public global::Microsoft.Graph.Beta.Models.CloudPcRestorePointFrequencyType? FrequencyType { get { return BackingStore?.Get("frequencyType"); } diff --git a/src/Microsoft.Graph/Generated/Models/CloudPcServicePlan.cs b/src/Microsoft.Graph/Generated/Models/CloudPcServicePlan.cs index 9e943dd751b..3377ef6208e 100644 --- a/src/Microsoft.Graph/Generated/Models/CloudPcServicePlan.cs +++ b/src/Microsoft.Graph/Generated/Models/CloudPcServicePlan.cs @@ -28,7 +28,7 @@ public string DisplayName set { BackingStore?.Set("displayName", value); } } #endif - /// Specifies the type of license used when provisioning Cloud PCs. By default, the license type is dedicated. Possible values are: dedicated, shared, unknownFutureValue, sharedByUser, sharedByEntraGroup, reserve. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: sharedByUser, sharedByEntraGroup, reserve. The shared member is deprecated and will stop returning on April 30, 2027; going forward, use the sharedByUser member. + /// Specifies the type of license used when provisioning Cloud PCs. By default, the license type is dedicated. The possible values are: dedicated, shared, unknownFutureValue, sharedByUser, sharedByEntraGroup, reserve. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: sharedByUser, sharedByEntraGroup, reserve. The shared member is deprecated and will stop returning on April 30, 2027; going forward, use the sharedByUser member. public global::Microsoft.Graph.Beta.Models.CloudPcProvisioningType? ProvisioningType { get { return BackingStore?.Get("provisioningType"); } @@ -52,7 +52,7 @@ public int? StorageInGB get { return BackingStore?.Get("supportedSolution"); } set { BackingStore?.Set("supportedSolution", value); } } - /// The type of the service plan. Possible values are: enterprise, business, unknownFutureValue. Read-only. + /// The type of the service plan. The possible values are: enterprise, business, unknownFutureValue. Read-only. public global::Microsoft.Graph.Beta.Models.CloudPcServicePlanType? Type { get { return BackingStore?.Get("type"); } diff --git a/src/Microsoft.Graph/Generated/Models/CloudPcSupportedRegion.cs b/src/Microsoft.Graph/Generated/Models/CloudPcSupportedRegion.cs index 531ff3a7581..eb3ae8fba2f 100644 --- a/src/Microsoft.Graph/Generated/Models/CloudPcSupportedRegion.cs +++ b/src/Microsoft.Graph/Generated/Models/CloudPcSupportedRegion.cs @@ -28,7 +28,7 @@ public string DisplayName set { BackingStore?.Set("displayName", value); } } #endif - /// The geographic location where the region is located. Possible values are: default, asia, australasia, canada, europe, india, africa, usCentral, usEast, usWest, southAmerica, middleEast, centralAmerica, usGovernment, unknownFutureValue. Default value is default. Read-only. + /// The geographic location where the region is located. The possible values are: default, asia, australasia, canada, europe, india, africa, usCentral, usEast, usWest, southAmerica, middleEast, centralAmerica, usGovernment, unknownFutureValue. Default value is default. Read-only. public global::Microsoft.Graph.Beta.Models.CloudPcGeographicLocationType? GeographicLocationType { get { return BackingStore?.Get("geographicLocationType"); } @@ -56,7 +56,7 @@ public string DisplayName set { BackingStore?.Set("regionRestrictionDetail", value); } } #endif - /// The status of the supported region. Possible values are: available, restricted, unavailable, unknownFutureValue. Read-only. + /// The status of the supported region. The possible values are: available, restricted, unavailable, unknownFutureValue. Read-only. public global::Microsoft.Graph.Beta.Models.CloudPcSupportedRegionStatus? RegionStatus { get { return BackingStore?.Get("regionStatus"); } diff --git a/src/Microsoft.Graph/Generated/Models/CloudPcTenantEncryptionSetting.cs b/src/Microsoft.Graph/Generated/Models/CloudPcTenantEncryptionSetting.cs index 5819dfc1466..876644af6d3 100644 --- a/src/Microsoft.Graph/Generated/Models/CloudPcTenantEncryptionSetting.cs +++ b/src/Microsoft.Graph/Generated/Models/CloudPcTenantEncryptionSetting.cs @@ -43,7 +43,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// Indicates the Cloud PC disk encryption type for a tenant. It is a tenant-level setting that applies globally to all Cloud PCs in the tenant. Possible values are: platformManagedKey, customerManagedKey, unknownFutureValue. Read-only. + /// Indicates the Cloud PC disk encryption type for a tenant. It is a tenant-level setting that applies globally to all Cloud PCs in the tenant. The possible values are: platformManagedKey, customerManagedKey, unknownFutureValue. Read-only. public global::Microsoft.Graph.Beta.Models.CloudPcDiskEncryptionType? TenantDiskEncryptionType { get { return BackingStore?.Get("tenantDiskEncryptionType"); } diff --git a/src/Microsoft.Graph/Generated/Models/CloudPcUserSetting.cs b/src/Microsoft.Graph/Generated/Models/CloudPcUserSetting.cs index 540e9429d95..1cb4c0d5a0c 100644 --- a/src/Microsoft.Graph/Generated/Models/CloudPcUserSetting.cs +++ b/src/Microsoft.Graph/Generated/Models/CloudPcUserSetting.cs @@ -94,7 +94,7 @@ public bool? LocalAdminEnabled set { BackingStore?.Set("notificationSetting", value); } } #endif - /// Indicates the provisioning source of the Cloud PC prepared for an end user. Possible values are: image, snapshot, unknownFutureValue. The default value is image. If this property isn't set or set to null, its functionality is the same as setting it to image. + /// Indicates the provisioning source of the Cloud PC prepared for an end user. The possible values are: image, snapshot, unknownFutureValue. The default value is image. If this property isn't set or set to null, its functionality is the same as setting it to image. public global::Microsoft.Graph.Beta.Models.CloudPcProvisioningSourceType? ProvisioningSourceType { get { return BackingStore?.Get("provisioningSourceType"); } diff --git a/src/Microsoft.Graph/Generated/Models/CloudPcUserSettingsPersistenceConfiguration.cs b/src/Microsoft.Graph/Generated/Models/CloudPcUserSettingsPersistenceConfiguration.cs index ee915e5e34b..f6cd01174bf 100644 --- a/src/Microsoft.Graph/Generated/Models/CloudPcUserSettingsPersistenceConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/CloudPcUserSettingsPersistenceConfiguration.cs @@ -43,7 +43,7 @@ public bool? UserSettingsPersistenceEnabled get { return BackingStore?.Get("userSettingsPersistenceEnabled"); } set { BackingStore?.Set("userSettingsPersistenceEnabled", value); } } - /// Indicates the storage size for persisting user application settings. Possible values are: fourGB, eightGB, sixteenGB, thirtyTwoGB, sixtyFourGB, unknownFutureValue. The default value is fourGB. + /// Indicates the storage size for persisting user application settings. The possible values are: fourGB, eightGB, sixteenGB, thirtyTwoGB, sixtyFourGB, unknownFutureValue. The default value is fourGB. public global::Microsoft.Graph.Beta.Models.CloudPcUserSettingsPersistenceStorageSizeCategory? UserSettingsPersistenceStorageSizeCategory { get { return BackingStore?.Get("userSettingsPersistenceStorageSizeCategory"); } diff --git a/src/Microsoft.Graph/Generated/Models/CommunicationsIdentitySet.cs b/src/Microsoft.Graph/Generated/Models/CommunicationsIdentitySet.cs index 153e670bebb..e41d2a4e3d9 100644 --- a/src/Microsoft.Graph/Generated/Models/CommunicationsIdentitySet.cs +++ b/src/Microsoft.Graph/Generated/Models/CommunicationsIdentitySet.cs @@ -76,7 +76,7 @@ public partial class CommunicationsIdentitySet : global::Microsoft.Graph.Beta.Mo set { BackingStore?.Set("encrypted", value); } } #endif - /// Type of endpoint the participant uses. Possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone and unknownFutureValue. + /// Type of endpoint the participant uses. The possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone and unknownFutureValue. public global::Microsoft.Graph.Beta.Models.EndpointType? EndpointType { get { return BackingStore?.Get("endpointType"); } diff --git a/src/Microsoft.Graph/Generated/Models/CompanySubscription.cs b/src/Microsoft.Graph/Generated/Models/CompanySubscription.cs index d740f18a9fc..60131102b80 100644 --- a/src/Microsoft.Graph/Generated/Models/CompanySubscription.cs +++ b/src/Microsoft.Graph/Generated/Models/CompanySubscription.cs @@ -158,7 +158,7 @@ public string SkuPartNumber set { BackingStore?.Set("skuPartNumber", value); } } #endif - /// The status of this subscription. Possible values are: Enabled, Deleted, Suspended, Warning, LockedOut. + /// The status of this subscription. The possible values are: Enabled, Deleted, Suspended, Warning, LockedOut. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Status diff --git a/src/Microsoft.Graph/Generated/Models/ConditionalAccessConditionSet.cs b/src/Microsoft.Graph/Generated/Models/ConditionalAccessConditionSet.cs index fdcbe09b104..3fa4e775dd7 100644 --- a/src/Microsoft.Graph/Generated/Models/ConditionalAccessConditionSet.cs +++ b/src/Microsoft.Graph/Generated/Models/ConditionalAccessConditionSet.cs @@ -19,7 +19,7 @@ public IDictionary AdditionalData get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } set { BackingStore.Set("AdditionalData", value); } } - /// Agent identity risk levels included in the policy. Possible values are: low, medium, high, unknownFutureValue. This enumeration is multivalued. + /// Agent identity risk levels included in the policy. The possible values are: low, medium, high, unknownFutureValue. This enumeration is multivalued. public global::Microsoft.Graph.Beta.Models.ConditionalAccessAgentIdRiskLevels? AgentIdRiskLevels { get { return BackingStore?.Get("agentIdRiskLevels"); } @@ -75,7 +75,7 @@ public IDictionary AdditionalData set { BackingStore?.Set("clientApplications", value); } } #endif - /// Client application types included in the policy. Possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required. The easUnsupported enumeration member is deprecated in favor of exchangeActiveSync, which includes EAS supported and unsupported platforms. + /// Client application types included in the policy. The possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required. The easUnsupported enumeration member is deprecated in favor of exchangeActiveSync, which includes EAS supported and unsupported platforms. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? ClientAppTypes @@ -177,7 +177,7 @@ public string OdataType set { BackingStore?.Set("platforms", value); } } #endif - /// Service principal risk levels included in the policy. Possible values are: low, medium, high, none, unknownFutureValue. + /// Service principal risk levels included in the policy. The possible values are: low, medium, high, none, unknownFutureValue. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? ServicePrincipalRiskLevels @@ -193,7 +193,7 @@ public string OdataType set { BackingStore?.Set("servicePrincipalRiskLevels", value); } } #endif - /// Sign-in risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. + /// Sign-in risk levels included in the policy. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? SignInRiskLevels @@ -209,7 +209,7 @@ public string OdataType set { BackingStore?.Set("signInRiskLevels", value); } } #endif - /// User risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. + /// User risk levels included in the policy. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? UserRiskLevels diff --git a/src/Microsoft.Graph/Generated/Models/ConditionalAccessExternalTenants.cs b/src/Microsoft.Graph/Generated/Models/ConditionalAccessExternalTenants.cs index 3e8b538e01b..0342495cc09 100644 --- a/src/Microsoft.Graph/Generated/Models/ConditionalAccessExternalTenants.cs +++ b/src/Microsoft.Graph/Generated/Models/ConditionalAccessExternalTenants.cs @@ -21,7 +21,7 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// The membership kind. Possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object. + /// The membership kind. The possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object. public global::Microsoft.Graph.Beta.Models.ConditionalAccessExternalTenantsMembershipKind? MembershipKind { get { return BackingStore?.Get("membershipKind"); } diff --git a/src/Microsoft.Graph/Generated/Models/ConditionalAccessPlatforms.cs b/src/Microsoft.Graph/Generated/Models/ConditionalAccessPlatforms.cs index 399622c6799..afeae9e46dc 100644 --- a/src/Microsoft.Graph/Generated/Models/ConditionalAccessPlatforms.cs +++ b/src/Microsoft.Graph/Generated/Models/ConditionalAccessPlatforms.cs @@ -21,7 +21,7 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue, linux. + /// The possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue, linux. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? ExcludePlatforms @@ -37,7 +37,7 @@ public IDictionary AdditionalData set { BackingStore?.Set("excludePlatforms", value); } } #endif - /// Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue,linux. + /// The possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue,linux. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? IncludePlatforms diff --git a/src/Microsoft.Graph/Generated/Models/ConfigurationUri.cs b/src/Microsoft.Graph/Generated/Models/ConfigurationUri.cs index 0e04a1ad00d..1c17f964d9f 100644 --- a/src/Microsoft.Graph/Generated/Models/ConfigurationUri.cs +++ b/src/Microsoft.Graph/Generated/Models/ConfigurationUri.cs @@ -19,7 +19,7 @@ public IDictionary AdditionalData get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } set { BackingStore.Set("AdditionalData", value); } } - /// The single sign-on mode that the URI is configured for. Possible values are: saml, password. + /// The single sign-on mode that the URI is configured for. The possible values are: saml, password. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? AppliesToSingleSignOnMode diff --git a/src/Microsoft.Graph/Generated/Models/ConnectedOrganization.cs b/src/Microsoft.Graph/Generated/Models/ConnectedOrganization.cs index a60450a59ae..d803e0fba0c 100644 --- a/src/Microsoft.Graph/Generated/Models/ConnectedOrganization.cs +++ b/src/Microsoft.Graph/Generated/Models/ConnectedOrganization.cs @@ -136,7 +136,7 @@ public DateTimeOffset? ModifiedDateTime get { return BackingStore?.Get("modifiedDateTime"); } set { BackingStore?.Set("modifiedDateTime", value); } } - /// The state of a connected organization defines whether assignment policies with requestor scope type AllConfiguredConnectedOrganizationSubjects are applicable or not. Possible values are: configured, proposed. + /// The state of a connected organization defines whether assignment policies with requestor scope type AllConfiguredConnectedOrganizationSubjects are applicable or not. The possible values are: configured, proposed. public global::Microsoft.Graph.Beta.Models.ConnectedOrganizationState? State { get { return BackingStore?.Get("state"); } diff --git a/src/Microsoft.Graph/Generated/Models/Contract.cs b/src/Microsoft.Graph/Generated/Models/Contract.cs index 8058dbf9e08..b9440e8fe79 100644 --- a/src/Microsoft.Graph/Generated/Models/Contract.cs +++ b/src/Microsoft.Graph/Generated/Models/Contract.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class Contract : global::Microsoft.Graph.Beta.Models.DirectoryObject, IParsable #pragma warning restore CS1591 { - /// Type of contract. Possible values are: SyndicationPartner, BreadthPartner, ResellerPartner. See more in the table below. + /// Type of contract. The possible values are: SyndicationPartner, BreadthPartner, ResellerPartner. See more in the table below. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? ContractType diff --git a/src/Microsoft.Graph/Generated/Models/ControlConfiguration.cs b/src/Microsoft.Graph/Generated/Models/ControlConfiguration.cs new file mode 100644 index 00000000000..af6f0b3cffb --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/ControlConfiguration.cs @@ -0,0 +1,113 @@ +// +#pragma warning disable CS0618 +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using System.Collections.Generic; +using System.IO; +using System; +namespace Microsoft.Graph.Beta.Models +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class ControlConfiguration : global::Microsoft.Graph.Beta.Models.Entity, IParsable + #pragma warning restore CS1591 + { + /// The userPrincipalName of the user or identity that created the control configuration. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? CreatedBy + { + get { return BackingStore?.Get("createdBy"); } + set { BackingStore?.Set("createdBy", value); } + } +#nullable restore +#else + public string CreatedBy + { + get { return BackingStore?.Get("createdBy"); } + set { BackingStore?.Set("createdBy", value); } + } +#endif + /// The date and time the control configuration was created. + public DateTimeOffset? CreatedDateTime + { + get { return BackingStore?.Get("createdDateTime"); } + set { BackingStore?.Set("createdDateTime", value); } + } + /// Determines whether or not the control configuration is enabled. + public bool? IsEnabled + { + get { return BackingStore?.Get("isEnabled"); } + set { BackingStore?.Set("isEnabled", value); } + } + /// The userPrincipalName of the user or identity that modified the control configuration. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? ModifiedBy + { + get { return BackingStore?.Get("modifiedBy"); } + set { BackingStore?.Set("modifiedBy", value); } + } +#nullable restore +#else + public string ModifiedBy + { + get { return BackingStore?.Get("modifiedBy"); } + set { BackingStore?.Set("modifiedBy", value); } + } +#endif + /// The date and time the control configuration was modified. + public DateTimeOffset? ModifiedDateTime + { + get { return BackingStore?.Get("modifiedDateTime"); } + set { BackingStore?.Set("modifiedDateTime", value); } + } + /// + /// Creates a new instance of the appropriate class based on discriminator value + /// + /// A + /// The parse node to use to read the discriminator value and create the object + public static new global::Microsoft.Graph.Beta.Models.ControlConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) + { + if(ReferenceEquals(parseNode, null)) throw new ArgumentNullException(nameof(parseNode)); + var mappingValue = parseNode.GetChildNode("@odata.type")?.GetStringValue(); + return mappingValue switch + { + "#microsoft.graph.endUserSettings" => new global::Microsoft.Graph.Beta.Models.EndUserSettings(), + "#microsoft.graph.entraIdProtectionRiskyUserApproval" => new global::Microsoft.Graph.Beta.Models.EntraIdProtectionRiskyUserApproval(), + "#microsoft.graph.insiderRiskyUserApproval" => new global::Microsoft.Graph.Beta.Models.InsiderRiskyUserApproval(), + _ => new global::Microsoft.Graph.Beta.Models.ControlConfiguration(), + }; + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + { "createdBy", n => { CreatedBy = n.GetStringValue(); } }, + { "createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, + { "isEnabled", n => { IsEnabled = n.GetBoolValue(); } }, + { "modifiedBy", n => { ModifiedBy = n.GetStringValue(); } }, + { "modifiedDateTime", n => { ModifiedDateTime = n.GetDateTimeOffsetValue(); } }, + }; + } + /// + /// Serializes information the current object + /// + /// Serialization writer to use to serialize this model + public override void Serialize(ISerializationWriter writer) + { + if(ReferenceEquals(writer, null)) throw new ArgumentNullException(nameof(writer)); + base.Serialize(writer); + writer.WriteStringValue("createdBy", CreatedBy); + writer.WriteDateTimeOffsetValue("createdDateTime", CreatedDateTime); + writer.WriteBoolValue("isEnabled", IsEnabled); + writer.WriteStringValue("modifiedBy", ModifiedBy); + writer.WriteDateTimeOffsetValue("modifiedDateTime", ModifiedDateTime); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Security/AutoAuditingConfiguration.cs b/src/Microsoft.Graph/Generated/Models/ControlConfigurationCollectionResponse.cs similarity index 52% rename from src/Microsoft.Graph/Generated/Models/Security/AutoAuditingConfiguration.cs rename to src/Microsoft.Graph/Generated/Models/ControlConfigurationCollectionResponse.cs index 948cb5eb7d2..64e638799c1 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/AutoAuditingConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/ControlConfigurationCollectionResponse.cs @@ -5,28 +5,38 @@ using System.Collections.Generic; using System.IO; using System; -namespace Microsoft.Graph.Beta.Models.Security +namespace Microsoft.Graph.Beta.Models { [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] #pragma warning disable CS1591 - public partial class AutoAuditingConfiguration : global::Microsoft.Graph.Beta.Models.Entity, IParsable + public partial class ControlConfigurationCollectionResponse : global::Microsoft.Graph.Beta.Models.BaseCollectionPaginationCountResponse, IParsable #pragma warning restore CS1591 { - /// Indicates whether automatic auditing is enabled for Defender for Identity monitoring. - public bool? IsAutomatic + /// The value property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? Value { - get { return BackingStore?.Get("isAutomatic"); } - set { BackingStore?.Set("isAutomatic", value); } + get { return BackingStore?.Get?>("value"); } + set { BackingStore?.Set("value", value); } } +#nullable restore +#else + public List Value + { + get { return BackingStore?.Get>("value"); } + set { BackingStore?.Set("value", value); } + } +#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// - /// A + /// A /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Beta.Models.Security.AutoAuditingConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) + public static new global::Microsoft.Graph.Beta.Models.ControlConfigurationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { if(ReferenceEquals(parseNode, null)) throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Beta.Models.Security.AutoAuditingConfiguration(); + return new global::Microsoft.Graph.Beta.Models.ControlConfigurationCollectionResponse(); } /// /// The deserialization information for the current model @@ -36,7 +46,7 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "isAutomatic", n => { IsAutomatic = n.GetBoolValue(); } }, + { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Beta.Models.ControlConfiguration.CreateFromDiscriminatorValue)?.AsList(); } }, }; } /// @@ -47,7 +57,7 @@ public override void Serialize(ISerializationWriter writer) { if(ReferenceEquals(writer, null)) throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteBoolValue("isAutomatic", IsAutomatic); + writer.WriteCollectionOfObjectValues("value", Value); } } } diff --git a/src/Microsoft.Graph/Generated/Models/CredentialUserRegistrationDetails.cs b/src/Microsoft.Graph/Generated/Models/CredentialUserRegistrationDetails.cs index 6c52479049b..e924f32c6d8 100644 --- a/src/Microsoft.Graph/Generated/Models/CredentialUserRegistrationDetails.cs +++ b/src/Microsoft.Graph/Generated/Models/CredentialUserRegistrationDetails.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class CredentialUserRegistrationDetails : global::Microsoft.Graph.Beta.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Represents the authentication method that the user has registered. Possible values are: email, mobilePhone, officePhone, securityQuestion (only used for self-service password reset), appNotification, appCode, alternateMobilePhone (supported only in registration), fido, appPassword, unknownFutureValue. + /// Represents the authentication method that the user has registered. The possible values are: email, mobilePhone, officePhone, securityQuestion (only used for self-service password reset), appNotification, appCode, alternateMobilePhone (supported only in registration), fido, appPassword, unknownFutureValue. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? AuthMethods diff --git a/src/Microsoft.Graph/Generated/Models/CryptographySuite.cs b/src/Microsoft.Graph/Generated/Models/CryptographySuite.cs index 36f65bd43bd..6b79599b9e0 100644 --- a/src/Microsoft.Graph/Generated/Models/CryptographySuite.cs +++ b/src/Microsoft.Graph/Generated/Models/CryptographySuite.cs @@ -20,7 +20,7 @@ public IDictionary AdditionalData get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } set { BackingStore.Set("AdditionalData", value); } } - /// Authentication Transform Constants. Possible values are: md596, sha196, sha256128, aes128Gcm, aes192Gcm, aes256Gcm. + /// Authentication Transform Constants. The possible values are: md596, sha196, sha256128, aes128Gcm, aes192Gcm, aes256Gcm. public global::Microsoft.Graph.Beta.Models.AuthenticationTransformConstant? AuthenticationTransformConstants { get { return BackingStore?.Get("authenticationTransformConstants"); } @@ -28,25 +28,25 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// Cipher Transform Constants. Possible values are: aes256, des, tripleDes, aes128, aes128Gcm, aes256Gcm, aes192, aes192Gcm, chaCha20Poly1305. + /// Cipher Transform Constants. The possible values are: aes256, des, tripleDes, aes128, aes128Gcm, aes256Gcm, aes192, aes192Gcm, chaCha20Poly1305. public global::Microsoft.Graph.Beta.Models.VpnEncryptionAlgorithmType? CipherTransformConstants { get { return BackingStore?.Get("cipherTransformConstants"); } set { BackingStore?.Set("cipherTransformConstants", value); } } - /// Diffie Hellman Group. Possible values are: group1, group2, group14, ecp256, ecp384, group24. + /// Diffie Hellman Group. The possible values are: group1, group2, group14, ecp256, ecp384, group24. public global::Microsoft.Graph.Beta.Models.DiffieHellmanGroup? DhGroup { get { return BackingStore?.Get("dhGroup"); } set { BackingStore?.Set("dhGroup", value); } } - /// Encryption Method. Possible values are: aes256, des, tripleDes, aes128, aes128Gcm, aes256Gcm, aes192, aes192Gcm, chaCha20Poly1305. + /// Encryption Method. The possible values are: aes256, des, tripleDes, aes128, aes128Gcm, aes256Gcm, aes192, aes192Gcm, chaCha20Poly1305. public global::Microsoft.Graph.Beta.Models.VpnEncryptionAlgorithmType? EncryptionMethod { get { return BackingStore?.Get("encryptionMethod"); } set { BackingStore?.Set("encryptionMethod", value); } } - /// Integrity Check Method. Possible values are: sha2256, sha196, sha1160, sha2384, sha2_512, md5. + /// Integrity Check Method. The possible values are: sha2256, sha196, sha1160, sha2384, sha2_512, md5. public global::Microsoft.Graph.Beta.Models.VpnIntegrityAlgorithmType? IntegrityCheckMethod { get { return BackingStore?.Get("integrityCheckMethod"); } @@ -68,7 +68,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// Perfect Forward Secrecy Group. Possible values are: pfs1, pfs2, pfs2048, ecp256, ecp384, pfsMM, pfs24. + /// Perfect Forward Secrecy Group. The possible values are: pfs1, pfs2, pfs2048, ecp256, ecp384, pfsMM, pfs24. public global::Microsoft.Graph.Beta.Models.PerfectForwardSecrecyGroup? PfsGroup { get { return BackingStore?.Get("pfsGroup"); } diff --git a/src/Microsoft.Graph/Generated/Models/CustomTrainingSetting.cs b/src/Microsoft.Graph/Generated/Models/CustomTrainingSetting.cs index b5d607db67d..9489c202d83 100644 --- a/src/Microsoft.Graph/Generated/Models/CustomTrainingSetting.cs +++ b/src/Microsoft.Graph/Generated/Models/CustomTrainingSetting.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class CustomTrainingSetting : global::Microsoft.Graph.Beta.Models.TrainingSetting, IParsable #pragma warning restore CS1591 { - /// A user collection that specifies to whom the training should be assigned. Possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue. + /// A user collection that specifies to whom the training should be assigned. The possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? AssignedTo diff --git a/src/Microsoft.Graph/Generated/Models/DataPolicyOperation.cs b/src/Microsoft.Graph/Generated/Models/DataPolicyOperation.cs index 21a1efcc819..72a7384d42b 100644 --- a/src/Microsoft.Graph/Generated/Models/DataPolicyOperation.cs +++ b/src/Microsoft.Graph/Generated/Models/DataPolicyOperation.cs @@ -24,7 +24,7 @@ public double? Progress get { return BackingStore?.Get("progress"); } set { BackingStore?.Set("progress", value); } } - /// Possible values are: notStarted, running, complete, failed, unknownFutureValue. + /// The possible values are: notStarted, running, complete, failed, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.DataPolicyOperationStatus? Status { get { return BackingStore?.Get("status"); } diff --git a/src/Microsoft.Graph/Generated/Models/DefaultManagedAppProtection.cs b/src/Microsoft.Graph/Generated/Models/DefaultManagedAppProtection.cs index a54a3d5b931..34a9650ac8d 100644 --- a/src/Microsoft.Graph/Generated/Models/DefaultManagedAppProtection.cs +++ b/src/Microsoft.Graph/Generated/Models/DefaultManagedAppProtection.cs @@ -67,7 +67,7 @@ public bool? AllowWidgetContentSync get { return BackingStore?.Get("allowWidgetContentSync"); } set { BackingStore?.Set("allowWidgetContentSync", value); } } - /// 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"); } @@ -103,19 +103,19 @@ public bool? AllowWidgetContentSync 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"); } diff --git a/src/Microsoft.Graph/Generated/Models/Device.cs b/src/Microsoft.Graph/Generated/Models/Device.cs index 8c5906995e1..03540e8c38b 100644 --- a/src/Microsoft.Graph/Generated/Models/Device.cs +++ b/src/Microsoft.Graph/Generated/Models/Device.cs @@ -126,7 +126,7 @@ public string DeviceMetadata set { BackingStore?.Set("deviceMetadata", value); } } #endif - /// Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal. + /// Ownership of the device. Intune sets this property. The possible values are: unknown, company, personal. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? DeviceOwnership @@ -212,7 +212,7 @@ public string EnrollmentProfileName set { BackingStore?.Set("enrollmentProfileName", value); } } #endif - /// Enrollment type of the device. Intune sets this property. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed. + /// Enrollment type of the device. Intune sets this property. The possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? EnrollmentType @@ -316,7 +316,7 @@ public string Kind set { BackingStore?.Set("kind", value); } } #endif - /// Management channel of the device. Intune sets this property. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController. + /// Management channel of the device. Intune sets this property. The possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? ManagementType diff --git a/src/Microsoft.Graph/Generated/Models/DeviceConfigurationAssignment.cs b/src/Microsoft.Graph/Generated/Models/DeviceConfigurationAssignment.cs index 72605b9688b..c7380ac3632 100644 --- a/src/Microsoft.Graph/Generated/Models/DeviceConfigurationAssignment.cs +++ b/src/Microsoft.Graph/Generated/Models/DeviceConfigurationAssignment.cs @@ -13,7 +13,7 @@ namespace Microsoft.Graph.Beta.Models [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class DeviceConfigurationAssignment : global::Microsoft.Graph.Beta.Models.Entity, IParsable { - /// The admin intent to apply or remove the profile. Possible values are: apply, remove. + /// The admin intent to apply or remove the profile. The possible values are: apply, remove. public global::Microsoft.Graph.Beta.Models.DeviceConfigAssignmentIntent? Intent { get { return BackingStore?.Get("intent"); } diff --git a/src/Microsoft.Graph/Generated/Models/DeviceManagement/RuleCondition.cs b/src/Microsoft.Graph/Generated/Models/DeviceManagement/RuleCondition.cs index a112c7b8ece..08713437602 100644 --- a/src/Microsoft.Graph/Generated/Models/DeviceManagement/RuleCondition.cs +++ b/src/Microsoft.Graph/Generated/Models/DeviceManagement/RuleCondition.cs @@ -27,7 +27,7 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// The property that the rule condition monitors. Possible values are: provisionFailures, imageUploadFailures, azureNetworkConnectionCheckFailures, cloudPcInGracePeriod, frontlineInsufficientLicenses, cloudPcConnectionErrors, cloudPcHostHealthCheckFailures, cloudPcZoneOutage, unknownFutureValue, frontlineBufferUsageDuration, frontlineBufferUsageThreshold, cloudPcUserSettingsPersistenceUsageThreshold, cloudPcDeprovisionedThreshold, cloudPcReserveDeprovisionFailedThreshold. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: frontlineBufferUsageDuration, frontlineBufferUsageThreshold, cloudPcUserSettingsPersistenceUsageThreshold, cloudPcDeprovisionedThreshold, cloudPcReserveDeprovisionFailedThreshold. + /// The property that the rule condition monitors. The possible values are: provisionFailures, imageUploadFailures, azureNetworkConnectionCheckFailures, cloudPcInGracePeriod, frontlineInsufficientLicenses, cloudPcConnectionErrors, cloudPcHostHealthCheckFailures, cloudPcZoneOutage, unknownFutureValue, frontlineBufferUsageDuration, frontlineBufferUsageThreshold, cloudPcUserSettingsPersistenceUsageThreshold, cloudPcDeprovisionedThreshold, cloudPcReserveDeprovisionFailedThreshold. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: frontlineBufferUsageDuration, frontlineBufferUsageThreshold, cloudPcUserSettingsPersistenceUsageThreshold, cloudPcDeprovisionedThreshold, cloudPcReserveDeprovisionFailedThreshold. public global::Microsoft.Graph.Beta.Models.DeviceManagement.ConditionCategory? ConditionCategory { get { return BackingStore?.Get("conditionCategory"); } @@ -55,7 +55,7 @@ public string OdataType get { return BackingStore?.Get("operator"); } set { BackingStore?.Set("operator", value); } } - /// The relationship type. Possible values are: and, or. + /// The relationship type. The possible values are: and, or. public global::Microsoft.Graph.Beta.Models.DeviceManagement.RelationshipType? RelationshipType { get { return BackingStore?.Get("relationshipType"); } diff --git a/src/Microsoft.Graph/Generated/Models/DeviceManagementConfigurationStringSettingValueDefinition.cs b/src/Microsoft.Graph/Generated/Models/DeviceManagementConfigurationStringSettingValueDefinition.cs index 5e96431756d..3c09997156a 100644 --- a/src/Microsoft.Graph/Generated/Models/DeviceManagementConfigurationStringSettingValueDefinition.cs +++ b/src/Microsoft.Graph/Generated/Models/DeviceManagementConfigurationStringSettingValueDefinition.cs @@ -29,7 +29,7 @@ public List FileTypes set { BackingStore?.Set("fileTypes", value); } } #endif - /// Pre-defined format of the string. Possible values are: none, email, guid, ip, base64, url, version, xml, date, time, binary, regEx, json, dateTime, surfaceHub, bashScript, unknownFutureValue. + /// Pre-defined format of the string. The possible values are: none, email, guid, ip, base64, url, version, xml, date, time, binary, regEx, json, dateTime, surfaceHub, bashScript, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.DeviceManagementConfigurationStringFormat? Format { get { return BackingStore?.Get("format"); } diff --git a/src/Microsoft.Graph/Generated/Models/DirectoryAudit.cs b/src/Microsoft.Graph/Generated/Models/DirectoryAudit.cs index 8a159151b80..e31755ee548 100644 --- a/src/Microsoft.Graph/Generated/Models/DirectoryAudit.cs +++ b/src/Microsoft.Graph/Generated/Models/DirectoryAudit.cs @@ -146,7 +146,7 @@ public string OperationType set { BackingStore?.Set("performedBy", value); } } #endif - /// Indicates the result of the activity. Possible values are: success, failure, timeout, unknownFutureValue. + /// Indicates the result of the activity. The possible values are: success, failure, timeout, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.OperationResult? Result { get { return BackingStore?.Get("result"); } diff --git a/src/Microsoft.Graph/Generated/Models/EasEmailProfileConfigurationBase.cs b/src/Microsoft.Graph/Generated/Models/EasEmailProfileConfigurationBase.cs index 548a0686641..99d9978bbde 100644 --- a/src/Microsoft.Graph/Generated/Models/EasEmailProfileConfigurationBase.cs +++ b/src/Microsoft.Graph/Generated/Models/EasEmailProfileConfigurationBase.cs @@ -29,13 +29,13 @@ public string CustomDomainName set { BackingStore?.Set("customDomainName", value); } } #endif - /// 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"); } set { BackingStore?.Set("userDomainNameSource", value); } } - /// Name of the AAD field, that will be used to retrieve UserName for email profile. Possible values are: userPrincipalName, primarySmtpAddress, samAccountName. + /// Name of the AAD field, that will be used to retrieve UserName for email profile. The possible values are: userPrincipalName, primarySmtpAddress, samAccountName. public global::Microsoft.Graph.Beta.Models.UsernameSource? UsernameAADSource { get { return BackingStore?.Get("usernameAADSource"); } diff --git a/src/Microsoft.Graph/Generated/Models/Ediscovery/CaseExportOperation.cs b/src/Microsoft.Graph/Generated/Models/Ediscovery/CaseExportOperation.cs index 7eb2c3cfba5..291c39397d0 100644 --- a/src/Microsoft.Graph/Generated/Models/Ediscovery/CaseExportOperation.cs +++ b/src/Microsoft.Graph/Generated/Models/Ediscovery/CaseExportOperation.cs @@ -60,13 +60,13 @@ public string Description set { BackingStore?.Set("description", value); } } #endif - /// The options provided for the export. For more information, see reviewSet: export. Possible values are: originalFiles, text, pdfReplacement, fileInfo, tags. + /// The options provided for the export. For more information, see reviewSet: export. The possible values are: originalFiles, text, pdfReplacement, fileInfo, tags. public global::Microsoft.Graph.Beta.Models.Ediscovery.ExportOptions? ExportOptions { get { return BackingStore?.Get("exportOptions"); } set { BackingStore?.Set("exportOptions", value); } } - /// The options provided specify the structure of the export. For more information, see reviewSet: export. Possible values are: none, directory, pst. + /// The options provided specify the structure of the export. For more information, see reviewSet: export. The possible values are: none, directory, pst. public global::Microsoft.Graph.Beta.Models.Ediscovery.ExportFileStructure? ExportStructure { get { return BackingStore?.Get("exportStructure"); } diff --git a/src/Microsoft.Graph/Generated/Models/Ediscovery/CaseOperation.cs b/src/Microsoft.Graph/Generated/Models/Ediscovery/CaseOperation.cs index d64ae6184bb..b11673c04f0 100644 --- a/src/Microsoft.Graph/Generated/Models/Ediscovery/CaseOperation.cs +++ b/src/Microsoft.Graph/Generated/Models/Ediscovery/CaseOperation.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models.Ediscovery public partial class CaseOperation : global::Microsoft.Graph.Beta.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The type of action the operation represents. Possible values are: addToReviewSet,applyTags,contentExport,convertToPdf,estimateStatistics, purgeData + /// The type of action the operation represents. The possible values are: addToReviewSet,applyTags,contentExport,convertToPdf,estimateStatistics, purgeData public global::Microsoft.Graph.Beta.Models.Ediscovery.CaseAction? Action { get { return BackingStore?.Get("action"); } @@ -68,7 +68,7 @@ public int? PercentProgress set { BackingStore?.Set("resultInfo", value); } } #endif - /// The status of the case operation. Possible values are: notStarted, submissionFailed, running, succeeded, partiallySucceeded, failed. + /// The status of the case operation. The possible values are: notStarted, submissionFailed, running, succeeded, partiallySucceeded, failed. public global::Microsoft.Graph.Beta.Models.Ediscovery.CaseOperationStatus? Status { get { return BackingStore?.Get("status"); } diff --git a/src/Microsoft.Graph/Generated/Models/Ediscovery/DataSourceContainer.cs b/src/Microsoft.Graph/Generated/Models/Ediscovery/DataSourceContainer.cs index fd223a015eb..8d809c906a5 100644 --- a/src/Microsoft.Graph/Generated/Models/Ediscovery/DataSourceContainer.cs +++ b/src/Microsoft.Graph/Generated/Models/Ediscovery/DataSourceContainer.cs @@ -68,7 +68,7 @@ public DateTimeOffset? ReleasedDateTime get { return BackingStore?.Get("releasedDateTime"); } set { BackingStore?.Set("releasedDateTime", value); } } - /// Latest status of the dataSourceContainer. Possible values are: Active, Released. + /// Latest status of the dataSourceContainer. The possible values are: Active, Released. public global::Microsoft.Graph.Beta.Models.Ediscovery.DataSourceContainerStatus? Status { get { return BackingStore?.Get("status"); } diff --git a/src/Microsoft.Graph/Generated/Models/Ediscovery/LegalHold.cs b/src/Microsoft.Graph/Generated/Models/Ediscovery/LegalHold.cs index c9868dd38e3..e1535077aa8 100644 --- a/src/Microsoft.Graph/Generated/Models/Ediscovery/LegalHold.cs +++ b/src/Microsoft.Graph/Generated/Models/Ediscovery/LegalHold.cs @@ -142,7 +142,7 @@ public DateTimeOffset? LastModifiedDateTime set { BackingStore?.Set("siteSources", value); } } #endif - /// The status of the legal hold. Possible values are: Pending, Error, Success, UnknownFutureValue. + /// The status of the legal hold. The possible values are: Pending, Error, Success, UnknownFutureValue. public global::Microsoft.Graph.Beta.Models.Ediscovery.LegalHoldStatus? Status { get { return BackingStore?.Get("status"); } diff --git a/src/Microsoft.Graph/Generated/Models/Ediscovery/SourceCollection.cs b/src/Microsoft.Graph/Generated/Models/Ediscovery/SourceCollection.cs index 42cbe305ce6..604fb2b3739 100644 --- a/src/Microsoft.Graph/Generated/Models/Ediscovery/SourceCollection.cs +++ b/src/Microsoft.Graph/Generated/Models/Ediscovery/SourceCollection.cs @@ -98,7 +98,7 @@ public DateTimeOffset? CreatedDateTime set { BackingStore?.Set("custodianSources", value); } } #endif - /// When specified, the collection spans across a service for an entire workload. Possible values are: none, allTenantMailboxes, allTenantSites, allCaseCustodians, allCaseNoncustodialDataSources. + /// When specified, the collection spans across a service for an entire workload. The possible values are: none, allTenantMailboxes, allTenantSites, allCaseCustodians, allCaseNoncustodialDataSources. public global::Microsoft.Graph.Beta.Models.Ediscovery.DataSourceScopes? DataSourceScopes { get { return BackingStore?.Get("dataSourceScopes"); } diff --git a/src/Microsoft.Graph/Generated/Models/Ediscovery/Tag.cs b/src/Microsoft.Graph/Generated/Models/Ediscovery/Tag.cs index fcdc8b60b3a..208db7f3cd7 100644 --- a/src/Microsoft.Graph/Generated/Models/Ediscovery/Tag.cs +++ b/src/Microsoft.Graph/Generated/Models/Ediscovery/Tag.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models.Ediscovery public partial class Tag : global::Microsoft.Graph.Beta.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Indicates whether a single or multiple child tags can be associated with a document. Possible values are: One, Many. This value controls whether the UX presents the tags as checkboxes or a radio button group. + /// Indicates whether a single or multiple child tags can be associated with a document. The possible values are: One, Many. This value controls whether the UX presents the tags as checkboxes or a radio button group. public global::Microsoft.Graph.Beta.Models.Ediscovery.ChildSelectability? ChildSelectability { get { return BackingStore?.Get("childSelectability"); } diff --git a/src/Microsoft.Graph/Generated/Models/Ediscovery/UnifiedGroupSource.cs b/src/Microsoft.Graph/Generated/Models/Ediscovery/UnifiedGroupSource.cs index ef393ca4156..ca5910ea6a4 100644 --- a/src/Microsoft.Graph/Generated/Models/Ediscovery/UnifiedGroupSource.cs +++ b/src/Microsoft.Graph/Generated/Models/Ediscovery/UnifiedGroupSource.cs @@ -28,7 +28,7 @@ public partial class UnifiedGroupSource : global::Microsoft.Graph.Beta.Models.Ed set { BackingStore?.Set("group", value); } } #endif - /// Specifies which sources are included in this group. Possible values are: mailbox, site. + /// Specifies which sources are included in this group. The possible values are: mailbox, site. public global::Microsoft.Graph.Beta.Models.Ediscovery.SourceType? IncludedSources { get { return BackingStore?.Get("includedSources"); } diff --git a/src/Microsoft.Graph/Generated/Models/Ediscovery/UserSource.cs b/src/Microsoft.Graph/Generated/Models/Ediscovery/UserSource.cs index 4e3695bfece..5fe6a2c5332 100644 --- a/src/Microsoft.Graph/Generated/Models/Ediscovery/UserSource.cs +++ b/src/Microsoft.Graph/Generated/Models/Ediscovery/UserSource.cs @@ -28,7 +28,7 @@ public string Email set { BackingStore?.Set("email", value); } } #endif - /// Specifies which sources are included in this group. Possible values are: mailbox, site. + /// Specifies which sources are included in this group. The possible values are: mailbox, site. public global::Microsoft.Graph.Beta.Models.Ediscovery.SourceType? IncludedSources { get { return BackingStore?.Get("includedSources"); } diff --git a/src/Microsoft.Graph/Generated/Models/EducationAssignment.cs b/src/Microsoft.Graph/Generated/Models/EducationAssignment.cs index deb69debd84..03ddd34e731 100644 --- a/src/Microsoft.Graph/Generated/Models/EducationAssignment.cs +++ b/src/Microsoft.Graph/Generated/Models/EducationAssignment.cs @@ -344,7 +344,7 @@ public string ResourcesFolderUrl set { BackingStore?.Set("rubric", value); } } #endif - /// Status of the assignment. You can't PATCH this value. Possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: inactive. + /// Status of the assignment. You can't PATCH this value. The possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: inactive. public global::Microsoft.Graph.Beta.Models.EducationAssignmentStatus? Status { get { return BackingStore?.Get("status"); } diff --git a/src/Microsoft.Graph/Generated/Models/EducationAssignmentDefaults.cs b/src/Microsoft.Graph/Generated/Models/EducationAssignmentDefaults.cs index 118e6095313..3fa64fce779 100644 --- a/src/Microsoft.Graph/Generated/Models/EducationAssignmentDefaults.cs +++ b/src/Microsoft.Graph/Generated/Models/EducationAssignmentDefaults.cs @@ -13,7 +13,7 @@ namespace Microsoft.Graph.Beta.Models public partial class EducationAssignmentDefaults : global::Microsoft.Graph.Beta.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Class-level default behavior for handling students who are added after the assignment is published. Possible values are: none, assignIfOpen. + /// Class-level default behavior for handling students who are added after the assignment is published. The possible values are: none, assignIfOpen. public global::Microsoft.Graph.Beta.Models.EducationAddedStudentAction? AddedStudentAction { get { return BackingStore?.Get("addedStudentAction"); } diff --git a/src/Microsoft.Graph/Generated/Models/EducationClass.cs b/src/Microsoft.Graph/Generated/Models/EducationClass.cs index 9af33be9025..c107f1c223e 100644 --- a/src/Microsoft.Graph/Generated/Models/EducationClass.cs +++ b/src/Microsoft.Graph/Generated/Models/EducationClass.cs @@ -188,7 +188,7 @@ public string ExternalName set { BackingStore?.Set("externalName", value); } } #endif - /// The type of external source this resource was generated from (automatically determined from externalSourceDetail). Possible values are: sis, lms, or manual. + /// The type of external source this resource was generated from (automatically determined from externalSourceDetail). The possible values are: sis, lms, or manual. public global::Microsoft.Graph.Beta.Models.EducationExternalSource? ExternalSource { get { return BackingStore?.Get("externalSource"); } diff --git a/src/Microsoft.Graph/Generated/Models/EducationModule.cs b/src/Microsoft.Graph/Generated/Models/EducationModule.cs index 365bb75efa2..23e61594198 100644 --- a/src/Microsoft.Graph/Generated/Models/EducationModule.cs +++ b/src/Microsoft.Graph/Generated/Models/EducationModule.cs @@ -142,7 +142,7 @@ public string ResourcesFolderUrl set { BackingStore?.Set("resourcesFolderUrl", value); } } #endif - /// Status of the module. You can't use a PATCH operation to update this value. Possible values are: draft and published. + /// Status of the module. You can't use a PATCH operation to update this value. The possible values are: draft and published. public global::Microsoft.Graph.Beta.Models.EducationModuleStatus? Status { get { return BackingStore?.Get("status"); } diff --git a/src/Microsoft.Graph/Generated/Models/EducationOrganization.cs b/src/Microsoft.Graph/Generated/Models/EducationOrganization.cs index 6675fdaf2b9..32d8f738d78 100644 --- a/src/Microsoft.Graph/Generated/Models/EducationOrganization.cs +++ b/src/Microsoft.Graph/Generated/Models/EducationOrganization.cs @@ -44,7 +44,7 @@ public string DisplayName set { BackingStore?.Set("displayName", value); } } #endif - /// Where this user was created from. Possible values are: sis, lms, or manual. + /// Where this user was created from. The possible values are: sis, lms, or manual. public global::Microsoft.Graph.Beta.Models.EducationExternalSource? ExternalSource { get { return BackingStore?.Get("externalSource"); } diff --git a/src/Microsoft.Graph/Generated/Models/EducationStudent.cs b/src/Microsoft.Graph/Generated/Models/EducationStudent.cs index b9853fd226f..f12d7e22ec2 100644 --- a/src/Microsoft.Graph/Generated/Models/EducationStudent.cs +++ b/src/Microsoft.Graph/Generated/Models/EducationStudent.cs @@ -44,7 +44,7 @@ public string ExternalId set { BackingStore?.Set("externalId", value); } } #endif - /// Possible values are: female, male, other. + /// The possible values are: female, male, other. public global::Microsoft.Graph.Beta.Models.EducationGender? Gender { get { return BackingStore?.Get("gender"); } diff --git a/src/Microsoft.Graph/Generated/Models/EducationSubmission.cs b/src/Microsoft.Graph/Generated/Models/EducationSubmission.cs index 383756feada..db4374cc7e5 100644 --- a/src/Microsoft.Graph/Generated/Models/EducationSubmission.cs +++ b/src/Microsoft.Graph/Generated/Models/EducationSubmission.cs @@ -180,7 +180,7 @@ public DateTimeOffset? ReturnedDateTime get { return BackingStore?.Get("returnedDateTime"); } set { BackingStore?.Set("returnedDateTime", value); } } - /// Read-only. Possible values are: working, submitted, returned, unknownFutureValue, reassigned, and excused. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reassigned, and excused. + /// Read-only. The possible values are: working, submitted, returned, unknownFutureValue, reassigned, and excused. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reassigned, and excused. public global::Microsoft.Graph.Beta.Models.EducationSubmissionStatus? Status { get { return BackingStore?.Get("status"); } diff --git a/src/Microsoft.Graph/Generated/Models/EducationUser.cs b/src/Microsoft.Graph/Generated/Models/EducationUser.cs index 11525329185..94666bbc190 100644 --- a/src/Microsoft.Graph/Generated/Models/EducationUser.cs +++ b/src/Microsoft.Graph/Generated/Models/EducationUser.cs @@ -146,7 +146,7 @@ public string DisplayName set { BackingStore?.Set("displayName", value); } } #endif - /// The type of external source this resource was generated from (automatically determined from externalSourceDetail). Possible values are: sis, lms, or manual. + /// The type of external source this resource was generated from (automatically determined from externalSourceDetail). The possible values are: sis, lms, or manual. public global::Microsoft.Graph.Beta.Models.EducationExternalSource? ExternalSource { get { return BackingStore?.Get("externalSource"); } diff --git a/src/Microsoft.Graph/Generated/Models/EmailAuthenticationMethodConfiguration.cs b/src/Microsoft.Graph/Generated/Models/EmailAuthenticationMethodConfiguration.cs index bf0142f1ff0..73c55393233 100644 --- a/src/Microsoft.Graph/Generated/Models/EmailAuthenticationMethodConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/EmailAuthenticationMethodConfiguration.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class EmailAuthenticationMethodConfiguration : global::Microsoft.Graph.Beta.Models.AuthenticationMethodConfiguration, IParsable #pragma warning restore CS1591 { - /// Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn't use the beta API automatically have email OTP enabled beginning in October 2021. + /// Determines whether email OTP is usable by external users for authentication. The possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn't use the beta API automatically have email OTP enabled beginning in October 2021. public global::Microsoft.Graph.Beta.Models.ExternalEmailOtpState? AllowExternalIdToUseEmailOtp { get { return BackingStore?.Get("allowExternalIdToUseEmailOtp"); } diff --git a/src/Microsoft.Graph/Generated/Models/EmailFileAssessmentRequest.cs b/src/Microsoft.Graph/Generated/Models/EmailFileAssessmentRequest.cs index 05f184e0c3a..e61937ca4c7 100644 --- a/src/Microsoft.Graph/Generated/Models/EmailFileAssessmentRequest.cs +++ b/src/Microsoft.Graph/Generated/Models/EmailFileAssessmentRequest.cs @@ -28,7 +28,7 @@ public string ContentData set { BackingStore?.Set("contentData", value); } } #endif - /// The reason for mail routed to its destination. Possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk. + /// The reason for mail routed to its destination. The possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk. public global::Microsoft.Graph.Beta.Models.MailDestinationRoutingReason? DestinationRoutingReason { get { return BackingStore?.Get("destinationRoutingReason"); } diff --git a/src/Microsoft.Graph/Generated/Models/EndUserNotification.cs b/src/Microsoft.Graph/Generated/Models/EndUserNotification.cs index 358f05ab6df..732463bef93 100644 --- a/src/Microsoft.Graph/Generated/Models/EndUserNotification.cs +++ b/src/Microsoft.Graph/Generated/Models/EndUserNotification.cs @@ -104,19 +104,19 @@ public DateTimeOffset? LastModifiedDateTime get { return BackingStore?.Get("lastModifiedDateTime"); } set { BackingStore?.Set("lastModifiedDateTime", value); } } - /// Type of notification. Possible values are: unknown, positiveReinforcement, noTraining, trainingAssignment, trainingReminder, unknownFutureValue. + /// Type of notification. The possible values are: unknown, positiveReinforcement, noTraining, trainingAssignment, trainingReminder, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.EndUserNotificationType? NotificationType { get { return BackingStore?.Get("notificationType"); } set { BackingStore?.Set("notificationType", value); } } - /// The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue. + /// The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.SimulationContentSource? Source { get { return BackingStore?.Get("source"); } set { BackingStore?.Set("source", value); } } - /// The status of the notification. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. + /// The status of the notification. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.SimulationContentStatus? Status { get { return BackingStore?.Get("status"); } diff --git a/src/Microsoft.Graph/Generated/Models/EndUserNotificationSetting.cs b/src/Microsoft.Graph/Generated/Models/EndUserNotificationSetting.cs index 297d6801fa4..3dcd776c257 100644 --- a/src/Microsoft.Graph/Generated/Models/EndUserNotificationSetting.cs +++ b/src/Microsoft.Graph/Generated/Models/EndUserNotificationSetting.cs @@ -21,7 +21,7 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// Notification preference. Possible values are: unknown, microsoft, custom, unknownFutureValue. + /// Notification preference. The possible values are: unknown, microsoft, custom, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.EndUserNotificationPreference? NotificationPreference { get { return BackingStore?.Get("notificationPreference"); } @@ -59,7 +59,7 @@ public string OdataType set { BackingStore?.Set("positiveReinforcement", value); } } #endif - /// End user notification type. Possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue. + /// End user notification type. The possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.EndUserNotificationSettingType? SettingType { get { return BackingStore?.Get("settingType"); } diff --git a/src/Microsoft.Graph/Generated/Models/EndUserSettings.cs b/src/Microsoft.Graph/Generated/Models/EndUserSettings.cs new file mode 100644 index 00000000000..5bc182d0c39 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/EndUserSettings.cs @@ -0,0 +1,69 @@ +// +#pragma warning disable CS0618 +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using System.Collections.Generic; +using System.IO; +using System; +namespace Microsoft.Graph.Beta.Models +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class EndUserSettings : global::Microsoft.Graph.Beta.Models.ControlConfiguration, IParsable + #pragma warning restore CS1591 + { + /// The level of related people insights to show in access package suggestions. The possible values are: disabled, count, countAndNames, unknownFutureValue. + public global::Microsoft.Graph.Beta.Models.AccessPackageSuggestionRelatedPeopleInsightLevel? RelatedPeopleInsightLevel + { + get { return BackingStore?.Get("relatedPeopleInsightLevel"); } + set { BackingStore?.Set("relatedPeopleInsightLevel", value); } + } + /// Indicates whether approver details are shown to end users. When true, approver information is visible to members. + public bool? ShowApproverDetailsToMembers + { + get { return BackingStore?.Get("showApproverDetailsToMembers"); } + set { BackingStore?.Set("showApproverDetailsToMembers", value); } + } + /// + /// Instantiates a new and sets the default values. + /// + public EndUserSettings() : base() + { + OdataType = "#microsoft.graph.endUserSettings"; + } + /// + /// Creates a new instance of the appropriate class based on discriminator value + /// + /// A + /// The parse node to use to read the discriminator value and create the object + public static new global::Microsoft.Graph.Beta.Models.EndUserSettings CreateFromDiscriminatorValue(IParseNode parseNode) + { + if(ReferenceEquals(parseNode, null)) throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Beta.Models.EndUserSettings(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + { "relatedPeopleInsightLevel", n => { RelatedPeopleInsightLevel = n.GetEnumValue(); } }, + { "showApproverDetailsToMembers", n => { ShowApproverDetailsToMembers = n.GetBoolValue(); } }, + }; + } + /// + /// Serializes information the current object + /// + /// Serialization writer to use to serialize this model + public override void Serialize(ISerializationWriter writer) + { + if(ReferenceEquals(writer, null)) throw new ArgumentNullException(nameof(writer)); + base.Serialize(writer); + writer.WriteEnumValue("relatedPeopleInsightLevel", RelatedPeopleInsightLevel); + writer.WriteBoolValue("showApproverDetailsToMembers", ShowApproverDetailsToMembers); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/EntitlementManagement.cs b/src/Microsoft.Graph/Generated/Models/EntitlementManagement.cs index 245f167e3c7..1aeaf232b35 100644 --- a/src/Microsoft.Graph/Generated/Models/EntitlementManagement.cs +++ b/src/Microsoft.Graph/Generated/Models/EntitlementManagement.cs @@ -251,6 +251,22 @@ public partial class EntitlementManagement : global::Microsoft.Graph.Beta.Models get { return BackingStore?.Get>("connectedOrganizations"); } set { BackingStore?.Set("connectedOrganizations", value); } } +#endif + /// Represents the policies that control lifecycle and access to access packages across the organization. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public List? ControlConfigurations + { + get { return BackingStore?.Get?>("controlConfigurations"); } + set { BackingStore?.Set("controlConfigurations", value); } + } +#nullable restore +#else + public List ControlConfigurations + { + get { return BackingStore?.Get>("controlConfigurations"); } + set { BackingStore?.Set("controlConfigurations", value); } + } #endif /// Represents the settings that control the behavior of Microsoft Entra entitlement management. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -317,6 +333,7 @@ public override IDictionary> GetFieldDeserializers() { "assignmentRequests", n => { AssignmentRequests = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Beta.Models.AccessPackageAssignmentRequest.CreateFromDiscriminatorValue)?.AsList(); } }, { "availableAccessPackages", n => { AvailableAccessPackages = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Beta.Models.AvailableAccessPackage.CreateFromDiscriminatorValue)?.AsList(); } }, { "connectedOrganizations", n => { ConnectedOrganizations = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Beta.Models.ConnectedOrganization.CreateFromDiscriminatorValue)?.AsList(); } }, + { "controlConfigurations", n => { ControlConfigurations = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Beta.Models.ControlConfiguration.CreateFromDiscriminatorValue)?.AsList(); } }, { "settings", n => { Settings = n.GetObjectValue(global::Microsoft.Graph.Beta.Models.EntitlementManagementSettings.CreateFromDiscriminatorValue); } }, { "subjects", n => { Subjects = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Beta.Models.AccessPackageSubject.CreateFromDiscriminatorValue)?.AsList(); } }, }; @@ -344,6 +361,7 @@ public override void Serialize(ISerializationWriter writer) writer.WriteCollectionOfObjectValues("assignmentRequests", AssignmentRequests); writer.WriteCollectionOfObjectValues("availableAccessPackages", AvailableAccessPackages); writer.WriteCollectionOfObjectValues("connectedOrganizations", ConnectedOrganizations); + writer.WriteCollectionOfObjectValues("controlConfigurations", ControlConfigurations); writer.WriteObjectValue("settings", Settings); writer.WriteCollectionOfObjectValues("subjects", Subjects); } diff --git a/src/Microsoft.Graph/Generated/Models/Entity.cs b/src/Microsoft.Graph/Generated/Models/Entity.cs index 31c7271d7a2..eadb65f1db7 100644 --- a/src/Microsoft.Graph/Generated/Models/Entity.cs +++ b/src/Microsoft.Graph/Generated/Models/Entity.cs @@ -498,6 +498,7 @@ public Entity() "#microsoft.graph.contentType" => new global::Microsoft.Graph.Beta.Models.ContentType(), "#microsoft.graph.continuousAccessEvaluationPolicy" => new global::Microsoft.Graph.Beta.Models.ContinuousAccessEvaluationPolicy(), "#microsoft.graph.contract" => new global::Microsoft.Graph.Beta.Models.Contract(), + "#microsoft.graph.controlConfiguration" => new global::Microsoft.Graph.Beta.Models.ControlConfiguration(), "#microsoft.graph.conversation" => new global::Microsoft.Graph.Beta.Models.Conversation(), "#microsoft.graph.conversationMember" => new global::Microsoft.Graph.Beta.Models.ConversationMember(), "#microsoft.graph.conversationThread" => new global::Microsoft.Graph.Beta.Models.ConversationThread(), @@ -785,6 +786,7 @@ public Entity() "#microsoft.graph.endpointPrivilegeManagementProvisioningStatus" => new global::Microsoft.Graph.Beta.Models.EndpointPrivilegeManagementProvisioningStatus(), "#microsoft.graph.endUserNotification" => new global::Microsoft.Graph.Beta.Models.EndUserNotification(), "#microsoft.graph.endUserNotificationDetail" => new global::Microsoft.Graph.Beta.Models.EndUserNotificationDetail(), + "#microsoft.graph.endUserSettings" => new global::Microsoft.Graph.Beta.Models.EndUserSettings(), "#microsoft.graph.engagementAsyncOperation" => new global::Microsoft.Graph.Beta.Models.EngagementAsyncOperation(), "#microsoft.graph.engagementConversation" => new global::Microsoft.Graph.Beta.Models.EngagementConversation(), "#microsoft.graph.engagementConversationDiscussionMessage" => new global::Microsoft.Graph.Beta.Models.EngagementConversationDiscussionMessage(), @@ -803,6 +805,7 @@ public Entity() "#microsoft.graph.entitlementManagement" => new global::Microsoft.Graph.Beta.Models.EntitlementManagement(), "#microsoft.graph.entitlementManagementSettings" => new global::Microsoft.Graph.Beta.Models.EntitlementManagementSettings(), "#microsoft.graph.entra" => new global::Microsoft.Graph.Beta.Models.Entra(), + "#microsoft.graph.entraIdProtectionRiskyUserApproval" => new global::Microsoft.Graph.Beta.Models.EntraIdProtectionRiskyUserApproval(), "#microsoft.graph.evaluateLabelJobResponse" => new global::Microsoft.Graph.Beta.Models.EvaluateLabelJobResponse(), "#microsoft.graph.event" => new global::Microsoft.Graph.Beta.Models.Event(), "#microsoft.graph.eventMessage" => new global::Microsoft.Graph.Beta.Models.EventMessage(), @@ -1011,6 +1014,7 @@ public Entity() "#microsoft.graph.informationProtection" => new global::Microsoft.Graph.Beta.Models.InformationProtection(), "#microsoft.graph.informationProtectionLabel" => new global::Microsoft.Graph.Beta.Models.InformationProtectionLabel(), "#microsoft.graph.informationProtectionPolicy" => new global::Microsoft.Graph.Beta.Models.InformationProtectionPolicy(), + "#microsoft.graph.insiderRiskyUserApproval" => new global::Microsoft.Graph.Beta.Models.InsiderRiskyUserApproval(), "#microsoft.graph.insightsSettings" => new global::Microsoft.Graph.Beta.Models.InsightsSettings(), "#microsoft.graph.insightSummary" => new global::Microsoft.Graph.Beta.Models.InsightSummary(), "#microsoft.graph.internalDomainFederation" => new global::Microsoft.Graph.Beta.Models.InternalDomainFederation(), @@ -1659,7 +1663,6 @@ public Entity() "#microsoft.graph.security.auditLogQuery" => new global::Microsoft.Graph.Beta.Models.Security.AuditLogQuery(), "#microsoft.graph.security.auditLogRecord" => new global::Microsoft.Graph.Beta.Models.Security.AuditLogRecord(), "#microsoft.graph.security.authorityTemplate" => new global::Microsoft.Graph.Beta.Models.Security.AuthorityTemplate(), - "#microsoft.graph.security.autoAuditingConfiguration" => new global::Microsoft.Graph.Beta.Models.Security.AutoAuditingConfiguration(), "#microsoft.graph.security.case" => new global::Microsoft.Graph.Beta.Models.Security.Case(), "#microsoft.graph.security.caseOperation" => new global::Microsoft.Graph.Beta.Models.Security.CaseOperation(), "#microsoft.graph.security.casesRoot" => new global::Microsoft.Graph.Beta.Models.Security.CasesRoot(), diff --git a/src/Microsoft.Graph/Generated/Models/EntraIdProtectionRiskyUserApproval.cs b/src/Microsoft.Graph/Generated/Models/EntraIdProtectionRiskyUserApproval.cs new file mode 100644 index 00000000000..4ae350072a8 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/EntraIdProtectionRiskyUserApproval.cs @@ -0,0 +1,69 @@ +// +#pragma warning disable CS0618 +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using System.Collections.Generic; +using System.IO; +using System; +namespace Microsoft.Graph.Beta.Models +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class EntraIdProtectionRiskyUserApproval : global::Microsoft.Graph.Beta.Models.ControlConfiguration, IParsable + #pragma warning restore CS1591 + { + /// Indicates whether approval is required for risky users. + public bool? IsApprovalRequired + { + get { return BackingStore?.Get("isApprovalRequired"); } + set { BackingStore?.Set("isApprovalRequired", value); } + } + /// The minimumRiskLevel property + public global::Microsoft.Graph.Beta.Models.RiskLevel? MinimumRiskLevel + { + get { return BackingStore?.Get("minimumRiskLevel"); } + set { BackingStore?.Set("minimumRiskLevel", value); } + } + /// + /// Instantiates a new and sets the default values. + /// + public EntraIdProtectionRiskyUserApproval() : base() + { + OdataType = "#microsoft.graph.entraIdProtectionRiskyUserApproval"; + } + /// + /// Creates a new instance of the appropriate class based on discriminator value + /// + /// A + /// The parse node to use to read the discriminator value and create the object + public static new global::Microsoft.Graph.Beta.Models.EntraIdProtectionRiskyUserApproval CreateFromDiscriminatorValue(IParseNode parseNode) + { + if(ReferenceEquals(parseNode, null)) throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Beta.Models.EntraIdProtectionRiskyUserApproval(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + { "isApprovalRequired", n => { IsApprovalRequired = n.GetBoolValue(); } }, + { "minimumRiskLevel", n => { MinimumRiskLevel = n.GetEnumValue(); } }, + }; + } + /// + /// Serializes information the current object + /// + /// Serialization writer to use to serialize this model + public override void Serialize(ISerializationWriter writer) + { + if(ReferenceEquals(writer, null)) throw new ArgumentNullException(nameof(writer)); + base.Serialize(writer); + writer.WriteBoolValue("isApprovalRequired", IsApprovalRequired); + writer.WriteEnumValue("minimumRiskLevel", MinimumRiskLevel); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Event.cs b/src/Microsoft.Graph/Generated/Models/Event.cs index 6c6de330a0b..d4cfb82fba5 100644 --- a/src/Microsoft.Graph/Generated/Models/Event.cs +++ b/src/Microsoft.Graph/Generated/Models/Event.cs @@ -190,7 +190,7 @@ public string ICalUId set { BackingStore?.Set("iCalUId", value); } } #endif - /// The importance of the event. Possible values are: low, normal, high. + /// The importance of the event. The possible values are: low, normal, high. public global::Microsoft.Graph.Beta.Models.Importance? Importance { get { return BackingStore?.Get("importance"); } @@ -448,7 +448,7 @@ public bool? ResponseRequested set { BackingStore?.Set("responseStatus", value); } } #endif - /// Possible values are: normal, personal, private, confidential. + /// The possible values are: normal, personal, private, confidential. public global::Microsoft.Graph.Beta.Models.Sensitivity? Sensitivity { get { return BackingStore?.Get("sensitivity"); } @@ -470,7 +470,7 @@ public string SeriesMasterId set { BackingStore?.Set("seriesMasterId", value); } } #endif - /// The status to show. Possible values are: free, tentative, busy, oof, workingElsewhere, unknown. + /// The status to show. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown. public global::Microsoft.Graph.Beta.Models.FreeBusyStatus? ShowAs { get { return BackingStore?.Get("showAs"); } @@ -540,7 +540,7 @@ public string TransactionId set { BackingStore?.Set("transactionId", value); } } #endif - /// The event type. Possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only + /// The event type. The possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only public global::Microsoft.Graph.Beta.Models.EventType? Type { get { return BackingStore?.Get("type"); } diff --git a/src/Microsoft.Graph/Generated/Models/EventMessageRequest.cs b/src/Microsoft.Graph/Generated/Models/EventMessageRequest.cs index 4f3715d6795..1dc3b82cbfc 100644 --- a/src/Microsoft.Graph/Generated/Models/EventMessageRequest.cs +++ b/src/Microsoft.Graph/Generated/Models/EventMessageRequest.cs @@ -18,7 +18,7 @@ public bool? AllowNewTimeProposals get { return BackingStore?.Get("allowNewTimeProposals"); } set { BackingStore?.Set("allowNewTimeProposals", value); } } - /// The type of meeting request. Possible values are: none, newMeetingRequest, fullUpdate, informationalUpdate, silentUpdate, outdated, and principalWantsCopy. + /// The type of meeting request. The possible values are: none, newMeetingRequest, fullUpdate, informationalUpdate, silentUpdate, outdated, and principalWantsCopy. public global::Microsoft.Graph.Beta.Models.MeetingRequestType? MeetingRequestType { get { return BackingStore?.Get("meetingRequestType"); } diff --git a/src/Microsoft.Graph/Generated/Models/EventMessageResponse.cs b/src/Microsoft.Graph/Generated/Models/EventMessageResponse.cs index 62a9697716d..864b0a7adaa 100644 --- a/src/Microsoft.Graph/Generated/Models/EventMessageResponse.cs +++ b/src/Microsoft.Graph/Generated/Models/EventMessageResponse.cs @@ -28,7 +28,7 @@ public partial class EventMessageResponse : global::Microsoft.Graph.Beta.Models. set { BackingStore?.Set("proposedNewTime", value); } } #endif - /// Specifies the type of response to a meeting request. Possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable. + /// Specifies the type of response to a meeting request. The possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable. public global::Microsoft.Graph.Beta.Models.ResponseType? ResponseType { get { return BackingStore?.Get("responseType"); } diff --git a/src/Microsoft.Graph/Generated/Models/ExternalConnectors/ConnectionOperation.cs b/src/Microsoft.Graph/Generated/Models/ExternalConnectors/ConnectionOperation.cs index da47b8dfd6b..fda3409a0aa 100644 --- a/src/Microsoft.Graph/Generated/Models/ExternalConnectors/ConnectionOperation.cs +++ b/src/Microsoft.Graph/Generated/Models/ExternalConnectors/ConnectionOperation.cs @@ -28,7 +28,7 @@ public partial class ConnectionOperation : global::Microsoft.Graph.Beta.Models.E set { BackingStore?.Set("error", value); } } #endif - /// Indicates the status of the asynchronous operation. Possible values are: unspecified, inprogress, completed, failed. + /// Indicates the status of the asynchronous operation. The possible values are: unspecified, inprogress, completed, failed. public global::Microsoft.Graph.Beta.Models.ExternalConnectors.ConnectionOperationStatus? Status { get { return BackingStore?.Get("status"); } diff --git a/src/Microsoft.Graph/Generated/Models/ExternalConnectors/Identity.cs b/src/Microsoft.Graph/Generated/Models/ExternalConnectors/Identity.cs index d2585b3de3d..267f92a951e 100644 --- a/src/Microsoft.Graph/Generated/Models/ExternalConnectors/Identity.cs +++ b/src/Microsoft.Graph/Generated/Models/ExternalConnectors/Identity.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models.ExternalConnectors public partial class Identity : global::Microsoft.Graph.Beta.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The type of identity. Possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system. + /// The type of identity. The possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system. public global::Microsoft.Graph.Beta.Models.ExternalConnectors.IdentityType? Type { get { return BackingStore?.Get("type"); } diff --git a/src/Microsoft.Graph/Generated/Models/ExternalConnectors/Property.cs b/src/Microsoft.Graph/Generated/Models/ExternalConnectors/Property.cs index dc401201703..3fee475aa07 100644 --- a/src/Microsoft.Graph/Generated/Models/ExternalConnectors/Property.cs +++ b/src/Microsoft.Graph/Generated/Models/ExternalConnectors/Property.cs @@ -19,7 +19,7 @@ public IDictionary AdditionalData get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } set { BackingStore.Set("AdditionalData", value); } } - /// A set of aliases or friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string might not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional. + /// A set of aliases or friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string might not contain control characters, whitespace, or any of the following special characters: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? Aliases @@ -37,7 +37,7 @@ public List Aliases #endif /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// Specifies a human-readable description that explains the purpose, usage, or guidance related to the property. This property enhances semantic understanding by helping Copilot interpret queries and accurately map them to properties that results in more relevant and precise responses. Optional but we recommend that you use this property for queryable properties. The maximum supported length is 200 characters. + /// The description property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Description @@ -83,7 +83,7 @@ public bool? IsSearchable get { return BackingStore?.Get("isSearchable"); } set { BackingStore?.Set("isSearchable", value); } } - /// Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (for example, better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, containerName, containerUrl, iconUrl, assignedTo, dueDate, closedDate, closedBy, reportedBy, sprintName, severity, state, priority, secondaryId, itemParentId, parentUrl, tags, itemType, itemPath, numReactions. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: containerName, containerUrl, iconUrl, assignedTo, dueDate, closedDate, closedBy, reportedBy, sprintName, severity, state, priority, secondaryId, itemParentId, parentUrl, tags, itemType, itemPath, numReactions. + /// Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (for example, better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, containerName, containerUrl, iconUrl. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: containerName, containerUrl, iconUrl, personEmails, personAddresses, personAnniversaries, personName, personNote, personPhones, personCurrentPosition, personWebAccounts, personWebSite, personSkills, personProjects, personAccount, personAwards, personCertifications, personAssistants, personColleagues, personManager, personAlternateContacts, personEmergencyContacts. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? Labels @@ -99,7 +99,7 @@ public bool? IsSearchable set { BackingStore?.Set("labels", value); } } #endif - /// The name of the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, the property name may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Required. + /// The name of the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, the property name may not contain control characters, whitespace, or any of the following special characters: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Required. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Name diff --git a/src/Microsoft.Graph/Generated/Models/Fido2AuthenticationMethod.cs b/src/Microsoft.Graph/Generated/Models/Fido2AuthenticationMethod.cs index 8467c412017..aa12aafe276 100644 --- a/src/Microsoft.Graph/Generated/Models/Fido2AuthenticationMethod.cs +++ b/src/Microsoft.Graph/Generated/Models/Fido2AuthenticationMethod.cs @@ -44,7 +44,7 @@ public List AttestationCertificates set { BackingStore?.Set("attestationCertificates", value); } } #endif - /// The attestation level of this FIDO2 security key. Possible values are: attested, notAttested, unknownFutureValue. + /// The attestation level of this FIDO2 security key. The possible values are: attested, notAttested, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.AttestationLevel? AttestationLevel { get { return BackingStore?.Get("attestationLevel"); } diff --git a/src/Microsoft.Graph/Generated/Models/Fido2KeyRestrictions.cs b/src/Microsoft.Graph/Generated/Models/Fido2KeyRestrictions.cs index 0bc18b21e9c..a356e1ccd1c 100644 --- a/src/Microsoft.Graph/Generated/Models/Fido2KeyRestrictions.cs +++ b/src/Microsoft.Graph/Generated/Models/Fido2KeyRestrictions.cs @@ -37,7 +37,7 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// Enforcement type. Possible values are: allow, block. + /// Enforcement type. The possible values are: allow, block. public global::Microsoft.Graph.Beta.Models.Fido2RestrictionEnforcementType? EnforcementType { get { return BackingStore?.Get("enforcementType"); } diff --git a/src/Microsoft.Graph/Generated/Models/FileHash.cs b/src/Microsoft.Graph/Generated/Models/FileHash.cs index f3b3d7d40a5..cb459c677c9 100644 --- a/src/Microsoft.Graph/Generated/Models/FileHash.cs +++ b/src/Microsoft.Graph/Generated/Models/FileHash.cs @@ -21,7 +21,7 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// File hash type. Possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256. + /// File hash type. The possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256. public global::Microsoft.Graph.Beta.Models.FileHashType? HashType { get { return BackingStore?.Get("hashType"); } diff --git a/src/Microsoft.Graph/Generated/Models/FileStorageContainer.cs b/src/Microsoft.Graph/Generated/Models/FileStorageContainer.cs index 11b9dc28190..4b062039499 100644 --- a/src/Microsoft.Graph/Generated/Models/FileStorageContainer.cs +++ b/src/Microsoft.Graph/Generated/Models/FileStorageContainer.cs @@ -158,18 +158,6 @@ public Guid? ExternalGroupId set { BackingStore?.Set("informationBarrier", value); } } #endif - /// The isItemVersioningEnabled property - public bool? IsItemVersioningEnabled - { - get { return BackingStore?.Get("isItemVersioningEnabled"); } - set { BackingStore?.Set("isItemVersioningEnabled", value); } - } - /// The itemMajorVersionLimit property - public int? ItemMajorVersionLimit - { - get { return BackingStore?.Get("itemMajorVersionLimit"); } - set { BackingStore?.Set("itemMajorVersionLimit", value); } - } /// Indicates the lock state of the fileStorageContainer. The possible values are unlocked and lockedReadOnly. Read-only. public global::Microsoft.Graph.Beta.Models.SiteLockState? LockState { @@ -335,8 +323,6 @@ public override IDictionary> GetFieldDeserializers() { "drive", n => { Drive = n.GetObjectValue(global::Microsoft.Graph.Beta.Models.Drive.CreateFromDiscriminatorValue); } }, { "externalGroupId", n => { ExternalGroupId = n.GetGuidValue(); } }, { "informationBarrier", n => { InformationBarrier = n.GetObjectValue(global::Microsoft.Graph.Beta.Models.InformationBarrier.CreateFromDiscriminatorValue); } }, - { "isItemVersioningEnabled", n => { IsItemVersioningEnabled = n.GetBoolValue(); } }, - { "itemMajorVersionLimit", n => { ItemMajorVersionLimit = n.GetIntValue(); } }, { "lockState", n => { LockState = n.GetEnumValue(); } }, { "migrationJobs", n => { MigrationJobs = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Beta.Models.SharePointMigrationJob.CreateFromDiscriminatorValue)?.AsList(); } }, { "owners", n => { Owners = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Beta.Models.UserIdentity.CreateFromDiscriminatorValue)?.AsList(); } }, @@ -369,8 +355,6 @@ public override void Serialize(ISerializationWriter writer) writer.WriteObjectValue("drive", Drive); writer.WriteGuidValue("externalGroupId", ExternalGroupId); writer.WriteObjectValue("informationBarrier", InformationBarrier); - writer.WriteBoolValue("isItemVersioningEnabled", IsItemVersioningEnabled); - writer.WriteIntValue("itemMajorVersionLimit", ItemMajorVersionLimit); writer.WriteEnumValue("lockState", LockState); writer.WriteCollectionOfObjectValues("migrationJobs", MigrationJobs); writer.WriteCollectionOfObjectValues("owners", Owners); diff --git a/src/Microsoft.Graph/Generated/Models/FilterOperatorSchema.cs b/src/Microsoft.Graph/Generated/Models/FilterOperatorSchema.cs index 9ae844523e3..bb8903c29cd 100644 --- a/src/Microsoft.Graph/Generated/Models/FilterOperatorSchema.cs +++ b/src/Microsoft.Graph/Generated/Models/FilterOperatorSchema.cs @@ -24,7 +24,7 @@ public partial class FilterOperatorSchema : global::Microsoft.Graph.Beta.Models. get { return BackingStore?.Get("multivaluedComparisonType"); } set { BackingStore?.Set("multivaluedComparisonType", value); } } - /// Attribute types supported by the operator. Possible values are: Boolean, Binary, Reference, Integer, String. + /// Attribute types supported by the operator. The possible values are: Boolean, Binary, Reference, Integer, String. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? SupportedAttributeTypes diff --git a/src/Microsoft.Graph/Generated/Models/Group.cs b/src/Microsoft.Graph/Generated/Models/Group.cs index 104b870864e..dda3187a5e6 100644 --- a/src/Microsoft.Graph/Generated/Models/Group.cs +++ b/src/Microsoft.Graph/Generated/Models/Group.cs @@ -1084,7 +1084,7 @@ public int? UnseenMessagesCount get { return BackingStore?.Get("unseenMessagesCount"); } set { BackingStore?.Set("unseenMessagesCount", value); } } - /// Specifies the group join policy and group content visibility for groups. Possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can't be updated later. Other values of visibility can be updated after group creation. If visibility value isn't specified during group creation on Microsoft Graph, a security group is created as Private by default, and Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + /// Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can't be updated later. Other values of visibility can be updated after group creation. If visibility value isn't specified during group creation on Microsoft Graph, a security group is created as Private by default, and Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Visibility diff --git a/src/Microsoft.Graph/Generated/Models/GroupIdentity.cs b/src/Microsoft.Graph/Generated/Models/GroupIdentity.cs index 57692ff12e4..ca181ac0c71 100644 --- a/src/Microsoft.Graph/Generated/Models/GroupIdentity.cs +++ b/src/Microsoft.Graph/Generated/Models/GroupIdentity.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class GroupIdentity : global::Microsoft.Graph.Beta.Models.Identity, IParsable #pragma warning restore CS1591 { - /// The mailNickname property + /// The mail nick name, also known as group alias of the group-connected site. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? MailNickname diff --git a/src/Microsoft.Graph/Generated/Models/IndustryData/AdditionalUserOptions.cs b/src/Microsoft.Graph/Generated/Models/IndustryData/AdditionalUserOptions.cs index ed4a7a78222..62ae1688a63 100644 --- a/src/Microsoft.Graph/Generated/Models/IndustryData/AdditionalUserOptions.cs +++ b/src/Microsoft.Graph/Generated/Models/IndustryData/AdditionalUserOptions.cs @@ -49,7 +49,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// Indicates the age group classification for students. Possible values are: minor, notAdult, adult, unknownFutureValue. Use null to disable age group enforcement. + /// Indicates the age group classification for students. The possible values are: minor, notAdult, adult, unknownFutureValue. Use null to disable age group enforcement. public global::Microsoft.Graph.Beta.Models.IndustryData.StudentAgeGroup? StudentAgeGroup { get { return BackingStore?.Get("studentAgeGroup"); } diff --git a/src/Microsoft.Graph/Generated/Models/InferenceClassificationOverride.cs b/src/Microsoft.Graph/Generated/Models/InferenceClassificationOverride.cs index 542308d4835..b79a067abee 100644 --- a/src/Microsoft.Graph/Generated/Models/InferenceClassificationOverride.cs +++ b/src/Microsoft.Graph/Generated/Models/InferenceClassificationOverride.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class InferenceClassificationOverride : global::Microsoft.Graph.Beta.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Specifies how incoming messages from a specific sender should always be classified as. Possible values are: focused, other. + /// Specifies how incoming messages from a specific sender should always be classified as. The possible values are: focused, other. public global::Microsoft.Graph.Beta.Models.InferenceClassificationType? ClassifyAs { get { return BackingStore?.Get("classifyAs"); } diff --git a/src/Microsoft.Graph/Generated/Models/Initiator.cs b/src/Microsoft.Graph/Generated/Models/Initiator.cs index 716a404b14b..a08c7b4d19e 100644 --- a/src/Microsoft.Graph/Generated/Models/Initiator.cs +++ b/src/Microsoft.Graph/Generated/Models/Initiator.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class Initiator : global::Microsoft.Graph.Beta.Models.Identity, IParsable #pragma warning restore CS1591 { - /// The type of the initiator. Possible values are: user, application, system, unknownFutureValue. + /// The type of the initiator. The possible values are: user, application, system, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.InitiatorType? InitiatorType { get { return BackingStore?.Get("initiatorType"); } diff --git a/src/Microsoft.Graph/Generated/Models/InsiderRiskyUserApproval.cs b/src/Microsoft.Graph/Generated/Models/InsiderRiskyUserApproval.cs new file mode 100644 index 00000000000..6ddae8ba362 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/InsiderRiskyUserApproval.cs @@ -0,0 +1,69 @@ +// +#pragma warning disable CS0618 +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using System.Collections.Generic; +using System.IO; +using System; +namespace Microsoft.Graph.Beta.Models +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class InsiderRiskyUserApproval : global::Microsoft.Graph.Beta.Models.ControlConfiguration, IParsable + #pragma warning restore CS1591 + { + /// Indicates whether approval is required for risky users. + public bool? IsApprovalRequired + { + get { return BackingStore?.Get("isApprovalRequired"); } + set { BackingStore?.Set("isApprovalRequired", value); } + } + /// The minimumRiskLevel property + public global::Microsoft.Graph.Beta.Models.PurviewInsiderRiskManagementLevel? MinimumRiskLevel + { + get { return BackingStore?.Get("minimumRiskLevel"); } + set { BackingStore?.Set("minimumRiskLevel", value); } + } + /// + /// Instantiates a new and sets the default values. + /// + public InsiderRiskyUserApproval() : base() + { + OdataType = "#microsoft.graph.insiderRiskyUserApproval"; + } + /// + /// Creates a new instance of the appropriate class based on discriminator value + /// + /// A + /// The parse node to use to read the discriminator value and create the object + public static new global::Microsoft.Graph.Beta.Models.InsiderRiskyUserApproval CreateFromDiscriminatorValue(IParseNode parseNode) + { + if(ReferenceEquals(parseNode, null)) throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Beta.Models.InsiderRiskyUserApproval(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public override IDictionary> GetFieldDeserializers() + { + return new Dictionary>(base.GetFieldDeserializers()) + { + { "isApprovalRequired", n => { IsApprovalRequired = n.GetBoolValue(); } }, + { "minimumRiskLevel", n => { MinimumRiskLevel = n.GetEnumValue(); } }, + }; + } + /// + /// Serializes information the current object + /// + /// Serialization writer to use to serialize this model + public override void Serialize(ISerializationWriter writer) + { + if(ReferenceEquals(writer, null)) throw new ArgumentNullException(nameof(writer)); + base.Serialize(writer); + writer.WriteBoolValue("isApprovalRequired", IsApprovalRequired); + writer.WriteEnumValue("minimumRiskLevel", MinimumRiskLevel); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/InvitationParticipantInfo.cs b/src/Microsoft.Graph/Generated/Models/InvitationParticipantInfo.cs index 01c109b4388..d5839b09847 100644 --- a/src/Microsoft.Graph/Generated/Models/InvitationParticipantInfo.cs +++ b/src/Microsoft.Graph/Generated/Models/InvitationParticipantInfo.cs @@ -21,7 +21,7 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// The type of endpoint. Possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone and unknownFutureValue. + /// The type of endpoint. The possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone and unknownFutureValue. public global::Microsoft.Graph.Beta.Models.EndpointType? EndpointType { get { return BackingStore?.Get("endpointType"); } diff --git a/src/Microsoft.Graph/Generated/Models/InvitationRedemptionIdentityProviderConfiguration.cs b/src/Microsoft.Graph/Generated/Models/InvitationRedemptionIdentityProviderConfiguration.cs index 5eb8cf79a63..da740f10b1f 100644 --- a/src/Microsoft.Graph/Generated/Models/InvitationRedemptionIdentityProviderConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/InvitationRedemptionIdentityProviderConfiguration.cs @@ -21,7 +21,7 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// The fallback identity provider to be used in case no primary identity provider can be used for guest invitation redemption. Possible values are: defaultConfiguredIdp, emailOneTimePasscode, or microsoftAccount. + /// The fallback identity provider to be used in case no primary identity provider can be used for guest invitation redemption. The possible values are: defaultConfiguredIdp, emailOneTimePasscode, or microsoftAccount. public global::Microsoft.Graph.Beta.Models.B2bIdentityProvidersType? FallbackIdentityProvider { get { return BackingStore?.Get("fallbackIdentityProvider"); } @@ -43,7 +43,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// Collection of identity providers in priority order of preference to be used for guest invitation redemption. Possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders. + /// Collection of identity providers in priority order of preference to be used for guest invitation redemption. The possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? PrimaryIdentityProviderPrecedenceOrder diff --git a/src/Microsoft.Graph/Generated/Models/IosCertificateProfileBase.cs b/src/Microsoft.Graph/Generated/Models/IosCertificateProfileBase.cs index 852dd0ba64a..362c3f5859c 100644 --- a/src/Microsoft.Graph/Generated/Models/IosCertificateProfileBase.cs +++ b/src/Microsoft.Graph/Generated/Models/IosCertificateProfileBase.cs @@ -31,7 +31,7 @@ public int? RenewalThresholdPercentage get { return BackingStore?.Get("renewalThresholdPercentage"); } set { BackingStore?.Set("renewalThresholdPercentage", value); } } - /// 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/IosEasEmailProfileConfiguration.cs b/src/Microsoft.Graph/Generated/Models/IosEasEmailProfileConfiguration.cs index 782363c2a5a..b422313c20c 100644 --- a/src/Microsoft.Graph/Generated/Models/IosEasEmailProfileConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/IosEasEmailProfileConfiguration.cs @@ -29,7 +29,7 @@ public string AccountName set { BackingStore?.Set("accountName", value); } } #endif - /// Authentication method for this Email profile. Possible values are: usernameAndPassword, certificate, derivedCredential. + /// Authentication method for this Email profile. The possible values are: usernameAndPassword, certificate, derivedCredential. public global::Microsoft.Graph.Beta.Models.EasAuthenticationMethod? AuthenticationMethod { get { return BackingStore?.Get("authenticationMethod"); } @@ -75,7 +75,7 @@ public bool? BlockSyncingRecentlyUsedEmailAddresses get { return BackingStore?.Get("durationOfEmailToSync"); } set { BackingStore?.Set("durationOfEmailToSync", value); } } - /// Exchange data to sync. Possible values are: none, calendars, contacts, email, notes, reminders. + /// Exchange data to sync. The possible values are: none, calendars, contacts, email, notes, reminders. public global::Microsoft.Graph.Beta.Models.EasServices? EasServices { get { return BackingStore?.Get("easServices"); } @@ -93,7 +93,7 @@ public bool? EasServicesUserOverrideEnabled get { return BackingStore?.Get("emailAddressSource"); } set { BackingStore?.Set("emailAddressSource", value); } } - /// Encryption Certificate type for this Email profile. Possible values are: none, certificate, derivedCredential. + /// Encryption Certificate type for this Email profile. The possible values are: none, certificate, derivedCredential. public global::Microsoft.Graph.Beta.Models.EmailCertificateType? EncryptionCertificateType { get { return BackingStore?.Get("encryptionCertificateType"); } @@ -159,7 +159,7 @@ public bool? RequireSsl get { return BackingStore?.Get("requireSsl"); } set { BackingStore?.Set("requireSsl", value); } } - /// Signing Certificate type for this Email profile. Possible values are: none, certificate, derivedCredential. + /// Signing Certificate type for this Email profile. The possible values are: none, certificate, derivedCredential. public global::Microsoft.Graph.Beta.Models.EmailCertificateType? SigningCertificateType { get { return BackingStore?.Get("signingCertificateType"); } diff --git a/src/Microsoft.Graph/Generated/Models/IosEnterpriseWiFiConfiguration.cs b/src/Microsoft.Graph/Generated/Models/IosEnterpriseWiFiConfiguration.cs index 5cdb7479ce0..3201cb1f09b 100644 --- a/src/Microsoft.Graph/Generated/Models/IosEnterpriseWiFiConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/IosEnterpriseWiFiConfiguration.cs @@ -13,7 +13,7 @@ namespace Microsoft.Graph.Beta.Models [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class IosEnterpriseWiFiConfiguration : global::Microsoft.Graph.Beta.Models.IosWiFiConfiguration, IParsable { - /// Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential. + /// Authentication Method when 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"); } @@ -35,7 +35,7 @@ public partial class IosEnterpriseWiFiConfiguration : global::Microsoft.Graph.Be set { BackingStore?.Set("derivedCredentialSettings", value); } } #endif - /// EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. Possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously. + /// EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. The possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously. public global::Microsoft.Graph.Beta.Models.EapFastConfiguration? EapFastConfiguration { get { return BackingStore?.Get("eapFastConfiguration"); } @@ -63,7 +63,7 @@ public partial class IosEnterpriseWiFiConfiguration : global::Microsoft.Graph.Be set { BackingStore?.Set("identityCertificateForClientAuthentication", value); } } #endif - /// Non-EAP Method for Authentication when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. + /// Non-EAP Method for Authentication 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"); } diff --git a/src/Microsoft.Graph/Generated/Models/IosManagedAppProtection.cs b/src/Microsoft.Graph/Generated/Models/IosManagedAppProtection.cs index 4fbb9d50b54..0cbaaa705a3 100644 --- a/src/Microsoft.Graph/Generated/Models/IosManagedAppProtection.cs +++ b/src/Microsoft.Graph/Generated/Models/IosManagedAppProtection.cs @@ -35,7 +35,7 @@ public bool? AllowWidgetContentSync get { return BackingStore?.Get("allowWidgetContentSync"); } set { BackingStore?.Set("allowWidgetContentSync", value); } } - /// 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"); } @@ -173,7 +173,7 @@ public bool? FilterOpenInToOnlyManagedApps get { return BackingStore?.Get("filterOpenInToOnlyManagedApps"); } set { BackingStore?.Set("filterOpenInToOnlyManagedApps", value); } } - /// Configuration state (blocked or not blocked) for Apple Intelligence Genmoji setting. Possible values are: notBlocked, blocked, unknownFutureValue. + /// Configuration state (blocked or not blocked) for Apple Intelligence Genmoji setting. The possible values are: notBlocked, blocked, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.GenmojiIosManagedAppConfigurationState? GenmojiConfigurationState { get { return BackingStore?.Get("genmojiConfigurationState"); } @@ -265,7 +265,7 @@ public bool? ProtectInboundDataFromUnknownSources get { return BackingStore?.Get("protectInboundDataFromUnknownSources"); } set { BackingStore?.Set("protectInboundDataFromUnknownSources", value); } } - /// Configuration state (blocked or not blocked) for Apple Intelligence screen capture setting. Possible values are: notBlocked, blocked, unknownFutureValue. + /// Configuration state (blocked or not blocked) for Apple Intelligence screen capture setting. The possible values are: notBlocked, blocked, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.ScreenCaptureIosManagedAppConfigurationState? ScreenCaptureConfigurationState { get { return BackingStore?.Get("screenCaptureConfigurationState"); } @@ -277,7 +277,7 @@ public bool? ThirdPartyKeyboardsBlocked get { return BackingStore?.Get("thirdPartyKeyboardsBlocked"); } set { BackingStore?.Set("thirdPartyKeyboardsBlocked", value); } } - /// Configuration state (blocked or not blocked) for Apple Intelligence writing tools setting. Possible values are: notBlocked, blocked, unknownFutureValue. + /// Configuration state (blocked or not blocked) for Apple Intelligence writing tools setting. The possible values are: notBlocked, blocked, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.WritingToolsIosManagedAppConfigurationState? WritingToolsConfigurationState { get { return BackingStore?.Get("writingToolsConfigurationState"); } diff --git a/src/Microsoft.Graph/Generated/Models/IosPkcsCertificateProfile.cs b/src/Microsoft.Graph/Generated/Models/IosPkcsCertificateProfile.cs index 1848c335336..be723283b32 100644 --- a/src/Microsoft.Graph/Generated/Models/IosPkcsCertificateProfile.cs +++ b/src/Microsoft.Graph/Generated/Models/IosPkcsCertificateProfile.cs @@ -13,7 +13,7 @@ namespace Microsoft.Graph.Beta.Models [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class IosPkcsCertificateProfile : global::Microsoft.Graph.Beta.Models.IosCertificateProfileBase, 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/IosScepCertificateProfile.cs b/src/Microsoft.Graph/Generated/Models/IosScepCertificateProfile.cs index 7bf4681009e..2aa96beef23 100644 --- a/src/Microsoft.Graph/Generated/Models/IosScepCertificateProfile.cs +++ b/src/Microsoft.Graph/Generated/Models/IosScepCertificateProfile.cs @@ -13,7 +13,7 @@ namespace Microsoft.Graph.Beta.Models [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class IosScepCertificateProfile : global::Microsoft.Graph.Beta.Models.IosCertificateProfileBase, 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/IosVpnSecurityAssociationParameters.cs b/src/Microsoft.Graph/Generated/Models/IosVpnSecurityAssociationParameters.cs index 6a0ecfec4c3..222b5140b13 100644 --- a/src/Microsoft.Graph/Generated/Models/IosVpnSecurityAssociationParameters.cs +++ b/src/Microsoft.Graph/Generated/Models/IosVpnSecurityAssociationParameters.cs @@ -50,13 +50,13 @@ public int? SecurityDiffieHellmanGroup get { return BackingStore?.Get("securityDiffieHellmanGroup"); } set { BackingStore?.Set("securityDiffieHellmanGroup", value); } } - /// Encryption algorithm. Possible values are: aes256, des, tripleDes, aes128, aes128Gcm, aes256Gcm, aes192, aes192Gcm, chaCha20Poly1305. + /// Encryption algorithm. The possible values are: aes256, des, tripleDes, aes128, aes128Gcm, aes256Gcm, aes192, aes192Gcm, chaCha20Poly1305. public global::Microsoft.Graph.Beta.Models.VpnEncryptionAlgorithmType? SecurityEncryptionAlgorithm { get { return BackingStore?.Get("securityEncryptionAlgorithm"); } set { BackingStore?.Set("securityEncryptionAlgorithm", value); } } - /// Integrity algorithm. Possible values are: sha2256, sha196, sha1160, sha2384, sha2_512, md5. + /// Integrity algorithm. The possible values are: sha2256, sha196, sha1160, sha2384, sha2_512, md5. public global::Microsoft.Graph.Beta.Models.VpnIntegrityAlgorithmType? SecurityIntegrityAlgorithm { get { return BackingStore?.Get("securityIntegrityAlgorithm"); } diff --git a/src/Microsoft.Graph/Generated/Models/IosWiredNetworkConfiguration.cs b/src/Microsoft.Graph/Generated/Models/IosWiredNetworkConfiguration.cs index 246a761d64b..31992bd5a2a 100644 --- a/src/Microsoft.Graph/Generated/Models/IosWiredNetworkConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/IosWiredNetworkConfiguration.cs @@ -13,13 +13,13 @@ namespace Microsoft.Graph.Beta.Models [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class IosWiredNetworkConfiguration : global::Microsoft.Graph.Beta.Models.DeviceConfiguration, IParsable { - /// Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential, unknownFutureValue. + /// Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.WiredNetworkAuthenticationMethod? AuthenticationMethod { get { return BackingStore?.Get("authenticationMethod"); } set { BackingStore?.Set("authenticationMethod", value); } } - /// EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. Possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously. + /// EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. The possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously. public global::Microsoft.Graph.Beta.Models.EapFastConfiguration? EapFastConfiguration { get { return BackingStore?.Get("eapFastConfiguration"); } @@ -69,7 +69,7 @@ public string NetworkName set { BackingStore?.Set("networkName", 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? NonEapAuthenticationMethodForEapTtls { get { return BackingStore?.Get("nonEapAuthenticationMethodForEapTtls"); } diff --git a/src/Microsoft.Graph/Generated/Models/IosikEv2VpnConfiguration.cs b/src/Microsoft.Graph/Generated/Models/IosikEv2VpnConfiguration.cs index 8606e252dfe..10196a88c4c 100644 --- a/src/Microsoft.Graph/Generated/Models/IosikEv2VpnConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/IosikEv2VpnConfiguration.cs @@ -63,7 +63,7 @@ public bool? AllowDefaultSecurityAssociationParameters get { return BackingStore?.Get("clientAuthenticationType"); } set { BackingStore?.Set("clientAuthenticationType", value); } } - /// Determine how often to check if a peer connection is still active. . Possible values are: medium, none, low, high. + /// Determine how often to check if a peer connection is still active. . The possible values are: medium, none, low, high. public global::Microsoft.Graph.Beta.Models.VpnDeadPeerDetectionRate? DeadPeerDetectionRate { get { return BackingStore?.Get("deadPeerDetectionRate"); } @@ -187,7 +187,7 @@ public string ServerCertificateIssuerCommonName set { BackingStore?.Set("serverCertificateIssuerCommonName", value); } } #endif - /// The type of certificate the VPN server will present to the VPN client for authentication. Possible values are: rsa, ecdsa256, ecdsa384, ecdsa521. + /// The type of certificate the VPN server will present to the VPN client for authentication. The possible values are: rsa, ecdsa256, ecdsa384, ecdsa521. public global::Microsoft.Graph.Beta.Models.VpnServerCertificateType? ServerCertificateType { get { return BackingStore?.Get("serverCertificateType"); } diff --git a/src/Microsoft.Graph/Generated/Models/ItemFacet.cs b/src/Microsoft.Graph/Generated/Models/ItemFacet.cs index f48af538b00..86dbb048cf3 100644 --- a/src/Microsoft.Graph/Generated/Models/ItemFacet.cs +++ b/src/Microsoft.Graph/Generated/Models/ItemFacet.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class ItemFacet : global::Microsoft.Graph.Beta.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The audiences that are able to see the values contained within the associated entity. Possible values are: me, family, contacts, groupMembers, organization, federatedOrganizations, everyone, unknownFutureValue. + /// The audiences that are able to see the values contained within the associated entity. The possible values are: me, family, contacts, groupMembers, organization, federatedOrganizations, everyone, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.AllowedAudiences? AllowedAudiences { get { return BackingStore?.Get("allowedAudiences"); } diff --git a/src/Microsoft.Graph/Generated/Models/KerberosSignOnSettings.cs b/src/Microsoft.Graph/Generated/Models/KerberosSignOnSettings.cs index 5f5b4c5fc46..d282471b3f8 100644 --- a/src/Microsoft.Graph/Generated/Models/KerberosSignOnSettings.cs +++ b/src/Microsoft.Graph/Generated/Models/KerberosSignOnSettings.cs @@ -37,7 +37,7 @@ public string KerberosServicePrincipalName set { BackingStore?.Set("kerberosServicePrincipalName", value); } } #endif - /// The Delegated Login Identity for the connector to use on behalf of your users. For more information, see Working with different on-premises and cloud identities . Possible values are: userPrincipalName, onPremisesUserPrincipalName, userPrincipalUsername, onPremisesUserPrincipalUsername, onPremisesSAMAccountName. + /// The Delegated Login Identity for the connector to use on behalf of your users. For more information, see Working with different on-premises and cloud identities . The possible values are: userPrincipalName, onPremisesUserPrincipalName, userPrincipalUsername, onPremisesUserPrincipalUsername, onPremisesSAMAccountName. public global::Microsoft.Graph.Beta.Models.KerberosSignOnMappingAttributeType? KerberosSignOnMappingAttributeType { get { return BackingStore?.Get("kerberosSignOnMappingAttributeType"); } diff --git a/src/Microsoft.Graph/Generated/Models/LandingPage.cs b/src/Microsoft.Graph/Generated/Models/LandingPage.cs index 1020f299a21..01f84ea38fc 100644 --- a/src/Microsoft.Graph/Generated/Models/LandingPage.cs +++ b/src/Microsoft.Graph/Generated/Models/LandingPage.cs @@ -120,13 +120,13 @@ public string Locale set { BackingStore?.Set("locale", value); } } #endif - /// The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue. + /// The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.SimulationContentSource? Source { get { return BackingStore?.Get("source"); } set { BackingStore?.Set("source", value); } } - /// The status of the simulation. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. + /// The status of the simulation. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.SimulationContentStatus? Status { get { return BackingStore?.Get("status"); } diff --git a/src/Microsoft.Graph/Generated/Models/LanguageProficiency.cs b/src/Microsoft.Graph/Generated/Models/LanguageProficiency.cs index bad74860935..dde3481c5d8 100644 --- a/src/Microsoft.Graph/Generated/Models/LanguageProficiency.cs +++ b/src/Microsoft.Graph/Generated/Models/LanguageProficiency.cs @@ -34,13 +34,13 @@ public string DisplayName get { return BackingStore?.Get("proficiency"); } set { BackingStore?.Set("proficiency", value); } } - /// Represents the users reading comprehension for the language represented by the object. Possible values are: elementary, conversational, limitedWorking, professionalWorking, fullProfessional, nativeOrBilingual, unknownFutureValue. + /// Represents the users reading comprehension for the language represented by the object. The possible values are: elementary, conversational, limitedWorking, professionalWorking, fullProfessional, nativeOrBilingual, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.LanguageProficiencyLevel? Reading { get { return BackingStore?.Get("reading"); } set { BackingStore?.Set("reading", value); } } - /// Represents the users spoken proficiency for the language represented by the object. Possible values are: elementary, conversational, limitedWorking, professionalWorking, fullProfessional, nativeOrBilingual, unknownFutureValue. + /// Represents the users spoken proficiency for the language represented by the object. The possible values are: elementary, conversational, limitedWorking, professionalWorking, fullProfessional, nativeOrBilingual, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.LanguageProficiencyLevel? Spoken { get { return BackingStore?.Get("spoken"); } @@ -78,7 +78,7 @@ public string ThumbnailUrl set { BackingStore?.Set("thumbnailUrl", value); } } #endif - /// Represents the users written proficiency for the language represented by the object. Possible values are: elementary, conversational, limitedWorking, professionalWorking, fullProfessional, nativeOrBilingual, unknownFutureValue. + /// Represents the users written proficiency for the language represented by the object. The possible values are: elementary, conversational, limitedWorking, professionalWorking, fullProfessional, nativeOrBilingual, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.LanguageProficiencyLevel? Written { get { return BackingStore?.Get("written"); } diff --git a/src/Microsoft.Graph/Generated/Models/LearningContent.cs b/src/Microsoft.Graph/Generated/Models/LearningContent.cs index 8f5f24380df..fef5a7a8048 100644 --- a/src/Microsoft.Graph/Generated/Models/LearningContent.cs +++ b/src/Microsoft.Graph/Generated/Models/LearningContent.cs @@ -160,7 +160,7 @@ public DateTimeOffset? LastModifiedDateTime get { return BackingStore?.Get("lastModifiedDateTime"); } set { BackingStore?.Set("lastModifiedDateTime", value); } } - /// The difficulty level of the learning content. Possible values are: Beginner, Intermediate, Advanced, unknownFutureValue. Optional. + /// The difficulty level of the learning content. The possible values are: Beginner, Intermediate, Advanced, unknownFutureValue. Optional. public global::Microsoft.Graph.Beta.Models.Level? Level { get { return BackingStore?.Get("level"); } diff --git a/src/Microsoft.Graph/Generated/Models/LearningCourseActivity.cs b/src/Microsoft.Graph/Generated/Models/LearningCourseActivity.cs index 46a1715d3f8..f4452eac297 100644 --- a/src/Microsoft.Graph/Generated/Models/LearningCourseActivity.cs +++ b/src/Microsoft.Graph/Generated/Models/LearningCourseActivity.cs @@ -88,7 +88,7 @@ public string LearningProviderId set { BackingStore?.Set("learningProviderId", value); } } #endif - /// The status of the course activity. Possible values are: notStarted, inProgress, completed. Required. + /// The status of the course activity. The possible values are: notStarted, inProgress, completed. Required. public global::Microsoft.Graph.Beta.Models.CourseStatus? Status { get { return BackingStore?.Get("status"); } diff --git a/src/Microsoft.Graph/Generated/Models/Location.cs b/src/Microsoft.Graph/Generated/Models/Location.cs index 553d5573424..601d0aea00f 100644 --- a/src/Microsoft.Graph/Generated/Models/Location.cs +++ b/src/Microsoft.Graph/Generated/Models/Location.cs @@ -85,7 +85,7 @@ public string LocationEmailAddress set { BackingStore?.Set("locationEmailAddress", value); } } #endif - /// The type of location. Possible values are: default, conferenceRoom, homeAddress, businessAddress,geoCoordinates, streetAddress, hotel, restaurant, localBusiness, postalAddress. Read-only. + /// The type of location. The possible values are: default, conferenceRoom, homeAddress, businessAddress,geoCoordinates, streetAddress, hotel, restaurant, localBusiness, postalAddress. Read-only. public global::Microsoft.Graph.Beta.Models.LocationType? LocationType { get { return BackingStore?.Get("locationType"); } diff --git a/src/Microsoft.Graph/Generated/Models/LoginPage.cs b/src/Microsoft.Graph/Generated/Models/LoginPage.cs index 8dee5796856..f5253f1a2bf 100644 --- a/src/Microsoft.Graph/Generated/Models/LoginPage.cs +++ b/src/Microsoft.Graph/Generated/Models/LoginPage.cs @@ -120,13 +120,13 @@ public DateTimeOffset? LastModifiedDateTime get { return BackingStore?.Get("lastModifiedDateTime"); } set { BackingStore?.Set("lastModifiedDateTime", value); } } - /// The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue. + /// The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.SimulationContentSource? Source { get { return BackingStore?.Get("source"); } set { BackingStore?.Set("source", value); } } - /// The login page status. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. + /// The login page status. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.SimulationContentStatus? Status { get { return BackingStore?.Get("status"); } diff --git a/src/Microsoft.Graph/Generated/Models/LogonUser.cs b/src/Microsoft.Graph/Generated/Models/LogonUser.cs index 06716693205..6726ebeacd8 100644 --- a/src/Microsoft.Graph/Generated/Models/LogonUser.cs +++ b/src/Microsoft.Graph/Generated/Models/LogonUser.cs @@ -45,7 +45,7 @@ public string AccountName set { BackingStore?.Set("accountName", value); } } #endif - /// User Account type, per Windows definition. Possible values are: unknown, standard, power, administrator. + /// User Account type, per Windows definition. The possible values are: unknown, standard, power, administrator. public global::Microsoft.Graph.Beta.Models.UserAccountSecurityType? AccountType { get { return BackingStore?.Get("accountType"); } @@ -87,7 +87,7 @@ public string LogonId set { BackingStore?.Set("logonId", value); } } #endif - /// Collection of the logon types observed for the logged on user from when first to last seen. Possible values are: unknown, interactive, remoteInteractive, network, batch, service. + /// Collection of the logon types observed for the logged on user from when first to last seen. The possible values are: unknown, interactive, remoteInteractive, network, batch, service. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? LogonTypes diff --git a/src/Microsoft.Graph/Generated/Models/MacOSCertificateProfileBase.cs b/src/Microsoft.Graph/Generated/Models/MacOSCertificateProfileBase.cs index 6328de43c85..4a0885291bd 100644 --- a/src/Microsoft.Graph/Generated/Models/MacOSCertificateProfileBase.cs +++ b/src/Microsoft.Graph/Generated/Models/MacOSCertificateProfileBase.cs @@ -31,7 +31,7 @@ public int? RenewalThresholdPercentage get { return BackingStore?.Get("renewalThresholdPercentage"); } set { BackingStore?.Set("renewalThresholdPercentage", value); } } - /// 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/MacOSEnterpriseWiFiConfiguration.cs b/src/Microsoft.Graph/Generated/Models/MacOSEnterpriseWiFiConfiguration.cs index 74ce0d31d37..5fc76760c6f 100644 --- a/src/Microsoft.Graph/Generated/Models/MacOSEnterpriseWiFiConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/MacOSEnterpriseWiFiConfiguration.cs @@ -13,13 +13,13 @@ namespace Microsoft.Graph.Beta.Models [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class MacOSEnterpriseWiFiConfiguration : global::Microsoft.Graph.Beta.Models.MacOSWiFiConfiguration, IParsable { - /// Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential. + /// Authentication Method when 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"); } set { BackingStore?.Set("authenticationMethod", value); } } - /// EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. Possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously. + /// EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. The possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously. public global::Microsoft.Graph.Beta.Models.EapFastConfiguration? EapFastConfiguration { get { return BackingStore?.Get("eapFastConfiguration"); } @@ -47,7 +47,7 @@ public partial class MacOSEnterpriseWiFiConfiguration : global::Microsoft.Graph. 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"); } diff --git a/src/Microsoft.Graph/Generated/Models/MacOSGeneralDeviceConfiguration.cs b/src/Microsoft.Graph/Generated/Models/MacOSGeneralDeviceConfiguration.cs index 073a79301ba..ad8019e729d 100644 --- a/src/Microsoft.Graph/Generated/Models/MacOSGeneralDeviceConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/MacOSGeneralDeviceConfiguration.cs @@ -391,7 +391,7 @@ public int? TouchIdTimeoutInHours get { return BackingStore?.Get("touchIdTimeoutInHours"); } set { BackingStore?.Set("touchIdTimeoutInHours", value); } } - /// Determines whether to delay OS and/or app updates for macOS. Possible values are: none, delayOSUpdateVisibility, delayAppUpdateVisibility, unknownFutureValue, delayMajorOsUpdateVisibility. + /// Determines whether to delay OS and/or app updates for macOS. The possible values are: none, delayOSUpdateVisibility, delayAppUpdateVisibility, unknownFutureValue, delayMajorOsUpdateVisibility. public global::Microsoft.Graph.Beta.Models.MacOSSoftwareUpdateDelayPolicy? UpdateDelayPolicy { get { return BackingStore?.Get("updateDelayPolicy"); } diff --git a/src/Microsoft.Graph/Generated/Models/MacOSImportedPFXCertificateProfile.cs b/src/Microsoft.Graph/Generated/Models/MacOSImportedPFXCertificateProfile.cs index f6b5e8dc05b..fdf2083445e 100644 --- a/src/Microsoft.Graph/Generated/Models/MacOSImportedPFXCertificateProfile.cs +++ b/src/Microsoft.Graph/Generated/Models/MacOSImportedPFXCertificateProfile.cs @@ -13,7 +13,7 @@ namespace Microsoft.Graph.Beta.Models [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class MacOSImportedPFXCertificateProfile : global::Microsoft.Graph.Beta.Models.MacOSCertificateProfileBase, IParsable { - /// Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue. + /// Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.AppleDeploymentChannel? DeploymentChannel { get { return BackingStore?.Get("deploymentChannel"); } diff --git a/src/Microsoft.Graph/Generated/Models/MacOSPkcsCertificateProfile.cs b/src/Microsoft.Graph/Generated/Models/MacOSPkcsCertificateProfile.cs index 1a967595553..806d7d43bba 100644 --- a/src/Microsoft.Graph/Generated/Models/MacOSPkcsCertificateProfile.cs +++ b/src/Microsoft.Graph/Generated/Models/MacOSPkcsCertificateProfile.cs @@ -19,7 +19,7 @@ public bool? AllowAllAppsAccess get { return BackingStore?.Get("allowAllAppsAccess"); } set { BackingStore?.Set("allowAllAppsAccess", 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"); } @@ -89,7 +89,7 @@ public string CertificationAuthorityName set { BackingStore?.Set("customSubjectAlternativeNames", value); } } #endif - /// Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue. + /// Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.AppleDeploymentChannel? DeploymentChannel { get { return BackingStore?.Get("deploymentChannel"); } diff --git a/src/Microsoft.Graph/Generated/Models/MacOSScepCertificateProfile.cs b/src/Microsoft.Graph/Generated/Models/MacOSScepCertificateProfile.cs index 888b7aaa7cb..d0cd6b0af71 100644 --- a/src/Microsoft.Graph/Generated/Models/MacOSScepCertificateProfile.cs +++ b/src/Microsoft.Graph/Generated/Models/MacOSScepCertificateProfile.cs @@ -19,7 +19,7 @@ public bool? AllowAllAppsAccess get { return BackingStore?.Get("allowAllAppsAccess"); } set { BackingStore?.Set("allowAllAppsAccess", 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"); } @@ -41,7 +41,7 @@ public bool? AllowAllAppsAccess set { BackingStore?.Set("customSubjectAlternativeNames", value); } } #endif - /// Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue. + /// Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.AppleDeploymentChannel? DeploymentChannel { get { return BackingStore?.Get("deploymentChannel"); } @@ -63,7 +63,7 @@ public bool? AllowAllAppsAccess set { BackingStore?.Set("extendedKeyUsages", value); } } #endif - /// SCEP Hash Algorithm. Possible values are: sha1, sha2. + /// SCEP Hash Algorithm. The possible values are: sha1, sha2. public global::Microsoft.Graph.Beta.Models.HashAlgorithms? HashAlgorithm { get { return BackingStore?.Get("hashAlgorithm"); } diff --git a/src/Microsoft.Graph/Generated/Models/MacOSSoftwareUpdateConfiguration.cs b/src/Microsoft.Graph/Generated/Models/MacOSSoftwareUpdateConfiguration.cs index 199002b6cf7..7cdbace6add 100644 --- a/src/Microsoft.Graph/Generated/Models/MacOSSoftwareUpdateConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/MacOSSoftwareUpdateConfiguration.cs @@ -59,7 +59,7 @@ public int? MaxUserDeferralsCount get { return BackingStore?.Get("maxUserDeferralsCount"); } set { BackingStore?.Set("maxUserDeferralsCount", value); } } - /// The scheduling priority for downloading and preparing the requested update. Default: Low. Possible values: Null, Low, High. Possible values are: low, high, unknownFutureValue. + /// The scheduling priority for downloading and preparing the requested update. Default: Low. Possible values: Null, Low, High. The possible values are: low, high, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.MacOSPriority? Priority { get { return BackingStore?.Get("priority"); } diff --git a/src/Microsoft.Graph/Generated/Models/MacOSTrustedRootCertificate.cs b/src/Microsoft.Graph/Generated/Models/MacOSTrustedRootCertificate.cs index 2c6fe4bdc3c..3eba866e08b 100644 --- a/src/Microsoft.Graph/Generated/Models/MacOSTrustedRootCertificate.cs +++ b/src/Microsoft.Graph/Generated/Models/MacOSTrustedRootCertificate.cs @@ -29,7 +29,7 @@ public string CertFileName set { BackingStore?.Set("certFileName", value); } } #endif - /// Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue. + /// Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.AppleDeploymentChannel? DeploymentChannel { get { return BackingStore?.Get("deploymentChannel"); } diff --git a/src/Microsoft.Graph/Generated/Models/MacOSVpnConfiguration.cs b/src/Microsoft.Graph/Generated/Models/MacOSVpnConfiguration.cs index f7726c57616..48ecb6b7303 100644 --- a/src/Microsoft.Graph/Generated/Models/MacOSVpnConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/MacOSVpnConfiguration.cs @@ -13,7 +13,7 @@ namespace Microsoft.Graph.Beta.Models [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class MacOSVpnConfiguration : global::Microsoft.Graph.Beta.Models.AppleVpnConfiguration, IParsable { - /// Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue. + /// Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.AppleDeploymentChannel? DeploymentChannel { get { return BackingStore?.Get("deploymentChannel"); } diff --git a/src/Microsoft.Graph/Generated/Models/MacOSWiFiConfiguration.cs b/src/Microsoft.Graph/Generated/Models/MacOSWiFiConfiguration.cs index 662e9aad6ea..7b8ca4adb62 100644 --- a/src/Microsoft.Graph/Generated/Models/MacOSWiFiConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/MacOSWiFiConfiguration.cs @@ -25,7 +25,7 @@ public bool? ConnectWhenNetworkNameIsHidden get { return BackingStore?.Get("connectWhenNetworkNameIsHidden"); } set { BackingStore?.Set("connectWhenNetworkNameIsHidden", value); } } - /// Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue. + /// Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.AppleDeploymentChannel? DeploymentChannel { get { return BackingStore?.Get("deploymentChannel"); } diff --git a/src/Microsoft.Graph/Generated/Models/MacOSWiredNetworkConfiguration.cs b/src/Microsoft.Graph/Generated/Models/MacOSWiredNetworkConfiguration.cs index c7807b81eee..86200ff5935 100644 --- a/src/Microsoft.Graph/Generated/Models/MacOSWiredNetworkConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/MacOSWiredNetworkConfiguration.cs @@ -13,19 +13,19 @@ namespace Microsoft.Graph.Beta.Models [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class MacOSWiredNetworkConfiguration : global::Microsoft.Graph.Beta.Models.DeviceConfiguration, IParsable { - /// Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential. + /// Authentication Method when 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"); } set { BackingStore?.Set("authenticationMethod", value); } } - /// Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue. + /// Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.AppleDeploymentChannel? DeploymentChannel { get { return BackingStore?.Get("deploymentChannel"); } set { BackingStore?.Set("deploymentChannel", value); } } - /// EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. Possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously. + /// EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. The possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously. public global::Microsoft.Graph.Beta.Models.EapFastConfiguration? EapFastConfiguration { get { return BackingStore?.Get("eapFastConfiguration"); } @@ -91,7 +91,7 @@ public string NetworkName set { BackingStore?.Set("networkName", 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? NonEapAuthenticationMethodForEapTtls { get { return BackingStore?.Get("nonEapAuthenticationMethodForEapTtls"); } diff --git a/src/Microsoft.Graph/Generated/Models/MailAssessmentRequest.cs b/src/Microsoft.Graph/Generated/Models/MailAssessmentRequest.cs index c90003c00ed..e6173a28e3c 100644 --- a/src/Microsoft.Graph/Generated/Models/MailAssessmentRequest.cs +++ b/src/Microsoft.Graph/Generated/Models/MailAssessmentRequest.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class MailAssessmentRequest : global::Microsoft.Graph.Beta.Models.ThreatAssessmentRequest, IParsable #pragma warning restore CS1591 { - /// The reason for mail routed to its destination. Possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk. + /// The reason for mail routed to its destination. The possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk. public global::Microsoft.Graph.Beta.Models.MailDestinationRoutingReason? DestinationRoutingReason { get { return BackingStore?.Get("destinationRoutingReason"); } diff --git a/src/Microsoft.Graph/Generated/Models/MailFolder.cs b/src/Microsoft.Graph/Generated/Models/MailFolder.cs index c0f87fdfecf..21034bb883d 100644 --- a/src/Microsoft.Graph/Generated/Models/MailFolder.cs +++ b/src/Microsoft.Graph/Generated/Models/MailFolder.cs @@ -164,7 +164,7 @@ public int? UnreadItemCount get { return BackingStore?.Get("unreadItemCount"); } set { BackingStore?.Set("unreadItemCount", value); } } - /// The userConfigurations property + /// The user configuration objects associated to the mailFolder. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? UserConfigurations diff --git a/src/Microsoft.Graph/Generated/Models/MailTips.cs b/src/Microsoft.Graph/Generated/Models/MailTips.cs index 83f594bf9ef..899d735422e 100644 --- a/src/Microsoft.Graph/Generated/Models/MailTips.cs +++ b/src/Microsoft.Graph/Generated/Models/MailTips.cs @@ -131,7 +131,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// The scope of the recipient. Possible values are: none, internal, external, externalPartner, externalNonParther. For example, an administrator can set another organization to be its 'partner'. The scope is useful if an administrator wants certain mailtips to be accessible to certain scopes. It's also useful to senders to inform them that their message may leave the organization, helping them make the correct decisions about wording, tone, and content. + /// The scope of the recipient. The possible values are: none, internal, external, externalPartner, externalNonParther. For example, an administrator can set another organization to be its 'partner'. The scope is useful if an administrator wants certain mailtips to be accessible to certain scopes. It's also useful to senders to inform them that their message may leave the organization, helping them make the correct decisions about wording, tone, and content. public global::Microsoft.Graph.Beta.Models.RecipientScopeType? RecipientScope { get { return BackingStore?.Get("recipientScope"); } diff --git a/src/Microsoft.Graph/Generated/Models/MailboxSettings.cs b/src/Microsoft.Graph/Generated/Models/MailboxSettings.cs index f42b71ae793..8181a64f499 100644 --- a/src/Microsoft.Graph/Generated/Models/MailboxSettings.cs +++ b/src/Microsoft.Graph/Generated/Models/MailboxSettings.cs @@ -69,7 +69,7 @@ public string DateFormat set { BackingStore?.Set("dateFormat", value); } } #endif - /// If the user has a calendar delegate, this specifies whether the delegate, mailbox owner, or both receive meeting messages and meeting responses. Possible values are: sendToDelegateAndInformationToPrincipal, sendToDelegateAndPrincipal, sendToDelegateOnly. The default is sendToDelegateOnly. + /// If the user has a calendar delegate, this specifies whether the delegate, mailbox owner, or both receive meeting messages and meeting responses. The possible values are: sendToDelegateAndInformationToPrincipal, sendToDelegateAndPrincipal, sendToDelegateOnly. The default is sendToDelegateOnly. public global::Microsoft.Graph.Beta.Models.DelegateMeetingMessageDeliveryOptions? DelegateMeetingMessageDeliveryOptions { get { return BackingStore?.Get("delegateMeetingMessageDeliveryOptions"); } @@ -139,7 +139,7 @@ public string TimeZone set { BackingStore?.Set("timeZone", value); } } #endif - /// The purpose of the mailbox. Differentiates a mailbox for a single user from a shared mailbox and equipment mailbox in Exchange Online. Possible values are: user, linked, shared, room, equipment, others, unknownFutureValue. Read-only. + /// The purpose of the mailbox. Differentiates a mailbox for a single user from a shared mailbox and equipment mailbox in Exchange Online. The possible values are: user, linked, shared, room, equipment, others, unknownFutureValue. Read-only. public global::Microsoft.Graph.Beta.Models.UserPurpose? UserPurpose { get { return BackingStore?.Get("userPurpose"); } diff --git a/src/Microsoft.Graph/Generated/Models/MalwareStateForWindowsDevice.cs b/src/Microsoft.Graph/Generated/Models/MalwareStateForWindowsDevice.cs index 4c381cff4ff..ed598eb513a 100644 --- a/src/Microsoft.Graph/Generated/Models/MalwareStateForWindowsDevice.cs +++ b/src/Microsoft.Graph/Generated/Models/MalwareStateForWindowsDevice.cs @@ -35,7 +35,7 @@ public string DeviceName set { BackingStore?.Set("deviceName", value); } } #endif - /// Indicates execution status of the malware. Possible values are: unknown, blocked, allowed, running, notRunning. Defaults to unknown. Possible values are: unknown, blocked, allowed, running, notRunning. + /// Indicates execution status of the malware. The possible values are: unknown, blocked, allowed, running, notRunning. Defaults to unknown. The possible values are: unknown, blocked, allowed, running, notRunning. public global::Microsoft.Graph.Beta.Models.WindowsMalwareExecutionState? ExecutionState { get { return BackingStore?.Get("executionState"); } @@ -53,7 +53,7 @@ public DateTimeOffset? LastStateChangeDateTime get { return BackingStore?.Get("lastStateChangeDateTime"); } set { BackingStore?.Set("lastStateChangeDateTime", value); } } - /// Indicates threat status of the malware. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. defaults to noStatusCleared. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. + /// Indicates threat status of the malware. The possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. defaults to noStatusCleared. The possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. public global::Microsoft.Graph.Beta.Models.WindowsMalwareThreatState? ThreatState { get { return BackingStore?.Get("threatState"); } diff --git a/src/Microsoft.Graph/Generated/Models/ManagedAppProtection.cs b/src/Microsoft.Graph/Generated/Models/ManagedAppProtection.cs index 0c70abe45ba..1f5aea6a880 100644 --- a/src/Microsoft.Graph/Generated/Models/ManagedAppProtection.cs +++ b/src/Microsoft.Graph/Generated/Models/ManagedAppProtection.cs @@ -81,7 +81,7 @@ public int? AllowedOutboundClipboardSharingExceptionLength get { return BackingStore?.Get("appActionIfMaximumPinRetriesExceeded"); } set { BackingStore?.Set("appActionIfMaximumPinRetriesExceeded", value); } } - /// If set, it will specify what action to take in the case where the user is unable to checkin because their authentication token is invalid. This happens when the user is deleted or disabled in AAD. Possible values are: block, wipe, warn, blockWhenSettingIsSupported. + /// If set, it will specify what action to take in the case where the user is unable to checkin because their authentication token is invalid. This happens when the user is deleted or disabled in AAD. The possible values are: block, wipe, warn, blockWhenSettingIsSupported. public global::Microsoft.Graph.Beta.Models.ManagedAppRemediationAction? AppActionIfUnableToAuthenticateUser { get { return BackingStore?.Get("appActionIfUnableToAuthenticateUser"); } @@ -309,7 +309,7 @@ public string MinimumWipeOsVersion set { BackingStore?.Set("minimumWipeOsVersion", value); } } #endif - /// Indicates how to prioritize which Mobile Threat Defense (MTD) partner is enabled for a given platform, when more than one is enabled. An app can only be actively using a single Mobile Threat Defense partner. When NULL, Microsoft Defender will be given preference. Otherwise setting the value to defenderOverThirdPartyPartner or thirdPartyPartnerOverDefender will make explicit which partner to prioritize. Possible values are: null, defenderOverThirdPartyPartner, thirdPartyPartnerOverDefender and unknownFutureValue. Default value is null. Possible values are: defenderOverThirdPartyPartner, thirdPartyPartnerOverDefender, unknownFutureValue. + /// Indicates how to prioritize which Mobile Threat Defense (MTD) partner is enabled for a given platform, when more than one is enabled. An app can only be actively using a single Mobile Threat Defense partner. When NULL, Microsoft Defender will be given preference. Otherwise setting the value to defenderOverThirdPartyPartner or thirdPartyPartnerOverDefender will make explicit which partner to prioritize. The possible values are: null, defenderOverThirdPartyPartner, thirdPartyPartnerOverDefender and unknownFutureValue. Default value is null. The possible values are: defenderOverThirdPartyPartner, thirdPartyPartnerOverDefender, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.MobileThreatDefensePartnerPriority? MobileThreatDefensePartnerPriority { get { return BackingStore?.Get("mobileThreatDefensePartnerPriority"); } diff --git a/src/Microsoft.Graph/Generated/Models/ManagedDeviceEncryptionState.cs b/src/Microsoft.Graph/Generated/Models/ManagedDeviceEncryptionState.cs index 735a5ee7935..10d60591588 100644 --- a/src/Microsoft.Graph/Generated/Models/ManagedDeviceEncryptionState.cs +++ b/src/Microsoft.Graph/Generated/Models/ManagedDeviceEncryptionState.cs @@ -13,7 +13,7 @@ namespace Microsoft.Graph.Beta.Models [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ManagedDeviceEncryptionState : global::Microsoft.Graph.Beta.Models.Entity, IParsable { - /// Advanced BitLocker State. Possible values are: success, noUserConsent, osVolumeUnprotected, osVolumeTpmRequired, osVolumeTpmOnlyRequired, osVolumeTpmPinRequired, osVolumeTpmStartupKeyRequired, osVolumeTpmPinStartupKeyRequired, osVolumeEncryptionMethodMismatch, recoveryKeyBackupFailed, fixedDriveNotEncrypted, fixedDriveEncryptionMethodMismatch, loggedOnUserNonAdmin, windowsRecoveryEnvironmentNotConfigured, tpmNotAvailable, tpmNotReady, networkError. + /// Advanced BitLocker State. The possible values are: success, noUserConsent, osVolumeUnprotected, osVolumeTpmRequired, osVolumeTpmOnlyRequired, osVolumeTpmPinRequired, osVolumeTpmStartupKeyRequired, osVolumeTpmPinStartupKeyRequired, osVolumeEncryptionMethodMismatch, recoveryKeyBackupFailed, fixedDriveNotEncrypted, fixedDriveEncryptionMethodMismatch, loggedOnUserNonAdmin, windowsRecoveryEnvironmentNotConfigured, tpmNotAvailable, tpmNotReady, networkError. public global::Microsoft.Graph.Beta.Models.AdvancedBitLockerState? AdvancedBitLockerStates { get { return BackingStore?.Get("advancedBitLockerStates"); } @@ -59,7 +59,7 @@ public string DeviceName get { return BackingStore?.Get("encryptionState"); } set { BackingStore?.Set("encryptionState", value); } } - /// FileVault State. Possible values are: success, driveEncryptedByUser, userDeferredEncryption, escrowNotEnabled. + /// FileVault State. The possible values are: success, driveEncryptedByUser, userDeferredEncryption, escrowNotEnabled. public global::Microsoft.Graph.Beta.Models.FileVaultState? FileVaultStates { get { return BackingStore?.Get("fileVaultStates"); } diff --git a/src/Microsoft.Graph/Generated/Models/ManagedTenants/AggregatedPolicyCompliance.cs b/src/Microsoft.Graph/Generated/Models/ManagedTenants/AggregatedPolicyCompliance.cs index 280708e93a1..08c2034a270 100644 --- a/src/Microsoft.Graph/Generated/Models/ManagedTenants/AggregatedPolicyCompliance.cs +++ b/src/Microsoft.Graph/Generated/Models/ManagedTenants/AggregatedPolicyCompliance.cs @@ -44,7 +44,7 @@ public string CompliancePolicyName set { BackingStore?.Set("compliancePolicyName", value); } } #endif - /// Platform for the device compliance policy. Possible values are: android, androidForWork, iOS, macOS, windowsPhone81, windows81AndLater, windows10AndLater, androidWorkProfile, androidAOSP, all. Optional. Read-only. + /// Platform for the device compliance policy. The possible values are: android, androidForWork, iOS, macOS, windowsPhone81, windows81AndLater, windows10AndLater, androidWorkProfile, androidAOSP, all. Optional. Read-only. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? CompliancePolicyPlatform diff --git a/src/Microsoft.Graph/Generated/Models/ManagedTenants/CloudPcConnection.cs b/src/Microsoft.Graph/Generated/Models/ManagedTenants/CloudPcConnection.cs index 165d7adb2d5..7ae230bcc30 100644 --- a/src/Microsoft.Graph/Generated/Models/ManagedTenants/CloudPcConnection.cs +++ b/src/Microsoft.Graph/Generated/Models/ManagedTenants/CloudPcConnection.cs @@ -28,7 +28,7 @@ public string DisplayName set { BackingStore?.Set("displayName", value); } } #endif - /// The health status of the cloud PC connection. Possible values are: pending, running, passed, failed, unknownFutureValue. Required. Read-only. + /// The health status of the cloud PC connection. The possible values are: pending, running, passed, failed, unknownFutureValue. Required. Read-only. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? HealthCheckStatus diff --git a/src/Microsoft.Graph/Generated/Models/ManagedTenants/CloudPcDevice.cs b/src/Microsoft.Graph/Generated/Models/ManagedTenants/CloudPcDevice.cs index d7f49f815d3..6033e5a7c09 100644 --- a/src/Microsoft.Graph/Generated/Models/ManagedTenants/CloudPcDevice.cs +++ b/src/Microsoft.Graph/Generated/Models/ManagedTenants/CloudPcDevice.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models.ManagedTenants public partial class CloudPcDevice : global::Microsoft.Graph.Beta.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The status of the cloud PC. Possible values are: notProvisioned, provisioning, provisioned, upgrading, inGracePeriod, deprovisioning, failed. Required. Read-only. + /// The status of the cloud PC. The possible values are: notProvisioned, provisioning, provisioned, upgrading, inGracePeriod, deprovisioning, failed. Required. Read-only. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? CloudPcStatus diff --git a/src/Microsoft.Graph/Generated/Models/ManagedTenants/ConditionalAccessPolicyCoverage.cs b/src/Microsoft.Graph/Generated/Models/ManagedTenants/ConditionalAccessPolicyCoverage.cs index d6b20e25685..fcc360a9870 100644 --- a/src/Microsoft.Graph/Generated/Models/ManagedTenants/ConditionalAccessPolicyCoverage.cs +++ b/src/Microsoft.Graph/Generated/Models/ManagedTenants/ConditionalAccessPolicyCoverage.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models.ManagedTenants public partial class ConditionalAccessPolicyCoverage : global::Microsoft.Graph.Beta.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The state for the conditional access policy. Possible values are: enabled, disabled, enabledForReportingButNotEnforced. Required. Read-only. + /// The state for the conditional access policy. The possible values are: enabled, disabled, enabledForReportingButNotEnforced. Required. Read-only. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? ConditionalAccessPolicyState diff --git a/src/Microsoft.Graph/Generated/Models/ManagedTenants/ManagedDeviceCompliance.cs b/src/Microsoft.Graph/Generated/Models/ManagedTenants/ManagedDeviceCompliance.cs index c69efd58301..1479895a10c 100644 --- a/src/Microsoft.Graph/Generated/Models/ManagedTenants/ManagedDeviceCompliance.cs +++ b/src/Microsoft.Graph/Generated/Models/ManagedTenants/ManagedDeviceCompliance.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models.ManagedTenants public partial class ManagedDeviceCompliance : global::Microsoft.Graph.Beta.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Compliance state of the device. This property is read-only. Possible values are: unknown, compliant, noncompliant, conflict, error, inGracePeriod, configManager. Optional. Read-only. + /// Compliance state of the device. This property is read-only. The possible values are: unknown, compliant, noncompliant, conflict, error, inGracePeriod, configManager. Optional. Read-only. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? ComplianceStatus @@ -28,7 +28,7 @@ public string ComplianceStatus set { BackingStore?.Set("complianceStatus", value); } } #endif - /// Platform of the device. This property is read-only. Possible values are: desktop, windowsRT, winMO6, nokia, windowsPhone, mac, winCE, winEmbedded, iPhone, iPad, iPod, android, iSocConsumer, unix, macMDM, holoLens, surfaceHub, androidForWork, androidEnterprise, windows10x, androidnGMS, chromeOS, linux, blackberry, palm, unknown, cloudPC. Optional. Read-only. + /// Platform of the device. This property is read-only. The possible values are: desktop, windowsRT, winMO6, nokia, windowsPhone, mac, winCE, winEmbedded, iPhone, iPad, iPod, android, iSocConsumer, unix, macMDM, holoLens, surfaceHub, androidForWork, androidEnterprise, windows10x, androidnGMS, chromeOS, linux, blackberry, palm, unknown, cloudPC. Optional. Read-only. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? DeviceType diff --git a/src/Microsoft.Graph/Generated/Models/ManagedTenants/ManagementTemplate.cs b/src/Microsoft.Graph/Generated/Models/ManagedTenants/ManagementTemplate.cs index c99d9e23893..bb6a904ca6c 100644 --- a/src/Microsoft.Graph/Generated/Models/ManagedTenants/ManagementTemplate.cs +++ b/src/Microsoft.Graph/Generated/Models/ManagedTenants/ManagementTemplate.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models.ManagedTenants public partial class ManagementTemplate : global::Microsoft.Graph.Beta.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The management category for the management template. Possible values are: custom, devices, identity, unknownFutureValue. Required. Read-only. + /// The management category for the management template. The possible values are: custom, devices, identity, unknownFutureValue. Required. Read-only. public global::Microsoft.Graph.Beta.Models.ManagedTenants.ManagementCategory? Category { get { return BackingStore?.Get("category"); } diff --git a/src/Microsoft.Graph/Generated/Models/ManagedTenants/RoleAssignment.cs b/src/Microsoft.Graph/Generated/Models/ManagedTenants/RoleAssignment.cs index 165221a92a8..4203e7641aa 100644 --- a/src/Microsoft.Graph/Generated/Models/ManagedTenants/RoleAssignment.cs +++ b/src/Microsoft.Graph/Generated/Models/ManagedTenants/RoleAssignment.cs @@ -19,7 +19,7 @@ public IDictionary AdditionalData get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } set { BackingStore.Set("AdditionalData", value); } } - /// The type of the admin relationship(s) associated with the role assignment. Possible values are: none, delegatedAdminPrivileges, unknownFutureValue, granularDelegatedAdminPrivileges, delegatedAndGranularDelegetedAdminPrivileges. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: granularDelegatedAdminPrivileges , delegatedAndGranularDelegetedAdminPrivileges. + /// The type of the admin relationship(s) associated with the role assignment. The possible values are: none, delegatedAdminPrivileges, unknownFutureValue, granularDelegatedAdminPrivileges, delegatedAndGranularDelegetedAdminPrivileges. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: granularDelegatedAdminPrivileges , delegatedAndGranularDelegetedAdminPrivileges. public global::Microsoft.Graph.Beta.Models.ManagedTenants.DelegatedPrivilegeStatus? AssignmentType { get { return BackingStore?.Get("assignmentType"); } diff --git a/src/Microsoft.Graph/Generated/Models/ManagedTenants/TenantStatusInformation.cs b/src/Microsoft.Graph/Generated/Models/ManagedTenants/TenantStatusInformation.cs index dcd5823552b..a0d7834a238 100644 --- a/src/Microsoft.Graph/Generated/Models/ManagedTenants/TenantStatusInformation.cs +++ b/src/Microsoft.Graph/Generated/Models/ManagedTenants/TenantStatusInformation.cs @@ -21,7 +21,7 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// The status of the delegated admin privilege relationship between the managing entity and the managed tenant. Possible values are: none, delegatedAdminPrivileges, unknownFutureValue, granularDelegatedAdminPrivileges, delegatedAndGranularDelegetedAdminPrivileges. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: granularDelegatedAdminPrivileges , delegatedAndGranularDelegetedAdminPrivileges. Optional. Read-only. + /// The status of the delegated admin privilege relationship between the managing entity and the managed tenant. The possible values are: none, delegatedAdminPrivileges, unknownFutureValue, granularDelegatedAdminPrivileges, delegatedAndGranularDelegetedAdminPrivileges. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: granularDelegatedAdminPrivileges , delegatedAndGranularDelegetedAdminPrivileges. Optional. Read-only. public global::Microsoft.Graph.Beta.Models.ManagedTenants.DelegatedPrivilegeStatus? DelegatedPrivilegeStatus { get { return BackingStore?.Get("delegatedPrivilegeStatus"); } @@ -93,13 +93,13 @@ public DateTimeOffset? OnboardedDateTime get { return BackingStore?.Get("onboardedDateTime"); } set { BackingStore?.Set("onboardedDateTime", value); } } - /// The onboarding status for the managed tenant.. Possible values are: ineligible, inProcess, active, inactive, unknownFutureValue. Optional. Read-only. + /// The onboarding status for the managed tenant.. The possible values are: ineligible, inProcess, active, inactive, unknownFutureValue. Optional. Read-only. public global::Microsoft.Graph.Beta.Models.ManagedTenants.TenantOnboardingStatus? OnboardingStatus { get { return BackingStore?.Get("onboardingStatus"); } set { BackingStore?.Set("onboardingStatus", value); } } - /// Organization's onboarding eligibility reason in Microsoft 365 Lighthouse.. Possible values are: none, contractType, delegatedAdminPrivileges,usersCount,license and unknownFutureValue. Optional. Read-only. + /// Organization's onboarding eligibility reason in Microsoft 365 Lighthouse.. The possible values are: none, contractType, delegatedAdminPrivileges,usersCount,license and unknownFutureValue. Optional. Read-only. public global::Microsoft.Graph.Beta.Models.ManagedTenants.TenantOnboardingEligibilityReason? TenantOnboardingEligibilityReason { get { return BackingStore?.Get("tenantOnboardingEligibilityReason"); } diff --git a/src/Microsoft.Graph/Generated/Models/ManagedTenants/WorkloadAction.cs b/src/Microsoft.Graph/Generated/Models/ManagedTenants/WorkloadAction.cs index 882838bfdd8..102f5970c88 100644 --- a/src/Microsoft.Graph/Generated/Models/ManagedTenants/WorkloadAction.cs +++ b/src/Microsoft.Graph/Generated/Models/ManagedTenants/WorkloadAction.cs @@ -37,7 +37,7 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// The category for the workload action. Possible values are: automated, manual, unknownFutureValue. Optional. Read-only. + /// The category for the workload action. The possible values are: automated, manual, unknownFutureValue. Optional. Read-only. public global::Microsoft.Graph.Beta.Models.ManagedTenants.WorkloadActionCategory? Category { get { return BackingStore?.Get("category"); } diff --git a/src/Microsoft.Graph/Generated/Models/MeetingTimeSuggestion.cs b/src/Microsoft.Graph/Generated/Models/MeetingTimeSuggestion.cs index 3bb757120ac..abb4a872655 100644 --- a/src/Microsoft.Graph/Generated/Models/MeetingTimeSuggestion.cs +++ b/src/Microsoft.Graph/Generated/Models/MeetingTimeSuggestion.cs @@ -97,7 +97,7 @@ public int? Order get { return BackingStore?.Get("order"); } set { BackingStore?.Set("order", value); } } - /// Availability of the meeting organizer for this meeting suggestion. Possible values are: free, tentative, busy, oof, workingElsewhere, unknown. + /// Availability of the meeting organizer for this meeting suggestion. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown. public global::Microsoft.Graph.Beta.Models.FreeBusyStatus? OrganizerAvailability { get { return BackingStore?.Get("organizerAvailability"); } diff --git a/src/Microsoft.Graph/Generated/Models/MeetingTimeSuggestionsResult.cs b/src/Microsoft.Graph/Generated/Models/MeetingTimeSuggestionsResult.cs index 4d6d731c204..b7526814671 100644 --- a/src/Microsoft.Graph/Generated/Models/MeetingTimeSuggestionsResult.cs +++ b/src/Microsoft.Graph/Generated/Models/MeetingTimeSuggestionsResult.cs @@ -21,7 +21,7 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// A reason for not returning any meeting suggestions. Possible values are: attendeesUnavailable, attendeesUnavailableOrUnknown, locationsUnavailable, organizerUnavailable, or unknown. This property is an empty string if the meetingTimeSuggestions property does include any meeting suggestions. + /// A reason for not returning any meeting suggestions. The possible values are: attendeesUnavailable, attendeesUnavailableOrUnknown, locationsUnavailable, organizerUnavailable, or unknown. This property is an empty string if the meetingTimeSuggestions property does include any meeting suggestions. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? EmptySuggestionsReason diff --git a/src/Microsoft.Graph/Generated/Models/MembershipRuleProcessingStatus.cs b/src/Microsoft.Graph/Generated/Models/MembershipRuleProcessingStatus.cs index 448ca9c0e25..15e6077da89 100644 --- a/src/Microsoft.Graph/Generated/Models/MembershipRuleProcessingStatus.cs +++ b/src/Microsoft.Graph/Generated/Models/MembershipRuleProcessingStatus.cs @@ -59,7 +59,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// Current status of a dynamic group processing. Possible values are: NotStarted, Running, Succeeded, Failed, and UnknownFutureValue. Required. Read-only. + /// Current status of a dynamic group processing. The possible values are: NotStarted, Running, Succeeded, Failed, and UnknownFutureValue. Required. Read-only. public global::Microsoft.Graph.Beta.Models.MembershipRuleProcessingStatusDetails? Status { get { return BackingStore?.Get("status"); } diff --git a/src/Microsoft.Graph/Generated/Models/Message.cs b/src/Microsoft.Graph/Generated/Models/Message.cs index aa1ca4999ae..c09865557c9 100644 --- a/src/Microsoft.Graph/Generated/Models/Message.cs +++ b/src/Microsoft.Graph/Generated/Models/Message.cs @@ -184,7 +184,7 @@ public bool? HasAttachments get { return BackingStore?.Get("importance"); } set { BackingStore?.Set("importance", value); } } - /// The classification of the message for the user, based on inferred relevance or importance, or on an explicit override. Possible values are: focused, other. + /// The classification of the message for the user, based on inferred relevance or importance, or on an explicit override. The possible values are: focused, other. public global::Microsoft.Graph.Beta.Models.InferenceClassificationType? InferenceClassification { get { return BackingStore?.Get("inferenceClassification"); } diff --git a/src/Microsoft.Graph/Generated/Models/MicrosoftCustomTrainingSetting.cs b/src/Microsoft.Graph/Generated/Models/MicrosoftCustomTrainingSetting.cs index b1c8cb304cf..2131a968302 100644 --- a/src/Microsoft.Graph/Generated/Models/MicrosoftCustomTrainingSetting.cs +++ b/src/Microsoft.Graph/Generated/Models/MicrosoftCustomTrainingSetting.cs @@ -34,7 +34,7 @@ public DateTimeOffset? CompletionDateTime set { BackingStore?.Set("trainingAssignmentMappings", value); } } #endif - /// The training completion duration that needs to be provided before scheduling the training. Possible values are: week, fortnite, month, unknownFutureValue. + /// The training completion duration that needs to be provided before scheduling the training. The possible values are: week, fortnite, month, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.TrainingCompletionDuration? TrainingCompletionDuration { get { return BackingStore?.Get("trainingCompletionDuration"); } diff --git a/src/Microsoft.Graph/Generated/Models/MicrosoftManagedDesktop.cs b/src/Microsoft.Graph/Generated/Models/MicrosoftManagedDesktop.cs index abf9714fb4a..c380ec5b9f9 100644 --- a/src/Microsoft.Graph/Generated/Models/MicrosoftManagedDesktop.cs +++ b/src/Microsoft.Graph/Generated/Models/MicrosoftManagedDesktop.cs @@ -21,7 +21,7 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// Indicates the provisioning policy associated with Microsoft Managed Desktop settings. Possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The default value is notManaged. + /// Indicates the provisioning policy associated with Microsoft Managed Desktop settings. The possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The default value is notManaged. public global::Microsoft.Graph.Beta.Models.MicrosoftManagedDesktopType? ManagedType { get { return BackingStore?.Get("managedType"); } @@ -59,7 +59,7 @@ public string Profile set { BackingStore?.Set("profile", value); } } #endif - /// Indicates whether the provisioning policy enables Microsoft Managed Desktop and, if enabled, specifies the type of plan managing the device. Possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The type property is deprecated and will stop returning data on January 31, 2024. Going forward, use the managedType property. + /// Indicates whether the provisioning policy enables Microsoft Managed Desktop and, if enabled, specifies the type of plan managing the device. The possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The type property is deprecated and will stop returning data on January 31, 2024. Going forward, use the managedType property. public global::Microsoft.Graph.Beta.Models.MicrosoftManagedDesktopType? Type { get { return BackingStore?.Get("type"); } diff --git a/src/Microsoft.Graph/Generated/Models/MicrosoftTrainingAssignmentMapping.cs b/src/Microsoft.Graph/Generated/Models/MicrosoftTrainingAssignmentMapping.cs index 2ddadfffcb5..0d222c21186 100644 --- a/src/Microsoft.Graph/Generated/Models/MicrosoftTrainingAssignmentMapping.cs +++ b/src/Microsoft.Graph/Generated/Models/MicrosoftTrainingAssignmentMapping.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class MicrosoftTrainingAssignmentMapping : global::Microsoft.Graph.Beta.Models.TrainingSetting, IParsable #pragma warning restore CS1591 { - /// A user collection that specifies to whom the training should be assigned. Possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue. + /// A user collection that specifies to whom the training should be assigned. The possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? AssignedTo diff --git a/src/Microsoft.Graph/Generated/Models/MicrosoftTunnelServer.cs b/src/Microsoft.Graph/Generated/Models/MicrosoftTunnelServer.cs index 76b51310ffd..1fe6669d8e2 100644 --- a/src/Microsoft.Graph/Generated/Models/MicrosoftTunnelServer.cs +++ b/src/Microsoft.Graph/Generated/Models/MicrosoftTunnelServer.cs @@ -29,7 +29,7 @@ public string AgentImageDigest set { BackingStore?.Set("agentImageDigest", value); } } #endif - /// Microsoft Tunnel server deployment mode. The value is set when the server is registered. Possible values are standaloneRootful, standaloneRootless, podRootful, podRootless. Default value: standaloneRootful. Supports: $filter, $select, $top, $skip, $orderby. $search is not supported. Read-only. Possible values are: standaloneRootful, standaloneRootless, podRootful, podRootless, unknownFutureValue. + /// Microsoft Tunnel server deployment mode. The value is set when the server is registered. Possible values are standaloneRootful, standaloneRootless, podRootful, podRootless. Default value: standaloneRootful. Supports: $filter, $select, $top, $skip, $orderby. $search is not supported. Read-only. The possible values are: standaloneRootful, standaloneRootless, podRootful, podRootless, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.MicrosoftTunnelDeploymentMode? DeploymentMode { get { return BackingStore?.Get("deploymentMode"); } diff --git a/src/Microsoft.Graph/Generated/Models/MobileApp.cs b/src/Microsoft.Graph/Generated/Models/MobileApp.cs index ee548967fdf..59a2d31a7a8 100644 --- a/src/Microsoft.Graph/Generated/Models/MobileApp.cs +++ b/src/Microsoft.Graph/Generated/Models/MobileApp.cs @@ -269,7 +269,7 @@ public int? SupersedingAppCount get { return BackingStore?.Get("supersedingAppCount"); } set { BackingStore?.Set("supersedingAppCount", value); } } - /// The upload state. Possible values are: 0 - Not Ready, 1 - Ready, 2 - Processing. This property is read-only. + /// The upload state. The possible values are: 0 - Not Ready, 1 - Ready, 2 - Processing. This property is read-only. public int? UploadState { get { return BackingStore?.Get("uploadState"); } diff --git a/src/Microsoft.Graph/Generated/Models/MobilityManagementPolicy.cs b/src/Microsoft.Graph/Generated/Models/MobilityManagementPolicy.cs index b5f776c1e52..048af5b859d 100644 --- a/src/Microsoft.Graph/Generated/Models/MobilityManagementPolicy.cs +++ b/src/Microsoft.Graph/Generated/Models/MobilityManagementPolicy.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class MobilityManagementPolicy : global::Microsoft.Graph.Beta.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Indicates the user scope of the mobility management policy. Possible values are: none, all, selected. + /// Indicates the user scope of the mobility management policy. The possible values are: none, all, selected. public global::Microsoft.Graph.Beta.Models.PolicyScope? AppliesTo { get { return BackingStore?.Get("appliesTo"); } diff --git a/src/Microsoft.Graph/Generated/Models/NetworkConnection.cs b/src/Microsoft.Graph/Generated/Models/NetworkConnection.cs index 54d55170733..084e7b6219f 100644 --- a/src/Microsoft.Graph/Generated/Models/NetworkConnection.cs +++ b/src/Microsoft.Graph/Generated/Models/NetworkConnection.cs @@ -117,7 +117,7 @@ public string DestinationUrl set { BackingStore?.Set("destinationUrl", value); } } #endif - /// Network connection direction. Possible values are: unknown, inbound, outbound. + /// Network connection direction. The possible values are: unknown, inbound, outbound. public global::Microsoft.Graph.Beta.Models.ConnectionDirection? Direction { get { return BackingStore?.Get("direction"); } @@ -225,7 +225,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// Network protocol. Possible values are: unknown, ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII. + /// Network protocol. The possible values are: unknown, ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII. public global::Microsoft.Graph.Beta.Models.SecurityNetworkProtocol? Protocol { get { return BackingStore?.Get("protocol"); } @@ -295,7 +295,7 @@ public string SourcePort set { BackingStore?.Set("sourcePort", value); } } #endif - /// Network connection status. Possible values are: unknown, attempted, succeeded, blocked, failed. + /// Network connection status. The possible values are: unknown, attempted, succeeded, blocked, failed. public global::Microsoft.Graph.Beta.Models.ConnectionStatus? Status { get { return BackingStore?.Get("status"); } diff --git a/src/Microsoft.Graph/Generated/Models/NetworkLocationDetail.cs b/src/Microsoft.Graph/Generated/Models/NetworkLocationDetail.cs index 6509a0470f2..9532b81071d 100644 --- a/src/Microsoft.Graph/Generated/Models/NetworkLocationDetail.cs +++ b/src/Microsoft.Graph/Generated/Models/NetworkLocationDetail.cs @@ -37,7 +37,7 @@ public List NetworkNames set { BackingStore?.Set("networkNames", value); } } #endif - /// Provides the type of network used when signing in. Possible values are: intranet, extranet, namedNetwork, trusted, unknownFutureValue. + /// Provides the type of network used when signing in. The possible values are: intranet, extranet, namedNetwork, trusted, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.NetworkType? NetworkType { get { return BackingStore?.Get("networkType"); } diff --git a/src/Microsoft.Graph/Generated/Models/Notebook.cs b/src/Microsoft.Graph/Generated/Models/Notebook.cs index 95a325233dc..d07b64fbe09 100644 --- a/src/Microsoft.Graph/Generated/Models/Notebook.cs +++ b/src/Microsoft.Graph/Generated/Models/Notebook.cs @@ -104,7 +104,7 @@ public string SectionsUrl set { BackingStore?.Set("sectionsUrl", value); } } #endif - /// Possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only. + /// The possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only. public global::Microsoft.Graph.Beta.Models.OnenoteUserRole? UserRole { get { return BackingStore?.Get("userRole"); } diff --git a/src/Microsoft.Graph/Generated/Models/OAuthConsentAppDetail.cs b/src/Microsoft.Graph/Generated/Models/OAuthConsentAppDetail.cs index 6d26d484db6..0284678f709 100644 --- a/src/Microsoft.Graph/Generated/Models/OAuthConsentAppDetail.cs +++ b/src/Microsoft.Graph/Generated/Models/OAuthConsentAppDetail.cs @@ -19,7 +19,7 @@ public IDictionary AdditionalData get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } set { BackingStore.Set("AdditionalData", value); } } - /// App scope. Possible values are: unknown, readCalendar, readContact, readMail, readAllChat, readAllFile, readAndWriteMail, sendMail, unknownFutureValue. + /// App scope. The possible values are: unknown, readCalendar, readContact, readMail, readAllChat, readAllFile, readAndWriteMail, sendMail, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.OAuthAppScope? AppScope { get { return BackingStore?.Get("appScope"); } diff --git a/src/Microsoft.Graph/Generated/Models/ObjectDefinitionMetadataEntry.cs b/src/Microsoft.Graph/Generated/Models/ObjectDefinitionMetadataEntry.cs index 45a53c0e770..9ab1fb3c644 100644 --- a/src/Microsoft.Graph/Generated/Models/ObjectDefinitionMetadataEntry.cs +++ b/src/Microsoft.Graph/Generated/Models/ObjectDefinitionMetadataEntry.cs @@ -21,7 +21,7 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// Possible values are: PropertyNameAccountEnabled, PropertyNameSoftDeleted, IsSoftDeletionSupported, IsSynchronizeAllSupported, ConnectorDataStorageRequired, Extensions, LinkTypeName. + /// The possible values are: PropertyNameAccountEnabled, PropertyNameSoftDeleted, IsSoftDeletionSupported, IsSynchronizeAllSupported, ConnectorDataStorageRequired, Extensions, LinkTypeName. public global::Microsoft.Graph.Beta.Models.ObjectDefinitionMetadata? Key { get { return BackingStore?.Get("key"); } diff --git a/src/Microsoft.Graph/Generated/Models/ObjectMappingMetadataEntry.cs b/src/Microsoft.Graph/Generated/Models/ObjectMappingMetadataEntry.cs index dc3be58b3ad..adff77b9cbe 100644 --- a/src/Microsoft.Graph/Generated/Models/ObjectMappingMetadataEntry.cs +++ b/src/Microsoft.Graph/Generated/Models/ObjectMappingMetadataEntry.cs @@ -21,7 +21,7 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// Possible values are: EscrowBehavior, DisableMonitoringForChanges, OriginalJoiningProperty, Disposition, IsCustomerDefined, ExcludeFromReporting, Unsynchronized. + /// The possible values are: EscrowBehavior, DisableMonitoringForChanges, OriginalJoiningProperty, Disposition, IsCustomerDefined, ExcludeFromReporting, Unsynchronized. public global::Microsoft.Graph.Beta.Models.ObjectMappingMetadata? Key { get { return BackingStore?.Get("key"); } diff --git a/src/Microsoft.Graph/Generated/Models/Office365GroupsActivityDetail.cs b/src/Microsoft.Graph/Generated/Models/Office365GroupsActivityDetail.cs index 5ee13e12f2f..cf725dafeaa 100644 --- a/src/Microsoft.Graph/Generated/Models/Office365GroupsActivityDetail.cs +++ b/src/Microsoft.Graph/Generated/Models/Office365GroupsActivityDetail.cs @@ -69,7 +69,7 @@ public string GroupId set { BackingStore?.Set("groupId", value); } } #endif - /// The group type. Possible values are: Public or Private. + /// The group type. The possible values are: Public or Private. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? GroupType diff --git a/src/Microsoft.Graph/Generated/Models/OnPremisesAgent.cs b/src/Microsoft.Graph/Generated/Models/OnPremisesAgent.cs index 305afaed551..d91f5e3ee1a 100644 --- a/src/Microsoft.Graph/Generated/Models/OnPremisesAgent.cs +++ b/src/Microsoft.Graph/Generated/Models/OnPremisesAgent.cs @@ -66,7 +66,7 @@ public string MachineName get { return BackingStore?.Get("status"); } set { BackingStore?.Set("status", value); } } - /// Possible values are: applicationProxy, exchangeOnline, authentication, provisioning, intunePfx, oflineDomainJoin, unknownFutureValue, privateAccess. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: privateAccess. + /// The possible values are: applicationProxy, exchangeOnline, authentication, provisioning, intunePfx, oflineDomainJoin, unknownFutureValue, privateAccess. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: privateAccess. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? SupportedPublishingTypes diff --git a/src/Microsoft.Graph/Generated/Models/OnPremisesPublishing.cs b/src/Microsoft.Graph/Generated/Models/OnPremisesPublishing.cs index e49d939037b..3a16384f3bd 100644 --- a/src/Microsoft.Graph/Generated/Models/OnPremisesPublishing.cs +++ b/src/Microsoft.Graph/Generated/Models/OnPremisesPublishing.cs @@ -69,7 +69,7 @@ public string ApplicationType #endif /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// Details the pre-authentication setting for the application. Pre-authentication enforces that users must authenticate before accessing the app. Pass through doesn't require authentication. Possible values are: passthru, aadPreAuthentication. + /// Details the pre-authentication setting for the application. Pre-authentication enforces that users must authenticate before accessing the app. Pass through doesn't require authentication. The possible values are: passthru, aadPreAuthentication. public global::Microsoft.Graph.Beta.Models.ExternalAuthenticationType? ExternalAuthenticationType { get { return BackingStore?.Get("externalAuthenticationType"); } diff --git a/src/Microsoft.Graph/Generated/Models/OnPremisesPublishingSingleSignOn.cs b/src/Microsoft.Graph/Generated/Models/OnPremisesPublishingSingleSignOn.cs index 579caabac0d..09f0c9cbc59 100644 --- a/src/Microsoft.Graph/Generated/Models/OnPremisesPublishingSingleSignOn.cs +++ b/src/Microsoft.Graph/Generated/Models/OnPremisesPublishingSingleSignOn.cs @@ -53,7 +53,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// The preferred single-sign on mode for the application. Possible values are: none, onPremisesKerberos, aadHeaderBased,pingHeaderBased, oAuthToken. + /// The preferred single-sign on mode for the application. The possible values are: none, onPremisesKerberos, aadHeaderBased,pingHeaderBased, oAuthToken. public global::Microsoft.Graph.Beta.Models.SingleSignOnMode? SingleSignOnMode { get { return BackingStore?.Get("singleSignOnMode"); } diff --git a/src/Microsoft.Graph/Generated/Models/OnenotePatchContentCommand.cs b/src/Microsoft.Graph/Generated/Models/OnenotePatchContentCommand.cs index 301cd681434..8f573e87915 100644 --- a/src/Microsoft.Graph/Generated/Models/OnenotePatchContentCommand.cs +++ b/src/Microsoft.Graph/Generated/Models/OnenotePatchContentCommand.cs @@ -59,7 +59,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// The location to add the supplied content, relative to the target element. Possible values are: after (default) or before. + /// The location to add the supplied content, relative to the target element. The possible values are: after (default) or before. public global::Microsoft.Graph.Beta.Models.OnenotePatchInsertPosition? Position { get { return BackingStore?.Get("position"); } diff --git a/src/Microsoft.Graph/Generated/Models/OnlineMeeting.cs b/src/Microsoft.Graph/Generated/Models/OnlineMeeting.cs index 41abb5766b5..179f3089e90 100644 --- a/src/Microsoft.Graph/Generated/Models/OnlineMeeting.cs +++ b/src/Microsoft.Graph/Generated/Models/OnlineMeeting.cs @@ -93,7 +93,7 @@ public byte[] BroadcastRecording set { BackingStore?.Set("broadcastSettings", value); } } #endif - /// The list of meeting capabilities. Possible values are: questionAndAnswer,unknownFutureValue. + /// The list of meeting capabilities. The possible values are: questionAndAnswer,unknownFutureValue. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? Capabilities diff --git a/src/Microsoft.Graph/Generated/Models/OnlineMeetingBase.cs b/src/Microsoft.Graph/Generated/Models/OnlineMeetingBase.cs index 7d5a826db4a..d03c496100d 100644 --- a/src/Microsoft.Graph/Generated/Models/OnlineMeetingBase.cs +++ b/src/Microsoft.Graph/Generated/Models/OnlineMeetingBase.cs @@ -36,25 +36,25 @@ public bool? AllowCopyingAndSharingMeetingContent get { return BackingStore?.Get("allowCopyingAndSharingMeetingContent"); } set { BackingStore?.Set("allowCopyingAndSharingMeetingContent", value); } } - /// Specifies the users who can admit from the lobby. Possible values are: organizerAndCoOrganizersAndPresenters, organizerAndCoOrganizers, unknownFutureValue. + /// Specifies the users who can admit from the lobby. The possible values are: organizerAndCoOrganizersAndPresenters, organizerAndCoOrganizers, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.AllowedLobbyAdmitterRoles? AllowedLobbyAdmitters { get { return BackingStore?.Get("allowedLobbyAdmitters"); } set { BackingStore?.Set("allowedLobbyAdmitters", value); } } - /// Specifies who can be a presenter in a meeting. Possible values are: everyone, organization, roleIsPresenter, organizer, unknownFutureValue. + /// Specifies who can be a presenter in a meeting. The possible values are: everyone, organization, roleIsPresenter, organizer, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.OnlineMeetingPresenters? AllowedPresenters { get { return BackingStore?.Get("allowedPresenters"); } set { BackingStore?.Set("allowedPresenters", value); } } - /// Indicates whether live share is enabled for the meeting. Possible values are: enabled, disabled, unknownFutureValue. + /// Indicates whether live share is enabled for the meeting. The possible values are: enabled, disabled, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.MeetingLiveShareOptions? AllowLiveShare { get { return BackingStore?.Get("allowLiveShare"); } set { BackingStore?.Set("allowLiveShare", value); } } - /// Specifies the mode of meeting chat. Possible values are: enabled, disabled, limited, unknownFutureValue. + /// Specifies the mode of meeting chat. The possible values are: enabled, disabled, limited, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.MeetingChatMode? AllowMeetingChat { get { return BackingStore?.Get("allowMeetingChat"); } @@ -96,7 +96,7 @@ public bool? AllowWhiteboard get { return BackingStore?.Get("allowWhiteboard"); } set { BackingStore?.Set("allowWhiteboard", value); } } - /// Specifies whose identity is anonymized in the meeting. Possible values are: attendee. The attendee value can't be removed through a PATCH operation once added. + /// Specifies whose identity is anonymized in the meeting. The possible values are: attendee. The attendee value can't be removed through a PATCH operation once added. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? AnonymizeIdentityForRoles @@ -296,7 +296,23 @@ public bool? RecordAutomatically get { return BackingStore?.Get("recordAutomatically"); } set { BackingStore?.Set("recordAutomatically", value); } } - /// Specifies whether meeting chat history is shared with participants. Possible values are: all, none, unknownFutureValue. + /// Specifies the sensitivity label applied to the Teams meeting. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public global::Microsoft.Graph.Beta.Models.OnlineMeetingSensitivityLabelAssignment? SensitivityLabelAssignment + { + get { return BackingStore?.Get("sensitivityLabelAssignment"); } + set { BackingStore?.Set("sensitivityLabelAssignment", value); } + } +#nullable restore +#else + public global::Microsoft.Graph.Beta.Models.OnlineMeetingSensitivityLabelAssignment SensitivityLabelAssignment + { + get { return BackingStore?.Get("sensitivityLabelAssignment"); } + set { BackingStore?.Set("sensitivityLabelAssignment", value); } + } +#endif + /// Specifies whether meeting chat history is shared with participants. The possible values are: all, none, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.MeetingChatHistoryDefaultMode? ShareMeetingChatHistoryDefault { get { return BackingStore?.Get("shareMeetingChatHistoryDefault"); } @@ -403,6 +419,7 @@ public override IDictionary> GetFieldDeserializers() { "meetingOptionsWebUrl", n => { MeetingOptionsWebUrl = n.GetStringValue(); } }, { "meetingSpokenLanguageTag", n => { MeetingSpokenLanguageTag = n.GetStringValue(); } }, { "recordAutomatically", n => { RecordAutomatically = n.GetBoolValue(); } }, + { "sensitivityLabelAssignment", n => { SensitivityLabelAssignment = n.GetObjectValue(global::Microsoft.Graph.Beta.Models.OnlineMeetingSensitivityLabelAssignment.CreateFromDiscriminatorValue); } }, { "shareMeetingChatHistoryDefault", n => { ShareMeetingChatHistoryDefault = n.GetEnumValue(); } }, { "subject", n => { Subject = n.GetStringValue(); } }, { "videoTeleconferenceId", n => { VideoTeleconferenceId = n.GetStringValue(); } }, @@ -446,6 +463,7 @@ public override void Serialize(ISerializationWriter writer) writer.WriteStringValue("meetingOptionsWebUrl", MeetingOptionsWebUrl); writer.WriteStringValue("meetingSpokenLanguageTag", MeetingSpokenLanguageTag); writer.WriteBoolValue("recordAutomatically", RecordAutomatically); + writer.WriteObjectValue("sensitivityLabelAssignment", SensitivityLabelAssignment); writer.WriteEnumValue("shareMeetingChatHistoryDefault", ShareMeetingChatHistoryDefault); writer.WriteStringValue("subject", Subject); writer.WriteStringValue("videoTeleconferenceId", VideoTeleconferenceId); diff --git a/src/Microsoft.Graph/Generated/Models/OnlineMeetingRestricted.cs b/src/Microsoft.Graph/Generated/Models/OnlineMeetingRestricted.cs index 10bbbd8fba4..d3d6cc41fa3 100644 --- a/src/Microsoft.Graph/Generated/Models/OnlineMeetingRestricted.cs +++ b/src/Microsoft.Graph/Generated/Models/OnlineMeetingRestricted.cs @@ -21,7 +21,7 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// Specifies the reason why shared content from this participant is disabled. Possible values are: watermarkProtection, unknownFutureValue. + /// Specifies the reason why shared content from this participant is disabled. The possible values are: watermarkProtection, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.OnlineMeetingContentSharingDisabledReason? ContentSharingDisabled { get { return BackingStore?.Get("contentSharingDisabled"); } @@ -43,7 +43,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// Specifies the reason why video from this participant is disabled. Possible values are: watermarkProtection, unknownFutureValue. + /// Specifies the reason why video from this participant is disabled. The possible values are: watermarkProtection, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.OnlineMeetingVideoDisabledReason? VideoDisabled { get { return BackingStore?.Get("videoDisabled"); } diff --git a/src/Microsoft.Graph/Generated/Models/OnlineMeetingSensitivityLabelAssignment.cs b/src/Microsoft.Graph/Generated/Models/OnlineMeetingSensitivityLabelAssignment.cs new file mode 100644 index 00000000000..ee721eedb9e --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/OnlineMeetingSensitivityLabelAssignment.cs @@ -0,0 +1,99 @@ +// +#pragma warning disable CS0618 +using Microsoft.Kiota.Abstractions.Extensions; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions.Store; +using System.Collections.Generic; +using System.IO; +using System; +namespace Microsoft.Graph.Beta.Models +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public partial class OnlineMeetingSensitivityLabelAssignment : IAdditionalDataHolder, IBackedModel, IParsable + #pragma warning restore CS1591 + { + /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + public IDictionary AdditionalData + { + get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } + set { BackingStore.Set("AdditionalData", value); } + } + /// Stores model information. + public IBackingStore BackingStore { get; private set; } + /// The OdataType property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? OdataType + { + get { return BackingStore?.Get("@odata.type"); } + set { BackingStore?.Set("@odata.type", value); } + } +#nullable restore +#else + public string OdataType + { + get { return BackingStore?.Get("@odata.type"); } + set { BackingStore?.Set("@odata.type", value); } + } +#endif + /// Id of the sensitivity label that is applied to the Teams meeting. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? SensitivityLabelId + { + get { return BackingStore?.Get("sensitivityLabelId"); } + set { BackingStore?.Set("sensitivityLabelId", value); } + } +#nullable restore +#else + public string SensitivityLabelId + { + get { return BackingStore?.Get("sensitivityLabelId"); } + set { BackingStore?.Set("sensitivityLabelId", value); } + } +#endif + /// + /// Instantiates a new and sets the default values. + /// + public OnlineMeetingSensitivityLabelAssignment() + { + BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); + AdditionalData = new Dictionary(); + } + /// + /// Creates a new instance of the appropriate class based on discriminator value + /// + /// A + /// The parse node to use to read the discriminator value and create the object + public static global::Microsoft.Graph.Beta.Models.OnlineMeetingSensitivityLabelAssignment CreateFromDiscriminatorValue(IParseNode parseNode) + { + if(ReferenceEquals(parseNode, null)) throw new ArgumentNullException(nameof(parseNode)); + return new global::Microsoft.Graph.Beta.Models.OnlineMeetingSensitivityLabelAssignment(); + } + /// + /// The deserialization information for the current model + /// + /// A IDictionary<string, Action<IParseNode>> + public virtual IDictionary> GetFieldDeserializers() + { + return new Dictionary> + { + { "@odata.type", n => { OdataType = n.GetStringValue(); } }, + { "sensitivityLabelId", n => { SensitivityLabelId = n.GetStringValue(); } }, + }; + } + /// + /// Serializes information the current object + /// + /// Serialization writer to use to serialize this model + public virtual void Serialize(ISerializationWriter writer) + { + if(ReferenceEquals(writer, null)) throw new ArgumentNullException(nameof(writer)); + writer.WriteStringValue("@odata.type", OdataType); + writer.WriteStringValue("sensitivityLabelId", SensitivityLabelId); + writer.WriteAdditionalData(AdditionalData); + } + } +} +#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Models/Operation.cs b/src/Microsoft.Graph/Generated/Models/Operation.cs index b41e2b0ca5c..0fd8b3e6938 100644 --- a/src/Microsoft.Graph/Generated/Models/Operation.cs +++ b/src/Microsoft.Graph/Generated/Models/Operation.cs @@ -24,7 +24,7 @@ public DateTimeOffset? LastActionDateTime get { return BackingStore?.Get("lastActionDateTime"); } set { BackingStore?.Set("lastActionDateTime", value); } } - /// Possible values are: notStarted, running, completed, failed. Read-only. + /// The possible values are: notStarted, running, completed, failed. Read-only. public global::Microsoft.Graph.Beta.Models.OperationStatus? Status { get { return BackingStore?.Get("status"); } diff --git a/src/Microsoft.Graph/Generated/Models/OutlookTask.cs b/src/Microsoft.Graph/Generated/Models/OutlookTask.cs index 564f443ce4f..6f0e51595bd 100644 --- a/src/Microsoft.Graph/Generated/Models/OutlookTask.cs +++ b/src/Microsoft.Graph/Generated/Models/OutlookTask.cs @@ -98,7 +98,7 @@ public bool? HasAttachments get { return BackingStore?.Get("hasAttachments"); } set { BackingStore?.Set("hasAttachments", value); } } - /// The importance of the event. Possible values are: low, normal, high. + /// The importance of the event. The possible values are: low, normal, high. public global::Microsoft.Graph.Beta.Models.Importance? Importance { get { return BackingStore?.Get("importance"); } @@ -190,7 +190,7 @@ public string ParentFolderId set { BackingStore?.Set("reminderDateTime", value); } } #endif - /// Indicates the level of privacy for the task. Possible values are: normal, personal, private, confidential. + /// Indicates the level of privacy for the task. The possible values are: normal, personal, private, confidential. public global::Microsoft.Graph.Beta.Models.Sensitivity? Sensitivity { get { return BackingStore?.Get("sensitivity"); } @@ -228,7 +228,7 @@ public string ParentFolderId set { BackingStore?.Set("startDateTime", value); } } #endif - /// Indicates the state or progress of the task. Possible values are: notStarted, inProgress, completed, waitingOnOthers, deferred. + /// Indicates the state or progress of the task. The possible values are: notStarted, inProgress, completed, waitingOnOthers, deferred. public global::Microsoft.Graph.Beta.Models.TaskStatus? Status { get { return BackingStore?.Get("status"); } diff --git a/src/Microsoft.Graph/Generated/Models/ParticipantInfo.cs b/src/Microsoft.Graph/Generated/Models/ParticipantInfo.cs index f46be35c400..80c3a1b53fa 100644 --- a/src/Microsoft.Graph/Generated/Models/ParticipantInfo.cs +++ b/src/Microsoft.Graph/Generated/Models/ParticipantInfo.cs @@ -37,7 +37,7 @@ public string CountryCode set { BackingStore?.Set("countryCode", value); } } #endif - /// The type of endpoint the participant is using. Possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone and unknownFutureValue. Read-only. + /// The type of endpoint the participant is using. The possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone and unknownFutureValue. Read-only. public global::Microsoft.Graph.Beta.Models.EndpointType? EndpointType { get { return BackingStore?.Get("endpointType"); } diff --git a/src/Microsoft.Graph/Generated/Models/Partners/Billing/Operation.cs b/src/Microsoft.Graph/Generated/Models/Partners/Billing/Operation.cs index 0f9b5b1c5a6..690d1402de3 100644 --- a/src/Microsoft.Graph/Generated/Models/Partners/Billing/Operation.cs +++ b/src/Microsoft.Graph/Generated/Models/Partners/Billing/Operation.cs @@ -24,7 +24,7 @@ public DateTimeOffset? LastActionDateTime get { return BackingStore?.Get("lastActionDateTime"); } set { BackingStore?.Set("lastActionDateTime", value); } } - /// The status of the operation. Possible values are: notStarted, running, completed, failed, unknownFutureValue. + /// The status of the operation. The possible values are: notStarted, running, completed, failed, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.LongRunningOperationStatus? Status { get { return BackingStore?.Get("status"); } diff --git a/src/Microsoft.Graph/Generated/Models/Payload.cs b/src/Microsoft.Graph/Generated/Models/Payload.cs index 5270080ff09..ccb7f02aef3 100644 --- a/src/Microsoft.Graph/Generated/Models/Payload.cs +++ b/src/Microsoft.Graph/Generated/Models/Payload.cs @@ -12,13 +12,13 @@ namespace Microsoft.Graph.Beta.Models public partial class Payload : global::Microsoft.Graph.Beta.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The branch of a payload. Possible values are: unknown, other, americanExpress, capitalOne, dhl, docuSign, dropbox, facebook, firstAmerican, microsoft, netflix, scotiabank, sendGrid, stewartTitle, tesco, wellsFargo, syrinxCloud, adobe, teams, zoom, unknownFutureValue. + /// The branch of a payload. The possible values are: unknown, other, americanExpress, capitalOne, dhl, docuSign, dropbox, facebook, firstAmerican, microsoft, netflix, scotiabank, sendGrid, stewartTitle, tesco, wellsFargo, syrinxCloud, adobe, teams, zoom, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.PayloadBrand? Brand { get { return BackingStore?.Get("brand"); } set { BackingStore?.Set("brand", value); } } - /// The complexity of a payload. Possible values are: unknown, low, medium, high, unknownFutureValue. + /// The complexity of a payload. The possible values are: unknown, low, medium, high, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.PayloadComplexity? Complexity { get { return BackingStore?.Get("complexity"); } @@ -94,7 +94,7 @@ public string DisplayName set { BackingStore?.Set("displayName", value); } } #endif - /// Industry of a payload. Possible values are: unknown, other, banking, businessServices, consumerServices, education, energy, construction, consulting, financialServices, government, hospitality, insurance, legal, courierServices, IT, healthcare, manufacturing, retail, telecom, realEstate, unknownFutureValue. + /// Industry of a payload. The possible values are: unknown, other, banking, businessServices, consumerServices, education, energy, construction, consulting, financialServices, government, hospitality, insurance, legal, courierServices, IT, healthcare, manufacturing, retail, telecom, realEstate, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.PayloadIndustry? Industry { get { return BackingStore?.Get("industry"); } @@ -172,7 +172,7 @@ public List PayloadTags set { BackingStore?.Set("payloadTags", value); } } #endif - /// The payload delivery platform for a simulation. Possible values are: unknown, sms, email, teams, unknownFutureValue. + /// The payload delivery platform for a simulation. The possible values are: unknown, sms, email, teams, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.PayloadDeliveryPlatform? Platform { get { return BackingStore?.Get("platform"); } @@ -184,7 +184,7 @@ public double? PredictedCompromiseRate get { return BackingStore?.Get("predictedCompromiseRate"); } set { BackingStore?.Set("predictedCompromiseRate", value); } } - /// Attack type of the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, social, cloud, endpoint, unknownFutureValue. + /// Attack type of the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, social, cloud, endpoint, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.SimulationAttackType? SimulationAttackType { get { return BackingStore?.Get("simulationAttackType"); } @@ -196,19 +196,19 @@ public double? PredictedCompromiseRate get { return BackingStore?.Get("source"); } set { BackingStore?.Set("source", value); } } - /// Simulation content status. Supports $filter and $orderby. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. + /// Simulation content status. Supports $filter and $orderby. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.SimulationContentStatus? Status { get { return BackingStore?.Get("status"); } set { BackingStore?.Set("status", value); } } - /// The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant, phishTraining. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant, phishTraining. For more information on the types of social engineering attack techniques, see simulations. + /// The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant, phishTraining. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant, phishTraining. For more information on the types of social engineering attack techniques, see simulations. public global::Microsoft.Graph.Beta.Models.SimulationAttackTechnique? Technique { get { return BackingStore?.Get("technique"); } set { BackingStore?.Set("technique", value); } } - /// The theme of a payload. Possible values are: unknown, other, accountActivation, accountVerification, billing, cleanUpMail, controversial, documentReceived, expense, fax, financeReport, incomingMessages, invoice, itemReceived, loginAlert, mailReceived, password, payment, payroll, personalizedOffer, quarantine, remoteWork, reviewMessage, securityUpdate, serviceSuspended, signatureRequired, upgradeMailboxStorage, verifyMailbox, voicemail, advertisement, employeeEngagement, unknownFutureValue. + /// The theme of a payload. The possible values are: unknown, other, accountActivation, accountVerification, billing, cleanUpMail, controversial, documentReceived, expense, fax, financeReport, incomingMessages, invoice, itemReceived, loginAlert, mailReceived, password, payment, payroll, personalizedOffer, quarantine, remoteWork, reviewMessage, securityUpdate, serviceSuspended, signatureRequired, upgradeMailboxStorage, verifyMailbox, voicemail, advertisement, employeeEngagement, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.PayloadTheme? Theme { get { return BackingStore?.Get("theme"); } diff --git a/src/Microsoft.Graph/Generated/Models/PersistentBrowserSessionControl.cs b/src/Microsoft.Graph/Generated/Models/PersistentBrowserSessionControl.cs index 3733e783339..d903d5cb7d0 100644 --- a/src/Microsoft.Graph/Generated/Models/PersistentBrowserSessionControl.cs +++ b/src/Microsoft.Graph/Generated/Models/PersistentBrowserSessionControl.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class PersistentBrowserSessionControl : global::Microsoft.Graph.Beta.Models.ConditionalAccessSessionControl, IParsable #pragma warning restore CS1591 { - /// Possible values are: always, never. + /// The possible values are: always, never. public global::Microsoft.Graph.Beta.Models.PersistentBrowserSessionMode? Mode { get { return BackingStore?.Get("mode"); } diff --git a/src/Microsoft.Graph/Generated/Models/Phone.cs b/src/Microsoft.Graph/Generated/Models/Phone.cs index 8ef42b7d887..d9a3ec3f0ac 100644 --- a/src/Microsoft.Graph/Generated/Models/Phone.cs +++ b/src/Microsoft.Graph/Generated/Models/Phone.cs @@ -53,7 +53,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// The type of phone number. Possible values are: home, business, mobile, other, assistant, homeFax, businessFax, otherFax, pager, radio. + /// The type of phone number. The possible values are: home, business, mobile, other, assistant, homeFax, businessFax, otherFax, pager, radio. public global::Microsoft.Graph.Beta.Models.PhoneType? Type { get { return BackingStore?.Get("type"); } diff --git a/src/Microsoft.Graph/Generated/Models/PhoneAuthenticationMethod.cs b/src/Microsoft.Graph/Generated/Models/PhoneAuthenticationMethod.cs index fc275b57efe..9bfb61def40 100644 --- a/src/Microsoft.Graph/Generated/Models/PhoneAuthenticationMethod.cs +++ b/src/Microsoft.Graph/Generated/Models/PhoneAuthenticationMethod.cs @@ -28,13 +28,13 @@ public string PhoneNumber set { BackingStore?.Set("phoneNumber", value); } } #endif - /// The type of this phone. Possible values are: mobile, alternateMobile, or office. + /// The type of this phone. The possible values are: mobile, alternateMobile, or office. public global::Microsoft.Graph.Beta.Models.AuthenticationPhoneType? PhoneType { get { return BackingStore?.Get("phoneType"); } set { BackingStore?.Set("phoneType", value); } } - /// Whether a phone is ready to be used for SMS sign-in or not. Possible values are: notSupported, notAllowedByPolicy, notEnabled, phoneNumberNotUnique, ready, or notConfigured, unknownFutureValue. + /// Whether a phone is ready to be used for SMS sign-in or not. The possible values are: notSupported, notAllowedByPolicy, notEnabled, phoneNumberNotUnique, ready, or notConfigured, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.AuthenticationMethodSignInState? SmsSignInState { get { return BackingStore?.Get("smsSignInState"); } diff --git a/src/Microsoft.Graph/Generated/Models/PhysicalAddress.cs b/src/Microsoft.Graph/Generated/Models/PhysicalAddress.cs index 37f544926ac..95536c76a22 100644 --- a/src/Microsoft.Graph/Generated/Models/PhysicalAddress.cs +++ b/src/Microsoft.Graph/Generated/Models/PhysicalAddress.cs @@ -133,7 +133,7 @@ public string Street set { BackingStore?.Set("street", value); } } #endif - /// The type of address. Possible values are: unknown, home, business, other. + /// The type of address. The possible values are: unknown, home, business, other. public global::Microsoft.Graph.Beta.Models.PhysicalAddressType? Type { get { return BackingStore?.Get("type"); } diff --git a/src/Microsoft.Graph/Generated/Models/Place.cs b/src/Microsoft.Graph/Generated/Models/Place.cs index d6cb97b400d..7663345856a 100644 --- a/src/Microsoft.Graph/Generated/Models/Place.cs +++ b/src/Microsoft.Graph/Generated/Models/Place.cs @@ -44,7 +44,7 @@ public partial class Place : global::Microsoft.Graph.Beta.Models.Entity, IParsab set { BackingStore?.Set("checkIns", value); } } #endif - /// The children property + /// A collection of children places that is only used in the Upsert places API. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? Children diff --git a/src/Microsoft.Graph/Generated/Models/PlaceExecutionResult.cs b/src/Microsoft.Graph/Generated/Models/PlaceExecutionResult.cs index 40e153fdae6..bfa481a8d2f 100644 --- a/src/Microsoft.Graph/Generated/Models/PlaceExecutionResult.cs +++ b/src/Microsoft.Graph/Generated/Models/PlaceExecutionResult.cs @@ -21,7 +21,7 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// The children property + /// The upsert results of children places of the place. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? Children @@ -37,7 +37,7 @@ public IDictionary AdditionalData set { BackingStore?.Set("children", value); } } #endif - /// The error property + /// The error that occurred during the upsert of the place. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public global::Microsoft.Graph.Beta.Models.PublicError? Error diff --git a/src/Microsoft.Graph/Generated/Models/PlaceOperation.cs b/src/Microsoft.Graph/Generated/Models/PlaceOperation.cs index 8be12deda29..b99442580a8 100644 --- a/src/Microsoft.Graph/Generated/Models/PlaceOperation.cs +++ b/src/Microsoft.Graph/Generated/Models/PlaceOperation.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class PlaceOperation : global::Microsoft.Graph.Beta.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The details property + /// The detailed result of the operation, including errors and successful places. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? Details @@ -28,7 +28,7 @@ public partial class PlaceOperation : global::Microsoft.Graph.Beta.Models.Entity set { BackingStore?.Set("details", value); } } #endif - /// The progress property + /// The progress of the operation. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public global::Microsoft.Graph.Beta.Models.PlaceOperationProgress? Progress diff --git a/src/Microsoft.Graph/Generated/Models/PlaceOperationProgress.cs b/src/Microsoft.Graph/Generated/Models/PlaceOperationProgress.cs index 3eed89442b3..b41bf52999c 100644 --- a/src/Microsoft.Graph/Generated/Models/PlaceOperationProgress.cs +++ b/src/Microsoft.Graph/Generated/Models/PlaceOperationProgress.cs @@ -21,7 +21,7 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// The failedPlaceCount property + /// The count of places failed to upsert. public int? FailedPlaceCount { get { return BackingStore?.Get("failedPlaceCount"); } @@ -43,13 +43,13 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// The succeededPlaceCount property + /// The count of places succeeded to upsert. public int? SucceededPlaceCount { get { return BackingStore?.Get("succeededPlaceCount"); } set { BackingStore?.Set("succeededPlaceCount", value); } } - /// The totalPlaceCount property + /// The total count of places in the request. public int? TotalPlaceCount { get { return BackingStore?.Get("totalPlaceCount"); } diff --git a/src/Microsoft.Graph/Generated/Models/PlannerPlanContainer.cs b/src/Microsoft.Graph/Generated/Models/PlannerPlanContainer.cs index 478c66a56f6..5a0de50d430 100644 --- a/src/Microsoft.Graph/Generated/Models/PlannerPlanContainer.cs +++ b/src/Microsoft.Graph/Generated/Models/PlannerPlanContainer.cs @@ -53,7 +53,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// The type of the resource that contains the plan. For supported types, see the previous table. Possible values are: group, unknownFutureValue, roster, project, driveItem, user, teamsChannel, and plannerTask. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: roster, project, driveItem, user, teamsChannel, and plannerTask. Optional. + /// The type of the resource that contains the plan. For supported types, see the previous table. The possible values are: group, unknownFutureValue, roster, project, driveItem, user, teamsChannel, and plannerTask. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: roster, project, driveItem, user, teamsChannel, and plannerTask. Optional. public global::Microsoft.Graph.Beta.Models.PlannerContainerType? Type { get { return BackingStore?.Get("type"); } diff --git a/src/Microsoft.Graph/Generated/Models/PlannerRoster.cs b/src/Microsoft.Graph/Generated/Models/PlannerRoster.cs index 193f76b872a..cf4e55b7446 100644 --- a/src/Microsoft.Graph/Generated/Models/PlannerRoster.cs +++ b/src/Microsoft.Graph/Generated/Models/PlannerRoster.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class PlannerRoster : global::Microsoft.Graph.Beta.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The sensitivity label applied to the roster. If mandatory labeling is enabled for the user and no label is specified, the user can't create the roster. Also, if labels are mandatory for the user, the user can't change the label of the roster to null. Possible values are: standard, privileged, auto, unknownFutureValue. + /// The sensitivity label applied to the roster. If mandatory labeling is enabled for the user and no label is specified, the user can't create the roster. Also, if labels are mandatory for the user, the user can't change the label of the roster to null. The possible values are: standard, privileged, auto, unknownFutureValue. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public global::Microsoft.Graph.Beta.Models.SensitivityLabelAssignment? AssignedSensitivityLabel diff --git a/src/Microsoft.Graph/Generated/Models/PlannerTask.cs b/src/Microsoft.Graph/Generated/Models/PlannerTask.cs index 27d941f100a..16c2ca46fb0 100644 --- a/src/Microsoft.Graph/Generated/Models/PlannerTask.cs +++ b/src/Microsoft.Graph/Generated/Models/PlannerTask.cs @@ -325,7 +325,7 @@ public string PlanId set { BackingStore?.Set("planId", value); } } #endif - /// The type of preview that shows up on the task. Possible values are: automatic, noPreview, checklist, description, reference. + /// The type of preview that shows up on the task. The possible values are: automatic, noPreview, checklist, description, reference. public global::Microsoft.Graph.Beta.Models.PlannerPreviewType? PreviewType { get { return BackingStore?.Get("previewType"); } @@ -375,7 +375,7 @@ public int? ReferenceCount get { return BackingStore?.Get("referenceCount"); } set { BackingStore?.Set("referenceCount", value); } } - /// Indicates all the requirements specified on the plannerTask. Possible values are: none, checklistCompletion, unknownFutureValue, formCompletion, approvalCompletion. Read-only. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: formCompletion, approvalCompletion. The plannerTaskCompletionRequirementDetails in plannerTaskDetails has details of the requirements specified, if any. + /// Indicates all the requirements specified on the plannerTask. The possible values are: none, checklistCompletion, unknownFutureValue, formCompletion, approvalCompletion. Read-only. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: formCompletion, approvalCompletion. The plannerTaskCompletionRequirementDetails in plannerTaskDetails has details of the requirements specified, if any. public global::Microsoft.Graph.Beta.Models.PlannerTaskCompletionRequirements? SpecifiedCompletionRequirements { get { return BackingStore?.Get("specifiedCompletionRequirements"); } diff --git a/src/Microsoft.Graph/Generated/Models/PlannerTaskDetails.cs b/src/Microsoft.Graph/Generated/Models/PlannerTaskDetails.cs index b32c147eb41..bc616865fd2 100644 --- a/src/Microsoft.Graph/Generated/Models/PlannerTaskDetails.cs +++ b/src/Microsoft.Graph/Generated/Models/PlannerTaskDetails.cs @@ -108,7 +108,7 @@ public string Description set { BackingStore?.Set("notes", value); } } #endif - /// This sets the type of preview that shows up on the task. Possible values are: automatic, noPreview, checklist, description, reference. When set to automatic the displayed preview is chosen by the app viewing the task. + /// This sets the type of preview that shows up on the task. The possible values are: automatic, noPreview, checklist, description, reference. When set to automatic the displayed preview is chosen by the app viewing the task. public global::Microsoft.Graph.Beta.Models.PlannerPreviewType? PreviewType { get { return BackingStore?.Get("previewType"); } diff --git a/src/Microsoft.Graph/Generated/Models/PlannerTaskRoleBasedRule.cs b/src/Microsoft.Graph/Generated/Models/PlannerTaskRoleBasedRule.cs index 99c86fc66e0..4106e582c51 100644 --- a/src/Microsoft.Graph/Generated/Models/PlannerTaskRoleBasedRule.cs +++ b/src/Microsoft.Graph/Generated/Models/PlannerTaskRoleBasedRule.cs @@ -21,7 +21,7 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// Default rule that applies when a property or action-specific rule is not provided. Possible values are: Allow, Block + /// Default rule that applies when a property or action-specific rule is not provided. The possible values are: Allow, Block #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? DefaultRule diff --git a/src/Microsoft.Graph/Generated/Models/PlatformCredentialAuthenticationMethod.cs b/src/Microsoft.Graph/Generated/Models/PlatformCredentialAuthenticationMethod.cs index 916d9cc69eb..5401df9bcbe 100644 --- a/src/Microsoft.Graph/Generated/Models/PlatformCredentialAuthenticationMethod.cs +++ b/src/Microsoft.Graph/Generated/Models/PlatformCredentialAuthenticationMethod.cs @@ -44,13 +44,13 @@ public string DisplayName set { BackingStore?.Set("displayName", value); } } #endif - /// Key strength of this Platform Credential key. Possible values are: normal, weak, unknown. + /// Key strength of this Platform Credential key. The possible values are: normal, weak, unknown. public global::Microsoft.Graph.Beta.Models.AuthenticationMethodKeyStrength? KeyStrength { get { return BackingStore?.Get("keyStrength"); } set { BackingStore?.Set("keyStrength", value); } } - /// Platform on which this Platform Credential key is present. Possible values are: unknown, windows, macOS,iOS, android, linux. + /// Platform on which this Platform Credential key is present. The possible values are: unknown, windows, macOS,iOS, android, linux. public global::Microsoft.Graph.Beta.Models.AuthenticationMethodPlatform? Platform { get { return BackingStore?.Get("platform"); } diff --git a/src/Microsoft.Graph/Generated/Models/PlayPromptOperation.cs b/src/Microsoft.Graph/Generated/Models/PlayPromptOperation.cs index 649777a41e7..146ad7bf839 100644 --- a/src/Microsoft.Graph/Generated/Models/PlayPromptOperation.cs +++ b/src/Microsoft.Graph/Generated/Models/PlayPromptOperation.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class PlayPromptOperation : global::Microsoft.Graph.Beta.Models.CommsOperation, IParsable #pragma warning restore CS1591 { - /// Possible values are: unknown, completedSuccessfully, mediaOperationCanceled. + /// The possible values are: unknown, completedSuccessfully, mediaOperationCanceled. public global::Microsoft.Graph.Beta.Models.PlayPromptCompletionReason? CompletionReason { get { return BackingStore?.Get("completionReason"); } diff --git a/src/Microsoft.Graph/Generated/Models/PositiveReinforcementNotification.cs b/src/Microsoft.Graph/Generated/Models/PositiveReinforcementNotification.cs index 00759b9ca2c..b1fec4836c5 100644 --- a/src/Microsoft.Graph/Generated/Models/PositiveReinforcementNotification.cs +++ b/src/Microsoft.Graph/Generated/Models/PositiveReinforcementNotification.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class PositiveReinforcementNotification : global::Microsoft.Graph.Beta.Models.BaseEndUserNotification, IParsable #pragma warning restore CS1591 { - /// Delivery preference. Possible values are: unknown, deliverImmedietly, deliverAfterCampaignEnd, unknownFutureValue. + /// Delivery preference. The possible values are: unknown, deliverImmedietly, deliverAfterCampaignEnd, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.NotificationDeliveryPreference? DeliveryPreference { get { return BackingStore?.Get("deliveryPreference"); } diff --git a/src/Microsoft.Graph/Generated/Models/PrintJobConfiguration.cs b/src/Microsoft.Graph/Generated/Models/PrintJobConfiguration.cs index afd80d48d6b..ac75b21469a 100644 --- a/src/Microsoft.Graph/Generated/Models/PrintJobConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/PrintJobConfiguration.cs @@ -57,7 +57,7 @@ public int? Dpi get { return BackingStore?.Get("feedOrientation"); } set { BackingStore?.Set("feedOrientation", value); } } - /// Finishing processes to use when printing. + /// Finishing processes to use when printing. Possible values are: none, staple, punch, cover, bind, saddleStitch, stitchEdge, stapleTopLeft, stapleBottomLeft, stapleTopRight, stapleBottomRight, stitchLeftEdge, stitchTopEdge, stitchRightEdge, stitchBottomEdge, stapleDualLeft, stapleDualTop, stapleDualRight, stapleDualBottom, unknownFutureValue. You must use the Prefer: include-unknown-enum-members request header to get the following values in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerottom,bindLeft,bindTop,bindRight,bindBottom,foldAccordion,foldDoubleGate,foldGate,foldHalf,foldHalfZ,foldLeftGate,foldLetter,foldParallel,foldPoster,foldRightGate,foldZ,foldEngineeringZ,punchTopLeft,punchBottomLeft,punchTopRight,punchBottomRight,punchDualLeft,punchDualTop,punchDualRight,punchDualBottom,punchTripleLeft,punchTripleTop,punchTripleRight,punchTripleBottom,punchQuadLeft,punchQuadTop,punchQuadRight,punchQuadBottom,fold,trim,bale,bookletMaker,coat,laminate,trimAfterPages,trimAfterDocuments,trimAfterCopies,trimAfterJob`. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? Finishings diff --git a/src/Microsoft.Graph/Generated/Models/PrinterCapabilities.cs b/src/Microsoft.Graph/Generated/Models/PrinterCapabilities.cs index 0aac03a9323..f195339a2e1 100644 --- a/src/Microsoft.Graph/Generated/Models/PrinterCapabilities.cs +++ b/src/Microsoft.Graph/Generated/Models/PrinterCapabilities.cs @@ -215,7 +215,7 @@ public List LeftMargins set { BackingStore?.Set("leftMargins", value); } } #endif - /// The media (that is, paper) colors supported by the printer. + /// The media (for example, paper) colors supported by the printer. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? MediaColors @@ -231,7 +231,7 @@ public List MediaColors set { BackingStore?.Set("mediaColors", value); } } #endif - /// The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + /// The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. For the list of supported values, see mediaSizes values. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? MediaSizes diff --git a/src/Microsoft.Graph/Generated/Models/Process.cs b/src/Microsoft.Graph/Generated/Models/Process.cs index 55c788dd3c9..b621bdc1dba 100644 --- a/src/Microsoft.Graph/Generated/Models/Process.cs +++ b/src/Microsoft.Graph/Generated/Models/Process.cs @@ -75,7 +75,7 @@ public DateTimeOffset? CreatedDateTime set { BackingStore?.Set("fileHash", value); } } #endif - /// The integrity level of the process. Possible values are: unknown, untrusted, low, medium, high, system. + /// The integrity level of the process. The possible values are: unknown, untrusted, low, medium, high, system. public global::Microsoft.Graph.Beta.Models.ProcessIntegrityLevel? IntegrityLevel { get { return BackingStore?.Get("integrityLevel"); } diff --git a/src/Microsoft.Graph/Generated/Models/ProvisioningObjectSummary.cs b/src/Microsoft.Graph/Generated/Models/ProvisioningObjectSummary.cs index 35081caced1..037195fce80 100644 --- a/src/Microsoft.Graph/Generated/Models/ProvisioningObjectSummary.cs +++ b/src/Microsoft.Graph/Generated/Models/ProvisioningObjectSummary.cs @@ -120,7 +120,7 @@ public string JobId set { BackingStore?.Set("modifiedProperties", value); } } #endif - /// Indicates the activity name or the operation name. Possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Microsoft Entra activity list. Supports $filter (eq, contains). + /// Indicates the activity name or the operation name. The possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Microsoft Entra activity list. Supports $filter (eq, contains). public global::Microsoft.Graph.Beta.Models.ProvisioningAction? ProvisioningAction { get { return BackingStore?.Get("provisioningAction"); } diff --git a/src/Microsoft.Graph/Generated/Models/ProvisioningStatusInfo.cs b/src/Microsoft.Graph/Generated/Models/ProvisioningStatusInfo.cs index 7a67fd42c4b..06b5285e047 100644 --- a/src/Microsoft.Graph/Generated/Models/ProvisioningStatusInfo.cs +++ b/src/Microsoft.Graph/Generated/Models/ProvisioningStatusInfo.cs @@ -53,7 +53,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// Possible values are: success, failure, skipped, warning, unknownFutureValue. Supports $filter (eq, contains). + /// The possible values are: success, failure, skipped, warning, unknownFutureValue. Supports $filter (eq, contains). public global::Microsoft.Graph.Beta.Models.ProvisioningResult? Status { get { return BackingStore?.Get("status"); } diff --git a/src/Microsoft.Graph/Generated/Models/ProvisioningStep.cs b/src/Microsoft.Graph/Generated/Models/ProvisioningStep.cs index 354fd631c84..6f013f60ad0 100644 --- a/src/Microsoft.Graph/Generated/Models/ProvisioningStep.cs +++ b/src/Microsoft.Graph/Generated/Models/ProvisioningStep.cs @@ -85,13 +85,13 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// Type of step. Possible values are: import, scoping, matching, processing, referenceResolution, export, unknownFutureValue. + /// Type of step. The possible values are: import, scoping, matching, processing, referenceResolution, export, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.ProvisioningStepType? ProvisioningStepType { get { return BackingStore?.Get("provisioningStepType"); } set { BackingStore?.Set("provisioningStepType", value); } } - /// Status of the step. Possible values are: success, warning, failure, skipped, unknownFutureValue. + /// Status of the step. The possible values are: success, warning, failure, skipped, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.ProvisioningResult? Status { get { return BackingStore?.Get("status"); } diff --git a/src/Microsoft.Graph/Generated/Models/PurviewInsiderRiskManagementLevel.cs b/src/Microsoft.Graph/Generated/Models/PurviewInsiderRiskManagementLevel.cs new file mode 100644 index 00000000000..daf4c7fb2d6 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/PurviewInsiderRiskManagementLevel.cs @@ -0,0 +1,32 @@ +// +using System.Runtime.Serialization; +using System; +namespace Microsoft.Graph.Beta.Models +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public enum PurviewInsiderRiskManagementLevel + #pragma warning restore CS1591 + { + [EnumMember(Value = "none")] + #pragma warning disable CS1591 + None, + #pragma warning restore CS1591 + [EnumMember(Value = "minor")] + #pragma warning disable CS1591 + Minor, + #pragma warning restore CS1591 + [EnumMember(Value = "moderate")] + #pragma warning disable CS1591 + Moderate, + #pragma warning restore CS1591 + [EnumMember(Value = "elevated")] + #pragma warning disable CS1591 + Elevated, + #pragma warning restore CS1591 + [EnumMember(Value = "unknownFutureValue")] + #pragma warning disable CS1591 + UnknownFutureValue, + #pragma warning restore CS1591 + } +} diff --git a/src/Microsoft.Graph/Generated/Models/RecordOperation.cs b/src/Microsoft.Graph/Generated/Models/RecordOperation.cs index e70f128e127..f4063bb84a2 100644 --- a/src/Microsoft.Graph/Generated/Models/RecordOperation.cs +++ b/src/Microsoft.Graph/Generated/Models/RecordOperation.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class RecordOperation : global::Microsoft.Graph.Beta.Models.CommsOperation, IParsable #pragma warning restore CS1591 { - /// Possible values are: operationCanceled, stopToneDetected, maxRecordDurationReached, initialSilenceTimeout, maxSilenceTimeout, playPromptFailed, playBeepFailed, mediaReceiveTimeout, unspecifiedError, none. + /// The possible values are: operationCanceled, stopToneDetected, maxRecordDurationReached, initialSilenceTimeout, maxSilenceTimeout, playPromptFailed, playBeepFailed, mediaReceiveTimeout, unspecifiedError, none. public global::Microsoft.Graph.Beta.Models.RecordCompletionReason? CompletionReason { get { return BackingStore?.Get("completionReason"); } diff --git a/src/Microsoft.Graph/Generated/Models/RecurrenceRange.cs b/src/Microsoft.Graph/Generated/Models/RecurrenceRange.cs index 750d41503d7..65542ce5846 100644 --- a/src/Microsoft.Graph/Generated/Models/RecurrenceRange.cs +++ b/src/Microsoft.Graph/Generated/Models/RecurrenceRange.cs @@ -72,7 +72,7 @@ public Date? StartDate get { return BackingStore?.Get("startDate"); } set { BackingStore?.Set("startDate", value); } } - /// The recurrence range. Possible values are: endDate, noEnd, numbered. Required. + /// The recurrence range. The possible values are: endDate, noEnd, numbered. Required. public global::Microsoft.Graph.Beta.Models.RecurrenceRangeType? Type { get { return BackingStore?.Get("type"); } diff --git a/src/Microsoft.Graph/Generated/Models/ReferenceAttachment.cs b/src/Microsoft.Graph/Generated/Models/ReferenceAttachment.cs index b4504bd62ff..175b1c1fecb 100644 --- a/src/Microsoft.Graph/Generated/Models/ReferenceAttachment.cs +++ b/src/Microsoft.Graph/Generated/Models/ReferenceAttachment.cs @@ -18,7 +18,7 @@ public bool? IsFolder get { return BackingStore?.Get("isFolder"); } set { BackingStore?.Set("isFolder", value); } } - /// Specifies the permissions granted for the attachment by the type of provider in providerType. Possible values are: other, view, edit, anonymousView, anonymousEdit, organizationView, organizationEdit. Optional. + /// Specifies the permissions granted for the attachment by the type of provider in providerType. The possible values are: other, view, edit, anonymousView, anonymousEdit, organizationView, organizationEdit. Optional. public global::Microsoft.Graph.Beta.Models.ReferenceAttachmentPermission? Permission { get { return BackingStore?.Get("permission"); } @@ -40,7 +40,7 @@ public string PreviewUrl set { BackingStore?.Set("previewUrl", value); } } #endif - /// The type of provider that supports an attachment of this contentType. Possible values are: other, oneDriveBusiness, oneDriveConsumer, dropbox. Optional. + /// The type of provider that supports an attachment of this contentType. The possible values are: other, oneDriveBusiness, oneDriveConsumer, dropbox. Optional. public global::Microsoft.Graph.Beta.Models.ReferenceAttachmentProvider? ProviderType { get { return BackingStore?.Get("providerType"); } diff --git a/src/Microsoft.Graph/Generated/Models/RegistryKeyState.cs b/src/Microsoft.Graph/Generated/Models/RegistryKeyState.cs index 3bd93bb4215..6658c1bc28c 100644 --- a/src/Microsoft.Graph/Generated/Models/RegistryKeyState.cs +++ b/src/Microsoft.Graph/Generated/Models/RegistryKeyState.cs @@ -21,7 +21,7 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// A Windows registry hive : HKEYCURRENTCONFIG HKEYCURRENTUSER HKEYLOCALMACHINE/SAM HKEYLOCALMACHINE/Security HKEYLOCALMACHINE/Software HKEYLOCALMACHINE/System HKEY_USERS/.Default. Possible values are: unknown, currentConfig, currentUser, localMachineSam, localMachineSecurity, localMachineSoftware, localMachineSystem, usersDefault. + /// A Windows registry hive : HKEYCURRENTCONFIG HKEYCURRENTUSER HKEYLOCALMACHINE/SAM HKEYLOCALMACHINE/Security HKEYLOCALMACHINE/Software HKEYLOCALMACHINE/System HKEY_USERS/.Default. The possible values are: unknown, currentConfig, currentUser, localMachineSam, localMachineSecurity, localMachineSoftware, localMachineSystem, usersDefault. public global::Microsoft.Graph.Beta.Models.RegistryHive? Hive { get { return BackingStore?.Get("hive"); } @@ -107,7 +107,7 @@ public string OldValueName set { BackingStore?.Set("oldValueName", value); } } #endif - /// Operation that changed the registry key name and/or value. Possible values are: unknown, create, modify, delete. + /// Operation that changed the registry key name and/or value. The possible values are: unknown, create, modify, delete. public global::Microsoft.Graph.Beta.Models.RegistryOperation? Operation { get { return BackingStore?.Get("operation"); } @@ -151,7 +151,7 @@ public string ValueName set { BackingStore?.Set("valueName", value); } } #endif - /// Registry key value type REGBINARY REGDWORD REGDWORDLITTLEENDIAN REGDWORDBIGENDIANREGEXPANDSZ REGLINK REGMULTISZ REGNONE REGQWORD REGQWORDLITTLEENDIAN REG_SZ Possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz. + /// Registry key value type REGBINARY REGDWORD REGDWORDLITTLEENDIAN REGDWORDBIGENDIANREGEXPANDSZ REGLINK REGMULTISZ REGNONE REGQWORD REGQWORDLITTLEENDIAN REG_SZ The possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz. public global::Microsoft.Graph.Beta.Models.RegistryValueType? ValueType { get { return BackingStore?.Get("valueType"); } diff --git a/src/Microsoft.Graph/Generated/Models/RelatedPerson.cs b/src/Microsoft.Graph/Generated/Models/RelatedPerson.cs index 630cffb89dd..0183f38554b 100644 --- a/src/Microsoft.Graph/Generated/Models/RelatedPerson.cs +++ b/src/Microsoft.Graph/Generated/Models/RelatedPerson.cs @@ -53,7 +53,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// Possible values are: manager, colleague, directReport, dotLineReport, assistant, dotLineManager, alternateContact, friend, spouse, sibling, child, parent, sponsor, emergencyContact, other, unknownFutureValue. + /// The possible values are: manager, colleague, directReport, dotLineReport, assistant, dotLineManager, alternateContact, friend, spouse, sibling, child, parent, sponsor, emergencyContact, other, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.PersonRelationship? Relationship { get { return BackingStore?.Get("relationship"); } diff --git a/src/Microsoft.Graph/Generated/Models/RemoteDesktopSecurityConfiguration.cs b/src/Microsoft.Graph/Generated/Models/RemoteDesktopSecurityConfiguration.cs index f4bbc701bf3..352366166f3 100644 --- a/src/Microsoft.Graph/Generated/Models/RemoteDesktopSecurityConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/RemoteDesktopSecurityConfiguration.cs @@ -34,7 +34,7 @@ public bool? IsRemoteDesktopProtocolEnabled get { return BackingStore?.Get("isRemoteDesktopProtocolEnabled"); } set { BackingStore?.Set("isRemoteDesktopProtocolEnabled", value); } } - /// The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. + /// The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. <br/<Supports $expand. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? TargetDeviceGroups diff --git a/src/Microsoft.Graph/Generated/Models/ResourceSpecificPermissionGrant.cs b/src/Microsoft.Graph/Generated/Models/ResourceSpecificPermissionGrant.cs index 3a72944c365..bd063eb801a 100644 --- a/src/Microsoft.Graph/Generated/Models/ResourceSpecificPermissionGrant.cs +++ b/src/Microsoft.Graph/Generated/Models/ResourceSpecificPermissionGrant.cs @@ -60,7 +60,7 @@ public string Permission set { BackingStore?.Set("permission", value); } } #endif - /// The type of permission. Possible values are: Application, Delegated. Read-only. + /// The type of permission. The possible values are: Application, Delegated. Read-only. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? PermissionType diff --git a/src/Microsoft.Graph/Generated/Models/ResponseStatus.cs b/src/Microsoft.Graph/Generated/Models/ResponseStatus.cs index b4a6fd2be83..58ffa41cfb0 100644 --- a/src/Microsoft.Graph/Generated/Models/ResponseStatus.cs +++ b/src/Microsoft.Graph/Generated/Models/ResponseStatus.cs @@ -37,7 +37,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// The response type. Possible values are: none, organizer, tentativelyAccepted, accepted, declined, notResponded.To differentiate between none and notResponded: none – from organizer's perspective. This value is used when the status of an attendee/participant is reported to the organizer of a meeting. notResponded – from attendee's perspective. Indicates the attendee has not responded to the meeting request. Clients can treat notResponded == none. As an example, if attendee Alex hasn't responded to a meeting request, getting Alex' response status for that event in Alex' calendar returns notResponded. Getting Alex' response from the calendar of any other attendee or the organizer's returns none. Getting the organizer's response for the event in anybody's calendar also returns none. + /// The response type. The possible values are: none, organizer, tentativelyAccepted, accepted, declined, notResponded.To differentiate between none and notResponded: none – from organizer's perspective. This value is used when the status of an attendee/participant is reported to the organizer of a meeting. notResponded – from attendee's perspective. Indicates the attendee has not responded to the meeting request. Clients can treat notResponded == none. As an example, if attendee Alex hasn't responded to a meeting request, getting Alex' response status for that event in Alex' calendar returns notResponded. Getting Alex' response from the calendar of any other attendee or the organizer's returns none. Getting the organizer's response for the event in anybody's calendar also returns none. public global::Microsoft.Graph.Beta.Models.ResponseType? Response { get { return BackingStore?.Get("response"); } diff --git a/src/Microsoft.Graph/Generated/Models/RetentionLabelSettings.cs b/src/Microsoft.Graph/Generated/Models/RetentionLabelSettings.cs index aa5d70e8376..575dfd7e4e0 100644 --- a/src/Microsoft.Graph/Generated/Models/RetentionLabelSettings.cs +++ b/src/Microsoft.Graph/Generated/Models/RetentionLabelSettings.cs @@ -22,7 +22,7 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// Describes the item behavior during retention period. Possible values are: doNotRetain, retain, retainAsRecord, retainAsRegulatoryRecord, unknownFutureValue. Read-only. + /// Describes the item behavior during retention period. The possible values are: doNotRetain, retain, retainAsRecord, retainAsRegulatoryRecord, unknownFutureValue. Read-only. public global::Microsoft.Graph.Beta.Models.Security.BehaviorDuringRetentionPeriod? BehaviorDuringRetentionPeriod { get { return BackingStore?.Get("behaviorDuringRetentionPeriod"); } diff --git a/src/Microsoft.Graph/Generated/Models/RiskDetection.cs b/src/Microsoft.Graph/Generated/Models/RiskDetection.cs index d18ea20968d..7a8e617bcb9 100644 --- a/src/Microsoft.Graph/Generated/Models/RiskDetection.cs +++ b/src/Microsoft.Graph/Generated/Models/RiskDetection.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class RiskDetection : global::Microsoft.Graph.Beta.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Indicates the activity type the detected risk is linked to. The possible values are signin, user, unknownFutureValue. + /// Indicates the activity type the detected risk is linked to. public global::Microsoft.Graph.Beta.Models.ActivityType? Activity { get { return BackingStore?.Get("activity"); } diff --git a/src/Microsoft.Graph/Generated/Models/RiskyUser.cs b/src/Microsoft.Graph/Generated/Models/RiskyUser.cs index e233dc8350b..21408042b84 100644 --- a/src/Microsoft.Graph/Generated/Models/RiskyUser.cs +++ b/src/Microsoft.Graph/Generated/Models/RiskyUser.cs @@ -28,7 +28,7 @@ public partial class RiskyUser : global::Microsoft.Graph.Beta.Models.Entity, IPa set { BackingStore?.Set("history", value); } } #endif - /// Indicates whether the user is deleted. Possible values are: true, false. + /// Indicates whether the user is deleted. The possible values are: true, false. public bool? IsDeleted { get { return BackingStore?.Get("isDeleted"); } @@ -58,7 +58,7 @@ public DateTimeOffset? RiskLastUpdatedDateTime get { return BackingStore?.Get("riskLevel"); } set { BackingStore?.Set("riskLevel", value); } } - /// State of the user's risk. Possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue. + /// State of the user's risk. The possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.RiskState? RiskState { get { return BackingStore?.Get("riskState"); } diff --git a/src/Microsoft.Graph/Generated/Models/Room.cs b/src/Microsoft.Graph/Generated/Models/Room.cs index 976474987bc..4ef6b1ff02a 100644 --- a/src/Microsoft.Graph/Generated/Models/Room.cs +++ b/src/Microsoft.Graph/Generated/Models/Room.cs @@ -28,7 +28,7 @@ public string AudioDeviceName set { BackingStore?.Set("audioDeviceName", value); } } #endif - /// Specifies how the room can be booked. Possible values are:unknown - Unspecified booking behavior. We don't recommend that you use this value.standard - Available for general booking.reserved - Reserved for specific users or purposes. + /// Specifies how the room can be booked. The possible values are:unknown - Unspecified booking behavior. We don't recommend that you use this value.standard - Available for general booking.reserved - Reserved for specific users or purposes. public global::Microsoft.Graph.Beta.Models.BookingType? BookingType { get { return BackingStore?.Get("bookingType"); } diff --git a/src/Microsoft.Graph/Generated/Models/ScheduleChangeRequest.cs b/src/Microsoft.Graph/Generated/Models/ScheduleChangeRequest.cs index 6435a9522cf..66158f20573 100644 --- a/src/Microsoft.Graph/Generated/Models/ScheduleChangeRequest.cs +++ b/src/Microsoft.Graph/Generated/Models/ScheduleChangeRequest.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class ScheduleChangeRequest : global::Microsoft.Graph.Beta.Models.ChangeTrackedEntity, IParsable #pragma warning restore CS1591 { - /// Indicates who the request is assigned to. Possible values are: sender, recipient, manager, system, unknownFutureValue. + /// Indicates who the request is assigned to. The possible values are: sender, recipient, manager, system, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.ScheduleChangeRequestActor? AssignedTo { get { return BackingStore?.Get("assignedTo"); } @@ -94,7 +94,7 @@ public string SenderUserId set { BackingStore?.Set("senderUserId", value); } } #endif - /// The state of the scheduleChangeRequest. Possible values are: pending, approved, declined, unknownFutureValue. + /// The state of the scheduleChangeRequest. The possible values are: pending, approved, declined, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.ScheduleChangeState? State { get { return BackingStore?.Get("state"); } diff --git a/src/Microsoft.Graph/Generated/Models/Search/AnswerVariant.cs b/src/Microsoft.Graph/Generated/Models/Search/AnswerVariant.cs index b735a1fabef..da2d8aace4e 100644 --- a/src/Microsoft.Graph/Generated/Models/Search/AnswerVariant.cs +++ b/src/Microsoft.Graph/Generated/Models/Search/AnswerVariant.cs @@ -85,7 +85,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// The device or operating system that can view this answer variation. Possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue. + /// The device or operating system that can view this answer variation. The possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.DevicePlatformType? Platform { get { return BackingStore?.Get("platform"); } diff --git a/src/Microsoft.Graph/Generated/Models/Search/Bookmark.cs b/src/Microsoft.Graph/Generated/Models/Search/Bookmark.cs index 388deed97f0..66e9abcc3f2 100644 --- a/src/Microsoft.Graph/Generated/Models/Search/Bookmark.cs +++ b/src/Microsoft.Graph/Generated/Models/Search/Bookmark.cs @@ -94,7 +94,7 @@ public List LanguageTags set { BackingStore?.Set("languageTags", value); } } #endif - /// List of devices and operating systems that are able to view this bookmark. Possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue. + /// List of devices and operating systems that are able to view this bookmark. The possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? Platforms diff --git a/src/Microsoft.Graph/Generated/Models/Search/Qna.cs b/src/Microsoft.Graph/Generated/Models/Search/Qna.cs index 5a9d025318a..e8373005e8d 100644 --- a/src/Microsoft.Graph/Generated/Models/Search/Qna.cs +++ b/src/Microsoft.Graph/Generated/Models/Search/Qna.cs @@ -78,7 +78,7 @@ public List LanguageTags set { BackingStore?.Set("languageTags", value); } } #endif - /// List of devices and operating systems that are able to view this QnA. Possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue. + /// List of devices and operating systems that are able to view this QnA. The possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? Platforms diff --git a/src/Microsoft.Graph/Generated/Models/SearchRequest.cs b/src/Microsoft.Graph/Generated/Models/SearchRequest.cs index e69716f3b81..6872a523f6e 100644 --- a/src/Microsoft.Graph/Generated/Models/SearchRequest.cs +++ b/src/Microsoft.Graph/Generated/Models/SearchRequest.cs @@ -91,7 +91,7 @@ public bool? EnableTopResults get { return BackingStore?.Get("enableTopResults"); } set { BackingStore?.Set("enableTopResults", value); } } - /// One or more types of resources expected in the response. Possible values are: list, site, listItem, message, event, drive, driveItem, person, externalItem, acronym, bookmark, chatMessage. For details about combinations of two or more entity types that are supported in the same search request, see known limitations. Required. + /// One or more types of resources expected in the response. The possible values are: list, site, listItem, message, event, drive, driveItem, person, externalItem, acronym, bookmark, chatMessage. For details about combinations of two or more entity types that are supported in the same search request, see known limitations. Required. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? EntityTypes diff --git a/src/Microsoft.Graph/Generated/Models/Security/AiAgentEvidence.cs b/src/Microsoft.Graph/Generated/Models/Security/AiAgentEvidence.cs index 3886ef6d90d..4b47ebcd257 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/AiAgentEvidence.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/AiAgentEvidence.cs @@ -44,7 +44,7 @@ public string AgentName set { BackingStore?.Set("agentName", value); } } #endif - /// Type of the platform the agent runs on. Possible values are: unknown, azureAIFoundry, copilotStudio, copilot, unknownFutureValue. + /// Type of the platform the agent runs on. The possible values are: unknown, azureAIFoundry, copilotStudio, copilot, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.Security.AiAgentPlatform? HostingPlatformType { get { return BackingStore?.Get("hostingPlatformType"); } diff --git a/src/Microsoft.Graph/Generated/Models/Security/Alert.cs b/src/Microsoft.Graph/Generated/Models/Security/Alert.cs index ea756c9980b..0421db59594 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/Alert.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/Alert.cs @@ -108,7 +108,7 @@ public string Category set { BackingStore?.Set("category", value); } } #endif - /// Specifies whether the alert represents a true threat. Possible values are: unknown, falsePositive, truePositive, informationalExpectedActivity, unknownFutureValue. + /// Specifies whether the alert represents a true threat. The possible values are: unknown, falsePositive, truePositive, informationalExpectedActivity, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.Security.AlertClassification? Classification { get { return BackingStore?.Get("classification"); } @@ -168,7 +168,7 @@ public string Description set { BackingStore?.Set("description", value); } } #endif - /// Detection technology or sensor that identified the notable component or activity. Possible values are: unknown, microsoftDefenderForEndpoint, antivirus, smartScreen, customTi, microsoftDefenderForOffice365, automatedInvestigation, microsoftThreatExperts, customDetection, microsoftDefenderForIdentity, cloudAppSecurity, microsoft365Defender, azureAdIdentityProtection, manual, microsoftDataLossPrevention, appGovernancePolicy, appGovernanceDetection, unknownFutureValue, microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl, microsoftThreatIntelligence, microsoftDefenderForAIServices, securityCopilot. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl, microsoftThreatIntelligence, microsoftDefenderForAIServices, securityCopilot. + /// Detection technology or sensor that identified the notable component or activity. The possible values are: unknown, microsoftDefenderForEndpoint, antivirus, smartScreen, customTi, microsoftDefenderForOffice365, automatedInvestigation, microsoftThreatExperts, customDetection, microsoftDefenderForIdentity, cloudAppSecurity, microsoft365Defender, azureAdIdentityProtection, manual, microsoftDataLossPrevention, appGovernancePolicy, appGovernanceDetection, unknownFutureValue, microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl, microsoftThreatIntelligence, microsoftDefenderForAIServices, securityCopilot. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl, microsoftThreatIntelligence, microsoftDefenderForAIServices, securityCopilot. public global::Microsoft.Graph.Beta.Models.Security.DetectionSource? DetectionSource { get { return BackingStore?.Get("detectionSource"); } @@ -190,7 +190,7 @@ public string DetectorId set { BackingStore?.Set("detectorId", value); } } #endif - /// Specifies the result of the investigation, whether the alert represents a true attack, and if so, the nature of the attack. Possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedAccount, phishing, maliciousUserActivity, notMalicious, notEnoughDataToValidate, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue. + /// Specifies the result of the investigation, whether the alert represents a true attack, and if so, the nature of the attack. The possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedAccount, phishing, maliciousUserActivity, notMalicious, notEnoughDataToValidate, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.Security.AlertDetermination? Determination { get { return BackingStore?.Get("determination"); } @@ -250,7 +250,7 @@ public string IncidentWebUrl set { BackingStore?.Set("incidentWebUrl", value); } } #endif - /// Information on the current status of the investigation. Possible values are: unknown, terminated, successfullyRemediated, benign, failed, partiallyRemediated, running, pendingApproval, pendingResource, queued, innerFailure, preexistingAlert, unsupportedOs, unsupportedAlertType, suppressedAlert, partiallyInvestigated, terminatedByUser, terminatedBySystem, unknownFutureValue. + /// Information on the current status of the investigation. The possible values are: unknown, terminated, successfullyRemediated, benign, failed, partiallyRemediated, running, pendingApproval, pendingResource, queued, innerFailure, preexistingAlert, unsupportedOs, unsupportedAlertType, suppressedAlert, partiallyInvestigated, terminatedByUser, terminatedBySystem, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.Security.InvestigationState? InvestigationState { get { return BackingStore?.Get("investigationState"); } diff --git a/src/Microsoft.Graph/Generated/Models/Security/CaseOperation.cs b/src/Microsoft.Graph/Generated/Models/Security/CaseOperation.cs index 1bb6efc5b36..ed79c79f322 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/CaseOperation.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/CaseOperation.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models.Security public partial class CaseOperation : global::Microsoft.Graph.Beta.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The type of action the operation represents. Possible values are: contentExport, applyTags, convertToPdf, index, estimateStatistics, addToReviewSet, holdUpdate, unknownFutureValue, purgeData, exportReport, exportResult, holdPolicySync. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: purgeData, exportReport, exportResult, holdPolicySync. + /// The type of action the operation represents. The possible values are: contentExport, applyTags, convertToPdf, index, estimateStatistics, addToReviewSet, holdUpdate, unknownFutureValue, purgeData, exportReport, exportResult, holdPolicySync. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: purgeData, exportReport, exportResult, holdPolicySync. public global::Microsoft.Graph.Beta.Models.Security.CaseAction? Action { get { return BackingStore?.Get("action"); } @@ -68,7 +68,7 @@ public int? PercentProgress set { BackingStore?.Set("resultInfo", value); } } #endif - /// The status of the case operation. Possible values are: notStarted, submissionFailed, running, succeeded, partiallySucceeded, failed, unknownFutureValue. + /// The status of the case operation. The possible values are: notStarted, submissionFailed, running, succeeded, partiallySucceeded, failed, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.Security.CaseOperationStatus? Status { get { return BackingStore?.Get("status"); } diff --git a/src/Microsoft.Graph/Generated/Models/Security/CloudAppDiscoveryReport.cs b/src/Microsoft.Graph/Generated/Models/Security/CloudAppDiscoveryReport.cs index 391fe199476..3e952055700 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/CloudAppDiscoveryReport.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/CloudAppDiscoveryReport.cs @@ -80,7 +80,7 @@ public DateTimeOffset? LastModifiedDateTime get { return BackingStore?.Get("lastModifiedDateTime"); } set { BackingStore?.Set("lastModifiedDateTime", value); } } - /// The applicable log data provider. Possible values are: barracuda, bluecoat, checkpoint, ciscoAsa, ciscoIronportProxy, fortigate, paloAlto, squid, zscaler, mcafeeSwg, ciscoScanSafe, juniperSrx, sophosSg, websenseV75, websenseSiemCef, machineZoneMeraki, squidNative, ciscoFwsm, microsoftIsaW3C, sonicwall, sophosCyberoam, clavister, customParser, juniperSsg, zscalerQradar, juniperSrxSd, juniperSrxWelf, microsoftConditionalAppAccess, ciscoAsaFirepower, genericCef, genericLeef, genericW3C, iFilter, checkpointXml, checkpointSmartViewTracker, barracudaNextGenFw, barracudaNextGenFwWeblog, microsoftDefenderForEndpoint, zscalerCef, sophosXg, iboss, forcepoint, fortios, ciscoIronportWsaIi, paloAltoLeef, forcepointLeef, stormshield, contentkeeper, ciscoIronportWsaIii, checkpointCef, corrata, ciscoFirepowerV6, menloSecurityCef, watchguardXtm, openSystemsSecureWebGateway, wandera, unknownFutureValue. + /// The applicable log data provider. The possible values are: barracuda, bluecoat, checkpoint, ciscoAsa, ciscoIronportProxy, fortigate, paloAlto, squid, zscaler, mcafeeSwg, ciscoScanSafe, juniperSrx, sophosSg, websenseV75, websenseSiemCef, machineZoneMeraki, squidNative, ciscoFwsm, microsoftIsaW3C, sonicwall, sophosCyberoam, clavister, customParser, juniperSsg, zscalerQradar, juniperSrxSd, juniperSrxWelf, microsoftConditionalAppAccess, ciscoAsaFirepower, genericCef, genericLeef, genericW3C, iFilter, checkpointXml, checkpointSmartViewTracker, barracudaNextGenFw, barracudaNextGenFwWeblog, microsoftDefenderForEndpoint, zscalerCef, sophosXg, iboss, forcepoint, fortios, ciscoIronportWsaIi, paloAltoLeef, forcepointLeef, stormshield, contentkeeper, ciscoIronportWsaIii, checkpointCef, corrata, ciscoFirepowerV6, menloSecurityCef, watchguardXtm, openSystemsSecureWebGateway, wandera, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.Security.LogDataProvider? LogDataProvider { get { return BackingStore?.Get("logDataProvider"); } @@ -92,13 +92,13 @@ public int? LogFileCount get { return BackingStore?.Get("logFileCount"); } set { BackingStore?.Set("logFileCount", value); } } - /// The applicable receiver protocol. Possible values are: ftp, ftps, syslogUdp, syslogTcp, syslogTls, unknownFutureValue. + /// The applicable receiver protocol. The possible values are: ftp, ftps, syslogUdp, syslogTcp, syslogTls, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.Security.ReceiverProtocol? ReceiverProtocol { get { return BackingStore?.Get("receiverProtocol"); } set { BackingStore?.Set("receiverProtocol", value); } } - /// The supported entity type. Possible values are: userName, ipAddress, machineName, other, unknown, unknownFutureValue. + /// The supported entity type. The possible values are: userName, ipAddress, machineName, other, unknown, unknownFutureValue. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? SupportedEntityTypes @@ -114,7 +114,7 @@ public int? LogFileCount set { BackingStore?.Set("supportedEntityTypes", value); } } #endif - /// The supported traffic type. Possible values are: downloadedBytes, uploadedBytes, unknown, unknownFutureValue. + /// The supported traffic type. The possible values are: downloadedBytes, uploadedBytes, unknown, unknownFutureValue. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? SupportedTrafficTypes diff --git a/src/Microsoft.Graph/Generated/Models/Security/ContentInfo.cs b/src/Microsoft.Graph/Generated/Models/Security/ContentInfo.cs index 29671f62c30..da6fe03ecf7 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/ContentInfo.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/ContentInfo.cs @@ -21,7 +21,7 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// The format of the content to be labeled. Possible values are: file, email. + /// The format of the content to be labeled. The possible values are: file, email. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? ContentFormat diff --git a/src/Microsoft.Graph/Generated/Models/Security/DataSourceContainer.cs b/src/Microsoft.Graph/Generated/Models/Security/DataSourceContainer.cs index 6fe905a6e1f..0b426bfa21d 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/DataSourceContainer.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/DataSourceContainer.cs @@ -52,7 +52,7 @@ public DateTimeOffset? ReleasedDateTime get { return BackingStore?.Get("releasedDateTime"); } set { BackingStore?.Set("releasedDateTime", value); } } - /// Latest status of the dataSourceContainer. Possible values are: Active, Released. + /// Latest status of the dataSourceContainer. The possible values are: Active, Released. public global::Microsoft.Graph.Beta.Models.Security.DataSourceContainerStatus? Status { get { return BackingStore?.Get("status"); } diff --git a/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryAddToReviewSetOperation.cs b/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryAddToReviewSetOperation.cs index 598ff393d62..f1abbfd2131 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryAddToReviewSetOperation.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryAddToReviewSetOperation.cs @@ -12,25 +12,25 @@ namespace Microsoft.Graph.Beta.Models.Security public partial class EdiscoveryAddToReviewSetOperation : global::Microsoft.Graph.Beta.Models.Security.CaseOperation, IParsable #pragma warning restore CS1591 { - /// The options to add items to the review set. Possible values are: allVersions, linkedFiles, unknownFutureValue, advancedIndexing, listAttachments, htmlTranscripts, messageConversationExpansion, locationsWithoutHits, allItemsInFolder. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: advancedIndexing, listAttachments, htmlTranscripts, messageConversationExpansion, locationsWithoutHits, allItemsInFolder. + /// The options to add items to the review set. The possible values are: allVersions, linkedFiles, unknownFutureValue, advancedIndexing, listAttachments, htmlTranscripts, messageConversationExpansion, locationsWithoutHits, allItemsInFolder. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: advancedIndexing, listAttachments, htmlTranscripts, messageConversationExpansion, locationsWithoutHits, allItemsInFolder. public global::Microsoft.Graph.Beta.Models.Security.AdditionalDataOptions? AdditionalDataOptions { get { return BackingStore?.Get("additionalDataOptions"); } set { BackingStore?.Set("additionalDataOptions", value); } } - /// Specifies the number of most recent versions of cloud attachments to collect. Possible values are: latest, recent10, recent100, all, unknownFutureValue. + /// Specifies the number of most recent versions of cloud attachments to collect. The possible values are: latest, recent10, recent100, all, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.Security.CloudAttachmentVersion? CloudAttachmentVersion { get { return BackingStore?.Get("cloudAttachmentVersion"); } set { BackingStore?.Set("cloudAttachmentVersion", value); } } - /// Specifies the number of most recent versions of SharePoint documents to collect. Possible values are: latest, recent10, recent100, all, unknownFutureValue. + /// Specifies the number of most recent versions of SharePoint documents to collect. The possible values are: latest, recent10, recent100, all, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.Security.DocumentVersion? DocumentVersion { get { return BackingStore?.Get("documentVersion"); } set { BackingStore?.Set("documentVersion", value); } } - /// The items to include in the review set. Possible values are: searchHits, partiallyIndexed, unknownFutureValue. + /// The items to include in the review set. The possible values are: searchHits, partiallyIndexed, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.Security.ItemsToInclude? ItemsToInclude { get { return BackingStore?.Get("itemsToInclude"); } diff --git a/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryCaseSettings.cs b/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryCaseSettings.cs index 2d6c7e8da52..1dffda85d7e 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryCaseSettings.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryCaseSettings.cs @@ -50,7 +50,7 @@ public partial class EdiscoveryCaseSettings : global::Microsoft.Graph.Beta.Model set { BackingStore?.Set("redundancyDetection", value); } } #endif - /// The settings of the review set for the case. Possible values are: none, disableGrouping, unknownFutureValue. + /// The settings of the review set for the case. The possible values are: none, disableGrouping, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.Security.ReviewSetSettings? ReviewSetSettings { get { return BackingStore?.Get("reviewSetSettings"); } diff --git a/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryEstimateOperation.cs b/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryEstimateOperation.cs index bf5a7d80516..abe16caa887 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryEstimateOperation.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryEstimateOperation.cs @@ -68,7 +68,7 @@ public int? SiteCount get { return BackingStore?.Get("siteCount"); } set { BackingStore?.Set("siteCount", value); } } - /// The options to generate statistics. Possible values are: includeRefiners, includeQueryStats, includeUnindexedStats, advancedIndexing, locationsWithoutHits, unknownFutureValue. + /// The options to generate statistics. The possible values are: includeRefiners, includeQueryStats, includeUnindexedStats, advancedIndexing, locationsWithoutHits, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.Security.StatisticsOptions? StatisticsOptions { get { return BackingStore?.Get("statisticsOptions"); } diff --git a/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryExportOperation.cs b/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryExportOperation.cs index b67a4a0bb0b..a951dadc1df 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryExportOperation.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryExportOperation.cs @@ -76,13 +76,13 @@ public string Description set { BackingStore?.Set("exportFileMetadata", value); } } #endif - /// The options provided for the export. For more information, see reviewSet: export. The fileInfo member is deprecated and stopped returning data on April 30, 2023. Going forward, the summary and load files are always included. Possible values are: originalFiles, text, pdfReplacement, tags, unknownFutureValue, splitSource, includeFolderAndPath, friendlyName, condensePaths. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: splitSource, includeFolderAndPath, friendlyName, condensePaths. + /// The options provided for the export. For more information, see reviewSet: export. The fileInfo member is deprecated and stopped returning data on April 30, 2023. Going forward, the summary and load files are always included. The possible values are: originalFiles, text, pdfReplacement, tags, unknownFutureValue, splitSource, includeFolderAndPath, friendlyName, condensePaths. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: splitSource, includeFolderAndPath, friendlyName, condensePaths. public global::Microsoft.Graph.Beta.Models.Security.ExportOptions? ExportOptions { get { return BackingStore?.Get("exportOptions"); } set { BackingStore?.Set("exportOptions", value); } } - /// The options that specify the structure of the export. For more information, see reviewSet: export. Possible values are: none, directory (deprecated), pst, unknownFutureValue, msg. Use the Prefer: include-unknown-enum-members request header to get the following members from this evolvable enum: msg. The directory member is deprecated. It remains in beta for backward compatibility. Going forward, use either pst or msg. + /// The options that specify the structure of the export. For more information, see reviewSet: export. The possible values are: none, directory (deprecated), pst, unknownFutureValue, msg. Use the Prefer: include-unknown-enum-members request header to get the following members from this evolvable enum: msg. The directory member is deprecated. It remains in beta for backward compatibility. Going forward, use either pst or msg. public global::Microsoft.Graph.Beta.Models.Security.ExportFileStructure? ExportStructure { get { return BackingStore?.Get("exportStructure"); } diff --git a/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryReviewTag.cs b/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryReviewTag.cs index bdd51eb1dd6..98bf4297767 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryReviewTag.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryReviewTag.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models.Security public partial class EdiscoveryReviewTag : global::Microsoft.Graph.Beta.Models.Security.Tag, IParsable #pragma warning restore CS1591 { - /// Indicates whether a single or multiple child tags can be associated with a document. Possible values are: One, Many. This value controls whether the UX presents the tags as checkboxes or a radio button group. + /// Indicates whether a single or multiple child tags can be associated with a document. The possible values are: One, Many. This value controls whether the UX presents the tags as checkboxes or a radio button group. public global::Microsoft.Graph.Beta.Models.Security.ChildSelectability? ChildSelectability { get { return BackingStore?.Get("childSelectability"); } diff --git a/src/Microsoft.Graph/Generated/Models/Security/EdiscoverySearch.cs b/src/Microsoft.Graph/Generated/Models/Security/EdiscoverySearch.cs index b843784bcce..368527f9cd8 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/EdiscoverySearch.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/EdiscoverySearch.cs @@ -60,7 +60,7 @@ public partial class EdiscoverySearch : global::Microsoft.Graph.Beta.Models.Secu set { BackingStore?.Set("custodianSources", value); } } #endif - /// When specified, the collection spans across a service for an entire workload. Possible values are: none, allTenantMailboxes, allTenantSites, allCaseCustodians, allCaseNoncustodialDataSources. + /// When specified, the collection spans across a service for an entire workload. The possible values are: none, allTenantMailboxes, allTenantSites, allCaseCustodians, allCaseNoncustodialDataSources. public global::Microsoft.Graph.Beta.Models.Security.DataSourceScopes? DataSourceScopes { get { return BackingStore?.Get("dataSourceScopes"); } diff --git a/src/Microsoft.Graph/Generated/Models/Security/EdiscoverySearchExportOperation.cs b/src/Microsoft.Graph/Generated/Models/Security/EdiscoverySearchExportOperation.cs index f0d474ca4dc..c6cd20b4014 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/EdiscoverySearchExportOperation.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/EdiscoverySearchExportOperation.cs @@ -18,7 +18,7 @@ public partial class EdiscoverySearchExportOperation : global::Microsoft.Graph.B get { return BackingStore?.Get("additionalOptions"); } set { BackingStore?.Set("additionalOptions", value); } } - /// The versions of cloud attachments to include in messages. Possible values are: latest, recent10, recent100, all, unknownFutureValue. + /// The versions of cloud attachments to include in messages. The possible values are: latest, recent10, recent100, all, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.Security.CloudAttachmentVersion? CloudAttachmentVersion { get { return BackingStore?.Get("cloudAttachmentVersion"); } @@ -56,7 +56,7 @@ public string DisplayName set { BackingStore?.Set("displayName", value); } } #endif - /// The versions of files in SharePoint to include. Possible values are: latest, recent10, recent100, all, unknownFutureValue. + /// The versions of files in SharePoint to include. The possible values are: latest, recent10, recent100, all, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.Security.DocumentVersion? DocumentVersion { get { return BackingStore?.Get("documentVersion"); } diff --git a/src/Microsoft.Graph/Generated/Models/Security/GoogleCloudResourceEvidence.cs b/src/Microsoft.Graph/Generated/Models/Security/GoogleCloudResourceEvidence.cs index 00e4df46b6e..0ea17f628a1 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/GoogleCloudResourceEvidence.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/GoogleCloudResourceEvidence.cs @@ -44,7 +44,7 @@ public string Location set { BackingStore?.Set("location", value); } } #endif - /// The type of location. Possible values are: unknown, regional, zonal, global, unknownFutureValue. + /// The type of location. The possible values are: unknown, regional, zonal, global, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.Security.GoogleCloudLocationType? LocationType { get { return BackingStore?.Get("locationType"); } diff --git a/src/Microsoft.Graph/Generated/Models/Security/Incident.cs b/src/Microsoft.Graph/Generated/Models/Security/Incident.cs index a7f4f1c1b5a..c719007d8af 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/Incident.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/Incident.cs @@ -44,7 +44,7 @@ public string AssignedTo set { BackingStore?.Set("assignedTo", value); } } #endif - /// The specification for the incident. Possible values are: unknown, falsePositive, truePositive, informationalExpectedActivity, unknownFutureValue. + /// The specification for the incident. The possible values are: unknown, falsePositive, truePositive, informationalExpectedActivity, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.Security.AlertClassification? Classification { get { return BackingStore?.Get("classification"); } @@ -104,7 +104,7 @@ public string Description set { BackingStore?.Set("description", value); } } #endif - /// Specifies the determination of the incident. Possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedUser, phishing, maliciousUserActivity, clean, insufficientData, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue. + /// Specifies the determination of the incident. The possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedUser, phishing, maliciousUserActivity, clean, insufficientData, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.Security.AlertDetermination? Determination { get { return BackingStore?.Get("determination"); } diff --git a/src/Microsoft.Graph/Generated/Models/Security/KubernetesClusterEvidence.cs b/src/Microsoft.Graph/Generated/Models/Security/KubernetesClusterEvidence.cs index 6a016e7acf1..5a8a47c1887 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/KubernetesClusterEvidence.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/KubernetesClusterEvidence.cs @@ -60,7 +60,7 @@ public string Name set { BackingStore?.Set("name", value); } } #endif - /// The platform the cluster runs on. Possible values are: unknown, aks, eks, gke, arc, unknownFutureValue. + /// The platform the cluster runs on. The possible values are: unknown, aks, eks, gke, arc, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.Security.KubernetesPlatform? Platform { get { return BackingStore?.Get("platform"); } diff --git a/src/Microsoft.Graph/Generated/Models/Security/KubernetesServicePort.cs b/src/Microsoft.Graph/Generated/Models/Security/KubernetesServicePort.cs index 41a7ed207ef..d8fc99644ac 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/KubernetesServicePort.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/KubernetesServicePort.cs @@ -81,7 +81,7 @@ public int? Port get { return BackingStore?.Get("port"); } set { BackingStore?.Set("port", value); } } - /// The protocol name. Possible values are: udp, tcp, sctp, unknownFutureValue. + /// The protocol name. The possible values are: udp, tcp, sctp, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.Security.ContainerPortProtocol? Protocol { get { return BackingStore?.Get("protocol"); } diff --git a/src/Microsoft.Graph/Generated/Models/Security/SettingsContainer.cs b/src/Microsoft.Graph/Generated/Models/Security/SettingsContainer.cs index a48a127503f..e4b6b917593 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/SettingsContainer.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/SettingsContainer.cs @@ -12,22 +12,6 @@ namespace Microsoft.Graph.Beta.Models.Security public partial class SettingsContainer : global::Microsoft.Graph.Beta.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Represents automatic configuration for collection of Windows event logs as needed for Defender for Identity sensors. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Beta.Models.Security.AutoAuditingConfiguration? AutoAuditingConfiguration - { - get { return BackingStore?.Get("autoAuditingConfiguration"); } - set { BackingStore?.Set("autoAuditingConfiguration", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Beta.Models.Security.AutoAuditingConfiguration AutoAuditingConfiguration - { - get { return BackingStore?.Get("autoAuditingConfiguration"); } - set { BackingStore?.Set("autoAuditingConfiguration", value); } - } -#endif /// /// Creates a new instance of the appropriate class based on discriminator value /// @@ -46,7 +30,6 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { - { "autoAuditingConfiguration", n => { AutoAuditingConfiguration = n.GetObjectValue(global::Microsoft.Graph.Beta.Models.Security.AutoAuditingConfiguration.CreateFromDiscriminatorValue); } }, }; } /// @@ -57,7 +40,6 @@ public override void Serialize(ISerializationWriter writer) { if(ReferenceEquals(writer, null)) throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); - writer.WriteObjectValue("autoAuditingConfiguration", AutoAuditingConfiguration); } } } diff --git a/src/Microsoft.Graph/Generated/Models/Security/TeamsMessageEvidence.cs b/src/Microsoft.Graph/Generated/Models/Security/TeamsMessageEvidence.cs index ca2f87c6cc1..82ca16bf795 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/TeamsMessageEvidence.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/TeamsMessageEvidence.cs @@ -44,13 +44,13 @@ public string ChannelId set { BackingStore?.Set("channelId", value); } } #endif - /// The delivery action of this Teams message. Possible values are: unknown, deliveredAsSpam, delivered, blocked, replaced, unknownFutureValue. + /// The delivery action of this Teams message. The possible values are: unknown, deliveredAsSpam, delivered, blocked, replaced, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.Security.TeamsMessageDeliveryAction? DeliveryAction { get { return BackingStore?.Get("deliveryAction"); } set { BackingStore?.Set("deliveryAction", value); } } - /// The delivery location of this Teams message. Possible values are: unknown, teams, quarantine, failed, unknownFutureValue. + /// The delivery location of this Teams message. The possible values are: unknown, teams, quarantine, failed, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.Security.TeamsDeliveryLocation? DeliveryLocation { get { return BackingStore?.Get("deliveryLocation"); } diff --git a/src/Microsoft.Graph/Generated/Models/Security/UnifiedGroupSource.cs b/src/Microsoft.Graph/Generated/Models/Security/UnifiedGroupSource.cs index c49c002af8a..2d898969591 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/UnifiedGroupSource.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/UnifiedGroupSource.cs @@ -28,7 +28,7 @@ public partial class UnifiedGroupSource : global::Microsoft.Graph.Beta.Models.Se set { BackingStore?.Set("group", value); } } #endif - /// Specifies which sources are included in this group. Possible values are: mailbox, site. + /// Specifies which sources are included in this group. The possible values are: mailbox, site. public global::Microsoft.Graph.Beta.Models.Security.SourceType? IncludedSources { get { return BackingStore?.Get("includedSources"); } diff --git a/src/Microsoft.Graph/Generated/Models/Security/UserSource.cs b/src/Microsoft.Graph/Generated/Models/Security/UserSource.cs index 11708cfb202..1b5674a3fd5 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/UserSource.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/UserSource.cs @@ -28,7 +28,7 @@ public string Email set { BackingStore?.Set("email", value); } } #endif - /// Specifies which sources are included in this group. Possible values are: mailbox, site. + /// Specifies which sources are included in this group. The possible values are: mailbox, site. public global::Microsoft.Graph.Beta.Models.Security.SourceType? IncludedSources { get { return BackingStore?.Get("includedSources"); } diff --git a/src/Microsoft.Graph/Generated/Models/SecurityAction.cs b/src/Microsoft.Graph/Generated/Models/SecurityAction.cs index c95871e4e65..e188dc7d22c 100644 --- a/src/Microsoft.Graph/Generated/Models/SecurityAction.cs +++ b/src/Microsoft.Graph/Generated/Models/SecurityAction.cs @@ -158,7 +158,7 @@ public string Name set { BackingStore?.Set("states", value); } } #endif - /// Status of the action. Possible values are: NotStarted, Running, Completed, Failed. + /// Status of the action. The possible values are: NotStarted, Running, Completed, Failed. public global::Microsoft.Graph.Beta.Models.OperationStatus? Status { get { return BackingStore?.Get("status"); } diff --git a/src/Microsoft.Graph/Generated/Models/SecurityActionState.cs b/src/Microsoft.Graph/Generated/Models/SecurityActionState.cs index 72871b2616b..0de547de8e9 100644 --- a/src/Microsoft.Graph/Generated/Models/SecurityActionState.cs +++ b/src/Microsoft.Graph/Generated/Models/SecurityActionState.cs @@ -53,7 +53,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// Status of the securityAction in this update. Possible values are: NotStarted, Running, Completed, Failed. + /// Status of the securityAction in this update. The possible values are: NotStarted, Running, Completed, Failed. public global::Microsoft.Graph.Beta.Models.OperationStatus? Status { get { return BackingStore?.Get("status"); } diff --git a/src/Microsoft.Graph/Generated/Models/SecurityResource.cs b/src/Microsoft.Graph/Generated/Models/SecurityResource.cs index dbc05b65e3a..de3fbc84cd3 100644 --- a/src/Microsoft.Graph/Generated/Models/SecurityResource.cs +++ b/src/Microsoft.Graph/Generated/Models/SecurityResource.cs @@ -53,7 +53,7 @@ public string Resource set { BackingStore?.Set("resource", value); } } #endif - /// Represents type of security resources related to an alert. Possible values are: attacked, related. + /// Represents type of security resources related to an alert. The possible values are: attacked, related. public global::Microsoft.Graph.Beta.Models.SecurityResourceType? ResourceType { get { return BackingStore?.Get("resourceType"); } diff --git a/src/Microsoft.Graph/Generated/Models/SendDtmfTonesOperation.cs b/src/Microsoft.Graph/Generated/Models/SendDtmfTonesOperation.cs index ce3a9e04da9..9c81bac50af 100644 --- a/src/Microsoft.Graph/Generated/Models/SendDtmfTonesOperation.cs +++ b/src/Microsoft.Graph/Generated/Models/SendDtmfTonesOperation.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class SendDtmfTonesOperation : global::Microsoft.Graph.Beta.Models.CommsOperation, IParsable #pragma warning restore CS1591 { - /// The results of the action. Possible values are: unknown, completedSuccessfully, mediaOperationCanceled, unknownfutureValue. + /// The results of the action. The possible values are: unknown, completedSuccessfully, mediaOperationCanceled, unknownfutureValue. public global::Microsoft.Graph.Beta.Models.SendDtmfCompletionReason? CompletionReason { get { return BackingStore?.Get("completionReason"); } diff --git a/src/Microsoft.Graph/Generated/Models/ServiceHealthIssuePost.cs b/src/Microsoft.Graph/Generated/Models/ServiceHealthIssuePost.cs index 83f369fd29a..c38c4732caf 100644 --- a/src/Microsoft.Graph/Generated/Models/ServiceHealthIssuePost.cs +++ b/src/Microsoft.Graph/Generated/Models/ServiceHealthIssuePost.cs @@ -59,7 +59,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// The post type of the service issue historical post. Possible values are: regular, quick, strategic, unknownFutureValue. + /// The post type of the service issue historical post. The possible values are: regular, quick, strategic, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.PostType? PostType { get { return BackingStore?.Get("postType"); } diff --git a/src/Microsoft.Graph/Generated/Models/ServicePrincipal.cs b/src/Microsoft.Graph/Generated/Models/ServicePrincipal.cs index 579c24883c7..26e6e8579a0 100644 --- a/src/Microsoft.Graph/Generated/Models/ServicePrincipal.cs +++ b/src/Microsoft.Graph/Generated/Models/ServicePrincipal.cs @@ -302,7 +302,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/ServicePrincipalRiskDetection.cs b/src/Microsoft.Graph/Generated/Models/ServicePrincipalRiskDetection.cs index 722fcee73ef..5ea609f5ca3 100644 --- a/src/Microsoft.Graph/Generated/Models/ServicePrincipalRiskDetection.cs +++ b/src/Microsoft.Graph/Generated/Models/ServicePrincipalRiskDetection.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class ServicePrincipalRiskDetection : global::Microsoft.Graph.Beta.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Indicates the activity type the detected risk is linked to. The possible values are: signin, servicePrincipal. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: servicePrincipal. + /// Indicates the activity type the detected risk is linked to. public global::Microsoft.Graph.Beta.Models.ActivityType? Activity { get { return BackingStore?.Get("activity"); } diff --git a/src/Microsoft.Graph/Generated/Models/SharePointGroupMigrationTaskParameters.cs b/src/Microsoft.Graph/Generated/Models/SharePointGroupMigrationTaskParameters.cs index 0c2a307eee3..ae946b0c901 100644 --- a/src/Microsoft.Graph/Generated/Models/SharePointGroupMigrationTaskParameters.cs +++ b/src/Microsoft.Graph/Generated/Models/SharePointGroupMigrationTaskParameters.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class SharePointGroupMigrationTaskParameters : global::Microsoft.Graph.Beta.Models.SharePointMigrationTaskParameters, IParsable #pragma warning restore CS1591 { - /// The sourceGroupIdentity property + /// The identity of the source group in the source tenant, including its mail nickname. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public global::Microsoft.Graph.Beta.Models.GroupIdentity? SourceGroupIdentity @@ -28,7 +28,7 @@ public partial class SharePointGroupMigrationTaskParameters : global::Microsoft. set { BackingStore?.Set("sourceGroupIdentity", value); } } #endif - /// The targetGroupIdentity property + /// The identity of the target group in the target tenant, including its mail nickname. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public global::Microsoft.Graph.Beta.Models.GroupIdentity? TargetGroupIdentity diff --git a/src/Microsoft.Graph/Generated/Models/SharePointMigrationTask.cs b/src/Microsoft.Graph/Generated/Models/SharePointMigrationTask.cs index dc2bb565129..3225b49a73e 100644 --- a/src/Microsoft.Graph/Generated/Models/SharePointMigrationTask.cs +++ b/src/Microsoft.Graph/Generated/Models/SharePointMigrationTask.cs @@ -28,13 +28,13 @@ public partial class SharePointMigrationTask : global::Microsoft.Graph.Beta.Mode set { BackingStore?.Set("error", value); } } #endif - /// The finishedDateTime property + /// Date and time when the sharePointMigrationTask ended, if available. The task might complete successfully or fail, but it ends at that time. Read-only. Only on OneDrive and SharePoint. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. public DateTimeOffset? FinishedDateTime { get { return BackingStore?.Get("finishedDateTime"); } set { BackingStore?.Set("finishedDateTime", value); } } - /// The lastUpdatedDateTime property + /// Date and time when the sharePointMigrationTask was last updated or processed, if available. Use this property to find tasks that stopped processing for a long time. Read-only. Optional. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. public DateTimeOffset? LastUpdatedDateTime { get { return BackingStore?.Get("lastUpdatedDateTime"); } @@ -56,7 +56,7 @@ public DateTimeOffset? LastUpdatedDateTime set { BackingStore?.Set("parameters", value); } } #endif - /// The startedDateTime property + /// Date and time when the sharePointMigrationTask started, if available. Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. public DateTimeOffset? StartedDateTime { get { return BackingStore?.Get("startedDateTime"); } diff --git a/src/Microsoft.Graph/Generated/Models/SharePointMigrationTaskParameters.cs b/src/Microsoft.Graph/Generated/Models/SharePointMigrationTaskParameters.cs index 2679caa46b9..6ace172fdcc 100644 --- a/src/Microsoft.Graph/Generated/Models/SharePointMigrationTaskParameters.cs +++ b/src/Microsoft.Graph/Generated/Models/SharePointMigrationTaskParameters.cs @@ -37,19 +37,19 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// The preferredLatestStartDateTime property + /// The preferred latest start date and time. The system cancels the sharePointMigrationTask if it doesn't start by this time. The value must be greater than the preferredStartDateTime, if present. Optional. Only on OneDrive and SharePoint. public DateTimeOffset? PreferredLatestStartDateTime { get { return BackingStore?.Get("preferredLatestStartDateTime"); } set { BackingStore?.Set("preferredLatestStartDateTime", value); } } - /// The preferredStartDateTime property + /// The preferred start date and time that allows the sharePointMigrationTask to start at a future time instead of as soon as possible (default). Optional. Only on OneDrive and SharePoint. public DateTimeOffset? PreferredStartDateTime { get { return BackingStore?.Get("preferredStartDateTime"); } set { BackingStore?.Set("preferredStartDateTime", value); } } - /// The sourceSiteUrl property + /// The SharePoint URL of the source site. Optional. Exactly one of sourceSiteId or sourceUrl must be specified. If both or neither are specified, it's an error. Only on OneDrive and SharePoint. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? SourceSiteUrl @@ -65,7 +65,7 @@ public string SourceSiteUrl set { BackingStore?.Set("sourceSiteUrl", value); } } #endif - /// The targetDataLocationCode property + /// In Microsoft Entra, this value represents the geographic location (for example, JPN, NAM) of the target organization where the resource must be migrated to ensure data residency and compliance. This property isn't required for single-geo target organizations or when the migration is to the default GEO of a multi-geo target organization. Optional. Only on OneDrive and SharePoint. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? TargetDataLocationCode @@ -81,7 +81,7 @@ public string TargetDataLocationCode set { BackingStore?.Set("targetDataLocationCode", value); } } #endif - /// The targetOrganizationHost property + /// The root, admin, or my site host of the specific multi-geo instance of the target organization where the resource must be migrated to ensure data residency and compliance. This property isn't required for single-geo target organizations or when the migration is to the default GEO of a multi-geo target organization. Optional. Only on OneDrive and SharePoint. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? TargetOrganizationHost @@ -97,13 +97,13 @@ public string TargetOrganizationHost set { BackingStore?.Set("targetOrganizationHost", value); } } #endif - /// The targetOrganizationId property + /// The unique Microsoft Entra company ID of the target organization to which the source resource must be migrated. Only on OneDrive and SharePoint. public Guid? TargetOrganizationId { get { return BackingStore?.Get("targetOrganizationId"); } set { BackingStore?.Set("targetOrganizationId", value); } } - /// The targetSiteUrl property + /// The SharePoint URL of the target site. Only on OneDrive and SharePoint. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? TargetSiteUrl @@ -119,7 +119,7 @@ public string TargetSiteUrl set { BackingStore?.Set("targetSiteUrl", value); } } #endif - /// The validateOnly property + /// Indicates whether this task is an actual migration or only a validation. If the parameter is missing, the system treats it as false. The default behavior is a real migration. Optional. Only on OneDrive and SharePoint. public bool? ValidateOnly { get { return BackingStore?.Get("validateOnly"); } diff --git a/src/Microsoft.Graph/Generated/Models/SharePointMigrationsRoot.cs b/src/Microsoft.Graph/Generated/Models/SharePointMigrationsRoot.cs index 8114f2a5830..66749f342f2 100644 --- a/src/Microsoft.Graph/Generated/Models/SharePointMigrationsRoot.cs +++ b/src/Microsoft.Graph/Generated/Models/SharePointMigrationsRoot.cs @@ -28,7 +28,7 @@ public partial class SharePointMigrationsRoot : global::Microsoft.Graph.Beta.Mod set { BackingStore?.Set("crossOrganizationGroupMappings", value); } } #endif - /// The crossOrganizationMigrationTasks property + /// A collection of sharePointMigrationTask resources that represent cross-organization migration tasks. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? CrossOrganizationMigrationTasks diff --git a/src/Microsoft.Graph/Generated/Models/SharePointUserMigrationTaskParameters.cs b/src/Microsoft.Graph/Generated/Models/SharePointUserMigrationTaskParameters.cs index eff1c7225fc..c985828a44c 100644 --- a/src/Microsoft.Graph/Generated/Models/SharePointUserMigrationTaskParameters.cs +++ b/src/Microsoft.Graph/Generated/Models/SharePointUserMigrationTaskParameters.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class SharePointUserMigrationTaskParameters : global::Microsoft.Graph.Beta.Models.SharePointMigrationTaskParameters, IParsable #pragma warning restore CS1591 { - /// The sourceUserIdentity property + /// The source user in the source tenant, including the user object ID and the user principal name. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public global::Microsoft.Graph.Beta.Models.UserIdentity? SourceUserIdentity @@ -28,7 +28,7 @@ public partial class SharePointUserMigrationTaskParameters : global::Microsoft.G set { BackingStore?.Set("sourceUserIdentity", value); } } #endif - /// The targetUserIdentity property + /// The target user in the target tenant, including the user object ID and the user principal name. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public global::Microsoft.Graph.Beta.Models.UserIdentity? TargetUserIdentity diff --git a/src/Microsoft.Graph/Generated/Models/SharepointSettings.cs b/src/Microsoft.Graph/Generated/Models/SharepointSettings.cs index d98b2366500..ca08b37bf5e 100644 --- a/src/Microsoft.Graph/Generated/Models/SharepointSettings.cs +++ b/src/Microsoft.Graph/Generated/Models/SharepointSettings.cs @@ -82,7 +82,7 @@ public List ExcludedFileExtensionsForSyncApp set { BackingStore?.Set("idleSessionSignOut", value); } } #endif - /// Specifies the image tagging option for the tenant. Possible values are: disabled, basic, enhanced. + /// Specifies the image tagging option for the tenant. The possible values are: disabled, basic, enhanced. public global::Microsoft.Graph.Beta.Models.ImageTaggingChoice? ImageTaggingOption { get { return BackingStore?.Get("imageTaggingOption"); } @@ -216,13 +216,13 @@ public List SharingBlockedDomainList set { BackingStore?.Set("sharingBlockedDomainList", value); } } #endif - /// Sharing capability for the tenant. Possible values are: disabled, externalUserSharingOnly, externalUserAndGuestSharing, existingExternalUserSharingOnly. + /// Sharing capability for the tenant. The possible values are: disabled, externalUserSharingOnly, externalUserAndGuestSharing, existingExternalUserSharingOnly. public global::Microsoft.Graph.Beta.Models.SharingCapabilities? SharingCapability { get { return BackingStore?.Get("sharingCapability"); } set { BackingStore?.Set("sharingCapability", value); } } - /// Specifies the external sharing mode for domains. Possible values are: none, allowList, blockList. + /// Specifies the external sharing mode for domains. The possible values are: none, allowList, blockList. public global::Microsoft.Graph.Beta.Models.SharingDomainRestrictionMode? SharingDomainRestrictionMode { get { return BackingStore?.Get("sharingDomainRestrictionMode"); } diff --git a/src/Microsoft.Graph/Generated/Models/SignIn.cs b/src/Microsoft.Graph/Generated/Models/SignIn.cs index 2122f581939..49803d3d24a 100644 --- a/src/Microsoft.Graph/Generated/Models/SignIn.cs +++ b/src/Microsoft.Graph/Generated/Models/SignIn.cs @@ -337,7 +337,7 @@ public DateTimeOffset? CreatedDateTime get { return BackingStore?.Get("createdDateTime"); } set { BackingStore?.Set("createdDateTime", value); } } - /// Describes the type of cross-tenant access used by the actor to access the resource. Possible values are: none, b2bCollaboration, b2bDirectConnect, microsoftSupport, serviceProvider, unknownFutureValue, passthrough. Use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: passthrough. If the sign in didn't cross tenant boundaries, the value is none. + /// Describes the type of cross-tenant access used by the actor to access the resource. The possible values are: none, b2bCollaboration, b2bDirectConnect, microsoftSupport, serviceProvider, unknownFutureValue, passthrough. Use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: passthrough. If the sign in didn't cross tenant boundaries, the value is none. public global::Microsoft.Graph.Beta.Models.SignInAccessType? CrossTenantAccessType { get { return BackingStore?.Get("crossTenantAccessType"); } @@ -809,7 +809,7 @@ public string SessionId set { BackingStore?.Set("sessionLifetimePolicies", value); } } #endif - /// Indicates the category of sign in that the event represents. For user sign ins, the category can be interactiveUser or nonInteractiveUser and corresponds to the value for the isInteractive property on the signin resource. For managed identity sign ins, the category is managedIdentity. For service principal sign-ins, the category is servicePrincipal. Possible values are: interactiveUser, nonInteractiveUser, servicePrincipal, managedIdentity, unknownFutureValue. Supports $filter (eq, ne). NOTE: Only interactive sign-ins are returned unless you set an explicit filter. For example, the filter for getting non-interactive sign-ins is https://graph.microsoft.com/beta/auditLogs/signIns?&$filter=signInEventTypes/any(t: t eq 'nonInteractiveUser'). + /// Indicates the category of sign in that the event represents. For user sign ins, the category can be interactiveUser or nonInteractiveUser and corresponds to the value for the isInteractive property on the signin resource. For managed identity sign ins, the category is managedIdentity. For service principal sign-ins, the category is servicePrincipal. The possible values are: interactiveUser, nonInteractiveUser, servicePrincipal, managedIdentity, unknownFutureValue. Supports $filter (eq, ne). NOTE: Only interactive sign-ins are returned unless you set an explicit filter. For example, the filter for getting non-interactive sign-ins is https://graph.microsoft.com/beta/auditLogs/signIns?&$filter=signInEventTypes/any(t: t eq 'nonInteractiveUser'). #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? SignInEventTypes @@ -841,7 +841,7 @@ public string SignInIdentifier set { BackingStore?.Set("signInIdentifier", value); } } #endif - /// The type of sign in identifier. Possible values are: userPrincipalName, phoneNumber, proxyAddress, qrCode, onPremisesUserPrincipalName, unknownFutureValue. + /// The type of sign in identifier. The possible values are: userPrincipalName, phoneNumber, proxyAddress, qrCode, onPremisesUserPrincipalName, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.SignInIdentifierType? SignInIdentifierType { get { return BackingStore?.Get("signInIdentifierType"); } @@ -987,7 +987,7 @@ public string UserPrincipalName set { BackingStore?.Set("userPrincipalName", value); } } #endif - /// Identifies whether the user is a member or guest in the tenant. Possible values are: member, guest, unknownFutureValue. + /// Identifies whether the user is a member or guest in the tenant. The possible values are: member, guest, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.SignInUserType? UserType { get { return BackingStore?.Get("userType"); } diff --git a/src/Microsoft.Graph/Generated/Models/SignInConditions.cs b/src/Microsoft.Graph/Generated/Models/SignInConditions.cs index 3297158d504..5f74c4f03e8 100644 --- a/src/Microsoft.Graph/Generated/Models/SignInConditions.cs +++ b/src/Microsoft.Graph/Generated/Models/SignInConditions.cs @@ -19,7 +19,7 @@ public IDictionary AdditionalData get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } set { BackingStore.Set("AdditionalData", value); } } - /// Agent identity risk levels included in the policy. Possible values are: none, low, medium, high, unknownFutureValue. This enumeration is multivalued. + /// Agent identity risk levels included in the policy. The possible values are: none, low, medium, high, unknownFutureValue. This enumeration is multivalued. public global::Microsoft.Graph.Beta.Models.AgentIdRiskLevel? AgentIdRiskLevel { get { return BackingStore?.Get("agentIdRiskLevel"); } diff --git a/src/Microsoft.Graph/Generated/Models/SignInFrequencySessionControl.cs b/src/Microsoft.Graph/Generated/Models/SignInFrequencySessionControl.cs index 9e73c800054..7d30e392205 100644 --- a/src/Microsoft.Graph/Generated/Models/SignInFrequencySessionControl.cs +++ b/src/Microsoft.Graph/Generated/Models/SignInFrequencySessionControl.cs @@ -24,7 +24,7 @@ public partial class SignInFrequencySessionControl : global::Microsoft.Graph.Bet get { return BackingStore?.Get("frequencyInterval"); } set { BackingStore?.Set("frequencyInterval", value); } } - /// Possible values are: days, hours, or null if frequencyInterval is everyTime . + /// The possible values are: days, hours, or null if frequencyInterval is everyTime . public global::Microsoft.Graph.Beta.Models.SigninFrequencyType? Type { get { return BackingStore?.Get("type"); } diff --git a/src/Microsoft.Graph/Generated/Models/Simulation.cs b/src/Microsoft.Graph/Generated/Models/Simulation.cs index 7d30963610a..1e69c9869cf 100644 --- a/src/Microsoft.Graph/Generated/Models/Simulation.cs +++ b/src/Microsoft.Graph/Generated/Models/Simulation.cs @@ -12,13 +12,13 @@ namespace Microsoft.Graph.Beta.Models public partial class Simulation : global::Microsoft.Graph.Beta.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant, phishTraining. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant, phishTraining. For more information on the types of social engineering attack techniques, see simulations. + /// The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant, phishTraining. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant, phishTraining. For more information on the types of social engineering attack techniques, see simulations. public global::Microsoft.Graph.Beta.Models.SimulationAttackTechnique? AttackTechnique { get { return BackingStore?.Get("attackTechnique"); } set { BackingStore?.Set("attackTechnique", value); } } - /// Attack type of the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, social, cloud, endpoint, unknownFutureValue. + /// Attack type of the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, social, cloud, endpoint, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.SimulationAttackType? AttackType { get { return BackingStore?.Get("attackType"); } @@ -252,7 +252,7 @@ public DateTimeOffset? LaunchDateTime set { BackingStore?.Set("payload", value); } } #endif - /// Method of delivery of the phishing payload used in the attack simulation and training campaign. Possible values are: unknown, sms, email, teams, unknownFutureValue. + /// Method of delivery of the phishing payload used in the attack simulation and training campaign. The possible values are: unknown, sms, email, teams, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.PayloadDeliveryPlatform? PayloadDeliveryPlatform { get { return BackingStore?.Get("payloadDeliveryPlatform"); } @@ -274,7 +274,7 @@ public DateTimeOffset? LaunchDateTime set { BackingStore?.Set("report", value); } } #endif - /// Status of the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, draft, running, scheduled, succeeded, failed, cancelled, excluded, unknownFutureValue. + /// Status of the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, draft, running, scheduled, succeeded, failed, cancelled, excluded, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.SimulationStatus? Status { get { return BackingStore?.Get("status"); } diff --git a/src/Microsoft.Graph/Generated/Models/SimulationNotification.cs b/src/Microsoft.Graph/Generated/Models/SimulationNotification.cs index 563b91e0ee4..a3a6d463578 100644 --- a/src/Microsoft.Graph/Generated/Models/SimulationNotification.cs +++ b/src/Microsoft.Graph/Generated/Models/SimulationNotification.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class SimulationNotification : global::Microsoft.Graph.Beta.Models.BaseEndUserNotification, IParsable #pragma warning restore CS1591 { - /// Target user type. Possible values are: unknown, clicked, compromised, allUsers, unknownFutureValue. + /// Target user type. The possible values are: unknown, clicked, compromised, allUsers, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.TargettedUserType? TargettedUserType { get { return BackingStore?.Get("targettedUserType"); } diff --git a/src/Microsoft.Graph/Generated/Models/SiteCollection.cs b/src/Microsoft.Graph/Generated/Models/SiteCollection.cs index f90d81cfea3..c1a4fcc25b6 100644 --- a/src/Microsoft.Graph/Generated/Models/SiteCollection.cs +++ b/src/Microsoft.Graph/Generated/Models/SiteCollection.cs @@ -19,7 +19,7 @@ public IDictionary AdditionalData get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } set { BackingStore.Set("AdditionalData", value); } } - /// Represents whether the site collection is recently archived, fully archived, or reactivating. Possible values are: recentlyArchived, fullyArchived, reactivating, unknownFutureValue. To update this property, use the site: archive or site: unarchive APIs. + /// Represents whether the site collection is recently archived, fully archived, or reactivating. The possible values are: recentlyArchived, fullyArchived, reactivating, unknownFutureValue. To update this property, use the site: archive or site: unarchive APIs. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public global::Microsoft.Graph.Beta.Models.SiteArchivalDetails? ArchivalDetails diff --git a/src/Microsoft.Graph/Generated/Models/SkillProficiency.cs b/src/Microsoft.Graph/Generated/Models/SkillProficiency.cs index 67b69bf1fc1..b23f5cf3f32 100644 --- a/src/Microsoft.Graph/Generated/Models/SkillProficiency.cs +++ b/src/Microsoft.Graph/Generated/Models/SkillProficiency.cs @@ -60,7 +60,7 @@ public string DisplayName set { BackingStore?.Set("displayName", value); } } #endif - /// Detail of the users proficiency with this skill. Possible values are: elementary, limitedWorking, generalProfessional, advancedProfessional, expert, unknownFutureValue. + /// Detail of the users proficiency with this skill. The possible values are: elementary, limitedWorking, generalProfessional, advancedProfessional, expert, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.SkillProficiencyLevel? Proficiency { get { return BackingStore?.Get("proficiency"); } diff --git a/src/Microsoft.Graph/Generated/Models/StatusBase.cs b/src/Microsoft.Graph/Generated/Models/StatusBase.cs index 61784946271..80921c09296 100644 --- a/src/Microsoft.Graph/Generated/Models/StatusBase.cs +++ b/src/Microsoft.Graph/Generated/Models/StatusBase.cs @@ -37,7 +37,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// Possible values are: success, warning, failure, skipped, unknownFutureValue. Supports $filter (eq, contains). + /// The possible values are: success, warning, failure, skipped, unknownFutureValue. Supports $filter (eq, contains). public global::Microsoft.Graph.Beta.Models.ProvisioningResult? Status { get { return BackingStore?.Get("status"); } diff --git a/src/Microsoft.Graph/Generated/Models/SubjectRightsRequest.cs b/src/Microsoft.Graph/Generated/Models/SubjectRightsRequest.cs index bd90219d4ab..b3130357394 100644 --- a/src/Microsoft.Graph/Generated/Models/SubjectRightsRequest.cs +++ b/src/Microsoft.Graph/Generated/Models/SubjectRightsRequest.cs @@ -120,7 +120,7 @@ public DateTimeOffset? CreatedDateTime set { BackingStore?.Set("dataSubject", value); } } #endif - /// The type of the data subject. Possible values are: customer, currentEmployee, formerEmployee, prospectiveEmployee, student, teacher, faculty, other, unknownFutureValue. + /// The type of the data subject. The possible values are: customer, currentEmployee, formerEmployee, prospectiveEmployee, student, teacher, faculty, other, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.DataSubjectType? DataSubjectType { get { return BackingStore?.Get("dataSubjectType"); } @@ -332,7 +332,7 @@ public List Regulations set { BackingStore?.Set("stages", value); } } #endif - /// The status of the request. Possible values are: active, closed, unknownFutureValue. + /// The status of the request. The possible values are: active, closed, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.SubjectRightsRequestStatus? Status { get { return BackingStore?.Get("status"); } @@ -354,7 +354,7 @@ public List Regulations set { BackingStore?.Set("team", value); } } #endif - /// The type of the request. Possible values are: export, delete, access, tagForAction, unknownFutureValue. + /// The type of the request. The possible values are: export, delete, access, tagForAction, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.SubjectRightsRequestType? Type { get { return BackingStore?.Get("type"); } diff --git a/src/Microsoft.Graph/Generated/Models/SubjectRightsRequestHistory.cs b/src/Microsoft.Graph/Generated/Models/SubjectRightsRequestHistory.cs index 7cbeae5972c..bdbad282679 100644 --- a/src/Microsoft.Graph/Generated/Models/SubjectRightsRequestHistory.cs +++ b/src/Microsoft.Graph/Generated/Models/SubjectRightsRequestHistory.cs @@ -59,13 +59,13 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// The stage when the entity was changed. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: approval. + /// The stage when the entity was changed. public global::Microsoft.Graph.Beta.Models.SubjectRightsRequestStage? Stage { get { return BackingStore?.Get("stage"); } set { BackingStore?.Set("stage", value); } } - /// The status of the stage when the entity was changed. Possible values are: notStarted, current, completed, failed, unknownFutureValue. + /// The status of the stage when the entity was changed. The possible values are: notStarted, current, completed, failed, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.SubjectRightsRequestStageStatus? StageStatus { get { return BackingStore?.Get("stageStatus"); } diff --git a/src/Microsoft.Graph/Generated/Models/SubjectRightsRequestStageDetail.cs b/src/Microsoft.Graph/Generated/Models/SubjectRightsRequestStageDetail.cs index 222fc0214de..68ba677cbe3 100644 --- a/src/Microsoft.Graph/Generated/Models/SubjectRightsRequestStageDetail.cs +++ b/src/Microsoft.Graph/Generated/Models/SubjectRightsRequestStageDetail.cs @@ -53,13 +53,13 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// The stage of the subject rights request. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: approval. + /// The stage of the subject rights request. public global::Microsoft.Graph.Beta.Models.SubjectRightsRequestStage? Stage { get { return BackingStore?.Get("stage"); } set { BackingStore?.Set("stage", value); } } - /// Status of the current stage. Possible values are: notStarted, current, completed, failed, unknownFutureValue. + /// Status of the current stage. The possible values are: notStarted, current, completed, failed, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.SubjectRightsRequestStageStatus? Status { get { return BackingStore?.Get("status"); } diff --git a/src/Microsoft.Graph/Generated/Models/SubscribedSku.cs b/src/Microsoft.Graph/Generated/Models/SubscribedSku.cs index d94b92bfae2..9e84aaa1c47 100644 --- a/src/Microsoft.Graph/Generated/Models/SubscribedSku.cs +++ b/src/Microsoft.Graph/Generated/Models/SubscribedSku.cs @@ -44,7 +44,7 @@ public string AccountName set { BackingStore?.Set("accountName", value); } } #endif - /// The target class for this SKU. Only SKUs with target class User are assignable. Possible values are: User, Company. + /// The target class for this SKU. Only SKUs with target class User are assignable. The possible values are: User, Company. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? AppliesTo @@ -60,7 +60,7 @@ public string AppliesTo set { BackingStore?.Set("appliesTo", value); } } #endif - /// Enabled indicates that the prepaidUnits property has at least one unit that is enabled. LockedOut indicates that the customer canceled their subscription. Possible values are: Enabled, Warning, Suspended, Deleted, LockedOut. + /// Enabled indicates that the prepaidUnits property has at least one unit that is enabled. LockedOut indicates that the customer canceled their subscription. The possible values are: Enabled, Warning, Suspended, Deleted, LockedOut. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? CapabilityStatus diff --git a/src/Microsoft.Graph/Generated/Models/SynchronizationMetadataEntry.cs b/src/Microsoft.Graph/Generated/Models/SynchronizationMetadataEntry.cs index 8abe3c20048..cb350f6cfb8 100644 --- a/src/Microsoft.Graph/Generated/Models/SynchronizationMetadataEntry.cs +++ b/src/Microsoft.Graph/Generated/Models/SynchronizationMetadataEntry.cs @@ -21,7 +21,7 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// Possible values are: GalleryApplicationIdentifier, GalleryApplicationKey, IsOAuthEnabled, IsSynchronizationAgentAssignmentRequired, IsSynchronizationAgentRequired, IsSynchronizationInPreview, OAuthSettings, SynchronizationLearnMoreIbizaFwLink, ConfigurationFields. + /// The possible values are: GalleryApplicationIdentifier, GalleryApplicationKey, IsOAuthEnabled, IsSynchronizationAgentAssignmentRequired, IsSynchronizationAgentRequired, IsSynchronizationInPreview, OAuthSettings, SynchronizationLearnMoreIbizaFwLink, ConfigurationFields. public global::Microsoft.Graph.Beta.Models.SynchronizationMetadata? Key { get { return BackingStore?.Get("key"); } diff --git a/src/Microsoft.Graph/Generated/Models/TargetResource.cs b/src/Microsoft.Graph/Generated/Models/TargetResource.cs index 4b9cd64e2e7..5292f94f25e 100644 --- a/src/Microsoft.Graph/Generated/Models/TargetResource.cs +++ b/src/Microsoft.Graph/Generated/Models/TargetResource.cs @@ -37,7 +37,7 @@ public string DisplayName set { BackingStore?.Set("displayName", value); } } #endif - /// When type is set to Group, this indicates the group type. Possible values are: unifiedGroups, azureAD, and unknownFutureValue + /// When type is set to Group, this indicates the group type. The possible values are: unifiedGroups, azureAD, and unknownFutureValue public global::Microsoft.Graph.Beta.Models.GroupType? GroupType { get { return BackingStore?.Get("groupType"); } diff --git a/src/Microsoft.Graph/Generated/Models/TeamFunSettings.cs b/src/Microsoft.Graph/Generated/Models/TeamFunSettings.cs index f7c84fda91e..28ef6a39b0a 100644 --- a/src/Microsoft.Graph/Generated/Models/TeamFunSettings.cs +++ b/src/Microsoft.Graph/Generated/Models/TeamFunSettings.cs @@ -39,7 +39,7 @@ public bool? AllowStickersAndMemes } /// Stores model information. public IBackingStore BackingStore { get; private set; } - /// Giphy content rating. Possible values are: moderate, strict. + /// Giphy content rating. The possible values are: moderate, strict. public global::Microsoft.Graph.Beta.Models.GiphyRatingType? GiphyContentRating { get { return BackingStore?.Get("giphyContentRating"); } diff --git a/src/Microsoft.Graph/Generated/Models/TeamsAppDefinition.cs b/src/Microsoft.Graph/Generated/Models/TeamsAppDefinition.cs index 4e68348463c..53f66437341 100644 --- a/src/Microsoft.Graph/Generated/Models/TeamsAppDefinition.cs +++ b/src/Microsoft.Graph/Generated/Models/TeamsAppDefinition.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class TeamsAppDefinition : global::Microsoft.Graph.Beta.Models.Entity, IParsable #pragma warning restore CS1591 { - /// A collection of scopes where the Teams app can be installed. Possible values are:team—Indicates that the Teams app can be installed within a team and is authorized to access that team's data. groupChat—Indicates that the Teams app can be installed within a group chat and is authorized to access that group chat's data. personal—Indicates that the Teams app can be installed in the personal scope of a user and is authorized to access that user's data. + /// A collection of scopes where the Teams app can be installed. The possible values are:team—Indicates that the Teams app can be installed within a team and is authorized to access that team's data. groupChat—Indicates that the Teams app can be installed within a group chat and is authorized to access that group chat's data. personal—Indicates that the Teams app can be installed in the personal scope of a user and is authorized to access that user's data. public global::Microsoft.Graph.Beta.Models.TeamsAppInstallationScopes? AllowedInstallationScopes { get { return BackingStore?.Get("allowedInstallationScopes"); } @@ -168,7 +168,7 @@ public DateTimeOffset? LastModifiedDateTime set { BackingStore?.Set("outlineIcon", value); } } #endif - /// The published status of a specific version of a Teams app. Possible values are:submitted—The specific version of the Teams app has been submitted and is under review. published - The request to publish the specific version of the Teams app has been approved by the admin and the app is published. rejected - The request to publish the specific version of the Teams app was rejected by the admin. + /// The published status of a specific version of a Teams app. The possible values are:submitted—The specific version of the Teams app has been submitted and is under review. published - The request to publish the specific version of the Teams app has been approved by the admin and the app is published. rejected - The request to publish the specific version of the Teams app was rejected by the admin. public global::Microsoft.Graph.Beta.Models.TeamsAppPublishingState? PublishingState { get { return BackingStore?.Get("publishingState"); } diff --git a/src/Microsoft.Graph/Generated/Models/TeamworkActivityTopic.cs b/src/Microsoft.Graph/Generated/Models/TeamworkActivityTopic.cs index cf7058545d7..58f8c98886b 100644 --- a/src/Microsoft.Graph/Generated/Models/TeamworkActivityTopic.cs +++ b/src/Microsoft.Graph/Generated/Models/TeamworkActivityTopic.cs @@ -37,7 +37,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// Type of source. Possible values are: entityUrl, text. For supported Microsoft Graph URLs, use entityUrl. For custom text, use text. + /// Type of source. The possible values are: entityUrl, text. For supported Microsoft Graph URLs, use entityUrl. For custom text, use text. public global::Microsoft.Graph.Beta.Models.TeamworkActivityTopicSource? Source { get { return BackingStore?.Get("source"); } diff --git a/src/Microsoft.Graph/Generated/Models/TeamworkApplicationIdentity.cs b/src/Microsoft.Graph/Generated/Models/TeamworkApplicationIdentity.cs index ccc885f9e16..b2387b0d038 100644 --- a/src/Microsoft.Graph/Generated/Models/TeamworkApplicationIdentity.cs +++ b/src/Microsoft.Graph/Generated/Models/TeamworkApplicationIdentity.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class TeamworkApplicationIdentity : global::Microsoft.Graph.Beta.Models.Identity, IParsable #pragma warning restore CS1591 { - /// Type of application that is referenced. Possible values are: aadApplication, bot, tenantBot, office365Connector, and outgoingWebhook. + /// Type of application that is referenced. The possible values are: aadApplication, bot, tenantBot, office365Connector, and outgoingWebhook. public global::Microsoft.Graph.Beta.Models.TeamworkApplicationIdentityType? ApplicationIdentityType { get { return BackingStore?.Get("applicationIdentityType"); } diff --git a/src/Microsoft.Graph/Generated/Models/TeamworkConversationIdentity.cs b/src/Microsoft.Graph/Generated/Models/TeamworkConversationIdentity.cs index d16a23b93e5..1f16eb38b19 100644 --- a/src/Microsoft.Graph/Generated/Models/TeamworkConversationIdentity.cs +++ b/src/Microsoft.Graph/Generated/Models/TeamworkConversationIdentity.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class TeamworkConversationIdentity : global::Microsoft.Graph.Beta.Models.Identity, IParsable #pragma warning restore CS1591 { - /// Type of conversation. Possible values are: team, channel, and chat. + /// Type of conversation. The possible values are: team, channel, and chat. public global::Microsoft.Graph.Beta.Models.TeamworkConversationIdentityType? ConversationIdentityType { get { return BackingStore?.Get("conversationIdentityType"); } diff --git a/src/Microsoft.Graph/Generated/Models/TeamworkUserIdentity.cs b/src/Microsoft.Graph/Generated/Models/TeamworkUserIdentity.cs index 076b2227f2e..5aab0a72f7b 100644 --- a/src/Microsoft.Graph/Generated/Models/TeamworkUserIdentity.cs +++ b/src/Microsoft.Graph/Generated/Models/TeamworkUserIdentity.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class TeamworkUserIdentity : global::Microsoft.Graph.Beta.Models.Identity, IParsable #pragma warning restore CS1591 { - /// Type of user. Possible values are: aadUser, onPremiseAadUser, anonymousGuest, federatedUser, personalMicrosoftAccountUser, skypeUser, phoneUser, emailUser and azureCommunicationServicesUser. + /// Type of user. The possible values are: aadUser, onPremiseAadUser, anonymousGuest, federatedUser, personalMicrosoftAccountUser, skypeUser, phoneUser, emailUser and azureCommunicationServicesUser. public global::Microsoft.Graph.Beta.Models.TeamworkUserIdentityType? UserIdentityType { get { return BackingStore?.Get("userIdentityType"); } diff --git a/src/Microsoft.Graph/Generated/Models/TermStore/Group.cs b/src/Microsoft.Graph/Generated/Models/TermStore/Group.cs index 702cd8b0aea..8d76e93e206 100644 --- a/src/Microsoft.Graph/Generated/Models/TermStore/Group.cs +++ b/src/Microsoft.Graph/Generated/Models/TermStore/Group.cs @@ -66,7 +66,7 @@ public string ParentSiteId set { BackingStore?.Set("parentSiteId", value); } } #endif - /// Returns the type of the group. Possible values are: global, system, and siteCollection. + /// Returns the type of the group. The possible values are: global, system, and siteCollection. public global::Microsoft.Graph.Beta.Models.TermStore.TermGroupScope? Scope { get { return BackingStore?.Get("scope"); } diff --git a/src/Microsoft.Graph/Generated/Models/TermStore/Relation.cs b/src/Microsoft.Graph/Generated/Models/TermStore/Relation.cs index ef024f0e5c6..1a2bfab892d 100644 --- a/src/Microsoft.Graph/Generated/Models/TermStore/Relation.cs +++ b/src/Microsoft.Graph/Generated/Models/TermStore/Relation.cs @@ -28,7 +28,7 @@ public partial class Relation : global::Microsoft.Graph.Beta.Models.Entity, IPar set { BackingStore?.Set("fromTerm", value); } } #endif - /// The type of relation. Possible values are: pin, reuse. + /// The type of relation. The possible values are: pin, reuse. public global::Microsoft.Graph.Beta.Models.TermStore.RelationType? Relationship { get { return BackingStore?.Get("relationship"); } diff --git a/src/Microsoft.Graph/Generated/Models/ThreatAssessmentRequest.cs b/src/Microsoft.Graph/Generated/Models/ThreatAssessmentRequest.cs index 43cb0e33002..521f53dbac1 100644 --- a/src/Microsoft.Graph/Generated/Models/ThreatAssessmentRequest.cs +++ b/src/Microsoft.Graph/Generated/Models/ThreatAssessmentRequest.cs @@ -18,7 +18,7 @@ public partial class ThreatAssessmentRequest : global::Microsoft.Graph.Beta.Mode get { return BackingStore?.Get("category"); } set { BackingStore?.Set("category", value); } } - /// The content type of threat assessment. Possible values are: mail, url, file. + /// The content type of threat assessment. The possible values are: mail, url, file. public global::Microsoft.Graph.Beta.Models.ThreatAssessmentContentType? ContentType { get { return BackingStore?.Get("contentType"); } @@ -52,7 +52,7 @@ public DateTimeOffset? CreatedDateTime get { return BackingStore?.Get("expectedAssessment"); } set { BackingStore?.Set("expectedAssessment", value); } } - /// The source of the threat assessment request. Possible values are: user, administrator. + /// The source of the threat assessment request. The possible values are: user, administrator. public global::Microsoft.Graph.Beta.Models.ThreatAssessmentRequestSource? RequestSource { get { return BackingStore?.Get("requestSource"); } @@ -74,7 +74,7 @@ public DateTimeOffset? CreatedDateTime set { BackingStore?.Set("results", value); } } #endif - /// The assessment process status. Possible values are: pending, completed. + /// The assessment process status. The possible values are: pending, completed. public global::Microsoft.Graph.Beta.Models.ThreatAssessmentStatus? Status { get { return BackingStore?.Get("status"); } diff --git a/src/Microsoft.Graph/Generated/Models/ThreatAssessmentResult.cs b/src/Microsoft.Graph/Generated/Models/ThreatAssessmentResult.cs index 08bbfe1f53a..64e118269f3 100644 --- a/src/Microsoft.Graph/Generated/Models/ThreatAssessmentResult.cs +++ b/src/Microsoft.Graph/Generated/Models/ThreatAssessmentResult.cs @@ -34,7 +34,7 @@ public string Message set { BackingStore?.Set("message", value); } } #endif - /// The threat assessment result type. Possible values are: checkPolicy (only for mail assessment), rescan. + /// The threat assessment result type. The possible values are: checkPolicy (only for mail assessment), rescan. public global::Microsoft.Graph.Beta.Models.ThreatAssessmentResultType? ResultType { get { return BackingStore?.Get("resultType"); } diff --git a/src/Microsoft.Graph/Generated/Models/TiIndicator.cs b/src/Microsoft.Graph/Generated/Models/TiIndicator.cs index 0a4e7374456..a7ef5ea2a14 100644 --- a/src/Microsoft.Graph/Generated/Models/TiIndicator.cs +++ b/src/Microsoft.Graph/Generated/Models/TiIndicator.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class TiIndicator : global::Microsoft.Graph.Beta.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The action to apply if the indicator is matched from within the targetProduct security tool. Possible values are: unknown, allow, block, alert. Required. + /// The action to apply if the indicator is matched from within the targetProduct security tool. The possible values are: unknown, allow, block, alert. Required. public global::Microsoft.Graph.Beta.Models.TiAction? Action { get { return BackingStore?.Get("action"); } @@ -88,7 +88,7 @@ public string Description set { BackingStore?.Set("description", value); } } #endif - /// The area of the Diamond Model in which this indicator exists. Possible values are: unknown, adversary, capability, infrastructure, victim. + /// The area of the Diamond Model in which this indicator exists. The possible values are: unknown, adversary, capability, infrastructure, victim. public global::Microsoft.Graph.Beta.Models.DiamondModel? DiamondModel { get { return BackingStore?.Get("diamondModel"); } @@ -686,7 +686,7 @@ public string TargetProduct set { BackingStore?.Set("targetProduct", value); } } #endif - /// Each indicator must have a valid Indicator Threat Type. Possible values are: Botnet, C2, CryptoMining, Darknet, DDoS, MaliciousUrl, Malware, Phishing, Proxy, PUA, WatchList. Required. + /// Each indicator must have a valid Indicator Threat Type. The possible values are: Botnet, C2, CryptoMining, Darknet, DDoS, MaliciousUrl, Malware, Phishing, Proxy, PUA, WatchList. Required. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? ThreatType @@ -702,7 +702,7 @@ public string ThreatType set { BackingStore?.Set("threatType", value); } } #endif - /// Traffic Light Protocol value for the indicator. Possible values are: unknown, white, green, amber, red. Required. + /// Traffic Light Protocol value for the indicator. The possible values are: unknown, white, green, amber, red. Required. public global::Microsoft.Graph.Beta.Models.TlpLevel? TlpLevel { get { return BackingStore?.Get("tlpLevel"); } diff --git a/src/Microsoft.Graph/Generated/Models/TimeCard.cs b/src/Microsoft.Graph/Generated/Models/TimeCard.cs index dd266923ee1..2ecd6d33539 100644 --- a/src/Microsoft.Graph/Generated/Models/TimeCard.cs +++ b/src/Microsoft.Graph/Generated/Models/TimeCard.cs @@ -98,7 +98,7 @@ public partial class TimeCard : global::Microsoft.Graph.Beta.Models.ChangeTracke set { BackingStore?.Set("originalEntry", value); } } #endif - /// The current state of the timeCard during its life cycle.Possible values are: clockedIn, onBreak, clockedOut, unknownFutureValue. + /// The current state of the timeCard during its life cycle. The possible values are: clockedIn, onBreak, clockedOut, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.TimeCardState? State { get { return BackingStore?.Get("state"); } diff --git a/src/Microsoft.Graph/Generated/Models/TimeConstraint.cs b/src/Microsoft.Graph/Generated/Models/TimeConstraint.cs index 2cd102af0c5..5af82eeada5 100644 --- a/src/Microsoft.Graph/Generated/Models/TimeConstraint.cs +++ b/src/Microsoft.Graph/Generated/Models/TimeConstraint.cs @@ -13,7 +13,7 @@ namespace Microsoft.Graph.Beta.Models public partial class TimeConstraint : IAdditionalDataHolder, IBackedModel, IParsable #pragma warning restore CS1591 { - /// The nature of the activity, optional. Possible values are: work, personal, unrestricted, or unknown. + /// The nature of the activity, optional. The possible values are: work, personal, unrestricted, or unknown. public global::Microsoft.Graph.Beta.Models.ActivityDomain? ActivityDomain { get { return BackingStore?.Get("activityDomain"); } diff --git a/src/Microsoft.Graph/Generated/Models/Training.cs b/src/Microsoft.Graph/Generated/Models/Training.cs index 38adc135f4a..00aa0920da0 100644 --- a/src/Microsoft.Graph/Generated/Models/Training.cs +++ b/src/Microsoft.Graph/Generated/Models/Training.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class Training : global::Microsoft.Graph.Beta.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The training availability status. Possible values are: unknown, notAvailable, available, archive, delete, unknownFutureValue. + /// The training availability status. The possible values are: unknown, notAvailable, available, archive, delete, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.TrainingAvailabilityStatus? AvailabilityStatus { get { return BackingStore?.Get("availabilityStatus"); } @@ -138,7 +138,7 @@ public DateTimeOffset? LastModifiedDateTime get { return BackingStore?.Get("lastModifiedDateTime"); } set { BackingStore?.Set("lastModifiedDateTime", value); } } - /// The source of the training content. Possible values are: unknown, global, tenant, unknownFutureValue. + /// The source of the training content. The possible values are: unknown, global, tenant, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.SimulationContentSource? Source { get { return BackingStore?.Get("source"); } @@ -176,7 +176,7 @@ public List Tags set { BackingStore?.Set("tags", value); } } #endif - /// The type of training. Possible values are: unknown, phishing, unknownFutureValue. + /// The type of training. The possible values are: unknown, phishing, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.TrainingType? Type { get { return BackingStore?.Get("type"); } diff --git a/src/Microsoft.Graph/Generated/Models/TrainingReminderNotification.cs b/src/Microsoft.Graph/Generated/Models/TrainingReminderNotification.cs index 335bf1fa451..994d5709126 100644 --- a/src/Microsoft.Graph/Generated/Models/TrainingReminderNotification.cs +++ b/src/Microsoft.Graph/Generated/Models/TrainingReminderNotification.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class TrainingReminderNotification : global::Microsoft.Graph.Beta.Models.BaseEndUserNotification, IParsable #pragma warning restore CS1591 { - /// Configurable frequency for the reminder email introduced during simulation creation. Possible values are: unknown, weekly, biWeekly, unknownFutureValue. + /// Configurable frequency for the reminder email introduced during simulation creation. The possible values are: unknown, weekly, biWeekly, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.NotificationDeliveryFrequency? DeliveryFrequency { get { return BackingStore?.Get("deliveryFrequency"); } diff --git a/src/Microsoft.Graph/Generated/Models/TrainingSetting.cs b/src/Microsoft.Graph/Generated/Models/TrainingSetting.cs index b6c7b1b2d0d..cb6c32fb87f 100644 --- a/src/Microsoft.Graph/Generated/Models/TrainingSetting.cs +++ b/src/Microsoft.Graph/Generated/Models/TrainingSetting.cs @@ -37,7 +37,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// Type of setting. Possible values are: microsoftCustom, microsoftManaged, noTraining, custom, unknownFutureValue. + /// Type of setting. The possible values are: microsoftCustom, microsoftManaged, noTraining, custom, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.TrainingSettingType? SettingType { get { return BackingStore?.Get("settingType"); } diff --git a/src/Microsoft.Graph/Generated/Models/TrustFrameworkKey.cs b/src/Microsoft.Graph/Generated/Models/TrustFrameworkKey.cs index a7289dbe4d1..ce66e9efb93 100644 --- a/src/Microsoft.Graph/Generated/Models/TrustFrameworkKey.cs +++ b/src/Microsoft.Graph/Generated/Models/TrustFrameworkKey.cs @@ -231,7 +231,7 @@ public string Qi get { return BackingStore?.Get("status"); } set { BackingStore?.Set("status", value); } } - /// The use (public key use) parameter identifies the intended use of the public key. The use parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. Possible values are: sig (signature), enc (encryption). + /// The use (public key use) parameter identifies the intended use of the public key. The use parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. The possible values are: sig (signature), enc (encryption). #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Use diff --git a/src/Microsoft.Graph/Generated/Models/TrustFrameworkKey_v2.cs b/src/Microsoft.Graph/Generated/Models/TrustFrameworkKey_v2.cs index 52081c085d1..4b628077a78 100644 --- a/src/Microsoft.Graph/Generated/Models/TrustFrameworkKey_v2.cs +++ b/src/Microsoft.Graph/Generated/Models/TrustFrameworkKey_v2.cs @@ -231,7 +231,7 @@ public string Qi get { return BackingStore?.Get("status"); } set { BackingStore?.Set("status", value); } } - /// The use (public key use) parameter identifies the intended use of the public key. The use parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. Possible values are: sig (signature), enc (encryption). + /// The use (public key use) parameter identifies the intended use of the public key. The use parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. The possible values are: sig (signature), enc (encryption). #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Use diff --git a/src/Microsoft.Graph/Generated/Models/TypedEmailAddress.cs b/src/Microsoft.Graph/Generated/Models/TypedEmailAddress.cs index 854fd3082b8..f8c13a91b6a 100644 --- a/src/Microsoft.Graph/Generated/Models/TypedEmailAddress.cs +++ b/src/Microsoft.Graph/Generated/Models/TypedEmailAddress.cs @@ -28,7 +28,7 @@ public string OtherLabel set { BackingStore?.Set("otherLabel", value); } } #endif - /// The type of email address. Possible values are: unknown, work, personal, main, other. The default value is unknown, which means address has not been set as a specific type. + /// The type of email address. The possible values are: unknown, work, personal, main, other. The default value is unknown, which means address has not been set as a specific type. public global::Microsoft.Graph.Beta.Models.EmailType? Type { get { return BackingStore?.Get("type"); } diff --git a/src/Microsoft.Graph/Generated/Models/UserConfiguration.cs b/src/Microsoft.Graph/Generated/Models/UserConfiguration.cs index 6efd49db23f..10e5aada0a2 100644 --- a/src/Microsoft.Graph/Generated/Models/UserConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/UserConfiguration.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class UserConfiguration : global::Microsoft.Graph.Beta.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The binaryData property + /// Arbitrary binary data. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public byte[]? BinaryData diff --git a/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersion.cs b/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersion.cs index 54b615a30f3..a5d0d009b85 100644 --- a/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersion.cs +++ b/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersion.cs @@ -19,7 +19,7 @@ public int? AppCrashCount get { return BackingStore?.Get("appCrashCount"); } set { BackingStore?.Set("appCrashCount", value); } } - /// The friendly name of the application. Possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only. + /// The friendly name of the application. The possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? AppDisplayName @@ -35,7 +35,7 @@ public string AppDisplayName set { BackingStore?.Set("appDisplayName", value); } } #endif - /// The name of the application. Possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only. + /// The name of the application. The possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? AppName diff --git a/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByOSVersion.cs b/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByOSVersion.cs index e5518f3a876..3d0cb3aaa77 100644 --- a/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByOSVersion.cs +++ b/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByOSVersion.cs @@ -25,7 +25,7 @@ public int? AppCrashCount get { return BackingStore?.Get("appCrashCount"); } set { BackingStore?.Set("appCrashCount", value); } } - /// The friendly name of the application. Possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only. + /// The friendly name of the application. The possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? AppDisplayName @@ -41,7 +41,7 @@ public string AppDisplayName set { BackingStore?.Set("appDisplayName", value); } } #endif - /// The name of the application. Possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only. + /// The name of the application. The possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? AppName diff --git a/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsAppHealthApplicationPerformance.cs b/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsAppHealthApplicationPerformance.cs index 6cfc9f76939..912af57917d 100644 --- a/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsAppHealthApplicationPerformance.cs +++ b/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsAppHealthApplicationPerformance.cs @@ -25,7 +25,7 @@ public int? AppCrashCount get { return BackingStore?.Get("appCrashCount"); } set { BackingStore?.Set("appCrashCount", value); } } - /// The friendly name of the application. Possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only. + /// The friendly name of the application. The possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? AppDisplayName @@ -53,7 +53,7 @@ public double? AppHealthScore get { return BackingStore?.Get("appHealthScore"); } set { BackingStore?.Set("appHealthScore", value); } } - /// The name of the application. Possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only. + /// The name of the application. The possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? AppName diff --git a/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsAppHealthDevicePerformanceDetails.cs b/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsAppHealthDevicePerformanceDetails.cs index b8cb4270f35..38dc8945c75 100644 --- a/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsAppHealthDevicePerformanceDetails.cs +++ b/src/Microsoft.Graph/Generated/Models/UserExperienceAnalyticsAppHealthDevicePerformanceDetails.cs @@ -13,7 +13,7 @@ namespace Microsoft.Graph.Beta.Models [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class UserExperienceAnalyticsAppHealthDevicePerformanceDetails : global::Microsoft.Graph.Beta.Models.Entity, IParsable { - /// The friendly name of the application for which the event occurred. Possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only. + /// The friendly name of the application for which the event occurred. The possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? AppDisplayName @@ -45,7 +45,7 @@ public string AppPublisher set { BackingStore?.Set("appPublisher", value); } } #endif - /// The version of the application. Possible values are: 1.0.0.1, 75.65.23.9. Supports: $select, $OrderBy. Read-only. + /// The version of the application. The possible values are: 1.0.0.1, 75.65.23.9. Supports: $select, $OrderBy. Read-only. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? AppVersion diff --git a/src/Microsoft.Graph/Generated/Models/UserRegistrationDetails.cs b/src/Microsoft.Graph/Generated/Models/UserRegistrationDetails.cs index 5d55b7731a2..b3057e659e6 100644 --- a/src/Microsoft.Graph/Generated/Models/UserRegistrationDetails.cs +++ b/src/Microsoft.Graph/Generated/Models/UserRegistrationDetails.cs @@ -88,7 +88,7 @@ public List MethodsRegistered set { BackingStore?.Set("methodsRegistered", value); } } #endif - /// Collection of authentication methods that the system determined to be the most secure authentication methods among the registered methods for second factor authentication. Possible values are: push, oath, voiceMobile, voiceAlternateMobile, voiceOffice, sms, none, unknownFutureValue. Supports $filter (any with eq). + /// Collection of authentication methods that the system determined to be the most secure authentication methods among the registered methods for second factor authentication. The possible values are: push, oath, voiceMobile, voiceAlternateMobile, voiceOffice, sms, none, unknownFutureValue. Supports $filter (any with eq). #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? SystemPreferredAuthenticationMethods @@ -120,7 +120,7 @@ public string UserDisplayName set { BackingStore?.Set("userDisplayName", value); } } #endif - /// The method the user selected as the default second-factor for performing multifactor authentication. Possible values are: push, oath, voiceMobile, voiceAlternateMobile, voiceOffice, sms, none, unknownFutureValue. + /// The method the user selected as the default second-factor for performing multifactor authentication. The possible values are: push, oath, voiceMobile, voiceAlternateMobile, voiceOffice, sms, none, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.UserDefaultAuthenticationMethod? UserPreferredMethodForSecondaryAuthentication { get { return BackingStore?.Get("userPreferredMethodForSecondaryAuthentication"); } diff --git a/src/Microsoft.Graph/Generated/Models/UserRegistrationFeatureSummary.cs b/src/Microsoft.Graph/Generated/Models/UserRegistrationFeatureSummary.cs index 05740affc2a..02ba875bcf2 100644 --- a/src/Microsoft.Graph/Generated/Models/UserRegistrationFeatureSummary.cs +++ b/src/Microsoft.Graph/Generated/Models/UserRegistrationFeatureSummary.cs @@ -59,13 +59,13 @@ public long? TotalUserCount set { BackingStore?.Set("userRegistrationFeatureCounts", value); } } #endif - /// The role type of the user. Possible values are: all, privilegedAdmin, admin, user, unknownFutureValue. + /// The role type of the user. The possible values are: all, privilegedAdmin, admin, user, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.IncludedUserRoles? UserRoles { get { return BackingStore?.Get("userRoles"); } set { BackingStore?.Set("userRoles", value); } } - /// User type. Possible values are: all, member, guest, unknownFutureValue. + /// User type. The possible values are: all, member, guest, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.IncludedUserTypes? UserTypes { get { return BackingStore?.Get("userTypes"); } diff --git a/src/Microsoft.Graph/Generated/Models/UserRegistrationMethodSummary.cs b/src/Microsoft.Graph/Generated/Models/UserRegistrationMethodSummary.cs index b22cd4ed594..4c6623d40f3 100644 --- a/src/Microsoft.Graph/Generated/Models/UserRegistrationMethodSummary.cs +++ b/src/Microsoft.Graph/Generated/Models/UserRegistrationMethodSummary.cs @@ -59,13 +59,13 @@ public long? TotalUserCount set { BackingStore?.Set("userRegistrationMethodCounts", value); } } #endif - /// The role type of the user. Possible values are: all, privilegedAdmin, admin, user, unknownFutureValue. + /// The role type of the user. The possible values are: all, privilegedAdmin, admin, user, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.IncludedUserRoles? UserRoles { get { return BackingStore?.Get("userRoles"); } set { BackingStore?.Set("userRoles", value); } } - /// User type. Possible values are: all, member, guest, unknownFutureValue. + /// User type. The possible values are: all, member, guest, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.IncludedUserTypes? UserTypes { get { return BackingStore?.Get("userTypes"); } diff --git a/src/Microsoft.Graph/Generated/Models/UserSecurityState.cs b/src/Microsoft.Graph/Generated/Models/UserSecurityState.cs index 0ad1be6ee38..f6602e91d3d 100644 --- a/src/Microsoft.Graph/Generated/Models/UserSecurityState.cs +++ b/src/Microsoft.Graph/Generated/Models/UserSecurityState.cs @@ -69,7 +69,7 @@ public string DomainName set { BackingStore?.Set("domainName", value); } } #endif - /// For email-related alerts - user account's email 'role'. Possible values are: unknown, sender, recipient. + /// For email-related alerts - user account's email 'role'. The possible values are: unknown, sender, recipient. public global::Microsoft.Graph.Beta.Models.EmailRole? EmailRole { get { return BackingStore?.Get("emailRole"); } @@ -135,7 +135,7 @@ public string LogonLocation set { BackingStore?.Set("logonLocation", value); } } #endif - /// Method of user sign in. Possible values are: unknown, interactive, remoteInteractive, network, batch, service. + /// Method of user sign in. The possible values are: unknown, interactive, remoteInteractive, network, batch, service. public global::Microsoft.Graph.Beta.Models.LogonType? LogonType { get { return BackingStore?.Get("logonType"); } @@ -189,7 +189,7 @@ public string RiskScore set { BackingStore?.Set("riskScore", value); } } #endif - /// User account type (group membership), per Windows definition. Possible values are: unknown, standard, power, administrator. + /// User account type (group membership), per Windows definition. The possible values are: unknown, standard, power, administrator. public global::Microsoft.Graph.Beta.Models.UserAccountSecurityType? UserAccountType { get { return BackingStore?.Get("userAccountType"); } diff --git a/src/Microsoft.Graph/Generated/Models/UserTrainingEventInfo.cs b/src/Microsoft.Graph/Generated/Models/UserTrainingEventInfo.cs index b693050f415..df6a4eebaf4 100644 --- a/src/Microsoft.Graph/Generated/Models/UserTrainingEventInfo.cs +++ b/src/Microsoft.Graph/Generated/Models/UserTrainingEventInfo.cs @@ -37,7 +37,7 @@ public string DisplayName set { BackingStore?.Set("displayName", value); } } #endif - /// Latest status of the training assigned to the user. Possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue. + /// Latest status of the training assigned to the user. The possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.TrainingStatus? LatestTrainingStatus { get { return BackingStore?.Get("latestTrainingStatus"); } diff --git a/src/Microsoft.Graph/Generated/Models/UserTrainingStatusInfo.cs b/src/Microsoft.Graph/Generated/Models/UserTrainingStatusInfo.cs index 02bf273f20e..66b7b21bfa2 100644 --- a/src/Microsoft.Graph/Generated/Models/UserTrainingStatusInfo.cs +++ b/src/Microsoft.Graph/Generated/Models/UserTrainingStatusInfo.cs @@ -65,7 +65,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// The status of the training assigned to the user. Possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue. + /// The status of the training assigned to the user. The possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.TrainingStatus? TrainingStatus { get { return BackingStore?.Get("trainingStatus"); } diff --git a/src/Microsoft.Graph/Generated/Models/VirtualEventTownhall.cs b/src/Microsoft.Graph/Generated/Models/VirtualEventTownhall.cs index 0bab952d532..f36921e2d64 100644 --- a/src/Microsoft.Graph/Generated/Models/VirtualEventTownhall.cs +++ b/src/Microsoft.Graph/Generated/Models/VirtualEventTownhall.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class VirtualEventTownhall : global::Microsoft.Graph.Beta.Models.VirtualEvent, IParsable #pragma warning restore CS1591 { - /// The audience to whom the town hall is visible. Possible values are: everyone, organization, unknownFutureValue. + /// The audience to whom the town hall is visible. The possible values are: everyone, organization, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.MeetingAudience? Audience { get { return BackingStore?.Get("audience"); } diff --git a/src/Microsoft.Graph/Generated/Models/Website.cs b/src/Microsoft.Graph/Generated/Models/Website.cs index 4b047f3ae7e..4aba772d943 100644 --- a/src/Microsoft.Graph/Generated/Models/Website.cs +++ b/src/Microsoft.Graph/Generated/Models/Website.cs @@ -69,7 +69,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// Possible values are: other, home, work, blog, profile. + /// The possible values are: other, home, work, blog, profile. public global::Microsoft.Graph.Beta.Models.WebsiteType? Type { get { return BackingStore?.Get("type"); } diff --git a/src/Microsoft.Graph/Generated/Models/Win32LobApp.cs b/src/Microsoft.Graph/Generated/Models/Win32LobApp.cs index d525ebe8ec8..c08f447f17d 100644 --- a/src/Microsoft.Graph/Generated/Models/Win32LobApp.cs +++ b/src/Microsoft.Graph/Generated/Models/Win32LobApp.cs @@ -51,7 +51,7 @@ public bool? AllowAvailableUninstall get { return BackingStore?.Get("allowAvailableUninstall"); } set { BackingStore?.Set("allowAvailableUninstall", value); } } - /// Indicates the Windows architecture(s) this app should be installed on. The app will be treated as not applicable for devices with architectures not matching the selected value. When a non-null value is provided for the allowedArchitectures property, the value of the applicableArchitectures property is set to none. Possible values are: null, x86, x64, arm64. Possible values are: none, x86, x64, arm, neutral, arm64. + /// Indicates the Windows architecture(s) this app should be installed on. The app will be treated as not applicable for devices with architectures not matching the selected value. When a non-null value is provided for the allowedArchitectures property, the value of the applicableArchitectures property is set to none. The possible values are: null, x86, x64, arm64. The possible values are: none, x86, x64, arm, neutral, arm64. public global::Microsoft.Graph.Beta.Models.WindowsArchitecture? AllowedArchitectures { get { return BackingStore?.Get("allowedArchitectures"); } @@ -199,7 +199,7 @@ public string MinimumSupportedWindowsRelease set { BackingStore?.Set("msiInformation", value); } } #endif - /// Indicates the requirement rules to detect Win32 Line of Business (LoB) app. Possible values are: Win32LobAppFileSystemRequirement, Win32LobAppPowerShellScriptRequirement, Win32LobAppRegistryRequirement. + /// Indicates the requirement rules to detect Win32 Line of Business (LoB) app. The possible values are: Win32LobAppFileSystemRequirement, Win32LobAppPowerShellScriptRequirement, Win32LobAppRegistryRequirement. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? RequirementRules @@ -231,7 +231,7 @@ public string MinimumSupportedWindowsRelease set { BackingStore?.Set("returnCodes", value); } } #endif - /// Indicates the detection and requirement rules for this app. Possible values are: Win32LobAppFileSystemRule, Win32LobAppPowerShellScriptRule, Win32LobAppProductCodeRule, Win32LobAppRegistryRule. + /// Indicates the detection and requirement rules for this app. The possible values are: Win32LobAppFileSystemRule, Win32LobAppPowerShellScriptRule, Win32LobAppProductCodeRule, Win32LobAppRegistryRule. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public List? Rules diff --git a/src/Microsoft.Graph/Generated/Models/Win32LobAppPowerShellScriptRule.cs b/src/Microsoft.Graph/Generated/Models/Win32LobAppPowerShellScriptRule.cs index 16967927142..52146d233ee 100644 --- a/src/Microsoft.Graph/Generated/Models/Win32LobAppPowerShellScriptRule.cs +++ b/src/Microsoft.Graph/Generated/Models/Win32LobAppPowerShellScriptRule.cs @@ -69,7 +69,7 @@ public bool? RunAs32Bit get { return BackingStore?.Get("runAs32Bit"); } set { BackingStore?.Set("runAs32Bit", value); } } - /// The execution context of the script. Do not specify this value if the rule is used for detection. Script detection rules will run in the same context as the associated app install context. Possible values are: system, user. + /// The execution context of the script. Do not specify this value if the rule is used for detection. Script detection rules will run in the same context as the associated app install context. The possible values are: system, user. public global::Microsoft.Graph.Beta.Models.RunAsAccountType? RunAsAccount { get { return BackingStore?.Get("runAsAccount"); } diff --git a/src/Microsoft.Graph/Generated/Models/Windows10EndpointProtectionConfiguration.cs b/src/Microsoft.Graph/Generated/Models/Windows10EndpointProtectionConfiguration.cs index 7336c41b670..a1403d63683 100644 --- a/src/Microsoft.Graph/Generated/Models/Windows10EndpointProtectionConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/Windows10EndpointProtectionConfiguration.cs @@ -326,7 +326,7 @@ public bool? DefenderCheckForSignaturesBeforeRunningScan get { return BackingStore?.Get("defenderCheckForSignaturesBeforeRunningScan"); } set { BackingStore?.Set("defenderCheckForSignaturesBeforeRunningScan", value); } } - /// Added in Windows 10, version 1709. This policy setting determines how aggressive Windows Defender Antivirus will be in blocking and scanning suspicious files. Value type is integer. This feature requires the 'Join Microsoft MAPS' setting enabled in order to function. Possible values are: notConfigured, high, highPlus, zeroTolerance. + /// Added in Windows 10, version 1709. This policy setting determines how aggressive Windows Defender Antivirus will be in blocking and scanning suspicious files. Value type is integer. This feature requires the 'Join Microsoft MAPS' setting enabled in order to function. The possible values are: notConfigured, high, highPlus, zeroTolerance. public global::Microsoft.Graph.Beta.Models.DefenderCloudBlockLevelType? DefenderCloudBlockLevel { get { return BackingStore?.Get("defenderCloudBlockLevel"); } @@ -608,7 +608,7 @@ public List DefenderGuardedFoldersAllowedAppPaths get { return BackingStore?.Get("defenderOfficeMacroCodeAllowWin32ImportsType"); } set { BackingStore?.Set("defenderOfficeMacroCodeAllowWin32ImportsType", value); } } - /// Added in Windows 10, version 1607. Specifies the level of detection for potentially unwanted applications (PUAs). Windows Defender alerts you when potentially unwanted software is being downloaded or attempts to install itself on your computer. Possible values are: userDefined, enable, auditMode, warn, notConfigured. + /// Added in Windows 10, version 1607. Specifies the level of detection for potentially unwanted applications (PUAs). Windows Defender alerts you when potentially unwanted software is being downloaded or attempts to install itself on your computer. The possible values are: userDefined, enable, auditMode, warn, notConfigured. public global::Microsoft.Graph.Beta.Models.DefenderProtectionType? DefenderPotentiallyUnwantedAppAction { get { return BackingStore?.Get("defenderPotentiallyUnwantedAppAction"); } @@ -648,7 +648,7 @@ public List DefenderProcessesToExclude set { BackingStore?.Set("defenderProcessesToExclude", value); } } #endif - /// Controls which sets of files should be monitored. Possible values are: monitorAllFiles, monitorIncomingFilesOnly, monitorOutgoingFilesOnly. + /// Controls which sets of files should be monitored. The possible values are: monitorAllFiles, monitorIncomingFilesOnly, monitorOutgoingFilesOnly. public global::Microsoft.Graph.Beta.Models.DefenderRealtimeScanDirection? DefenderScanDirection { get { return BackingStore?.Get("defenderScanDirection"); } @@ -660,7 +660,7 @@ public int? DefenderScanMaxCpuPercentage get { return BackingStore?.Get("defenderScanMaxCpuPercentage"); } set { BackingStore?.Set("defenderScanMaxCpuPercentage", value); } } - /// Selects whether to perform a quick scan or full scan. Possible values are: userDefined, disabled, quick, full. + /// Selects whether to perform a quick scan or full scan. The possible values are: userDefined, disabled, quick, full. public global::Microsoft.Graph.Beta.Models.DefenderScanType? DefenderScanType { get { return BackingStore?.Get("defenderScanType"); } @@ -672,7 +672,7 @@ public Time? DefenderScheduledQuickScanTime get { return BackingStore?.Get("defenderScheduledQuickScanTime"); } set { BackingStore?.Set("defenderScheduledQuickScanTime", value); } } - /// Selects the day that the Windows Defender scan should run. Possible values are: userDefined, everyday, sunday, monday, tuesday, wednesday, thursday, friday, saturday, noScheduledScan. + /// Selects the day that the Windows Defender scan should run. The possible values are: userDefined, everyday, sunday, monday, tuesday, wednesday, thursday, friday, saturday, noScheduledScan. public global::Microsoft.Graph.Beta.Models.WeeklySchedule? DefenderScheduledScanDay { get { return BackingStore?.Get("defenderScheduledScanDay"); } @@ -874,7 +874,7 @@ public int? DefenderSignatureUpdateIntervalInHours get { return BackingStore?.Get("defenderSignatureUpdateIntervalInHours"); } set { BackingStore?.Set("defenderSignatureUpdateIntervalInHours", value); } } - /// Checks for the user consent level in Windows Defender to send data. Possible values are: sendSafeSamplesAutomatically, alwaysPrompt, neverSend, sendAllSamplesAutomatically. + /// Checks for the user consent level in Windows Defender to send data. The possible values are: sendSafeSamplesAutomatically, alwaysPrompt, neverSend, sendAllSamplesAutomatically. public global::Microsoft.Graph.Beta.Models.DefenderSubmitSamplesConsentType? DefenderSubmitSamplesConsentType { get { return BackingStore?.Get("defenderSubmitSamplesConsentType"); } diff --git a/src/Microsoft.Graph/Generated/Models/Windows10GeneralConfiguration.cs b/src/Microsoft.Graph/Generated/Models/Windows10GeneralConfiguration.cs index 8566b21c123..aa71d12aaec 100644 --- a/src/Microsoft.Graph/Generated/Models/Windows10GeneralConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/Windows10GeneralConfiguration.cs @@ -330,7 +330,7 @@ public List DefenderFilesAndFoldersToExclude get { return BackingStore?.Get("defenderMonitorFileActivity"); } set { BackingStore?.Set("defenderMonitorFileActivity", value); } } - /// Gets or sets Defender’s action to take on Potentially Unwanted Application (PUA), which includes software with behaviors of ad-injection, software bundling, persistent solicitation for payment or subscription, etc. Defender alerts user when PUA is being downloaded or attempts to install itself. Added in Windows 10 for desktop. Possible values are: deviceDefault, block, audit. + /// Gets or sets Defender’s action to take on Potentially Unwanted Application (PUA), which includes software with behaviors of ad-injection, software bundling, persistent solicitation for payment or subscription, etc. Defender alerts user when PUA is being downloaded or attempts to install itself. Added in Windows 10 for desktop. The possible values are: deviceDefault, block, audit. public global::Microsoft.Graph.Beta.Models.DefenderPotentiallyUnwantedAppAction? DefenderPotentiallyUnwantedAppAction { get { return BackingStore?.Get("defenderPotentiallyUnwantedAppAction"); } @@ -466,7 +466,7 @@ public int? DefenderSignatureUpdateIntervalInHours get { return BackingStore?.Get("defenderSignatureUpdateIntervalInHours"); } set { BackingStore?.Set("defenderSignatureUpdateIntervalInHours", value); } } - /// Checks for the user consent level in Windows Defender to send data. Possible values are: sendSafeSamplesAutomatically, alwaysPrompt, neverSend, sendAllSamplesAutomatically. + /// Checks for the user consent level in Windows Defender to send data. The possible values are: sendSafeSamplesAutomatically, alwaysPrompt, neverSend, sendAllSamplesAutomatically. public global::Microsoft.Graph.Beta.Models.DefenderSubmitSamplesConsentType? DefenderSubmitSamplesConsentType { get { return BackingStore?.Get("defenderSubmitSamplesConsentType"); } diff --git a/src/Microsoft.Graph/Generated/Models/Windows10PkcsCertificateProfile.cs b/src/Microsoft.Graph/Generated/Models/Windows10PkcsCertificateProfile.cs index 9279ec398b7..26f66fdecf5 100644 --- a/src/Microsoft.Graph/Generated/Models/Windows10PkcsCertificateProfile.cs +++ b/src/Microsoft.Graph/Generated/Models/Windows10PkcsCertificateProfile.cs @@ -13,7 +13,7 @@ namespace Microsoft.Graph.Beta.Models [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class Windows10PkcsCertificateProfile : global::Microsoft.Graph.Beta.Models.Windows10CertificateProfileBase, 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/Windows10VpnConfiguration.cs b/src/Microsoft.Graph/Generated/Models/Windows10VpnConfiguration.cs index b8620742949..64d0afea1c2 100644 --- a/src/Microsoft.Graph/Generated/Models/Windows10VpnConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/Windows10VpnConfiguration.cs @@ -179,7 +179,7 @@ public bool? OnlyAssociatedAppsCanUseConnection get { return BackingStore?.Get("onlyAssociatedAppsCanUseConnection"); } set { BackingStore?.Set("onlyAssociatedAppsCanUseConnection", value); } } - /// Profile target type. Possible values are: user, device, autoPilotDevice. + /// Profile target type. The possible values are: user, device, autoPilotDevice. public global::Microsoft.Graph.Beta.Models.Windows10VpnProfileTarget? ProfileTarget { get { return BackingStore?.Get("profileTarget"); } diff --git a/src/Microsoft.Graph/Generated/Models/Windows81SCEPCertificateProfile.cs b/src/Microsoft.Graph/Generated/Models/Windows81SCEPCertificateProfile.cs index 3a923344bd9..7a597e0f350 100644 --- a/src/Microsoft.Graph/Generated/Models/Windows81SCEPCertificateProfile.cs +++ b/src/Microsoft.Graph/Generated/Models/Windows81SCEPCertificateProfile.cs @@ -13,7 +13,7 @@ namespace Microsoft.Graph.Beta.Models [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class Windows81SCEPCertificateProfile : global::Microsoft.Graph.Beta.Models.Windows81CertificateProfileBase, 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/WindowsCertificateProfileBase.cs b/src/Microsoft.Graph/Generated/Models/WindowsCertificateProfileBase.cs index 26185e64b95..8c1f43b8df9 100644 --- a/src/Microsoft.Graph/Generated/Models/WindowsCertificateProfileBase.cs +++ b/src/Microsoft.Graph/Generated/Models/WindowsCertificateProfileBase.cs @@ -37,7 +37,7 @@ public int? RenewalThresholdPercentage get { return BackingStore?.Get("renewalThresholdPercentage"); } set { BackingStore?.Set("renewalThresholdPercentage", value); } } - /// 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/WindowsDeviceMalwareState.cs b/src/Microsoft.Graph/Generated/Models/WindowsDeviceMalwareState.cs index 5d9504c811b..24b633afb0b 100644 --- a/src/Microsoft.Graph/Generated/Models/WindowsDeviceMalwareState.cs +++ b/src/Microsoft.Graph/Generated/Models/WindowsDeviceMalwareState.cs @@ -29,7 +29,7 @@ public string AdditionalInformationUrl set { BackingStore?.Set("additionalInformationUrl", value); } } #endif - /// Category of the malware. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. + /// Category of the malware. The possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. public global::Microsoft.Graph.Beta.Models.WindowsMalwareCategory? Category { get { return BackingStore?.Get("category"); } @@ -57,7 +57,7 @@ public string DisplayName set { BackingStore?.Set("displayName", value); } } #endif - /// Execution status of the malware like blocked/executing etc. Possible values are: unknown, blocked, allowed, running, notRunning. + /// Execution status of the malware like blocked/executing etc. The possible values are: unknown, blocked, allowed, running, notRunning. public global::Microsoft.Graph.Beta.Models.WindowsMalwareExecutionState? ExecutionState { get { return BackingStore?.Get("executionState"); } @@ -75,19 +75,19 @@ public DateTimeOffset? LastStateChangeDateTime get { return BackingStore?.Get("lastStateChangeDateTime"); } set { BackingStore?.Set("lastStateChangeDateTime", value); } } - /// Severity of the malware. Possible values are: unknown, low, moderate, high, severe. + /// Severity of the malware. The possible values are: unknown, low, moderate, high, severe. public global::Microsoft.Graph.Beta.Models.WindowsMalwareSeverity? Severity { get { return BackingStore?.Get("severity"); } set { BackingStore?.Set("severity", value); } } - /// Current status of the malware like cleaned/quarantined/allowed etc. Possible values are: unknown, detected, cleaned, quarantined, removed, allowed, blocked, cleanFailed, quarantineFailed, removeFailed, allowFailed, abandoned, blockFailed. + /// Current status of the malware like cleaned/quarantined/allowed etc. The possible values are: unknown, detected, cleaned, quarantined, removed, allowed, blocked, cleanFailed, quarantineFailed, removeFailed, allowFailed, abandoned, blockFailed. public global::Microsoft.Graph.Beta.Models.WindowsMalwareState? State { get { return BackingStore?.Get("state"); } set { BackingStore?.Set("state", value); } } - /// Current status of the malware like cleaned/quarantined/allowed etc. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. + /// Current status of the malware like cleaned/quarantined/allowed etc. The possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. public global::Microsoft.Graph.Beta.Models.WindowsMalwareThreatState? ThreatState { get { return BackingStore?.Get("threatState"); } diff --git a/src/Microsoft.Graph/Generated/Models/WindowsHelloForBusinessAuthenticationMethod.cs b/src/Microsoft.Graph/Generated/Models/WindowsHelloForBusinessAuthenticationMethod.cs index 681f35321ff..4f8c3014b05 100644 --- a/src/Microsoft.Graph/Generated/Models/WindowsHelloForBusinessAuthenticationMethod.cs +++ b/src/Microsoft.Graph/Generated/Models/WindowsHelloForBusinessAuthenticationMethod.cs @@ -44,7 +44,7 @@ public string DisplayName set { BackingStore?.Set("displayName", value); } } #endif - /// Key strength of this Windows Hello for Business key. Possible values are: normal, weak, unknown. + /// Key strength of this Windows Hello for Business key. The possible values are: normal, weak, unknown. public global::Microsoft.Graph.Beta.Models.AuthenticationMethodKeyStrength? KeyStrength { get { return BackingStore?.Get("keyStrength"); } diff --git a/src/Microsoft.Graph/Generated/Models/WindowsMalwareInformation.cs b/src/Microsoft.Graph/Generated/Models/WindowsMalwareInformation.cs index 77871298a0f..87c8ed4cac1 100644 --- a/src/Microsoft.Graph/Generated/Models/WindowsMalwareInformation.cs +++ b/src/Microsoft.Graph/Generated/Models/WindowsMalwareInformation.cs @@ -29,7 +29,7 @@ public string AdditionalInformationUrl set { BackingStore?.Set("additionalInformationUrl", value); } } #endif - /// Category of the malware. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. default value is invalid. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. + /// Category of the malware. The possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. default value is invalid. The possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. public global::Microsoft.Graph.Beta.Models.WindowsMalwareCategory? Category { get { return BackingStore?.Get("category"); } @@ -73,7 +73,7 @@ public DateTimeOffset? LastDetectionDateTime get { return BackingStore?.Get("lastDetectionDateTime"); } set { BackingStore?.Set("lastDetectionDateTime", value); } } - /// Severity of the malware. Possible values are: unknown, low, moderate, high, severe. default is unknown. Possible values are: unknown, low, moderate, high, severe. + /// Severity of the malware. The possible values are: unknown, low, moderate, high, severe. default is unknown. The possible values are: unknown, low, moderate, high, severe. public global::Microsoft.Graph.Beta.Models.WindowsMalwareSeverity? Severity { get { return BackingStore?.Get("severity"); } diff --git a/src/Microsoft.Graph/Generated/Models/WindowsManagedAppProtection.cs b/src/Microsoft.Graph/Generated/Models/WindowsManagedAppProtection.cs index 2539c5d53de..77e1223e5a6 100644 --- a/src/Microsoft.Graph/Generated/Models/WindowsManagedAppProtection.cs +++ b/src/Microsoft.Graph/Generated/Models/WindowsManagedAppProtection.cs @@ -31,7 +31,7 @@ public partial class WindowsManagedAppProtection : global::Microsoft.Graph.Beta. get { return BackingStore?.Get("allowedOutboundDataTransferDestinations"); } set { BackingStore?.Set("allowedOutboundDataTransferDestinations", value); } } - /// If set, it will specify what action to take in the case where the user is unable to checkin because their authentication token is invalid. This happens when the user is deleted or disabled in AAD. Some possible values are block or wipe. If this property is not set, no action will be taken. Possible values are: block, wipe, warn, blockWhenSettingIsSupported. + /// If set, it will specify what action to take in the case where the user is unable to checkin because their authentication token is invalid. This happens when the user is deleted or disabled in AAD. Some possible values are block or wipe. If this property is not set, no action will be taken. The possible values are: block, wipe, warn, blockWhenSettingIsSupported. public global::Microsoft.Graph.Beta.Models.ManagedAppRemediationAction? AppActionIfUnableToAuthenticateUser { get { return BackingStore?.Get("appActionIfUnableToAuthenticateUser"); } diff --git a/src/Microsoft.Graph/Generated/Models/WindowsPhoneEASEmailProfileConfiguration.cs b/src/Microsoft.Graph/Generated/Models/WindowsPhoneEASEmailProfileConfiguration.cs index bc81fc2ebef..f4f26529478 100644 --- a/src/Microsoft.Graph/Generated/Models/WindowsPhoneEASEmailProfileConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/WindowsPhoneEASEmailProfileConfiguration.cs @@ -41,7 +41,7 @@ public bool? ApplyOnlyToWindowsPhone81 get { return BackingStore?.Get("durationOfEmailToSync"); } set { BackingStore?.Set("durationOfEmailToSync", value); } } - /// Email attribute that is picked from AAD and injected into this profile before installing on the device. Possible values are: userPrincipalName, primarySmtpAddress. + /// Email attribute that is picked from AAD and injected into this profile before installing on the device. The possible values are: userPrincipalName, primarySmtpAddress. public global::Microsoft.Graph.Beta.Models.UserEmailSource? EmailAddressSource { get { return BackingStore?.Get("emailAddressSource"); } diff --git a/src/Microsoft.Graph/Generated/Models/WindowsProtectionState.cs b/src/Microsoft.Graph/Generated/Models/WindowsProtectionState.cs index 20908228a81..098d06a1c52 100644 --- a/src/Microsoft.Graph/Generated/Models/WindowsProtectionState.cs +++ b/src/Microsoft.Graph/Generated/Models/WindowsProtectionState.cs @@ -45,7 +45,7 @@ public string AntiMalwareVersion set { BackingStore?.Set("detectedMalwareState", value); } } #endif - /// Indicates device's health state. Possible values are: clean, fullScanPending, rebootPending, manualStepsPending, offlineScanPending, critical. Possible values are: clean, fullScanPending, rebootPending, manualStepsPending, offlineScanPending, critical. + /// Indicates device's health state. The possible values are: clean, fullScanPending, rebootPending, manualStepsPending, offlineScanPending, critical. The possible values are: clean, fullScanPending, rebootPending, manualStepsPending, offlineScanPending, critical. public global::Microsoft.Graph.Beta.Models.WindowsDeviceHealthState? DeviceState { get { return BackingStore?.Get("deviceState"); } @@ -147,7 +147,7 @@ public bool? NetworkInspectionSystemEnabled get { return BackingStore?.Get("networkInspectionSystemEnabled"); } set { BackingStore?.Set("networkInspectionSystemEnabled", value); } } - /// Product Status of Windows Defender Antivirus. Possible values are: noStatus, serviceNotRunning, serviceStartedWithoutMalwareProtection, pendingFullScanDueToThreatAction, pendingRebootDueToThreatAction, pendingManualStepsDueToThreatAction, avSignaturesOutOfDate, asSignaturesOutOfDate, noQuickScanHappenedForSpecifiedPeriod, noFullScanHappenedForSpecifiedPeriod, systemInitiatedScanInProgress, systemInitiatedCleanInProgress, samplesPendingSubmission, productRunningInEvaluationMode, productRunningInNonGenuineMode, productExpired, offlineScanRequired, serviceShutdownAsPartOfSystemShutdown, threatRemediationFailedCritically, threatRemediationFailedNonCritically, noStatusFlagsSet, platformOutOfDate, platformUpdateInProgress, platformAboutToBeOutdated, signatureOrPlatformEndOfLifeIsPastOrIsImpending, windowsSModeSignaturesInUseOnNonWin10SInstall. Possible values are: noStatus, serviceNotRunning, serviceStartedWithoutMalwareProtection, pendingFullScanDueToThreatAction, pendingRebootDueToThreatAction, pendingManualStepsDueToThreatAction, avSignaturesOutOfDate, asSignaturesOutOfDate, noQuickScanHappenedForSpecifiedPeriod, noFullScanHappenedForSpecifiedPeriod, systemInitiatedScanInProgress, systemInitiatedCleanInProgress, samplesPendingSubmission, productRunningInEvaluationMode, productRunningInNonGenuineMode, productExpired, offlineScanRequired, serviceShutdownAsPartOfSystemShutdown, threatRemediationFailedCritically, threatRemediationFailedNonCritically, noStatusFlagsSet, platformOutOfDate, platformUpdateInProgress, platformAboutToBeOutdated, signatureOrPlatformEndOfLifeIsPastOrIsImpending, windowsSModeSignaturesInUseOnNonWin10SInstall. + /// Product Status of Windows Defender Antivirus. The possible values are: noStatus, serviceNotRunning, serviceStartedWithoutMalwareProtection, pendingFullScanDueToThreatAction, pendingRebootDueToThreatAction, pendingManualStepsDueToThreatAction, avSignaturesOutOfDate, asSignaturesOutOfDate, noQuickScanHappenedForSpecifiedPeriod, noFullScanHappenedForSpecifiedPeriod, systemInitiatedScanInProgress, systemInitiatedCleanInProgress, samplesPendingSubmission, productRunningInEvaluationMode, productRunningInNonGenuineMode, productExpired, offlineScanRequired, serviceShutdownAsPartOfSystemShutdown, threatRemediationFailedCritically, threatRemediationFailedNonCritically, noStatusFlagsSet, platformOutOfDate, platformUpdateInProgress, platformAboutToBeOutdated, signatureOrPlatformEndOfLifeIsPastOrIsImpending, windowsSModeSignaturesInUseOnNonWin10SInstall. The possible values are: noStatus, serviceNotRunning, serviceStartedWithoutMalwareProtection, pendingFullScanDueToThreatAction, pendingRebootDueToThreatAction, pendingManualStepsDueToThreatAction, avSignaturesOutOfDate, asSignaturesOutOfDate, noQuickScanHappenedForSpecifiedPeriod, noFullScanHappenedForSpecifiedPeriod, systemInitiatedScanInProgress, systemInitiatedCleanInProgress, samplesPendingSubmission, productRunningInEvaluationMode, productRunningInNonGenuineMode, productExpired, offlineScanRequired, serviceShutdownAsPartOfSystemShutdown, threatRemediationFailedCritically, threatRemediationFailedNonCritically, noStatusFlagsSet, platformOutOfDate, platformUpdateInProgress, platformAboutToBeOutdated, signatureOrPlatformEndOfLifeIsPastOrIsImpending, windowsSModeSignaturesInUseOnNonWin10SInstall. public global::Microsoft.Graph.Beta.Models.WindowsDefenderProductStatus? ProductStatus { get { return BackingStore?.Get("productStatus"); } diff --git a/src/Microsoft.Graph/Generated/Models/WindowsUpdateForBusinessConfiguration.cs b/src/Microsoft.Graph/Generated/Models/WindowsUpdateForBusinessConfiguration.cs index c334655161d..62cab4e9052 100644 --- a/src/Microsoft.Graph/Generated/Models/WindowsUpdateForBusinessConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/WindowsUpdateForBusinessConfiguration.cs @@ -128,7 +128,7 @@ public bool? FeatureUpdatesWillBeRolledBack get { return BackingStore?.Get("featureUpdatesWillBeRolledBack"); } set { BackingStore?.Set("featureUpdatesWillBeRolledBack", value); } } - /// The Installation Schedule. Possible values are: ActiveHoursStart, ActiveHoursEnd, ScheduledInstallDay, ScheduledInstallTime. Returned by default. Query parameters are not supported. + /// The Installation Schedule. The possible values are: ActiveHoursStart, ActiveHoursEnd, ScheduledInstallDay, ScheduledInstallTime. Returned by default. Query parameters are not supported. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public global::Microsoft.Graph.Beta.Models.WindowsUpdateInstallScheduleType? InstallationSchedule @@ -222,7 +222,7 @@ public bool? SkipChecksBeforeRestart get { return BackingStore?.Get("updateNotificationLevel"); } set { BackingStore?.Set("updateNotificationLevel", value); } } - /// Schedule the update installation on the weeks of the month. Possible values are: UserDefined, FirstWeek, SecondWeek, ThirdWeek, FourthWeek, EveryWeek. Returned by default. Query parameters are not supported. Possible values are: userDefined, firstWeek, secondWeek, thirdWeek, fourthWeek, everyWeek, unknownFutureValue. + /// Schedule the update installation on the weeks of the month. The possible values are: UserDefined, FirstWeek, SecondWeek, ThirdWeek, FourthWeek, EveryWeek. Returned by default. Query parameters are not supported. The possible values are: userDefined, firstWeek, secondWeek, thirdWeek, fourthWeek, everyWeek, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.WindowsUpdateForBusinessUpdateWeeks? UpdateWeeks { get { return BackingStore?.Get("updateWeeks"); } diff --git a/src/Microsoft.Graph/Generated/Models/WindowsUpdates/ItemBody.cs b/src/Microsoft.Graph/Generated/Models/WindowsUpdates/ItemBody.cs index f1ad7cb00be..891c00f0763 100644 --- a/src/Microsoft.Graph/Generated/Models/WindowsUpdates/ItemBody.cs +++ b/src/Microsoft.Graph/Generated/Models/WindowsUpdates/ItemBody.cs @@ -37,7 +37,7 @@ public string Content set { BackingStore?.Set("content", value); } } #endif - /// The type of the content indicated by the enum value of bodyType. Possible values are: text, html, unknownFutureValue. + /// The type of the content indicated by the enum value of bodyType. The possible values are: text, html, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.WindowsUpdates.BodyType? ContentType { get { return BackingStore?.Get("contentType"); } diff --git a/src/Microsoft.Graph/Generated/Models/WindowsUpdates/MonitoringRule.cs b/src/Microsoft.Graph/Generated/Models/WindowsUpdates/MonitoringRule.cs index 615ab13520a..b21e4b17ba8 100644 --- a/src/Microsoft.Graph/Generated/Models/WindowsUpdates/MonitoringRule.cs +++ b/src/Microsoft.Graph/Generated/Models/WindowsUpdates/MonitoringRule.cs @@ -13,7 +13,7 @@ namespace Microsoft.Graph.Beta.Models.WindowsUpdates public partial class MonitoringRule : IAdditionalDataHolder, IBackedModel, IParsable #pragma warning restore CS1591 { - /// The action triggered when the threshold for the given signal is reached. Possible values are: alertError, pauseDeployment, offerFallback, unknownFutureValue. The offerFallback member is only supported on feature update deployments of Windows 11 and must be paired with the ineligible signal. The fallback version offered is the version 22H2 of Windows 10. + /// The action triggered when the threshold for the given signal is reached. The possible values are: alertError, pauseDeployment, offerFallback, unknownFutureValue. The offerFallback member is only supported on feature update deployments of Windows 11 and must be paired with the ineligible signal. The fallback version offered is the version 22H2 of Windows 10. public global::Microsoft.Graph.Beta.Models.WindowsUpdates.MonitoringAction? Action { get { return BackingStore?.Get("action"); } @@ -43,7 +43,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// The signal to monitor. Possible values are: rollback, ineligible, unknownFutureValue. The ineligible member is only supported on feature update deployments of Windows 11 and must be paired with the offerFallback action. + /// The signal to monitor. The possible values are: rollback, ineligible, unknownFutureValue. The ineligible member is only supported on feature update deployments of Windows 11 and must be paired with the offerFallback action. public global::Microsoft.Graph.Beta.Models.WindowsUpdates.MonitoringSignal? Signal { get { return BackingStore?.Get("signal"); } diff --git a/src/Microsoft.Graph/Generated/Models/WindowsUpdates/ProductRevision.cs b/src/Microsoft.Graph/Generated/Models/WindowsUpdates/ProductRevision.cs index 952a82f5278..2491847ea8c 100644 --- a/src/Microsoft.Graph/Generated/Models/WindowsUpdates/ProductRevision.cs +++ b/src/Microsoft.Graph/Generated/Models/WindowsUpdates/ProductRevision.cs @@ -82,7 +82,7 @@ public bool? IsHotpatchUpdate set { BackingStore?.Set("osBuild", value); } } #endif - /// The product of the revision. Possible values are: Windows 10, Windows 11. Read-only. + /// The product of the revision. The possible values are: Windows 10, Windows 11. Read-only. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Product diff --git a/src/Microsoft.Graph/Generated/Models/WindowsUpdates/QualityUpdateCatalogEntry.cs b/src/Microsoft.Graph/Generated/Models/WindowsUpdates/QualityUpdateCatalogEntry.cs index 95af77aa4a6..d9a0063151f 100644 --- a/src/Microsoft.Graph/Generated/Models/WindowsUpdates/QualityUpdateCatalogEntry.cs +++ b/src/Microsoft.Graph/Generated/Models/WindowsUpdates/QualityUpdateCatalogEntry.cs @@ -66,7 +66,7 @@ public bool? IsExpeditable set { BackingStore?.Set("productRevisions", value); } } #endif - /// The publishing cadence of the quality update. Possible values are: monthly, outOfBand, unknownFutureValue. Read-only. + /// The publishing cadence of the quality update. The possible values are: monthly, outOfBand, unknownFutureValue. Read-only. public global::Microsoft.Graph.Beta.Models.WindowsUpdates.QualityUpdateCadence? QualityUpdateCadence { get { return BackingStore?.Get("qualityUpdateCadence"); } diff --git a/src/Microsoft.Graph/Generated/Models/WindowsWifiConfiguration.cs b/src/Microsoft.Graph/Generated/Models/WindowsWifiConfiguration.cs index 313ad166a23..946c634b930 100644 --- a/src/Microsoft.Graph/Generated/Models/WindowsWifiConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/WindowsWifiConfiguration.cs @@ -37,7 +37,7 @@ public bool? ForceFIPSCompliance get { return BackingStore?.Get("forceFIPSCompliance"); } set { BackingStore?.Set("forceFIPSCompliance", value); } } - /// Specify the metered connection limit type for the wifi connection. Possible values are: unrestricted, fixed, variable. + /// Specify the metered connection limit type for the wifi connection. The possible values are: unrestricted, fixed, variable. public global::Microsoft.Graph.Beta.Models.MeteredConnectionLimitType? MeteredConnectionLimit { get { return BackingStore?.Get("meteredConnectionLimit"); } @@ -113,7 +113,7 @@ public int? ProxyManualPort get { return BackingStore?.Get("proxyManualPort"); } set { BackingStore?.Set("proxyManualPort", value); } } - /// Specify the proxy setting for Wi-Fi configuration. Possible values are: none, manual, automatic, unknownFutureValue. + /// Specify the proxy setting for Wi-Fi configuration. The possible values are: none, manual, automatic, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.WiFiProxySetting? ProxySetting { get { return BackingStore?.Get("proxySetting"); } @@ -135,7 +135,7 @@ public string Ssid set { BackingStore?.Set("ssid", value); } } #endif - /// Specify the Wifi Security Type. Possible values are: open, wpaPersonal, wpaEnterprise, wep, wpa2Personal, wpa2Enterprise. + /// Specify the Wifi Security Type. The possible values are: open, wpaPersonal, wpaEnterprise, wep, wpa2Personal, wpa2Enterprise. public global::Microsoft.Graph.Beta.Models.WiFiSecurityType? WifiSecurityType { get { return BackingStore?.Get("wifiSecurityType"); } diff --git a/src/Microsoft.Graph/Generated/Models/WindowsWifiEnterpriseEAPConfiguration.cs b/src/Microsoft.Graph/Generated/Models/WindowsWifiEnterpriseEAPConfiguration.cs index ac69ff81832..81a2ca325be 100644 --- a/src/Microsoft.Graph/Generated/Models/WindowsWifiEnterpriseEAPConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/WindowsWifiEnterpriseEAPConfiguration.cs @@ -13,7 +13,7 @@ namespace Microsoft.Graph.Beta.Models [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class WindowsWifiEnterpriseEAPConfiguration : global::Microsoft.Graph.Beta.Models.WindowsWifiConfiguration, IParsable { - /// Specify the authentication method. Possible values are: certificate, usernameAndPassword, derivedCredential. + /// Specify the authentication method. The possible values are: certificate, usernameAndPassword, derivedCredential. public global::Microsoft.Graph.Beta.Models.WiFiAuthenticationMethod? AuthenticationMethod { get { return BackingStore?.Get("authenticationMethod"); } @@ -31,7 +31,7 @@ public int? AuthenticationRetryDelayPeriodInSeconds get { return BackingStore?.Get("authenticationRetryDelayPeriodInSeconds"); } set { BackingStore?.Set("authenticationRetryDelayPeriodInSeconds", value); } } - /// Specify whether to authenticate the user, the device, either, or to use guest authentication (none). If you’re using certificate authentication, make sure the certificate type matches the authentication type. Possible values are: none, user, machine, machineOrUser, guest. + /// Specify whether to authenticate the user, the device, either, or to use guest authentication (none). If you’re using certificate authentication, make sure the certificate type matches the authentication type. The possible values are: none, user, machine, machineOrUser, guest. public global::Microsoft.Graph.Beta.Models.WifiAuthenticationType? AuthenticationType { get { return BackingStore?.Get("authenticationType"); } @@ -89,7 +89,7 @@ public bool? EnablePreAuthentication set { BackingStore?.Set("identityCertificateForClientAuthentication", value); } } #endif - /// Specify inner authentication protocol for EAP TTLS. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. + /// Specify inner authentication protocol for EAP TTLS. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. public global::Microsoft.Graph.Beta.Models.NonEapAuthenticationMethodForEapTtlsType? InnerAuthenticationProtocolForEAPTTLS { get { return BackingStore?.Get("innerAuthenticationProtocolForEAPTTLS"); } @@ -131,7 +131,7 @@ public int? MaximumPreAuthenticationAttempts get { return BackingStore?.Get("maximumPreAuthenticationAttempts"); } set { BackingStore?.Set("maximumPreAuthenticationAttempts", value); } } - /// Specify the network single sign on type. Possible values are: disabled, prelogon, postlogon. + /// Specify the network single sign on type. The possible values are: disabled, prelogon, postlogon. public global::Microsoft.Graph.Beta.Models.NetworkSingleSignOnType? NetworkSingleSignOn { get { return BackingStore?.Get("networkSingleSignOn"); } diff --git a/src/Microsoft.Graph/Generated/Models/WindowsWiredNetworkConfiguration.cs b/src/Microsoft.Graph/Generated/Models/WindowsWiredNetworkConfiguration.cs index 069559d130f..c28872b4df3 100644 --- a/src/Microsoft.Graph/Generated/Models/WindowsWiredNetworkConfiguration.cs +++ b/src/Microsoft.Graph/Generated/Models/WindowsWiredNetworkConfiguration.cs @@ -19,7 +19,7 @@ public int? AuthenticationBlockPeriodInMinutes get { return BackingStore?.Get("authenticationBlockPeriodInMinutes"); } set { BackingStore?.Set("authenticationBlockPeriodInMinutes", value); } } - /// Specify the authentication method. Possible values are: certificate, usernameAndPassword, derivedCredential. Possible values are: certificate, usernameAndPassword, derivedCredential, unknownFutureValue. + /// Specify the authentication method. The possible values are: certificate, usernameAndPassword, derivedCredential. The possible values are: certificate, usernameAndPassword, derivedCredential, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.WiredNetworkAuthenticationMethod? AuthenticationMethod { get { return BackingStore?.Get("authenticationMethod"); } @@ -37,7 +37,7 @@ public int? AuthenticationRetryDelayPeriodInSeconds get { return BackingStore?.Get("authenticationRetryDelayPeriodInSeconds"); } set { BackingStore?.Set("authenticationRetryDelayPeriodInSeconds", value); } } - /// Specify whether to authenticate the user, the device, either, or to use guest authentication (none). If you're using certificate authentication, make sure the certificate type matches the authentication type. Possible values are: none, user, machine, machineOrUser, guest. Possible values are: none, user, machine, machineOrUser, guest, unknownFutureValue. + /// Specify whether to authenticate the user, the device, either, or to use guest authentication (none). If you're using certificate authentication, make sure the certificate type matches the authentication type. The possible values are: none, user, machine, machineOrUser, guest. The possible values are: none, user, machine, machineOrUser, guest, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.WiredNetworkAuthenticationType? AuthenticationType { get { return BackingStore?.Get("authenticationType"); } @@ -95,7 +95,7 @@ public bool? ForceFIPSCompliance set { BackingStore?.Set("identityCertificateForClientAuthentication", value); } } #endif - /// Specify inner authentication protocol for EAP TTLS. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. + /// Specify inner authentication protocol for EAP TTLS. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. The possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo. public global::Microsoft.Graph.Beta.Models.NonEapAuthenticationMethodForEapTtlsType? InnerAuthenticationProtocolForEAPTTLS { get { return BackingStore?.Get("innerAuthenticationProtocolForEAPTTLS"); } @@ -173,7 +173,7 @@ public bool? RequireCryptographicBinding set { BackingStore?.Set("rootCertificatesForServerValidation", value); } } #endif - /// Specify the secondary authentication method. Possible values are: certificate, usernameAndPassword, derivedCredential. Possible values are: certificate, usernameAndPassword, derivedCredential, unknownFutureValue. + /// Specify the secondary authentication method. The possible values are: certificate, usernameAndPassword, derivedCredential. The possible values are: certificate, usernameAndPassword, derivedCredential, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.WiredNetworkAuthenticationMethod? SecondaryAuthenticationMethod { get { return BackingStore?.Get("secondaryAuthenticationMethod"); } diff --git a/src/Microsoft.Graph/Generated/Models/WorkbookApplication.cs b/src/Microsoft.Graph/Generated/Models/WorkbookApplication.cs index 30f6d3d695e..947a5907aae 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkbookApplication.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkbookApplication.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Beta.Models public partial class WorkbookApplication : global::Microsoft.Graph.Beta.Models.Entity, IParsable #pragma warning restore CS1591 { - /// Returns the calculation mode used in the workbook. Possible values are: Automatic, AutomaticExceptTables, Manual. + /// Returns the calculation mode used in the workbook. The possible values are: Automatic, AutomaticExceptTables, Manual. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? CalculationMode diff --git a/src/Microsoft.Graph/Generated/Models/WorkbookDocumentTaskChange.cs b/src/Microsoft.Graph/Generated/Models/WorkbookDocumentTaskChange.cs index 662a261ce3b..af9592f3496 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkbookDocumentTaskChange.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkbookDocumentTaskChange.cs @@ -106,7 +106,7 @@ public string Title set { BackingStore?.Set("title", value); } } #endif - /// The type of the change history. Possible values are: create, assign, unassign, unassignAll, setPriority, setTitle, setPercentComplete, setSchedule, remove, restore, undo. + /// The type of the change history. The possible values are: create, assign, unassign, unassignAll, setPriority, setTitle, setPercentComplete, setSchedule, remove, restore, undo. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Type diff --git a/src/Microsoft.Graph/Generated/Models/WorkbookIcon.cs b/src/Microsoft.Graph/Generated/Models/WorkbookIcon.cs index 97188cb52f5..e3579dd7054 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkbookIcon.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkbookIcon.cs @@ -43,7 +43,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// The set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes. + /// The set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Set diff --git a/src/Microsoft.Graph/Generated/Models/WorkbookNamedItem.cs b/src/Microsoft.Graph/Generated/Models/WorkbookNamedItem.cs index 46acb8c365c..ab7203477a8 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkbookNamedItem.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkbookNamedItem.cs @@ -60,7 +60,7 @@ public string Scope set { BackingStore?.Set("scope", value); } } #endif - /// The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only. + /// The type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Type diff --git a/src/Microsoft.Graph/Generated/Models/WorkbookRange.cs b/src/Microsoft.Graph/Generated/Models/WorkbookRange.cs index 5e745ccb6d5..79bc38d94ff 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkbookRange.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkbookRange.cs @@ -220,7 +220,7 @@ public UntypedNode Values set { BackingStore?.Set("values", value); } } #endif - /// Represents the type of data of each cell. Possible values are: Unknown, Empty, String, Integer, Double, Boolean, Error. Read-only. + /// Represents the type of data of each cell. The possible values are: Unknown, Empty, String, Integer, Double, Boolean, Error. Read-only. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public UntypedNode? ValueTypes diff --git a/src/Microsoft.Graph/Generated/Models/WorkbookRangeFormat.cs b/src/Microsoft.Graph/Generated/Models/WorkbookRangeFormat.cs index 45f0ccce3a0..f5def55af1d 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkbookRangeFormat.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkbookRangeFormat.cs @@ -66,7 +66,7 @@ public double? ColumnWidth set { BackingStore?.Set("font", value); } } #endif - /// The horizontal alignment for the specified object. Possible values are: General, Left, Center, Right, Fill, Justify, CenterAcrossSelection, Distributed. + /// The horizontal alignment for the specified object. The possible values are: General, Left, Center, Right, Fill, Justify, CenterAcrossSelection, Distributed. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? HorizontalAlignment @@ -104,7 +104,7 @@ public double? RowHeight get { return BackingStore?.Get("rowHeight"); } set { BackingStore?.Set("rowHeight", value); } } - /// The vertical alignment for the specified object. Possible values are: Top, Center, Bottom, Justify, Distributed. + /// The vertical alignment for the specified object. The possible values are: Top, Center, Bottom, Justify, Distributed. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? VerticalAlignment diff --git a/src/Microsoft.Graph/Generated/Models/WorkbookRangeView.cs b/src/Microsoft.Graph/Generated/Models/WorkbookRangeView.cs index e075d956224..8053c3dcc91 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkbookRangeView.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkbookRangeView.cs @@ -158,7 +158,7 @@ public UntypedNode Values set { BackingStore?.Set("values", value); } } #endif - /// The type of data of each cell. Read-only. Possible values are: Unknown, Empty, String, Integer, Double, Boolean, Error. + /// The type of data of each cell. Read-only. The possible values are: Unknown, Empty, String, Integer, Double, Boolean, Error. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public UntypedNode? ValueTypes diff --git a/src/Microsoft.Graph/Generated/Models/WorkbookSortField.cs b/src/Microsoft.Graph/Generated/Models/WorkbookSortField.cs index 77625eb3e54..f3d761e2fff 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkbookSortField.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkbookSortField.cs @@ -43,7 +43,7 @@ public string Color set { BackingStore?.Set("color", value); } } #endif - /// Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber. + /// Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? DataOption @@ -97,7 +97,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon. + /// Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? SortOn diff --git a/src/Microsoft.Graph/Generated/Models/WorkbookTable.cs b/src/Microsoft.Graph/Generated/Models/WorkbookTable.cs index 3fa034eee93..d047f469f23 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkbookTable.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkbookTable.cs @@ -134,7 +134,7 @@ public bool? ShowTotals set { BackingStore?.Set("sort", value); } } #endif - /// A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified. + /// A constant value that represents the Table style. The possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Style diff --git a/src/Microsoft.Graph/Generated/Models/WorkforceIntegrationEncryption.cs b/src/Microsoft.Graph/Generated/Models/WorkforceIntegrationEncryption.cs index eb282eded70..a5a8dc898d2 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkforceIntegrationEncryption.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkforceIntegrationEncryption.cs @@ -37,7 +37,7 @@ public string OdataType set { BackingStore?.Set("@odata.type", value); } } #endif - /// Possible values are: sharedSecret, unknownFutureValue. + /// The possible values are: sharedSecret, unknownFutureValue. public global::Microsoft.Graph.Beta.Models.WorkforceIntegrationEncryptionProtocol? Protocol { get { return BackingStore?.Get("protocol"); } diff --git a/src/Microsoft.Graph/Generated/Places/GetOperationWithId/GetOperationWithIdRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/GetOperationWithId/GetOperationWithIdRequestBuilder.cs index 98e2cd3a24f..e01293a1f77 100644 --- a/src/Microsoft.Graph/Generated/Places/GetOperationWithId/GetOperationWithIdRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/GetOperationWithId/GetOperationWithIdRequestBuilder.cs @@ -37,7 +37,8 @@ public GetOperationWithIdRequestBuilder(string rawUrl, IRequestAdapter requestAd { } /// - /// Invoke function getOperation + /// Get a placeOperation by ID. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -60,7 +61,7 @@ public GetOperationWithIdRequestBuilder(string rawUrl, IRequestAdapter requestAd return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.PlaceOperation.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Invoke function getOperation + /// Get a placeOperation by ID. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Places/Item/CheckIns/CheckInsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/Item/CheckIns/CheckInsRequestBuilder.cs index 4070c6ab4a7..fbb53a2707e 100644 --- a/src/Microsoft.Graph/Generated/Places/Item/CheckIns/CheckInsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/Item/CheckIns/CheckInsRequestBuilder.cs @@ -77,7 +77,7 @@ public CheckInsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.CheckInClaimCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Create a new checkInClaim object to record the check-in status for a specific place, such as a desk, room, or workspace, associated with a specific calendar reservation. This check-in confirms that the reserved space is in use and prevents automatic release if auto-release policies are configured for that place. + /// Create a new checkInClaim object to record the check-in status for a specific place, such as a desk or a room, associated with a specific calendar reservation. This check-in confirms that the reserved space is in use and prevents automatic release if auto-release policies are configured for that place. /// Find more info here /// /// A @@ -122,7 +122,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a new checkInClaim object to record the check-in status for a specific place, such as a desk, room, or workspace, associated with a specific calendar reservation. This check-in confirms that the reserved space is in use and prevents automatic release if auto-release policies are configured for that place. + /// Create a new checkInClaim object to record the check-in status for a specific place, such as a desk or a room, associated with a specific calendar reservation. This check-in confirms that the reserved space is in use and prevents automatic release if auto-release policies are configured for that place. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Places/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/Item/Children/ChildrenRequestBuilder.cs index 470a4d318bf..afdc7e5376e 100644 --- a/src/Microsoft.Graph/Generated/Places/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/Item/Children/ChildrenRequestBuilder.cs @@ -54,7 +54,7 @@ public ChildrenRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b { } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Cancellation token to use when cancelling requests @@ -77,7 +77,7 @@ public ChildrenRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.PlaceCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -105,7 +105,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ChildrenRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Places/Item/Children/Item/PlaceItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/Item/Children/Item/PlaceItemRequestBuilder.cs index c001f65e08d..d009393af68 100644 --- a/src/Microsoft.Graph/Generated/Places/Item/Children/Item/PlaceItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/Item/Children/Item/PlaceItemRequestBuilder.cs @@ -35,7 +35,7 @@ public PlaceItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : { } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Cancellation token to use when cancelling requests @@ -58,7 +58,7 @@ public PlaceItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.Place.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -86,7 +86,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class PlaceItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Places/Item/GraphBuilding/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/Item/GraphBuilding/Children/ChildrenRequestBuilder.cs index e1d8632714b..1aff96aeb0e 100644 --- a/src/Microsoft.Graph/Generated/Places/Item/GraphBuilding/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/Item/GraphBuilding/Children/ChildrenRequestBuilder.cs @@ -54,7 +54,7 @@ public ChildrenRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b { } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Cancellation token to use when cancelling requests @@ -77,7 +77,7 @@ public ChildrenRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.PlaceCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -105,7 +105,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ChildrenRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Places/Item/GraphBuilding/Children/Item/PlaceItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/Item/GraphBuilding/Children/Item/PlaceItemRequestBuilder.cs index d8f74d9e120..469fa74eb23 100644 --- a/src/Microsoft.Graph/Generated/Places/Item/GraphBuilding/Children/Item/PlaceItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/Item/GraphBuilding/Children/Item/PlaceItemRequestBuilder.cs @@ -35,7 +35,7 @@ public PlaceItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : { } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Cancellation token to use when cancelling requests @@ -58,7 +58,7 @@ public PlaceItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.Place.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -86,7 +86,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class PlaceItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Places/Item/GraphDesk/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/Item/GraphDesk/Children/ChildrenRequestBuilder.cs index 875bfef0350..e772cf9c7f1 100644 --- a/src/Microsoft.Graph/Generated/Places/Item/GraphDesk/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/Item/GraphDesk/Children/ChildrenRequestBuilder.cs @@ -54,7 +54,7 @@ public ChildrenRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b { } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Cancellation token to use when cancelling requests @@ -77,7 +77,7 @@ public ChildrenRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.PlaceCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -105,7 +105,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ChildrenRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Places/Item/GraphDesk/Children/Item/PlaceItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/Item/GraphDesk/Children/Item/PlaceItemRequestBuilder.cs index 94e3911962d..34a5ae2dc8f 100644 --- a/src/Microsoft.Graph/Generated/Places/Item/GraphDesk/Children/Item/PlaceItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/Item/GraphDesk/Children/Item/PlaceItemRequestBuilder.cs @@ -35,7 +35,7 @@ public PlaceItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : { } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Cancellation token to use when cancelling requests @@ -58,7 +58,7 @@ public PlaceItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.Place.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -86,7 +86,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class PlaceItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Places/Item/GraphFloor/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/Item/GraphFloor/Children/ChildrenRequestBuilder.cs index b2d402336de..66ab91a7721 100644 --- a/src/Microsoft.Graph/Generated/Places/Item/GraphFloor/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/Item/GraphFloor/Children/ChildrenRequestBuilder.cs @@ -54,7 +54,7 @@ public ChildrenRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b { } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Cancellation token to use when cancelling requests @@ -77,7 +77,7 @@ public ChildrenRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.PlaceCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -105,7 +105,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ChildrenRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Places/Item/GraphFloor/Children/Item/PlaceItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/Item/GraphFloor/Children/Item/PlaceItemRequestBuilder.cs index 9ffadf05619..05a28014c88 100644 --- a/src/Microsoft.Graph/Generated/Places/Item/GraphFloor/Children/Item/PlaceItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/Item/GraphFloor/Children/Item/PlaceItemRequestBuilder.cs @@ -35,7 +35,7 @@ public PlaceItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : { } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Cancellation token to use when cancelling requests @@ -58,7 +58,7 @@ public PlaceItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.Place.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -86,7 +86,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class PlaceItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Places/Item/GraphRoom/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/Item/GraphRoom/Children/ChildrenRequestBuilder.cs index 9796bd388b5..669b37a788e 100644 --- a/src/Microsoft.Graph/Generated/Places/Item/GraphRoom/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/Item/GraphRoom/Children/ChildrenRequestBuilder.cs @@ -54,7 +54,7 @@ public ChildrenRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b { } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Cancellation token to use when cancelling requests @@ -77,7 +77,7 @@ public ChildrenRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.PlaceCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -105,7 +105,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ChildrenRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Places/Item/GraphRoom/Children/Item/PlaceItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/Item/GraphRoom/Children/Item/PlaceItemRequestBuilder.cs index cd13b99e480..1cd1981fba9 100644 --- a/src/Microsoft.Graph/Generated/Places/Item/GraphRoom/Children/Item/PlaceItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/Item/GraphRoom/Children/Item/PlaceItemRequestBuilder.cs @@ -35,7 +35,7 @@ public PlaceItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : { } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Cancellation token to use when cancelling requests @@ -58,7 +58,7 @@ public PlaceItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.Place.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -86,7 +86,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class PlaceItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Children/ChildrenRequestBuilder.cs index c3c43430e7b..9070a18d08d 100644 --- a/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Children/ChildrenRequestBuilder.cs @@ -54,7 +54,7 @@ public ChildrenRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b { } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Cancellation token to use when cancelling requests @@ -77,7 +77,7 @@ public ChildrenRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.PlaceCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -105,7 +105,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ChildrenRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Children/Item/PlaceItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Children/Item/PlaceItemRequestBuilder.cs index 11cff27aa8a..ec92c326404 100644 --- a/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Children/Item/PlaceItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Children/Item/PlaceItemRequestBuilder.cs @@ -35,7 +35,7 @@ public PlaceItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : { } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Cancellation token to use when cancelling requests @@ -58,7 +58,7 @@ public PlaceItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.Place.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -86,7 +86,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class PlaceItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Rooms/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Rooms/Item/Children/ChildrenRequestBuilder.cs index b373fa8864c..a22142245c9 100644 --- a/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Rooms/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Rooms/Item/Children/ChildrenRequestBuilder.cs @@ -54,7 +54,7 @@ public ChildrenRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b { } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Cancellation token to use when cancelling requests @@ -77,7 +77,7 @@ public ChildrenRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.PlaceCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -105,7 +105,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ChildrenRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Rooms/Item/Children/Item/PlaceItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Rooms/Item/Children/Item/PlaceItemRequestBuilder.cs index 9775782d775..47479d5f86c 100644 --- a/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Rooms/Item/Children/Item/PlaceItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Rooms/Item/Children/Item/PlaceItemRequestBuilder.cs @@ -35,7 +35,7 @@ public PlaceItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : { } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Cancellation token to use when cancelling requests @@ -58,7 +58,7 @@ public PlaceItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.Place.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -86,7 +86,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class PlaceItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Workspaces/Item/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Workspaces/Item/Children/ChildrenRequestBuilder.cs index f47a009bcf0..6c6f9bbff1b 100644 --- a/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Workspaces/Item/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Workspaces/Item/Children/ChildrenRequestBuilder.cs @@ -54,7 +54,7 @@ public ChildrenRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b { } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Cancellation token to use when cancelling requests @@ -77,7 +77,7 @@ public ChildrenRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.PlaceCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -105,7 +105,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ChildrenRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Workspaces/Item/Children/Item/PlaceItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Workspaces/Item/Children/Item/PlaceItemRequestBuilder.cs index 8d99515d209..d006ca047b0 100644 --- a/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Workspaces/Item/Children/Item/PlaceItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/Item/GraphRoomList/Workspaces/Item/Children/Item/PlaceItemRequestBuilder.cs @@ -35,7 +35,7 @@ public PlaceItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : { } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Cancellation token to use when cancelling requests @@ -58,7 +58,7 @@ public PlaceItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.Place.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -86,7 +86,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class PlaceItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Places/Item/GraphSection/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/Item/GraphSection/Children/ChildrenRequestBuilder.cs index 8633e6b4893..30d875f5110 100644 --- a/src/Microsoft.Graph/Generated/Places/Item/GraphSection/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/Item/GraphSection/Children/ChildrenRequestBuilder.cs @@ -54,7 +54,7 @@ public ChildrenRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b { } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Cancellation token to use when cancelling requests @@ -77,7 +77,7 @@ public ChildrenRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.PlaceCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -105,7 +105,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ChildrenRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Places/Item/GraphSection/Children/Item/PlaceItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/Item/GraphSection/Children/Item/PlaceItemRequestBuilder.cs index 7b26011c7cc..24c85105d29 100644 --- a/src/Microsoft.Graph/Generated/Places/Item/GraphSection/Children/Item/PlaceItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/Item/GraphSection/Children/Item/PlaceItemRequestBuilder.cs @@ -35,7 +35,7 @@ public PlaceItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : { } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Cancellation token to use when cancelling requests @@ -58,7 +58,7 @@ public PlaceItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.Place.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -86,7 +86,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class PlaceItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Places/Item/GraphWorkspace/Children/ChildrenRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/Item/GraphWorkspace/Children/ChildrenRequestBuilder.cs index 60e3c63d5d8..4fdcf734951 100644 --- a/src/Microsoft.Graph/Generated/Places/Item/GraphWorkspace/Children/ChildrenRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/Item/GraphWorkspace/Children/ChildrenRequestBuilder.cs @@ -54,7 +54,7 @@ public ChildrenRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b { } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Cancellation token to use when cancelling requests @@ -77,7 +77,7 @@ public ChildrenRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.PlaceCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -105,7 +105,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ChildrenRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Places/Item/GraphWorkspace/Children/Item/PlaceItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/Item/GraphWorkspace/Children/Item/PlaceItemRequestBuilder.cs index ec8d1277212..88b65f38bfc 100644 --- a/src/Microsoft.Graph/Generated/Places/Item/GraphWorkspace/Children/Item/PlaceItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/Item/GraphWorkspace/Children/Item/PlaceItemRequestBuilder.cs @@ -35,7 +35,7 @@ public PlaceItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : { } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Cancellation token to use when cancelling requests @@ -58,7 +58,7 @@ public PlaceItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.Place.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -86,7 +86,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Get children from places + /// A collection of children places that is only used in the Upsert places API. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class PlaceItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Places/Item/PlaceItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/Item/PlaceItemRequestBuilder.cs index 81478e12240..ba070f2e43e 100644 --- a/src/Microsoft.Graph/Generated/Places/Item/PlaceItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/Item/PlaceItemRequestBuilder.cs @@ -118,8 +118,8 @@ public async Task DeleteAsync(Action - /// Update the properties of place object that can be a building, floor, section, desk, room, workspace, or roomList. You can identify the place by specifying the id property. - /// Find more info here + /// Upsert one or more place objects in async mode. This API allows you to create and update multiple places efficiently in a single request. For more information on how to use this API, including scenarios, best practices, and concurrency limits, see Working with the upsert Places API in Microsoft Graph. + /// Find more info here /// /// A /// The request body @@ -163,7 +163,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Update the properties of place object that can be a building, floor, section, desk, room, workspace, or roomList. You can identify the place by specifying the id property. + /// Upsert one or more place objects in async mode. This API allows you to create and update multiple places efficiently in a single request. For more information on how to use this API, including scenarios, best practices, and concurrency limits, see Working with the upsert Places API in Microsoft Graph. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Places/ListOperations/ListOperationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Places/ListOperations/ListOperationsRequestBuilder.cs index 5a32657ebc0..39b1c11c91e 100644 --- a/src/Microsoft.Graph/Generated/Places/ListOperations/ListOperationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Places/ListOperations/ListOperationsRequestBuilder.cs @@ -34,7 +34,8 @@ public ListOperationsRequestBuilder(string rawUrl, IRequestAdapter requestAdapte { } /// - /// Invoke function listOperations + /// List all existing placeOperation objects. This API doesn't return operation details. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -57,7 +58,8 @@ public ListOperationsRequestBuilder(string rawUrl, IRequestAdapter requestAdapte return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Places.ListOperations.ListOperationsGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Invoke function listOperations + /// List all existing placeOperation objects. This API doesn't return operation details. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -81,7 +83,7 @@ public ListOperationsRequestBuilder(string rawUrl, IRequestAdapter requestAdapte return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Places.ListOperations.ListOperationsResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Invoke function listOperations + /// List all existing placeOperation objects. This API doesn't return operation details. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -109,7 +111,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Invoke function listOperations + /// List all existing placeOperation objects. This API doesn't return operation details. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ListOperationsRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Security/Identities/Settings/SettingsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Security/Identities/Settings/SettingsRequestBuilder.cs index d2ba6da75d0..cc6096c1d5c 100644 --- a/src/Microsoft.Graph/Generated/Security/Identities/Settings/SettingsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Security/Identities/Settings/SettingsRequestBuilder.cs @@ -2,7 +2,6 @@ #pragma warning disable CS0618 using Microsoft.Graph.Beta.Models.ODataErrors; using Microsoft.Graph.Beta.Models.Security; -using Microsoft.Graph.Beta.Security.Identities.Settings.AutoAuditingConfiguration; using Microsoft.Kiota.Abstractions.Extensions; using Microsoft.Kiota.Abstractions.Serialization; using Microsoft.Kiota.Abstractions; @@ -19,11 +18,6 @@ namespace Microsoft.Graph.Beta.Security.Identities.Settings [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class SettingsRequestBuilder : BaseRequestBuilder { - /// Provides operations to manage the autoAuditingConfiguration property of the microsoft.graph.security.settingsContainer entity. - public global::Microsoft.Graph.Beta.Security.Identities.Settings.AutoAuditingConfiguration.AutoAuditingConfigurationRequestBuilder AutoAuditingConfiguration - { - get => new global::Microsoft.Graph.Beta.Security.Identities.Settings.AutoAuditingConfiguration.AutoAuditingConfigurationRequestBuilder(PathParameters, RequestAdapter); - } /// /// Instantiates a new and sets the default values. /// diff --git a/src/Microsoft.Graph/Generated/Solutions/SharePoint/Migrations/CrossOrganizationMigrationTasks/CrossOrganizationMigrationTasksRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/SharePoint/Migrations/CrossOrganizationMigrationTasks/CrossOrganizationMigrationTasksRequestBuilder.cs index b2e2962cfb5..484103ada02 100644 --- a/src/Microsoft.Graph/Generated/Solutions/SharePoint/Migrations/CrossOrganizationMigrationTasks/CrossOrganizationMigrationTasksRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/SharePoint/Migrations/CrossOrganizationMigrationTasks/CrossOrganizationMigrationTasksRequestBuilder.cs @@ -57,7 +57,7 @@ public CrossOrganizationMigrationTasksRequestBuilder(string rawUrl, IRequestAdap { } /// - /// Get crossOrganizationMigrationTasks from solutions + /// Get a sharePointMigrationTask that was previously created, using the task ID. The returned sharePointMigrationTask object includes the source and target site URLs, migration status, optional timestamps (startedDateTime and finishedDateTime), and error details about issues during processing. /// /// A /// Cancellation token to use when cancelling requests @@ -110,7 +110,8 @@ public CrossOrganizationMigrationTasksRequestBuilder(string rawUrl, IRequestAdap return new global::Microsoft.Graph.Beta.Solutions.SharePoint.Migrations.CrossOrganizationMigrationTasks.GetBySourceUserPrincipalNameWithSourcePrincipalName.GetBySourceUserPrincipalNameWithSourcePrincipalNameRequestBuilder(PathParameters, RequestAdapter, sourcePrincipalName); } /// - /// Create new navigation property to crossOrganizationMigrationTasks for solutions + /// Create or update a sharePointMigrationTask to migrate a resource from the source organization to the target organization, using the sharePointMigrationTaskParameters. The resource can be a user, a group, or a site. When an existing sharePointMigrationTask is retrieved, it might contain not only the specifics of the source and target organizations and resources, but also the status of the migration and errors encountered during the migration operation. The API calls occur on the source site and only add list items to the my site root web, for example, contoso-my.sharepoint.com. Then, it triggers a multi-geo site move job in the backend to enqueue and orchestrate several tenant workflow jobs, such as backup, restore, and cleanup, supported by TJ infrastructure. The OData type of sharePointResourceMigrationParameters differentiates user migration from site migration, rather than using different subpaths. For a user's OneDrive migration, specify sharePointUserMigrationParameters. If this migration task is a regular SharePoint site migration, specify sharePointSiteMigrationParameters. If this migration task is a group-connected site migration, specify sharePointGroupMigrationParameters. + /// Find more info here /// /// A /// The request body @@ -135,7 +136,7 @@ public CrossOrganizationMigrationTasksRequestBuilder(string rawUrl, IRequestAdap return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.SharePointMigrationTask.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get crossOrganizationMigrationTasks from solutions + /// Get a sharePointMigrationTask that was previously created, using the task ID. The returned sharePointMigrationTask object includes the source and target site URLs, migration status, optional timestamps (startedDateTime and finishedDateTime), and error details about issues during processing. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -154,7 +155,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Create new navigation property to crossOrganizationMigrationTasks for solutions + /// Create or update a sharePointMigrationTask to migrate a resource from the source organization to the target organization, using the sharePointMigrationTaskParameters. The resource can be a user, a group, or a site. When an existing sharePointMigrationTask is retrieved, it might contain not only the specifics of the source and target organizations and resources, but also the status of the migration and errors encountered during the migration operation. The API calls occur on the source site and only add list items to the my site root web, for example, contoso-my.sharepoint.com. Then, it triggers a multi-geo site move job in the backend to enqueue and orchestrate several tenant workflow jobs, such as backup, restore, and cleanup, supported by TJ infrastructure. The OData type of sharePointResourceMigrationParameters differentiates user migration from site migration, rather than using different subpaths. For a user's OneDrive migration, specify sharePointUserMigrationParameters. If this migration task is a regular SharePoint site migration, specify sharePointSiteMigrationParameters. If this migration task is a group-connected site migration, specify sharePointGroupMigrationParameters. /// /// A /// The request body @@ -185,7 +186,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Beta. return new global::Microsoft.Graph.Beta.Solutions.SharePoint.Migrations.CrossOrganizationMigrationTasks.CrossOrganizationMigrationTasksRequestBuilder(rawUrl, RequestAdapter); } /// - /// Get crossOrganizationMigrationTasks from solutions + /// Get a sharePointMigrationTask that was previously created, using the task ID. The returned sharePointMigrationTask object includes the source and target site URLs, migration status, optional timestamps (startedDateTime and finishedDateTime), and error details about issues during processing. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class CrossOrganizationMigrationTasksRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Solutions/SharePoint/Migrations/CrossOrganizationMigrationTasks/GetBySourceGroupMailNicknameWithSourceGroupMailNickname/GetBySourceGroupMailNicknameWithSourceGroupMailNicknameRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/SharePoint/Migrations/CrossOrganizationMigrationTasks/GetBySourceGroupMailNicknameWithSourceGroupMailNickname/GetBySourceGroupMailNicknameWithSourceGroupMailNicknameRequestBuilder.cs index e2d41ffd5fd..7fdffe12597 100644 --- a/src/Microsoft.Graph/Generated/Solutions/SharePoint/Migrations/CrossOrganizationMigrationTasks/GetBySourceGroupMailNicknameWithSourceGroupMailNickname/GetBySourceGroupMailNicknameWithSourceGroupMailNicknameRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/SharePoint/Migrations/CrossOrganizationMigrationTasks/GetBySourceGroupMailNicknameWithSourceGroupMailNickname/GetBySourceGroupMailNicknameWithSourceGroupMailNicknameRequestBuilder.cs @@ -37,7 +37,8 @@ public GetBySourceGroupMailNicknameWithSourceGroupMailNicknameRequestBuilder(str { } /// - /// Invoke function getBySourceGroupMailNickname + /// Get a sharePointMigrationTask that was previously created for a group, using the source group mail nickname. The returned sharePointMigrationTask object includes the source and target site URLs, migration status, optional timestamps (startedDateTime and finishedDateTime), and error details about issues during processing. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -60,7 +61,7 @@ public GetBySourceGroupMailNicknameWithSourceGroupMailNicknameRequestBuilder(str return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.SharePointMigrationTask.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Invoke function getBySourceGroupMailNickname + /// Get a sharePointMigrationTask that was previously created for a group, using the source group mail nickname. The returned sharePointMigrationTask object includes the source and target site URLs, migration status, optional timestamps (startedDateTime and finishedDateTime), and error details about issues during processing. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/SharePoint/Migrations/CrossOrganizationMigrationTasks/GetBySourceSiteUrlWithSourceSiteUrl/GetBySourceSiteUrlWithSourceSiteUrlRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/SharePoint/Migrations/CrossOrganizationMigrationTasks/GetBySourceSiteUrlWithSourceSiteUrl/GetBySourceSiteUrlWithSourceSiteUrlRequestBuilder.cs index 581870f9567..a4efea9f409 100644 --- a/src/Microsoft.Graph/Generated/Solutions/SharePoint/Migrations/CrossOrganizationMigrationTasks/GetBySourceSiteUrlWithSourceSiteUrl/GetBySourceSiteUrlWithSourceSiteUrlRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/SharePoint/Migrations/CrossOrganizationMigrationTasks/GetBySourceSiteUrlWithSourceSiteUrl/GetBySourceSiteUrlWithSourceSiteUrlRequestBuilder.cs @@ -37,7 +37,8 @@ public GetBySourceSiteUrlWithSourceSiteUrlRequestBuilder(string rawUrl, IRequest { } /// - /// Invoke function getBySourceSiteUrl + /// Get a sharePointMigrationTask that was previously created for a regular site, using the source site URL. The returned sharePointMigrationTask object includes the source and target site URLs, migration status, optional timestamps (startedDateTime and finishedDateTime), and error details about issues during processing. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -60,7 +61,7 @@ public GetBySourceSiteUrlWithSourceSiteUrlRequestBuilder(string rawUrl, IRequest return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.SharePointMigrationTask.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Invoke function getBySourceSiteUrl + /// Get a sharePointMigrationTask that was previously created for a regular site, using the source site URL. The returned sharePointMigrationTask object includes the source and target site URLs, migration status, optional timestamps (startedDateTime and finishedDateTime), and error details about issues during processing. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/SharePoint/Migrations/CrossOrganizationMigrationTasks/GetBySourceUserPrincipalNameWithSourcePrincipalName/GetBySourceUserPrincipalNameWithSourcePrincipalNameRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/SharePoint/Migrations/CrossOrganizationMigrationTasks/GetBySourceUserPrincipalNameWithSourcePrincipalName/GetBySourceUserPrincipalNameWithSourcePrincipalNameRequestBuilder.cs index 71789c959aa..114fdb25ae6 100644 --- a/src/Microsoft.Graph/Generated/Solutions/SharePoint/Migrations/CrossOrganizationMigrationTasks/GetBySourceUserPrincipalNameWithSourcePrincipalName/GetBySourceUserPrincipalNameWithSourcePrincipalNameRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/SharePoint/Migrations/CrossOrganizationMigrationTasks/GetBySourceUserPrincipalNameWithSourcePrincipalName/GetBySourceUserPrincipalNameWithSourcePrincipalNameRequestBuilder.cs @@ -37,7 +37,8 @@ public GetBySourceUserPrincipalNameWithSourcePrincipalNameRequestBuilder(string { } /// - /// Invoke function getBySourceUserPrincipalName + /// Get a sharePointMigrationTask that was previously created for a user, using the source userPrincipalName. The returned sharePointMigrationTask object includes the source and target site URLs, migration status, optional timestamps (startedDateTime and finishedDateTime), and error details about issues during processing. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -60,7 +61,7 @@ public GetBySourceUserPrincipalNameWithSourcePrincipalNameRequestBuilder(string return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.SharePointMigrationTask.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Invoke function getBySourceUserPrincipalName + /// Get a sharePointMigrationTask that was previously created for a user, using the source userPrincipalName. The returned sharePointMigrationTask object includes the source and target site URLs, migration status, optional timestamps (startedDateTime and finishedDateTime), and error details about issues during processing. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/SharePoint/Migrations/CrossOrganizationMigrationTasks/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/SharePoint/Migrations/CrossOrganizationMigrationTasks/Item/Cancel/CancelRequestBuilder.cs index c370fbe1afd..409eb8dece9 100644 --- a/src/Microsoft.Graph/Generated/Solutions/SharePoint/Migrations/CrossOrganizationMigrationTasks/Item/Cancel/CancelRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/SharePoint/Migrations/CrossOrganizationMigrationTasks/Item/Cancel/CancelRequestBuilder.cs @@ -34,7 +34,8 @@ public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas { } /// - /// Invoke action cancel + /// Cancel a sharePointMigrationTask that moves a specific object from a source organization to a target organization. Only cancel the sharePointMigrationTask before it starts and when reverting doesn't cause system instability. + /// 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 cancel + /// Cancel a sharePointMigrationTask that moves a specific object from a source organization to a target organization. Only cancel the sharePointMigrationTask before it starts and when reverting doesn't cause system instability. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Solutions/SharePoint/Migrations/CrossOrganizationMigrationTasks/Item/SharePointMigrationTaskItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Solutions/SharePoint/Migrations/CrossOrganizationMigrationTasks/Item/SharePointMigrationTaskItemRequestBuilder.cs index b38e597aef3..7ace81ca5ed 100644 --- a/src/Microsoft.Graph/Generated/Solutions/SharePoint/Migrations/CrossOrganizationMigrationTasks/Item/SharePointMigrationTaskItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Solutions/SharePoint/Migrations/CrossOrganizationMigrationTasks/Item/SharePointMigrationTaskItemRequestBuilder.cs @@ -63,7 +63,8 @@ public async Task DeleteAsync(Action - /// Get crossOrganizationMigrationTasks from solutions + /// Get a sharePointMigrationTask that was previously created, using the task ID. The returned sharePointMigrationTask object includes the source and target site URLs, migration status, optional timestamps (startedDateTime and finishedDateTime), and error details about issues during processing. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -130,7 +131,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Get crossOrganizationMigrationTasks from solutions + /// Get a sharePointMigrationTask that was previously created, using the task ID. The returned sharePointMigrationTask object includes the source and target site URLs, migration status, optional timestamps (startedDateTime and finishedDateTime), and error details about issues during processing. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -188,7 +189,7 @@ public partial class SharePointMigrationTaskItemRequestBuilderDeleteRequestConfi { } /// - /// Get crossOrganizationMigrationTasks from solutions + /// Get a sharePointMigrationTask that was previously created, using the task ID. The returned sharePointMigrationTask object includes the source and target site URLs, migration status, optional timestamps (startedDateTime and finishedDateTime), and error details about issues during processing. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class SharePointMigrationTaskItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/TeamTemplateDefinition/Item/TeamDefinition/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs b/src/Microsoft.Graph/Generated/TeamTemplateDefinition/Item/TeamDefinition/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs index 0e46dbddd9a..3f93c012a34 100644 --- a/src/Microsoft.Graph/Generated/TeamTemplateDefinition/Item/TeamDefinition/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/TeamTemplateDefinition/Item/TeamDefinition/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/TeamTemplateDefinition/Item/TeamDefinition/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs b/src/Microsoft.Graph/Generated/TeamTemplateDefinition/Item/TeamDefinition/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs index dc841c9947b..d61c44a0d5b 100644 --- a/src/Microsoft.Graph/Generated/TeamTemplateDefinition/Item/TeamDefinition/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/TeamTemplateDefinition/Item/TeamDefinition/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/Teams/Item/Channels/Item/AllMembers/Item/ConversationMemberItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/AllMembers/Item/ConversationMemberItemRequestBuilder.cs index b5a84e636b1..1ca23232ffa 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/AllMembers/Item/ConversationMemberItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/AllMembers/Item/ConversationMemberItemRequestBuilder.cs @@ -57,7 +57,8 @@ public async Task DeleteAsync(Action - /// A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. + /// Retrieve a single conversationMember (direct or indirect) from the allMembers collection using the membership ID. This API provides access to the following member types:- *Direct members*: Users who are added directly to the channel, including users from other tenants (cross-tenant).- *Indirect members*: Users who are members of a team with which the channel is shared, including teams in the same tenant or in a different tenant (cross-tenant). When you retrieve an indirect member, the @microsoft.graph.originalSourceMembershipUrl property identifies the original source team, which indicates that the user is an indirect member of the shared channel. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -124,7 +125,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. + /// Retrieve a single conversationMember (direct or indirect) from the allMembers collection using the membership ID. This API provides access to the following member types:- *Direct members*: Users who are added directly to the channel, including users from other tenants (cross-tenant).- *Indirect members*: Users who are members of a team with which the channel is shared, including teams in the same tenant or in a different tenant (cross-tenant). When you retrieve an indirect member, the @microsoft.graph.originalSourceMembershipUrl property identifies the original source team, which indicates that the user is an indirect member of the shared channel. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -182,7 +183,7 @@ public partial class ConversationMemberItemRequestBuilderDeleteRequestConfigurat { } /// - /// A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. + /// Retrieve a single conversationMember (direct or indirect) from the allMembers collection using the membership ID. This API provides access to the following member types:- *Direct members*: Users who are added directly to the channel, including users from other tenants (cross-tenant).- *Indirect members*: Users who are members of a team with which the channel is shared, including teams in the same tenant or in a different tenant (cross-tenant). When you retrieve an indirect member, the @microsoft.graph.originalSourceMembershipUrl property identifies the original source team, which indicates that the user is an indirect member of the shared channel. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ConversationMemberItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs index 34cf481d9ac..4e6b6899594 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/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/Teams/Item/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs index 9e613d06fa0..0924813f1a5 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/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/Teamwork/DeletedTeams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs index aa1695e9c12..ebeca3b4f7d 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/DeletedTeams/Item/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/Teamwork/TeamTemplates/Item/Definitions/Item/TeamDefinition/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/TeamTemplates/Item/Definitions/Item/TeamDefinition/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs index b69f243a72e..a254f6a3b2b 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/TeamTemplates/Item/Definitions/Item/TeamDefinition/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/TeamTemplates/Item/Definitions/Item/TeamDefinition/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/Teamwork/TeamTemplates/Item/Definitions/Item/TeamDefinition/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teamwork/TeamTemplates/Item/Definitions/Item/TeamDefinition/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs index 3bebc2fa5af..5dcda2e8a74 100644 --- a/src/Microsoft.Graph/Generated/Teamwork/TeamTemplates/Item/Definitions/Item/TeamDefinition/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teamwork/TeamTemplates/Item/Definitions/Item/TeamDefinition/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/Users/Item/AdhocCalls/Item/Recordings/Item/CallRecordingItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/AdhocCalls/Item/Recordings/Item/CallRecordingItemRequestBuilder.cs index 2b3db28c17a..8918271fa0f 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/AdhocCalls/Item/Recordings/Item/CallRecordingItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/AdhocCalls/Item/Recordings/Item/CallRecordingItemRequestBuilder.cs @@ -63,7 +63,7 @@ public async Task DeleteAsync(Action - /// 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 @@ -131,7 +131,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// 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. @@ -189,7 +189,7 @@ public partial class CallRecordingItemRequestBuilderDeleteRequestConfiguration : { } /// - /// 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 CallRecordingItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Users/Item/AdhocCalls/Item/Recordings/Item/Content/ContentRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/AdhocCalls/Item/Recordings/Item/Content/ContentRequestBuilder.cs index 4639fc7fb40..053e177bd82 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/AdhocCalls/Item/Recordings/Item/Content/ContentRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/AdhocCalls/Item/Recordings/Item/Content/ContentRequestBuilder.cs @@ -57,7 +57,7 @@ public async Task DeleteAsync(Action - /// 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 @@ -125,7 +125,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// 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. diff --git a/src/Microsoft.Graph/Generated/Users/Item/AdhocCalls/Item/Recordings/RecordingsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/AdhocCalls/Item/Recordings/RecordingsRequestBuilder.cs index 4647de7de4c..8a93a1e098c 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/AdhocCalls/Item/Recordings/RecordingsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/AdhocCalls/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. /// /// A /// Cancellation token to use when cancelling requests @@ -108,7 +108,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. @@ -158,7 +158,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Beta. return new global::Microsoft.Graph.Beta.Users.Item.AdhocCalls.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/Users/Item/AdhocCalls/Item/Transcripts/Item/CallTranscriptItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/AdhocCalls/Item/Transcripts/Item/CallTranscriptItemRequestBuilder.cs index 1d28d8e575c..e6ad3e9704e 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/AdhocCalls/Item/Transcripts/Item/CallTranscriptItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/AdhocCalls/Item/Transcripts/Item/CallTranscriptItemRequestBuilder.cs @@ -69,7 +69,7 @@ public async Task DeleteAsync(Action - /// 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 @@ -137,7 +137,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// 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. @@ -195,7 +195,7 @@ public partial class CallTranscriptItemRequestBuilderDeleteRequestConfiguration { } /// - /// 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 CallTranscriptItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Users/Item/AdhocCalls/Item/Transcripts/TranscriptsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/AdhocCalls/Item/Transcripts/TranscriptsRequestBuilder.cs index 4bfcacbffbe..bb752862109 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/AdhocCalls/Item/Transcripts/TranscriptsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/AdhocCalls/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. /// /// A /// Cancellation token to use when cancelling requests @@ -108,7 +108,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. @@ -158,7 +158,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Beta. return new global::Microsoft.Graph.Beta.Users.Item.AdhocCalls.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/Users/Item/Chats/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs index 0912c7663d4..7e549eb5a77 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Chats/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/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/Users/Item/MailFolders/Item/ChildFolders/Item/UserConfigurations/Item/UserConfigurationItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/UserConfigurations/Item/UserConfigurationItemRequestBuilder.cs index a91ff712859..6e4cbee011d 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/UserConfigurations/Item/UserConfigurationItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/UserConfigurations/Item/UserConfigurationItemRequestBuilder.cs @@ -35,7 +35,7 @@ public UserConfigurationItemRequestBuilder(string rawUrl, IRequestAdapter reques { } /// - /// Get userConfigurations from users + /// 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 users + /// 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 users + /// 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/Users/Item/MailFolders/Item/ChildFolders/Item/UserConfigurations/UserConfigurationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/UserConfigurations/UserConfigurationsRequestBuilder.cs index dcf966d31ac..93593578580 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/UserConfigurations/UserConfigurationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/UserConfigurations/UserConfigurationsRequestBuilder.cs @@ -54,7 +54,7 @@ public UserConfigurationsRequestBuilder(string rawUrl, IRequestAdapter requestAd { } /// - /// Get userConfigurations from users + /// 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 users + /// 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 users + /// 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/Users/Item/MailFolders/Item/UserConfigurations/Item/UserConfigurationItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/UserConfigurations/Item/UserConfigurationItemRequestBuilder.cs index 806b6121223..e976a7489f6 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/UserConfigurations/Item/UserConfigurationItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/UserConfigurations/Item/UserConfigurationItemRequestBuilder.cs @@ -35,7 +35,7 @@ public UserConfigurationItemRequestBuilder(string rawUrl, IRequestAdapter reques { } /// - /// Get userConfigurations from users + /// 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 users + /// 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 users + /// 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/Users/Item/MailFolders/Item/UserConfigurations/UserConfigurationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/UserConfigurations/UserConfigurationsRequestBuilder.cs index 6285ca65d07..67c80466eb7 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/UserConfigurations/UserConfigurationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/MailFolders/Item/UserConfigurations/UserConfigurationsRequestBuilder.cs @@ -54,7 +54,7 @@ public UserConfigurationsRequestBuilder(string rawUrl, IRequestAdapter requestAd { } /// - /// Get userConfigurations from users + /// 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 users + /// 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 users + /// 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/Users/Item/OnlineMeetings/Item/Recordings/Item/CallRecordingItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Recordings/Item/CallRecordingItemRequestBuilder.cs index f2fdab6a930..e1964202970 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Recordings/Item/CallRecordingItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Recordings/Item/CallRecordingItemRequestBuilder.cs @@ -63,7 +63,7 @@ public async Task DeleteAsync(Action - /// 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 @@ -131,7 +131,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// 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. @@ -189,7 +189,7 @@ public partial class CallRecordingItemRequestBuilderDeleteRequestConfiguration : { } /// - /// 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 CallRecordingItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Recordings/Item/Content/ContentRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Recordings/Item/Content/ContentRequestBuilder.cs index e7a68526858..ac655a75d7a 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Recordings/Item/Content/ContentRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Recordings/Item/Content/ContentRequestBuilder.cs @@ -57,7 +57,7 @@ public async Task DeleteAsync(Action - /// 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 @@ -125,7 +125,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// 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. diff --git a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Recordings/RecordingsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Recordings/RecordingsRequestBuilder.cs index 8776017a99a..cce88475366 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Recordings/RecordingsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/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. /// /// A /// Cancellation token to use when cancelling requests @@ -108,7 +108,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. @@ -158,7 +158,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Beta. return new global::Microsoft.Graph.Beta.Users.Item.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/Users/Item/OnlineMeetings/Item/Transcripts/Item/CallTranscriptItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Item/CallTranscriptItemRequestBuilder.cs index 709828ef334..f4a736a82a0 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Item/CallTranscriptItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Item/CallTranscriptItemRequestBuilder.cs @@ -69,7 +69,7 @@ public async Task DeleteAsync(Action - /// 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 @@ -137,7 +137,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// 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. @@ -195,7 +195,7 @@ public partial class CallTranscriptItemRequestBuilderDeleteRequestConfiguration { } /// - /// 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 CallTranscriptItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Item/Content/ContentRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Item/Content/ContentRequestBuilder.cs index 1d2b9210099..0f9c69d68be 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Item/Content/ContentRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Item/Content/ContentRequestBuilder.cs @@ -57,7 +57,7 @@ public async Task DeleteAsync(Action - /// 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 @@ -125,7 +125,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// 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. diff --git a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Item/MetadataContent/MetadataContentRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Item/MetadataContent/MetadataContentRequestBuilder.cs index 5fa70428ae7..257c523d9a0 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Item/MetadataContent/MetadataContentRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Item/MetadataContent/MetadataContentRequestBuilder.cs @@ -56,7 +56,7 @@ public async Task DeleteAsync(Action - /// 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 @@ -124,7 +124,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// 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. diff --git a/src/Microsoft.Graph/Generated/Users/UsersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/UsersRequestBuilder.cs index 16b9cb09a51..2457855ce87 100644 --- a/src/Microsoft.Graph/Generated/Users/UsersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/UsersRequestBuilder.cs @@ -90,8 +90,8 @@ public UsersRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { } /// - /// Get a list of the agentUser objects and their properties. - /// Find more info here + /// Retrieve a list of user objects. This API also returns agentUser objects. This operation returns by default only a subset of the more commonly used properties for each user and agentUser. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -140,7 +140,7 @@ public UsersRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Beta.Models.User.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Get a list of the agentUser objects and their properties. + /// Retrieve a list of user objects. This API also returns agentUser objects. This operation returns by default only a subset of the more commonly used properties for each user and agentUser. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -190,7 +190,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Beta. return new global::Microsoft.Graph.Beta.Users.UsersRequestBuilder(rawUrl, RequestAdapter); } /// - /// Get a list of the agentUser objects and their properties. + /// Retrieve a list of user objects. This API also returns agentUser objects. This operation returns by default only a subset of the more commonly used properties for each user and agentUser. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class UsersRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/kiota-dom-export.txt b/src/Microsoft.Graph/Generated/kiota-dom-export.txt index 232f6b30cd1..2002075386a 100644 --- a/src/Microsoft.Graph/Generated/kiota-dom-export.txt +++ b/src/Microsoft.Graph/Generated/kiota-dom-export.txt @@ -124243,6 +124243,50 @@ Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ConnectedOrganizat Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.Ref.RefRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.Ref.RefRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Beta.Models.ReferenceCreate; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.Ref.RefRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.Item.InternalSponsors.Ref.RefRequestBuilder +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.controlConfigurationsRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.controlConfigurationsRequestBuilder.controlConfigurationsRequestBuilderGetQueryParameters::|public|Count:bool? +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.controlConfigurationsRequestBuilder.controlConfigurationsRequestBuilderGetQueryParameters::|public|Expand:string[] +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.controlConfigurationsRequestBuilder.controlConfigurationsRequestBuilderGetQueryParameters::|public|Filter:string +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.controlConfigurationsRequestBuilder.controlConfigurationsRequestBuilderGetQueryParameters::|public|Orderby:string[] +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.controlConfigurationsRequestBuilder.controlConfigurationsRequestBuilderGetQueryParameters::|public|Search:string +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.controlConfigurationsRequestBuilder.controlConfigurationsRequestBuilderGetQueryParameters::|public|Select:string[] +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.controlConfigurationsRequestBuilder.controlConfigurationsRequestBuilderGetQueryParameters::|public|Skip:int? +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.controlConfigurationsRequestBuilder.controlConfigurationsRequestBuilderGetQueryParameters::|public|Top:int? +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.controlConfigurationsRequestBuilder.controlConfigurationsRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.controlConfigurationsRequestBuilder.controlConfigurationsRequestBuilderPostRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.controlConfigurationsRequestBuilder::[ControlConfigurationId:string]:global.Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Item.ControlConfigurationItemRequestBuilder +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.controlConfigurationsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.controlConfigurationsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.controlConfigurationsRequestBuilder::|public|Count:global.Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Count.CountRequestBuilder +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.controlConfigurationsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Beta.Models.ControlConfigurationCollectionResponse +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.controlConfigurationsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Beta.Models.ControlConfiguration; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Beta.Models.ControlConfiguration +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.controlConfigurationsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.controlConfigurationsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Beta.Models.ControlConfiguration; requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.controlConfigurationsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.ControlConfigurationsRequestBuilder +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Count.CountRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Count.CountRequestBuilder +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Item.ControlConfigurationItemRequestBuilder-->BaseRequestBuilder +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Item.ControlConfigurationItemRequestBuilder.ControlConfigurationItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Item.ControlConfigurationItemRequestBuilder.ControlConfigurationItemRequestBuilderGetQueryParameters::|public|Expand:string[] +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Item.ControlConfigurationItemRequestBuilder.ControlConfigurationItemRequestBuilderGetQueryParameters::|public|Select:string[] +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Item.ControlConfigurationItemRequestBuilder.ControlConfigurationItemRequestBuilderGetRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Item.ControlConfigurationItemRequestBuilder.ControlConfigurationItemRequestBuilderPutRequestConfiguration-->RequestConfiguration +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Item.ControlConfigurationItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Item.ControlConfigurationItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Item.ControlConfigurationItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Item.ControlConfigurationItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Beta.Models.ControlConfiguration +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Item.ControlConfigurationItemRequestBuilder::|public|PutAsync(body:global.Microsoft.Graph.Beta.Models.ControlConfiguration; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Beta.Models.ControlConfiguration +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Item.ControlConfigurationItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Item.ControlConfigurationItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Item.ControlConfigurationItemRequestBuilder::|public|ToPutRequestInformation(body:global.Microsoft.Graph.Beta.Models.ControlConfiguration; requestConfiguration?:Action>):RequestInformation +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Item.ControlConfigurationItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.Item.ControlConfigurationItemRequestBuilder Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.entitlementManagementRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.entitlementManagementRequestBuilder.entitlementManagementRequestBuilderDeleteRequestConfiguration-->RequestConfiguration Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.entitlementManagementRequestBuilder.entitlementManagementRequestBuilderGetQueryParameters::|public|Expand:string[] @@ -124268,6 +124312,7 @@ Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.entitlementManagem Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.entitlementManagementRequestBuilder::|public|connectedOrganizations:global.Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ConnectedOrganizations.ConnectedOrganizationsRequestBuilder Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.entitlementManagementRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.entitlementManagementRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void +Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.entitlementManagementRequestBuilder::|public|controlConfigurations:global.Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.ControlConfigurations.ControlConfigurationsRequestBuilder Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.entitlementManagementRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.entitlementManagementRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Beta.Models.EntitlementManagement Microsoft.Graph.Beta.IdentityGovernance.EntitlementManagement.entitlementManagementRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Beta.Models.EntitlementManagement; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Beta.Models.EntitlementManagement @@ -154018,6 +154063,10 @@ Microsoft.Graph.Beta.Models.accessPackageSuggestionRelatedPeopleBased::|public|R Microsoft.Graph.Beta.Models.accessPackageSuggestionRelatedPeopleBased::|public|RelatedPeopleAssignmentCount:int? Microsoft.Graph.Beta.Models.accessPackageSuggestionRelatedPeopleBased::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Beta.Models.accessPackageSuggestionRelatedPeopleBased::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Beta.Models.AccessPackageSuggestionRelatedPeopleBased +Microsoft.Graph.Beta.Models.accessPackageSuggestionRelatedPeopleInsightLevel::0000-disabled +Microsoft.Graph.Beta.Models.accessPackageSuggestionRelatedPeopleInsightLevel::0001-count +Microsoft.Graph.Beta.Models.accessPackageSuggestionRelatedPeopleInsightLevel::0002-countAndNames +Microsoft.Graph.Beta.Models.accessPackageSuggestionRelatedPeopleInsightLevel::0003-unknownFutureValue Microsoft.Graph.Beta.Models.accessPackageSuggestionSelfAssignmentHistoryBased-->global.Microsoft.Graph.Beta.Models.AccessPackageSuggestionReason Microsoft.Graph.Beta.Models.accessPackageSuggestionSelfAssignmentHistoryBased::|public|constructor():void Microsoft.Graph.Beta.Models.accessPackageSuggestionSelfAssignmentHistoryBased::|public|GetFieldDeserializers():IDictionary> @@ -167811,6 +167860,21 @@ Microsoft.Graph.Beta.Models.contractCollectionResponse::|public|GetFieldDeserial Microsoft.Graph.Beta.Models.contractCollectionResponse::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Beta.Models.contractCollectionResponse::|public|Value:List Microsoft.Graph.Beta.Models.contractCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Beta.Models.ContractCollectionResponse +Microsoft.Graph.Beta.Models.controlConfiguration-->global.Microsoft.Graph.Beta.Models.Entity +Microsoft.Graph.Beta.Models.controlConfiguration::|public|CreatedBy:string +Microsoft.Graph.Beta.Models.controlConfiguration::|public|CreatedDateTime:DateTimeOffset? +Microsoft.Graph.Beta.Models.controlConfiguration::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Beta.Models.controlConfiguration::|public|IsEnabled:bool? +Microsoft.Graph.Beta.Models.controlConfiguration::|public|ModifiedBy:string +Microsoft.Graph.Beta.Models.controlConfiguration::|public|ModifiedDateTime:DateTimeOffset? +Microsoft.Graph.Beta.Models.controlConfiguration::|public|OdataType:string +Microsoft.Graph.Beta.Models.controlConfiguration::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Beta.Models.controlConfiguration::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Beta.Models.ControlConfiguration +Microsoft.Graph.Beta.Models.controlConfigurationCollectionResponse-->global.Microsoft.Graph.Beta.Models.BaseCollectionPaginationCountResponse +Microsoft.Graph.Beta.Models.controlConfigurationCollectionResponse::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Beta.Models.controlConfigurationCollectionResponse::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Beta.Models.controlConfigurationCollectionResponse::|public|Value:List +Microsoft.Graph.Beta.Models.controlConfigurationCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Beta.Models.ControlConfigurationCollectionResponse Microsoft.Graph.Beta.Models.controlScore::|public|AdditionalData:IDictionary Microsoft.Graph.Beta.Models.controlScore::|public|BackingStore:IBackingStore Microsoft.Graph.Beta.Models.controlScore::|public|constructor():void @@ -176851,6 +176915,14 @@ Microsoft.Graph.Beta.Models.endUserNotificationType::0002-noTraining Microsoft.Graph.Beta.Models.endUserNotificationType::0003-trainingAssignment Microsoft.Graph.Beta.Models.endUserNotificationType::0004-trainingReminder Microsoft.Graph.Beta.Models.endUserNotificationType::0005-unknownFutureValue +Microsoft.Graph.Beta.Models.endUserSettings-->global.Microsoft.Graph.Beta.Models.ControlConfiguration +Microsoft.Graph.Beta.Models.endUserSettings::|public|constructor():void +Microsoft.Graph.Beta.Models.endUserSettings::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Beta.Models.endUserSettings::|public|OdataType:string +Microsoft.Graph.Beta.Models.endUserSettings::|public|RelatedPeopleInsightLevel:global.Microsoft.Graph.Beta.Models.AccessPackageSuggestionRelatedPeopleInsightLevel? +Microsoft.Graph.Beta.Models.endUserSettings::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Beta.Models.endUserSettings::|public|ShowApproverDetailsToMembers:bool? +Microsoft.Graph.Beta.Models.endUserSettings::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Beta.Models.EndUserSettings Microsoft.Graph.Beta.Models.enforceAppPIN::|public|AdditionalData:IDictionary Microsoft.Graph.Beta.Models.enforceAppPIN::|public|BackingStore:IBackingStore Microsoft.Graph.Beta.Models.enforceAppPIN::|public|constructor():void @@ -177170,6 +177242,7 @@ Microsoft.Graph.Beta.Models.entitlementManagement::|public|AccessPackageSuggesti Microsoft.Graph.Beta.Models.entitlementManagement::|public|AssignmentRequests:List Microsoft.Graph.Beta.Models.entitlementManagement::|public|AvailableAccessPackages:List Microsoft.Graph.Beta.Models.entitlementManagement::|public|ConnectedOrganizations:List +Microsoft.Graph.Beta.Models.entitlementManagement::|public|ControlConfigurations:List Microsoft.Graph.Beta.Models.entitlementManagement::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Beta.Models.entitlementManagement::|public|OdataType:string Microsoft.Graph.Beta.Models.entitlementManagement::|public|Serialize(writer:ISerializationWriter):void @@ -177229,6 +177302,14 @@ Microsoft.Graph.Beta.Models.entra::|public|OdataType:string Microsoft.Graph.Beta.Models.entra::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Beta.Models.entra::|public|UxSetting:global.Microsoft.Graph.Beta.Models.UxSetting Microsoft.Graph.Beta.Models.entra::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Beta.Models.Entra +Microsoft.Graph.Beta.Models.entraIdProtectionRiskyUserApproval-->global.Microsoft.Graph.Beta.Models.ControlConfiguration +Microsoft.Graph.Beta.Models.entraIdProtectionRiskyUserApproval::|public|constructor():void +Microsoft.Graph.Beta.Models.entraIdProtectionRiskyUserApproval::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Beta.Models.entraIdProtectionRiskyUserApproval::|public|IsApprovalRequired:bool? +Microsoft.Graph.Beta.Models.entraIdProtectionRiskyUserApproval::|public|MinimumRiskLevel:global.Microsoft.Graph.Beta.Models.RiskLevel? +Microsoft.Graph.Beta.Models.entraIdProtectionRiskyUserApproval::|public|OdataType:string +Microsoft.Graph.Beta.Models.entraIdProtectionRiskyUserApproval::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Beta.Models.entraIdProtectionRiskyUserApproval::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Beta.Models.EntraIdProtectionRiskyUserApproval Microsoft.Graph.Beta.Models.enumeratedAccountsWithAccess-->global.Microsoft.Graph.Beta.Models.AccountsWithAccess Microsoft.Graph.Beta.Models.enumeratedAccountsWithAccess::|public|Accounts:List Microsoft.Graph.Beta.Models.enumeratedAccountsWithAccess::|public|constructor():void @@ -178656,8 +178737,6 @@ Microsoft.Graph.Beta.Models.fileStorageContainer::|public|Drive:global.Microsoft Microsoft.Graph.Beta.Models.fileStorageContainer::|public|ExternalGroupId:Guid? Microsoft.Graph.Beta.Models.fileStorageContainer::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Beta.Models.fileStorageContainer::|public|InformationBarrier:global.Microsoft.Graph.Beta.Models.InformationBarrier -Microsoft.Graph.Beta.Models.fileStorageContainer::|public|IsItemVersioningEnabled:bool? -Microsoft.Graph.Beta.Models.fileStorageContainer::|public|ItemMajorVersionLimit:int? Microsoft.Graph.Beta.Models.fileStorageContainer::|public|LockState:global.Microsoft.Graph.Beta.Models.SiteLockState? Microsoft.Graph.Beta.Models.fileStorageContainer::|public|MigrationJobs:List Microsoft.Graph.Beta.Models.fileStorageContainer::|public|OdataType:string @@ -182661,6 +182740,14 @@ Microsoft.Graph.Beta.Models.insiderRiskLevel::0001-minor Microsoft.Graph.Beta.Models.insiderRiskLevel::0002-moderate Microsoft.Graph.Beta.Models.insiderRiskLevel::0003-elevated Microsoft.Graph.Beta.Models.insiderRiskLevel::0004-unknownFutureValue +Microsoft.Graph.Beta.Models.insiderRiskyUserApproval-->global.Microsoft.Graph.Beta.Models.ControlConfiguration +Microsoft.Graph.Beta.Models.insiderRiskyUserApproval::|public|constructor():void +Microsoft.Graph.Beta.Models.insiderRiskyUserApproval::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Beta.Models.insiderRiskyUserApproval::|public|IsApprovalRequired:bool? +Microsoft.Graph.Beta.Models.insiderRiskyUserApproval::|public|MinimumRiskLevel:global.Microsoft.Graph.Beta.Models.PurviewInsiderRiskManagementLevel? +Microsoft.Graph.Beta.Models.insiderRiskyUserApproval::|public|OdataType:string +Microsoft.Graph.Beta.Models.insiderRiskyUserApproval::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Beta.Models.insiderRiskyUserApproval::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Beta.Models.InsiderRiskyUserApproval Microsoft.Graph.Beta.Models.insightIdentity::|public|AdditionalData:IDictionary Microsoft.Graph.Beta.Models.insightIdentity::|public|Address:string Microsoft.Graph.Beta.Models.insightIdentity::|public|BackingStore:IBackingStore @@ -193596,6 +193683,7 @@ Microsoft.Graph.Beta.Models.onlineMeetingBase::|public|MeetingOptionsWebUrl:stri Microsoft.Graph.Beta.Models.onlineMeetingBase::|public|MeetingSpokenLanguageTag:string Microsoft.Graph.Beta.Models.onlineMeetingBase::|public|OdataType:string Microsoft.Graph.Beta.Models.onlineMeetingBase::|public|RecordAutomatically:bool? +Microsoft.Graph.Beta.Models.onlineMeetingBase::|public|SensitivityLabelAssignment:global.Microsoft.Graph.Beta.Models.OnlineMeetingSensitivityLabelAssignment Microsoft.Graph.Beta.Models.onlineMeetingBase::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Beta.Models.onlineMeetingBase::|public|ShareMeetingChatHistoryDefault:global.Microsoft.Graph.Beta.Models.MeetingChatHistoryDefaultMode? Microsoft.Graph.Beta.Models.onlineMeetingBase::|public|Subject:string @@ -193666,6 +193754,15 @@ Microsoft.Graph.Beta.Models.onlineMeetingRole::0001-presenter Microsoft.Graph.Beta.Models.onlineMeetingRole::0002-producer Microsoft.Graph.Beta.Models.onlineMeetingRole::0003-unknownFutureValue Microsoft.Graph.Beta.Models.onlineMeetingRole::0004-coorganizer +Microsoft.Graph.Beta.Models.onlineMeetingSensitivityLabelAssignment::|public|AdditionalData:IDictionary +Microsoft.Graph.Beta.Models.onlineMeetingSensitivityLabelAssignment::|public|BackingStore:IBackingStore +Microsoft.Graph.Beta.Models.onlineMeetingSensitivityLabelAssignment::|public|constructor():void +Microsoft.Graph.Beta.Models.onlineMeetingSensitivityLabelAssignment::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Beta.Models.onlineMeetingSensitivityLabelAssignment::|public|OdataType:string +Microsoft.Graph.Beta.Models.onlineMeetingSensitivityLabelAssignment::|public|SensitivityLabelId:string +Microsoft.Graph.Beta.Models.onlineMeetingSensitivityLabelAssignment::|public|Serialize(writer:ISerializationWriter):void +Microsoft.Graph.Beta.Models.onlineMeetingSensitivityLabelAssignment::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Beta.Models.OnlineMeetingSensitivityLabelAssignment +Microsoft.Graph.Beta.Models.onlineMeetingSensitivityLabelAssignment~~>IAdditionalDataHolder; IBackedModel; IParsable Microsoft.Graph.Beta.Models.onlineMeetingVideoDisabledReason::0000-watermarkProtection Microsoft.Graph.Beta.Models.onlineMeetingVideoDisabledReason::0001-unknownFutureValue Microsoft.Graph.Beta.Models.onOtpSendCustomExtension-->global.Microsoft.Graph.Beta.Models.CustomAuthenticationExtension @@ -200505,6 +200602,11 @@ Microsoft.Graph.Beta.Models.purchaseInvoiceLineCollectionResponse::|public|Seria Microsoft.Graph.Beta.Models.purchaseInvoiceLineCollectionResponse::|public|Value:List Microsoft.Graph.Beta.Models.purchaseInvoiceLineCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Beta.Models.PurchaseInvoiceLineCollectionResponse Microsoft.Graph.Beta.Models.purchaseInvoice~~>IAdditionalDataHolder; IBackedModel; IParsable +Microsoft.Graph.Beta.Models.purviewInsiderRiskManagementLevel::0000-none +Microsoft.Graph.Beta.Models.purviewInsiderRiskManagementLevel::0001-minor +Microsoft.Graph.Beta.Models.purviewInsiderRiskManagementLevel::0002-moderate +Microsoft.Graph.Beta.Models.purviewInsiderRiskManagementLevel::0003-elevated +Microsoft.Graph.Beta.Models.purviewInsiderRiskManagementLevel::0004-unknownFutureValue Microsoft.Graph.Beta.Models.qrCode-->global.Microsoft.Graph.Beta.Models.Entity Microsoft.Graph.Beta.Models.qrCode::|public|CreatedDateTime:DateTimeOffset? Microsoft.Graph.Beta.Models.qrCode::|public|ExpireDateTime:DateTimeOffset? @@ -204904,12 +205006,6 @@ Microsoft.Graph.Beta.Models.Security.authorityTemplateCollectionResponse::|publi Microsoft.Graph.Beta.Models.Security.authorityTemplateCollectionResponse::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Beta.Models.Security.authorityTemplateCollectionResponse::|public|Value:List Microsoft.Graph.Beta.Models.Security.authorityTemplateCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Beta.Models.Security.AuthorityTemplateCollectionResponse -Microsoft.Graph.Beta.Models.Security.autoAuditingConfiguration-->global.Microsoft.Graph.Beta.Models.Entity -Microsoft.Graph.Beta.Models.Security.autoAuditingConfiguration::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Beta.Models.Security.autoAuditingConfiguration::|public|IsAutomatic:bool? -Microsoft.Graph.Beta.Models.Security.autoAuditingConfiguration::|public|OdataType:string -Microsoft.Graph.Beta.Models.Security.autoAuditingConfiguration::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Beta.Models.Security.autoAuditingConfiguration::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Beta.Models.Security.AutoAuditingConfiguration Microsoft.Graph.Beta.Models.Security.autonomousSystem::|public|AdditionalData:IDictionary Microsoft.Graph.Beta.Models.Security.autonomousSystem::|public|BackingStore:IBackingStore Microsoft.Graph.Beta.Models.Security.autonomousSystem::|public|constructor():void @@ -209554,7 +209650,6 @@ Microsoft.Graph.Beta.Models.Security.serviceStatus::0004-onboarding Microsoft.Graph.Beta.Models.Security.serviceStatus::0005-unknown Microsoft.Graph.Beta.Models.Security.serviceStatus::0006-unknownFutureValue Microsoft.Graph.Beta.Models.Security.settingsContainer-->global.Microsoft.Graph.Beta.Models.Entity -Microsoft.Graph.Beta.Models.Security.settingsContainer::|public|AutoAuditingConfiguration:global.Microsoft.Graph.Beta.Models.Security.AutoAuditingConfiguration Microsoft.Graph.Beta.Models.Security.settingsContainer::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Beta.Models.Security.settingsContainer::|public|OdataType:string Microsoft.Graph.Beta.Models.Security.settingsContainer::|public|Serialize(writer:ISerializationWriter):void @@ -254016,28 +254111,12 @@ Microsoft.Graph.Beta.Security.Identities.Sensors.sensorsRequestBuilder::|public| Microsoft.Graph.Beta.Security.Identities.Sensors.sensorsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Beta.Security.Identities.Sensors.sensorsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Beta.Models.Security.Sensor; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Beta.Security.Identities.Sensors.sensorsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Beta.Security.Identities.Sensors.SensorsRequestBuilder -Microsoft.Graph.Beta.Security.Identities.Settings.AutoAuditingConfiguration.autoAuditingConfigurationRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Beta.Security.Identities.Settings.AutoAuditingConfiguration.autoAuditingConfigurationRequestBuilder.autoAuditingConfigurationRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Beta.Security.Identities.Settings.AutoAuditingConfiguration.autoAuditingConfigurationRequestBuilder.autoAuditingConfigurationRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Beta.Security.Identities.Settings.AutoAuditingConfiguration.autoAuditingConfigurationRequestBuilder.autoAuditingConfigurationRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Beta.Security.Identities.Settings.AutoAuditingConfiguration.autoAuditingConfigurationRequestBuilder.autoAuditingConfigurationRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Beta.Security.Identities.Settings.AutoAuditingConfiguration.autoAuditingConfigurationRequestBuilder.autoAuditingConfigurationRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Beta.Security.Identities.Settings.AutoAuditingConfiguration.autoAuditingConfigurationRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Beta.Security.Identities.Settings.AutoAuditingConfiguration.autoAuditingConfigurationRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Beta.Security.Identities.Settings.AutoAuditingConfiguration.autoAuditingConfigurationRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Beta.Security.Identities.Settings.AutoAuditingConfiguration.autoAuditingConfigurationRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Beta.Models.Security.AutoAuditingConfiguration -Microsoft.Graph.Beta.Security.Identities.Settings.AutoAuditingConfiguration.autoAuditingConfigurationRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Beta.Models.Security.AutoAuditingConfiguration; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Beta.Models.Security.AutoAuditingConfiguration -Microsoft.Graph.Beta.Security.Identities.Settings.AutoAuditingConfiguration.autoAuditingConfigurationRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Beta.Security.Identities.Settings.AutoAuditingConfiguration.autoAuditingConfigurationRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Beta.Security.Identities.Settings.AutoAuditingConfiguration.autoAuditingConfigurationRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Beta.Models.Security.AutoAuditingConfiguration; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Beta.Security.Identities.Settings.AutoAuditingConfiguration.autoAuditingConfigurationRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Beta.Security.Identities.Settings.AutoAuditingConfiguration.AutoAuditingConfigurationRequestBuilder Microsoft.Graph.Beta.Security.Identities.Settings.settingsRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Beta.Security.Identities.Settings.settingsRequestBuilder.settingsRequestBuilderDeleteRequestConfiguration-->RequestConfiguration Microsoft.Graph.Beta.Security.Identities.Settings.settingsRequestBuilder.settingsRequestBuilderGetQueryParameters::|public|Expand:string[] Microsoft.Graph.Beta.Security.Identities.Settings.settingsRequestBuilder.settingsRequestBuilderGetQueryParameters::|public|Select:string[] Microsoft.Graph.Beta.Security.Identities.Settings.settingsRequestBuilder.settingsRequestBuilderGetRequestConfiguration-->RequestConfiguration Microsoft.Graph.Beta.Security.Identities.Settings.settingsRequestBuilder.settingsRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Beta.Security.Identities.Settings.settingsRequestBuilder::|public|autoAuditingConfiguration:global.Microsoft.Graph.Beta.Security.Identities.Settings.AutoAuditingConfiguration.AutoAuditingConfigurationRequestBuilder Microsoft.Graph.Beta.Security.Identities.Settings.settingsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Beta.Security.Identities.Settings.settingsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void Microsoft.Graph.Beta.Security.Identities.Settings.settingsRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void diff --git a/src/Microsoft.Graph/Generated/kiota-lock.json b/src/Microsoft.Graph/Generated/kiota-lock.json index 180ee0199d9..b310b24067e 100644 --- a/src/Microsoft.Graph/Generated/kiota-lock.json +++ b/src/Microsoft.Graph/Generated/kiota-lock.json @@ -1,5 +1,5 @@ { - "descriptionHash": "13196A63AD0FDAC6ACAA708EC385F6BCB8A826314476A4B7AF759D4C5F094F502076E27CC7EA59E0BA63B00360FB5D3FB3F54C86761BB4354D2F0C15C2799733", + "descriptionHash": "E2EDB2947C80AB1AA49679B40153C3CBC1ED7E3E9BF1AB5054C34667F2D25EFA07B48F8E9BB6A0C421A8A9B67FED10EC8F93B5E61DA1B7C8A999240AAEF9C5AE", "descriptionLocation": "../../msgraph-metadata/clean_beta_openapi/openapi.yaml", "lockFileVersion": "1.0.0", "kiotaVersion": "1.30.0",