diff --git a/src/main/java/com/microsoft/graph/beta/generated/applications/item/federatedidentitycredentials/FederatedIdentityCredentialsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/applications/item/federatedidentitycredentials/FederatedIdentityCredentialsRequestBuilder.java
index 2bd002ef272..4649d3f8ba8 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/applications/item/federatedidentitycredentials/FederatedIdentityCredentialsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/applications/item/federatedidentitycredentials/FederatedIdentityCredentialsRequestBuilder.java
@@ -60,21 +60,21 @@ public FederatedIdentityCredentialsRequestBuilder(@jakarta.annotation.Nonnull fi
super(requestAdapter, "{+baseurl}/applications/{application%2Did}/federatedIdentityCredentials{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * 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.
* @return a {@link FederatedIdentityCredentialCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public FederatedIdentityCredentialCollectionResponse get() {
return get(null);
}
/**
- * 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.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link FederatedIdentityCredentialCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public FederatedIdentityCredentialCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -84,23 +84,23 @@ public FederatedIdentityCredentialCollectionResponse get(@jakarta.annotation.Nul
return this.requestAdapter.send(requestInfo, errorMapping, FederatedIdentityCredentialCollectionResponse::createFromDiscriminatorValue);
}
/**
- * 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.
* @param body The request body
* @return a {@link FederatedIdentityCredential}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public FederatedIdentityCredential post(@jakarta.annotation.Nonnull final FederatedIdentityCredential body) {
return post(body, null);
}
/**
- * 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.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link FederatedIdentityCredential}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public FederatedIdentityCredential post(@jakarta.annotation.Nonnull final FederatedIdentityCredential body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -111,7 +111,7 @@ public FederatedIdentityCredential post(@jakarta.annotation.Nonnull final Federa
return this.requestAdapter.send(requestInfo, errorMapping, FederatedIdentityCredential::createFromDiscriminatorValue);
}
/**
- * 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.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -119,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * 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.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * 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.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -140,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * 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.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -165,7 +165,7 @@ public FederatedIdentityCredentialsRequestBuilder withUrl(@jakarta.annotation.No
return new 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.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/applications/item/federatedidentitycredentials/item/FederatedIdentityCredentialItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/applications/item/federatedidentitycredentials/item/FederatedIdentityCredentialItemRequestBuilder.java
index d1e76eb6906..a988a89d331 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/applications/item/federatedidentitycredentials/item/FederatedIdentityCredentialItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/applications/item/federatedidentitycredentials/item/FederatedIdentityCredentialItemRequestBuilder.java
@@ -37,7 +37,7 @@ public FederatedIdentityCredentialItemRequestBuilder(@jakarta.annotation.Nonnull
super(requestAdapter, "{+baseurl}/applications/{application%2Did}/federatedIdentityCredentials/{federatedIdentityCredential%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Deletes a federatedIdentityCredential object from an application.
+ * Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint.
* @throws ODataError When receiving a 4XX or 5XX status code
* @see Find more info here
*/
@@ -45,7 +45,7 @@ public void delete() {
delete(null);
}
/**
- * Deletes a federatedIdentityCredential object from an application.
+ * Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
* @see Find more info here
@@ -57,7 +57,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * 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.
* @return a {@link FederatedIdentityCredential}
* @throws ODataError When receiving a 4XX or 5XX status code
* @see Find more info here
@@ -67,7 +67,7 @@ public FederatedIdentityCredential get() {
return get(null);
}
/**
- * 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.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link FederatedIdentityCredential}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -81,7 +81,7 @@ public FederatedIdentityCredential get(@jakarta.annotation.Nullable final java.u
return this.requestAdapter.send(requestInfo, errorMapping, FederatedIdentityCredential::createFromDiscriminatorValue);
}
/**
- * 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.
* @param body The request body
* @return a {@link FederatedIdentityCredential}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -92,7 +92,7 @@ public FederatedIdentityCredential patch(@jakarta.annotation.Nonnull final Feder
return patch(body, null);
}
/**
- * 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.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link FederatedIdentityCredential}
@@ -108,7 +108,7 @@ public FederatedIdentityCredential patch(@jakarta.annotation.Nonnull final Feder
return this.requestAdapter.send(requestInfo, errorMapping, FederatedIdentityCredential::createFromDiscriminatorValue);
}
/**
- * Deletes a federatedIdentityCredential object from an application.
+ * Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -116,7 +116,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Deletes a federatedIdentityCredential object from an application.
+ * Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -128,7 +128,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * 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.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -136,7 +136,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * 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.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -148,7 +148,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * 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.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -157,7 +157,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * 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.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -188,7 +188,7 @@ public FederatedIdentityCredentialItemRequestBuilder withUrl(@jakarta.annotation
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * 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.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/applications/item/federatedidentitycredentialswithname/FederatedIdentityCredentialsWithNameRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/applications/item/federatedidentitycredentialswithname/FederatedIdentityCredentialsWithNameRequestBuilder.java
index b3281458405..80e42a16378 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/applications/item/federatedidentitycredentialswithname/FederatedIdentityCredentialsWithNameRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/applications/item/federatedidentitycredentialswithname/FederatedIdentityCredentialsWithNameRequestBuilder.java
@@ -39,7 +39,7 @@ public FederatedIdentityCredentialsWithNameRequestBuilder(@jakarta.annotation.No
super(requestAdapter, "{+baseurl}/applications/{application%2Did}/federatedIdentityCredentials(name='{name}'){?%24expand,%24select}", rawUrl);
}
/**
- * Deletes a federatedIdentityCredential object from an application.
+ * Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint.
* @throws ODataError When receiving a 4XX or 5XX status code
* @see Find more info here
*/
@@ -47,7 +47,7 @@ public void delete() {
delete(null);
}
/**
- * Deletes a federatedIdentityCredential object from an application.
+ * Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
* @see Find more info here
@@ -59,7 +59,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * 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.
* @return a {@link FederatedIdentityCredential}
* @throws ODataError When receiving a 4XX or 5XX status code
* @see Find more info here
@@ -69,7 +69,7 @@ public FederatedIdentityCredential get() {
return get(null);
}
/**
- * 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.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link FederatedIdentityCredential}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -83,7 +83,7 @@ public FederatedIdentityCredential get(@jakarta.annotation.Nullable final java.u
return this.requestAdapter.send(requestInfo, errorMapping, FederatedIdentityCredential::createFromDiscriminatorValue);
}
/**
- * 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.
* @param body The request body
* @return a {@link FederatedIdentityCredential}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -94,7 +94,7 @@ public FederatedIdentityCredential patch(@jakarta.annotation.Nonnull final Feder
return patch(body, null);
}
/**
- * 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.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link FederatedIdentityCredential}
@@ -110,7 +110,7 @@ public FederatedIdentityCredential patch(@jakarta.annotation.Nonnull final Feder
return this.requestAdapter.send(requestInfo, errorMapping, FederatedIdentityCredential::createFromDiscriminatorValue);
}
/**
- * Deletes a federatedIdentityCredential object from an application.
+ * Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -118,7 +118,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Deletes a federatedIdentityCredential object from an application.
+ * Delete a federatedIdentityCredential object from an application or an agentIdentityBlueprint.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -130,7 +130,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * 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.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -138,7 +138,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * 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.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -150,7 +150,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * 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.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -159,7 +159,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * 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.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -190,7 +190,7 @@ public FederatedIdentityCredentialsWithNameRequestBuilder withUrl(@jakarta.annot
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * 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.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/chats/item/completemigration/CompleteMigrationRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/chats/item/completemigration/CompleteMigrationRequestBuilder.java
index 8fa0c09c602..60524a5283a 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/chats/item/completemigration/CompleteMigrationRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/chats/item/completemigration/CompleteMigrationRequestBuilder.java
@@ -35,16 +35,18 @@ public CompleteMigrationRequestBuilder(@jakarta.annotation.Nonnull final String
super(requestAdapter, "{+baseurl}/chats/{chat%2Did}/completeMigration", rawUrl);
}
/**
- * 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.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void post() {
post(null);
}
/**
- * 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.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void post(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toPostRequestInformation(requestConfiguration);
@@ -53,7 +55,7 @@ public void post(@jakarta.annotation.Nullable final java.util.function.Consumer<
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * 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.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -61,7 +63,7 @@ public RequestInformation toPostRequestInformation() {
return toPostRequestInformation(null);
}
/**
- * 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.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
diff --git a/src/main/java/com/microsoft/graph/beta/generated/directory/certificateauthorities/certificatebasedapplicationconfigurations/CertificateBasedApplicationConfigurationsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/directory/certificateauthorities/certificatebasedapplicationconfigurations/CertificateBasedApplicationConfigurationsRequestBuilder.java
index 70cbd945dcf..0a7516f6e92 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/directory/certificateauthorities/certificatebasedapplicationconfigurations/CertificateBasedApplicationConfigurationsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/directory/certificateauthorities/certificatebasedapplicationconfigurations/CertificateBasedApplicationConfigurationsRequestBuilder.java
@@ -84,21 +84,23 @@ public CertificateBasedApplicationConfigurationCollectionResponse get(@jakarta.a
return this.requestAdapter.send(requestInfo, errorMapping, CertificateBasedApplicationConfigurationCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create new navigation property to certificateBasedApplicationConfigurations for directory
+ * Create a new certificateBasedApplicationConfiguration object.
* @param body The request body
* @return a {@link CertificateBasedApplicationConfiguration}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public CertificateBasedApplicationConfiguration post(@jakarta.annotation.Nonnull final CertificateBasedApplicationConfiguration body) {
return post(body, null);
}
/**
- * Create new navigation property to certificateBasedApplicationConfigurations for directory
+ * Create a new certificateBasedApplicationConfiguration object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CertificateBasedApplicationConfiguration}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public CertificateBasedApplicationConfiguration post(@jakarta.annotation.Nonnull final CertificateBasedApplicationConfiguration body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -129,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create new navigation property to certificateBasedApplicationConfigurations for directory
+ * Create a new certificateBasedApplicationConfiguration object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -138,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create new navigation property to certificateBasedApplicationConfigurations for directory
+ * Create a new certificateBasedApplicationConfiguration object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/completemigration/CompleteMigrationRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/completemigration/CompleteMigrationRequestBuilder.java
index aa0d37f4479..d99962ed932 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/completemigration/CompleteMigrationRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/completemigration/CompleteMigrationRequestBuilder.java
@@ -35,7 +35,7 @@ public CompleteMigrationRequestBuilder(@jakarta.annotation.Nonnull final String
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/completeMigration", rawUrl);
}
/**
- * 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.
* @throws ODataError When receiving a 4XX or 5XX status code
* @see Find more info here
*/
@@ -43,7 +43,7 @@ public void post() {
post(null);
}
/**
- * 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.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
* @see Find more info here
@@ -55,7 +55,7 @@ public void post(@jakarta.annotation.Nullable final java.util.function.Consumer<
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * 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.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -63,7 +63,7 @@ public RequestInformation toPostRequestInformation() {
return toPostRequestInformation(null);
}
/**
- * 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.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/completemigration/CompleteMigrationRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/completemigration/CompleteMigrationRequestBuilder.java
index ca0ba70f701..456233c681f 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/completemigration/CompleteMigrationRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/completemigration/CompleteMigrationRequestBuilder.java
@@ -35,7 +35,7 @@ public CompleteMigrationRequestBuilder(@jakarta.annotation.Nonnull final String
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/primaryChannel/completeMigration", rawUrl);
}
/**
- * 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.
* @throws ODataError When receiving a 4XX or 5XX status code
* @see Find more info here
*/
@@ -43,7 +43,7 @@ public void post() {
post(null);
}
/**
- * 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.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
* @see Find more info here
@@ -55,7 +55,7 @@ public void post(@jakarta.annotation.Nullable final java.util.function.Consumer<
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * 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.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -63,7 +63,7 @@ public RequestInformation toPostRequestInformation() {
return toPostRequestInformation(null);
}
/**
- * 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.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/EntitlementManagementRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/EntitlementManagementRequestBuilder.java
index 8fd77a32b09..8b60688f0e4 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/EntitlementManagementRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/EntitlementManagementRequestBuilder.java
@@ -17,6 +17,7 @@
import com.microsoft.graph.beta.identitygovernance.entitlementmanagement.assignmentrequests.AssignmentRequestsRequestBuilder;
import com.microsoft.graph.beta.identitygovernance.entitlementmanagement.availableaccesspackages.AvailableAccessPackagesRequestBuilder;
import com.microsoft.graph.beta.identitygovernance.entitlementmanagement.connectedorganizations.ConnectedOrganizationsRequestBuilder;
+import com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder;
import com.microsoft.graph.beta.identitygovernance.entitlementmanagement.settings.SettingsRequestBuilder;
import com.microsoft.graph.beta.identitygovernance.entitlementmanagement.subjects.SubjectsRequestBuilder;
import com.microsoft.graph.beta.identitygovernance.entitlementmanagement.subjectswithobjectid.SubjectsWithObjectIdRequestBuilder;
@@ -160,6 +161,14 @@ public AvailableAccessPackagesRequestBuilder availableAccessPackages() {
public ConnectedOrganizationsRequestBuilder connectedOrganizations() {
return new ConnectedOrganizationsRequestBuilder(pathParameters, requestAdapter);
}
+ /**
+ * Provides operations to manage the controlConfigurations property of the microsoft.graph.entitlementManagement entity.
+ * @return a {@link ControlConfigurationsRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public ControlConfigurationsRequestBuilder controlConfigurations() {
+ return new ControlConfigurationsRequestBuilder(pathParameters, requestAdapter);
+ }
/**
* Provides operations to manage the settings property of the microsoft.graph.entitlementManagement entity.
* @return a {@link SettingsRequestBuilder}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/controlconfigurations/ControlConfigurationsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/controlconfigurations/ControlConfigurationsRequestBuilder.java
new file mode 100644
index 00000000000..2796bb3763a
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/controlconfigurations/ControlConfigurationsRequestBuilder.java
@@ -0,0 +1,276 @@
+package com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations;
+
+import com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count.CountRequestBuilder;
+import com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder;
+import com.microsoft.graph.beta.models.ControlConfiguration;
+import com.microsoft.graph.beta.models.ControlConfigurationCollectionResponse;
+import com.microsoft.graph.beta.models.odataerrors.ODataError;
+import com.microsoft.kiota.BaseRequestBuilder;
+import com.microsoft.kiota.BaseRequestConfiguration;
+import com.microsoft.kiota.HttpMethod;
+import com.microsoft.kiota.QueryParameters;
+import com.microsoft.kiota.RequestAdapter;
+import com.microsoft.kiota.RequestInformation;
+import com.microsoft.kiota.RequestOption;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParsableFactory;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+/**
+ * Provides operations to manage the controlConfigurations property of the microsoft.graph.entitlementManagement entity.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class ControlConfigurationsRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Provides operations to count the resources in the collection.
+ * @return a {@link CountRequestBuilder}
+ * @deprecated
+ * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27
+ */
+ @Deprecated
+ @jakarta.annotation.Nonnull
+ public CountRequestBuilder count() {
+ return new CountRequestBuilder(pathParameters, requestAdapter);
+ }
+ /**
+ * Provides operations to manage the controlConfigurations property of the microsoft.graph.entitlementManagement entity.
+ * @param controlConfigurationId The unique identifier of controlConfiguration
+ * @return a {@link ControlConfigurationItemRequestBuilder}
+ * @deprecated
+ * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public ControlConfigurationItemRequestBuilder byControlConfigurationId(@jakarta.annotation.Nonnull final String controlConfigurationId) {
+ Objects.requireNonNull(controlConfigurationId);
+ final HashMap urlTplParams = new HashMap(this.pathParameters);
+ urlTplParams.put("controlConfiguration%2Did", controlConfigurationId);
+ return new ControlConfigurationItemRequestBuilder(urlTplParams, requestAdapter);
+ }
+ /**
+ * Instantiates a new {@link ControlConfigurationsRequestBuilder} and sets the default values.
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public ControlConfigurationsRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/identityGovernance/entitlementManagement/controlConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters);
+ }
+ /**
+ * Instantiates a new {@link ControlConfigurationsRequestBuilder} and sets the default values.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public ControlConfigurationsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(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.
+ * @return a {@link ControlConfigurationCollectionResponse}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27
+ */
+ @jakarta.annotation.Nullable
+ @Deprecated
+ public ControlConfigurationCollectionResponse get() {
+ return get(null);
+ }
+ /**
+ * Represents the policies that control lifecycle and access to access packages across the organization.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link ControlConfigurationCollectionResponse}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27
+ */
+ @jakarta.annotation.Nullable
+ @Deprecated
+ public ControlConfigurationCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.send(requestInfo, errorMapping, ControlConfigurationCollectionResponse::createFromDiscriminatorValue);
+ }
+ /**
+ * Create new navigation property to controlConfigurations for identityGovernance
+ * @param body The request body
+ * @return a {@link ControlConfiguration}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27
+ */
+ @jakarta.annotation.Nullable
+ @Deprecated
+ public ControlConfiguration post(@jakarta.annotation.Nonnull final ControlConfiguration body) {
+ return post(body, null);
+ }
+ /**
+ * Create new navigation property to controlConfigurations for identityGovernance
+ * @param body The request body
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link ControlConfiguration}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27
+ */
+ @jakarta.annotation.Nullable
+ @Deprecated
+ public ControlConfiguration post(@jakarta.annotation.Nonnull final ControlConfiguration body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ Objects.requireNonNull(body);
+ final RequestInformation requestInfo = toPostRequestInformation(body, requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.send(requestInfo, errorMapping, ControlConfiguration::createFromDiscriminatorValue);
+ }
+ /**
+ * Represents the policies that control lifecycle and access to access packages across the organization.
+ * @return a {@link RequestInformation}
+ * @deprecated
+ * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * Represents the policies that control lifecycle and access to access packages across the organization.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ * @deprecated
+ * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * Create new navigation property to controlConfigurations for identityGovernance
+ * @param body The request body
+ * @return a {@link RequestInformation}
+ * @deprecated
+ * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final ControlConfiguration body) {
+ return toPostRequestInformation(body, null);
+ }
+ /**
+ * Create new navigation property to controlConfigurations for identityGovernance
+ * @param body The request body
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ * @deprecated
+ * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final ControlConfiguration body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ Objects.requireNonNull(body);
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.POST, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, PostRequestConfiguration::new);
+ 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.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @return a {@link ControlConfigurationsRequestBuilder}
+ * @deprecated
+ * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public ControlConfigurationsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new ControlConfigurationsRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Represents the policies that control lifecycle and access to access packages across the organization.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetQueryParameters implements QueryParameters {
+ /**
+ * Include count of items
+ */
+ @jakarta.annotation.Nullable
+ public Boolean count;
+ /**
+ * Expand related entities
+ */
+ @jakarta.annotation.Nullable
+ public String[] expand;
+ /**
+ * Filter items by property values
+ */
+ @jakarta.annotation.Nullable
+ public String filter;
+ /**
+ * Order items by property values
+ */
+ @jakarta.annotation.Nullable
+ public String[] orderby;
+ /**
+ * Search items by search phrases
+ */
+ @jakarta.annotation.Nullable
+ public String search;
+ /**
+ * Select properties to be returned
+ */
+ @jakarta.annotation.Nullable
+ public String[] select;
+ /**
+ * Skip the first n items
+ */
+ @jakarta.annotation.Nullable
+ public Integer skip;
+ /**
+ * Show only the first n items
+ */
+ @jakarta.annotation.Nullable
+ public Integer top;
+ /**
+ * Extracts the query parameters into a map for the URI template parsing.
+ * @return a {@link Map}
+ */
+ @jakarta.annotation.Nonnull
+ public Map toQueryParameters() {
+ final Map allQueryParams = new HashMap();
+ allQueryParams.put("%24count", count);
+ allQueryParams.put("%24filter", filter);
+ allQueryParams.put("%24search", search);
+ allQueryParams.put("%24skip", skip);
+ allQueryParams.put("%24top", top);
+ allQueryParams.put("%24expand", expand);
+ allQueryParams.put("%24orderby", orderby);
+ allQueryParams.put("%24select", select);
+ return allQueryParams;
+ }
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetRequestConfiguration extends BaseRequestConfiguration {
+ /**
+ * Request query parameters
+ */
+ @jakarta.annotation.Nullable
+ public GetQueryParameters queryParameters = new GetQueryParameters();
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class PostRequestConfiguration extends BaseRequestConfiguration {
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/controlconfigurations/count/CountRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/controlconfigurations/count/CountRequestBuilder.java
new file mode 100644
index 00000000000..94ae47c5ff3
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/controlconfigurations/count/CountRequestBuilder.java
@@ -0,0 +1,143 @@
+package com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count;
+
+import com.microsoft.graph.beta.models.odataerrors.ODataError;
+import com.microsoft.kiota.BaseRequestBuilder;
+import com.microsoft.kiota.BaseRequestConfiguration;
+import com.microsoft.kiota.HttpMethod;
+import com.microsoft.kiota.QueryParameters;
+import com.microsoft.kiota.RequestAdapter;
+import com.microsoft.kiota.RequestInformation;
+import com.microsoft.kiota.RequestOption;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParsableFactory;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+/**
+ * Provides operations to count the resources in the collection.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class CountRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Instantiates a new {@link CountRequestBuilder} and sets the default values.
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public CountRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/identityGovernance/entitlementManagement/controlConfigurations/$count{?%24filter,%24search}", pathParameters);
+ }
+ /**
+ * Instantiates a new {@link CountRequestBuilder} and sets the default values.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public CountRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/identityGovernance/entitlementManagement/controlConfigurations/$count{?%24filter,%24search}", rawUrl);
+ }
+ /**
+ * Get the number of the resource
+ * @return a {@link Integer}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27
+ */
+ @jakarta.annotation.Nullable
+ @Deprecated
+ public Integer get() {
+ return get(null);
+ }
+ /**
+ * Get the number of the resource
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link Integer}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27
+ */
+ @jakarta.annotation.Nullable
+ @Deprecated
+ public Integer get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Integer.class);
+ }
+ /**
+ * Get the number of the resource
+ * @return a {@link RequestInformation}
+ * @deprecated
+ * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * Get the number of the resource
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ * @deprecated
+ * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
+ 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.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @return a {@link CountRequestBuilder}
+ * @deprecated
+ * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27
+ */
+ @jakarta.annotation.Nonnull
+ @Deprecated
+ public CountRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new CountRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Get the number of the resource
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetQueryParameters implements QueryParameters {
+ /**
+ * Filter items by property values
+ */
+ @jakarta.annotation.Nullable
+ public String filter;
+ /**
+ * Search items by search phrases
+ */
+ @jakarta.annotation.Nullable
+ public String search;
+ /**
+ * Extracts the query parameters into a map for the URI template parsing.
+ * @return a {@link Map}
+ */
+ @jakarta.annotation.Nonnull
+ public Map toQueryParameters() {
+ final Map allQueryParams = new HashMap();
+ allQueryParams.put("%24filter", filter);
+ allQueryParams.put("%24search", search);
+ return allQueryParams;
+ }
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetRequestConfiguration extends BaseRequestConfiguration {
+ /**
+ * Request query parameters
+ */
+ @jakarta.annotation.Nullable
+ public GetQueryParameters queryParameters = new GetQueryParameters();
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/security/identities/settings/autoauditingconfiguration/AutoAuditingConfigurationRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/controlconfigurations/item/ControlConfigurationItemRequestBuilder.java
similarity index 55%
rename from src/main/java/com/microsoft/graph/beta/generated/security/identities/settings/autoauditingconfiguration/AutoAuditingConfigurationRequestBuilder.java
rename to src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/controlconfigurations/item/ControlConfigurationItemRequestBuilder.java
index 4e50f03d409..e80739bde12 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/security/identities/settings/autoauditingconfiguration/AutoAuditingConfigurationRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/controlconfigurations/item/ControlConfigurationItemRequestBuilder.java
@@ -1,7 +1,7 @@
-package com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration;
+package com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item;
+import com.microsoft.graph.beta.models.ControlConfiguration;
import com.microsoft.graph.beta.models.odataerrors.ODataError;
-import com.microsoft.graph.beta.models.security.AutoAuditingConfiguration;
import com.microsoft.kiota.BaseRequestBuilder;
import com.microsoft.kiota.BaseRequestConfiguration;
import com.microsoft.kiota.HttpMethod;
@@ -16,38 +16,44 @@
import java.util.Map;
import java.util.Objects;
/**
- * 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.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
-public class AutoAuditingConfigurationRequestBuilder extends BaseRequestBuilder {
+public class ControlConfigurationItemRequestBuilder extends BaseRequestBuilder {
/**
- * Instantiates a new {@link AutoAuditingConfigurationRequestBuilder} and sets the default values.
+ * Instantiates a new {@link ControlConfigurationItemRequestBuilder} and sets the default values.
* @param pathParameters Path parameters for the request
* @param requestAdapter The request adapter to use to execute the requests.
*/
- public AutoAuditingConfigurationRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/security/identities/settings/autoAuditingConfiguration{?%24expand,%24select}", pathParameters);
+ public ControlConfigurationItemRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/identityGovernance/entitlementManagement/controlConfigurations/{controlConfiguration%2Did}{?%24expand,%24select}", pathParameters);
}
/**
- * Instantiates a new {@link AutoAuditingConfigurationRequestBuilder} and sets the default values.
+ * Instantiates a new {@link ControlConfigurationItemRequestBuilder} and sets the default values.
* @param rawUrl The raw URL to use for the request builder.
* @param requestAdapter The request adapter to use to execute the requests.
*/
- public AutoAuditingConfigurationRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
- super(requestAdapter, "{+baseurl}/security/identities/settings/autoAuditingConfiguration{?%24expand,%24select}", rawUrl);
+ public ControlConfigurationItemRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/identityGovernance/entitlementManagement/controlConfigurations/{controlConfiguration%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete navigation property autoAuditingConfiguration for security
+ * Delete navigation property controlConfigurations for identityGovernance
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27
*/
+ @Deprecated
public void delete() {
delete(null);
}
/**
- * Delete navigation property autoAuditingConfiguration for security
+ * Delete navigation property controlConfigurations for identityGovernance
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27
*/
+ @Deprecated
public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
final HashMap> errorMapping = new HashMap>();
@@ -55,68 +61,84 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get the properties and relationships of an microsoft.graph.security.autoAuditingConfiguration object.
- * @return a {@link AutoAuditingConfiguration}
+ * Represents the policies that control lifecycle and access to access packages across the organization.
+ * @return a {@link ControlConfiguration}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @deprecated
+ * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27
*/
@jakarta.annotation.Nullable
- public AutoAuditingConfiguration get() {
+ @Deprecated
+ public ControlConfiguration get() {
return get(null);
}
/**
- * 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.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link AutoAuditingConfiguration}
+ * @return a {@link ControlConfiguration}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @deprecated
+ * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27
*/
@jakarta.annotation.Nullable
- public AutoAuditingConfiguration get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ @Deprecated
+ public ControlConfiguration get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
final HashMap> errorMapping = new HashMap>();
errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
- return this.requestAdapter.send(requestInfo, errorMapping, AutoAuditingConfiguration::createFromDiscriminatorValue);
+ return this.requestAdapter.send(requestInfo, errorMapping, ControlConfiguration::createFromDiscriminatorValue);
}
/**
- * Update the navigation property autoAuditingConfiguration in security
+ * Update the navigation property controlConfigurations in identityGovernance
* @param body The request body
- * @return a {@link AutoAuditingConfiguration}
+ * @return a {@link ControlConfiguration}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27
*/
@jakarta.annotation.Nullable
- public AutoAuditingConfiguration patch(@jakarta.annotation.Nonnull final AutoAuditingConfiguration body) {
- return patch(body, null);
+ @Deprecated
+ public ControlConfiguration put(@jakarta.annotation.Nonnull final ControlConfiguration body) {
+ return put(body, null);
}
/**
- * Update the navigation property autoAuditingConfiguration in security
+ * Update the navigation property controlConfigurations in identityGovernance
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
- * @return a {@link AutoAuditingConfiguration}
+ * @return a {@link ControlConfiguration}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27
*/
@jakarta.annotation.Nullable
- public AutoAuditingConfiguration patch(@jakarta.annotation.Nonnull final AutoAuditingConfiguration body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ @Deprecated
+ public ControlConfiguration put(@jakarta.annotation.Nonnull final ControlConfiguration body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
- final RequestInformation requestInfo = toPatchRequestInformation(body, requestConfiguration);
+ final RequestInformation requestInfo = toPutRequestInformation(body, requestConfiguration);
final HashMap> errorMapping = new HashMap>();
errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
- return this.requestAdapter.send(requestInfo, errorMapping, AutoAuditingConfiguration::createFromDiscriminatorValue);
+ return this.requestAdapter.send(requestInfo, errorMapping, ControlConfiguration::createFromDiscriminatorValue);
}
/**
- * Delete navigation property autoAuditingConfiguration for security
+ * Delete navigation property controlConfigurations for identityGovernance
* @return a {@link RequestInformation}
+ * @deprecated
+ * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27
*/
@jakarta.annotation.Nonnull
+ @Deprecated
public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete navigation property autoAuditingConfiguration for security
+ * Delete navigation property controlConfigurations for identityGovernance
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
+ * @deprecated
+ * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27
*/
@jakarta.annotation.Nonnull
+ @Deprecated
public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = new RequestInformation(HttpMethod.DELETE, urlTemplate, pathParameters);
requestInfo.configure(requestConfiguration, DeleteRequestConfiguration::new);
@@ -124,19 +146,25 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * 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.
* @return a {@link RequestInformation}
+ * @deprecated
+ * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27
*/
@jakarta.annotation.Nonnull
+ @Deprecated
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * 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.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
+ * @deprecated
+ * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27
*/
@jakarta.annotation.Nonnull
+ @Deprecated
public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
@@ -144,25 +172,31 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the navigation property autoAuditingConfiguration in security
+ * Update the navigation property controlConfigurations in identityGovernance
* @param body The request body
* @return a {@link RequestInformation}
+ * @deprecated
+ * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27
*/
@jakarta.annotation.Nonnull
- public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull final AutoAuditingConfiguration body) {
- return toPatchRequestInformation(body, null);
+ @Deprecated
+ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull final ControlConfiguration body) {
+ return toPutRequestInformation(body, null);
}
/**
- * Update the navigation property autoAuditingConfiguration in security
+ * Update the navigation property controlConfigurations in identityGovernance
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
+ * @deprecated
+ * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27
*/
@jakarta.annotation.Nonnull
- public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull final AutoAuditingConfiguration body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ @Deprecated
+ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull final ControlConfiguration body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
- final RequestInformation requestInfo = new RequestInformation(HttpMethod.PATCH, urlTemplate, pathParameters);
- requestInfo.configure(requestConfiguration, PatchRequestConfiguration::new);
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.PUT, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, PutRequestConfiguration::new);
requestInfo.headers.tryAdd("Accept", "application/json");
requestInfo.setContentFromParsable(requestAdapter, "application/json", body);
return requestInfo;
@@ -170,12 +204,15 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
/**
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
- * @return a {@link AutoAuditingConfigurationRequestBuilder}
+ * @return a {@link ControlConfigurationItemRequestBuilder}
+ * @deprecated
+ * Controls configurations preview. as of PrivatePreview:ControlConfigurations on 2024-09-27 and will be removed 2025-09-27
*/
@jakarta.annotation.Nonnull
- public AutoAuditingConfigurationRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ @Deprecated
+ public ControlConfigurationItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
- return new AutoAuditingConfigurationRequestBuilder(rawUrl, requestAdapter);
+ return new ControlConfigurationItemRequestBuilder(rawUrl, requestAdapter);
}
/**
* Configuration for the request such as headers, query parameters, and middleware options.
@@ -184,7 +221,7 @@ public AutoAuditingConfigurationRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * 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.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
@@ -225,6 +262,6 @@ public class GetRequestConfiguration extends BaseRequestConfiguration {
* Configuration for the request such as headers, query parameters, and middleware options.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
- public class PatchRequestConfiguration extends BaseRequestConfiguration {
+ public class PutRequestConfiguration extends BaseRequestConfiguration {
}
}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/kiota-dom-export.txt b/src/main/java/com/microsoft/graph/beta/generated/kiota-dom-export.txt
index abfe63591cc..41d972810cb 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/kiota-dom-export.txt
+++ b/src/main/java/com/microsoft/graph/beta/generated/kiota-dom-export.txt
@@ -176843,6 +176843,71 @@ com.microsoft.graph.beta.identitygovernance.entitlementmanagement.connectedorgan
com.microsoft.graph.beta.identitygovernance.entitlementmanagement.connectedorganizations.item.internalsponsors.ref.RefRequestBuilder::|public|toPostRequestInformation(body:ReferenceCreate):RequestInformation
com.microsoft.graph.beta.identitygovernance.entitlementmanagement.connectedorganizations.item.internalsponsors.ref.RefRequestBuilder::|public|toPostRequestInformation(body:ReferenceCreate; requestConfiguration?:java.util.function.Consumer):RequestInformation
com.microsoft.graph.beta.identitygovernance.entitlementmanagement.connectedorganizations.item.internalsponsors.ref.RefRequestBuilder::|public|withUrl(rawUrl:String):RefRequestBuilder
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder.GetQueryParameters::|public|count:Boolean
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder.GetQueryParameters::|public|expand:String[]
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder.GetQueryParameters::|public|filter:String
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder.GetQueryParameters::|public|orderby:String[]
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder.GetQueryParameters::|public|search:String
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder.GetQueryParameters::|public|select:String[]
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder.GetQueryParameters::|public|skip:Integer
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder.GetQueryParameters::|public|top:Integer
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder.PostRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder::|public|byControlConfigurationId(controlConfigurationId:String):ControlConfigurationItemRequestBuilder
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder::|public|count:CountRequestBuilder
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder::|public|get():ControlConfigurationCollectionResponse
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):ControlConfigurationCollectionResponse
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder::|public|post(body:ControlConfiguration):ControlConfiguration
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder::|public|post(body:ControlConfiguration; requestConfiguration?:java.util.function.Consumer):ControlConfiguration
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder::|public|toPostRequestInformation(body:ControlConfiguration):RequestInformation
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder::|public|toPostRequestInformation(body:ControlConfiguration; requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.ControlConfigurationsRequestBuilder::|public|withUrl(rawUrl:String):ControlConfigurationsRequestBuilder
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count.CountRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count.CountRequestBuilder.GetQueryParameters::|public|filter:String
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count.CountRequestBuilder.GetQueryParameters::|public|search:String
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count.CountRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count.CountRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count.CountRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count.CountRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count.CountRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count.CountRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count.CountRequestBuilder::|public|get():Integer
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count.CountRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):Integer
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count.CountRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.count.CountRequestBuilder::|public|withUrl(rawUrl:String):CountRequestBuilder
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder.DeleteRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder.GetQueryParameters::|public|expand:String[]
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder.GetQueryParameters::|public|select:String[]
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder.PutRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder::|public|delete():Void
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder::|public|delete(requestConfiguration?:java.util.function.Consumer):Void
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder::|public|get():ControlConfiguration
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):ControlConfiguration
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder::|public|put(body:ControlConfiguration):ControlConfiguration
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder::|public|put(body:ControlConfiguration; requestConfiguration?:java.util.function.Consumer):ControlConfiguration
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder::|public|toDeleteRequestInformation():RequestInformation
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder::|public|toDeleteRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder::|public|toPutRequestInformation(body:ControlConfiguration):RequestInformation
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder::|public|toPutRequestInformation(body:ControlConfiguration; requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.controlconfigurations.item.ControlConfigurationItemRequestBuilder::|public|withUrl(rawUrl:String):ControlConfigurationItemRequestBuilder
com.microsoft.graph.beta.identitygovernance.entitlementmanagement.EntitlementManagementRequestBuilder-->BaseRequestBuilder
com.microsoft.graph.beta.identitygovernance.entitlementmanagement.EntitlementManagementRequestBuilder.DeleteRequestConfiguration-->BaseRequestConfiguration
com.microsoft.graph.beta.identitygovernance.entitlementmanagement.EntitlementManagementRequestBuilder.GetQueryParameters::|public|expand:String[]
@@ -176871,6 +176936,7 @@ com.microsoft.graph.beta.identitygovernance.entitlementmanagement.EntitlementMan
com.microsoft.graph.beta.identitygovernance.entitlementmanagement.EntitlementManagementRequestBuilder::|public|connectedOrganizations:ConnectedOrganizationsRequestBuilder
com.microsoft.graph.beta.identitygovernance.entitlementmanagement.EntitlementManagementRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
com.microsoft.graph.beta.identitygovernance.entitlementmanagement.EntitlementManagementRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.identitygovernance.entitlementmanagement.EntitlementManagementRequestBuilder::|public|controlConfigurations:ControlConfigurationsRequestBuilder
com.microsoft.graph.beta.identitygovernance.entitlementmanagement.EntitlementManagementRequestBuilder::|public|delete():Void
com.microsoft.graph.beta.identitygovernance.entitlementmanagement.EntitlementManagementRequestBuilder::|public|delete(requestConfiguration?:java.util.function.Consumer):Void
com.microsoft.graph.beta.identitygovernance.entitlementmanagement.EntitlementManagementRequestBuilder::|public|get():EntitlementManagement
@@ -188823,6 +188889,10 @@ com.microsoft.graph.beta.models.AccessPackageSuggestionRelatedPeopleBased::|publ
com.microsoft.graph.beta.models.AccessPackageSuggestionRelatedPeopleBased::|public|setRelatedPeople(value?:java.util.List):void
com.microsoft.graph.beta.models.AccessPackageSuggestionRelatedPeopleBased::|public|setRelatedPeopleAssignmentCount(value?:Integer):void
com.microsoft.graph.beta.models.AccessPackageSuggestionRelatedPeopleBased::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):AccessPackageSuggestionRelatedPeopleBased
+com.microsoft.graph.beta.models.AccessPackageSuggestionRelatedPeopleInsightLevel::0000-Disabled
+com.microsoft.graph.beta.models.AccessPackageSuggestionRelatedPeopleInsightLevel::0001-Count
+com.microsoft.graph.beta.models.AccessPackageSuggestionRelatedPeopleInsightLevel::0002-CountAndNames
+com.microsoft.graph.beta.models.AccessPackageSuggestionRelatedPeopleInsightLevel::0003-UnknownFutureValue
com.microsoft.graph.beta.models.AccessPackageSuggestionSelfAssignmentHistoryBased-->AccessPackageSuggestionReason
com.microsoft.graph.beta.models.AccessPackageSuggestionSelfAssignmentHistoryBased::|public|constructor():void
com.microsoft.graph.beta.models.AccessPackageSuggestionSelfAssignmentHistoryBased::|public|getFieldDeserializers():Map>
@@ -209419,6 +209489,29 @@ com.microsoft.graph.beta.models.ContractCollectionResponse::|public|getValue():j
com.microsoft.graph.beta.models.ContractCollectionResponse::|public|serialize(writer:SerializationWriter):Void
com.microsoft.graph.beta.models.ContractCollectionResponse::|public|setValue(value?:java.util.List):void
com.microsoft.graph.beta.models.ContractCollectionResponse::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):ContractCollectionResponse
+com.microsoft.graph.beta.models.ControlConfiguration-->Entity
+com.microsoft.graph.beta.models.ControlConfiguration::|public|constructor():void
+com.microsoft.graph.beta.models.ControlConfiguration::|public|getCreatedBy():String
+com.microsoft.graph.beta.models.ControlConfiguration::|public|getCreatedDateTime():OffsetDateTime
+com.microsoft.graph.beta.models.ControlConfiguration::|public|getFieldDeserializers():Map>
+com.microsoft.graph.beta.models.ControlConfiguration::|public|getIsEnabled():Boolean
+com.microsoft.graph.beta.models.ControlConfiguration::|public|getModifiedBy():String
+com.microsoft.graph.beta.models.ControlConfiguration::|public|getModifiedDateTime():OffsetDateTime
+com.microsoft.graph.beta.models.ControlConfiguration::|public|OdataType:String
+com.microsoft.graph.beta.models.ControlConfiguration::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.beta.models.ControlConfiguration::|public|setCreatedBy(value?:String):void
+com.microsoft.graph.beta.models.ControlConfiguration::|public|setCreatedDateTime(value?:OffsetDateTime):void
+com.microsoft.graph.beta.models.ControlConfiguration::|public|setIsEnabled(value?:Boolean):void
+com.microsoft.graph.beta.models.ControlConfiguration::|public|setModifiedBy(value?:String):void
+com.microsoft.graph.beta.models.ControlConfiguration::|public|setModifiedDateTime(value?:OffsetDateTime):void
+com.microsoft.graph.beta.models.ControlConfiguration::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):ControlConfiguration
+com.microsoft.graph.beta.models.ControlConfigurationCollectionResponse-->BaseCollectionPaginationCountResponse
+com.microsoft.graph.beta.models.ControlConfigurationCollectionResponse::|public|constructor():void
+com.microsoft.graph.beta.models.ControlConfigurationCollectionResponse::|public|getFieldDeserializers():Map>
+com.microsoft.graph.beta.models.ControlConfigurationCollectionResponse::|public|getValue():java.util.List
+com.microsoft.graph.beta.models.ControlConfigurationCollectionResponse::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.beta.models.ControlConfigurationCollectionResponse::|public|setValue(value?:java.util.List):void
+com.microsoft.graph.beta.models.ControlConfigurationCollectionResponse::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):ControlConfigurationCollectionResponse
com.microsoft.graph.beta.models.ControlScore::|protected|backingStore:BackingStore
com.microsoft.graph.beta.models.ControlScore::|public|constructor():void
com.microsoft.graph.beta.models.ControlScore::|public|getAdditionalData():Map
@@ -222860,6 +222953,16 @@ com.microsoft.graph.beta.models.EndUserNotificationType::0002-NoTraining
com.microsoft.graph.beta.models.EndUserNotificationType::0003-TrainingAssignment
com.microsoft.graph.beta.models.EndUserNotificationType::0004-TrainingReminder
com.microsoft.graph.beta.models.EndUserNotificationType::0005-UnknownFutureValue
+com.microsoft.graph.beta.models.EndUserSettings-->ControlConfiguration
+com.microsoft.graph.beta.models.EndUserSettings::|public|constructor():void
+com.microsoft.graph.beta.models.EndUserSettings::|public|getFieldDeserializers():Map>
+com.microsoft.graph.beta.models.EndUserSettings::|public|getRelatedPeopleInsightLevel():AccessPackageSuggestionRelatedPeopleInsightLevel
+com.microsoft.graph.beta.models.EndUserSettings::|public|getShowApproverDetailsToMembers():Boolean
+com.microsoft.graph.beta.models.EndUserSettings::|public|OdataType:String
+com.microsoft.graph.beta.models.EndUserSettings::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.beta.models.EndUserSettings::|public|setRelatedPeopleInsightLevel(value?:AccessPackageSuggestionRelatedPeopleInsightLevel):void
+com.microsoft.graph.beta.models.EndUserSettings::|public|setShowApproverDetailsToMembers(value?:Boolean):void
+com.microsoft.graph.beta.models.EndUserSettings::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):EndUserSettings
com.microsoft.graph.beta.models.EnforceAppPIN::|protected|backingStore:BackingStore
com.microsoft.graph.beta.models.EnforceAppPIN::|public|constructor():void
com.microsoft.graph.beta.models.EnforceAppPIN::|public|getAdditionalData():Map
@@ -223289,6 +223392,7 @@ com.microsoft.graph.beta.models.EntitlementManagement::|public|getAccessPackageS
com.microsoft.graph.beta.models.EntitlementManagement::|public|getAssignmentRequests():java.util.List
com.microsoft.graph.beta.models.EntitlementManagement::|public|getAvailableAccessPackages():java.util.List
com.microsoft.graph.beta.models.EntitlementManagement::|public|getConnectedOrganizations():java.util.List
+com.microsoft.graph.beta.models.EntitlementManagement::|public|getControlConfigurations():java.util.List
com.microsoft.graph.beta.models.EntitlementManagement::|public|getFieldDeserializers():Map>
com.microsoft.graph.beta.models.EntitlementManagement::|public|getSettings():EntitlementManagementSettings
com.microsoft.graph.beta.models.EntitlementManagement::|public|getSubjects():java.util.List
@@ -223309,6 +223413,7 @@ com.microsoft.graph.beta.models.EntitlementManagement::|public|setAccessPackageS
com.microsoft.graph.beta.models.EntitlementManagement::|public|setAssignmentRequests(value?:java.util.List):void
com.microsoft.graph.beta.models.EntitlementManagement::|public|setAvailableAccessPackages(value?:java.util.List):void
com.microsoft.graph.beta.models.EntitlementManagement::|public|setConnectedOrganizations(value?:java.util.List):void
+com.microsoft.graph.beta.models.EntitlementManagement::|public|setControlConfigurations(value?:java.util.List):void
com.microsoft.graph.beta.models.EntitlementManagement::|public|setSettings(value?:EntitlementManagementSettings):void
com.microsoft.graph.beta.models.EntitlementManagement::|public|setSubjects(value?:java.util.List):void
com.microsoft.graph.beta.models.EntitlementManagement::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):EntitlementManagement
@@ -223382,6 +223487,16 @@ com.microsoft.graph.beta.models.Entra::|public|OdataType:String
com.microsoft.graph.beta.models.Entra::|public|serialize(writer:SerializationWriter):Void
com.microsoft.graph.beta.models.Entra::|public|setUxSetting(value?:UxSetting):void
com.microsoft.graph.beta.models.Entra::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):Entra
+com.microsoft.graph.beta.models.EntraIdProtectionRiskyUserApproval-->ControlConfiguration
+com.microsoft.graph.beta.models.EntraIdProtectionRiskyUserApproval::|public|constructor():void
+com.microsoft.graph.beta.models.EntraIdProtectionRiskyUserApproval::|public|getFieldDeserializers():Map>
+com.microsoft.graph.beta.models.EntraIdProtectionRiskyUserApproval::|public|getIsApprovalRequired():Boolean
+com.microsoft.graph.beta.models.EntraIdProtectionRiskyUserApproval::|public|getMinimumRiskLevel():RiskLevel
+com.microsoft.graph.beta.models.EntraIdProtectionRiskyUserApproval::|public|OdataType:String
+com.microsoft.graph.beta.models.EntraIdProtectionRiskyUserApproval::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.beta.models.EntraIdProtectionRiskyUserApproval::|public|setIsApprovalRequired(value?:Boolean):void
+com.microsoft.graph.beta.models.EntraIdProtectionRiskyUserApproval::|public|setMinimumRiskLevel(value?:RiskLevel):void
+com.microsoft.graph.beta.models.EntraIdProtectionRiskyUserApproval::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):EntraIdProtectionRiskyUserApproval
com.microsoft.graph.beta.models.EnumeratedAccountsWithAccess-->AccountsWithAccess
com.microsoft.graph.beta.models.EnumeratedAccountsWithAccess::|public|constructor():void
com.microsoft.graph.beta.models.EnumeratedAccountsWithAccess::|public|getAccounts():java.util.List
@@ -225445,8 +225560,6 @@ com.microsoft.graph.beta.models.FileStorageContainer::|public|getDrive():Drive
com.microsoft.graph.beta.models.FileStorageContainer::|public|getExternalGroupId():UUID
com.microsoft.graph.beta.models.FileStorageContainer::|public|getFieldDeserializers():Map>
com.microsoft.graph.beta.models.FileStorageContainer::|public|getInformationBarrier():InformationBarrier
-com.microsoft.graph.beta.models.FileStorageContainer::|public|getIsItemVersioningEnabled():Boolean
-com.microsoft.graph.beta.models.FileStorageContainer::|public|getItemMajorVersionLimit():Integer
com.microsoft.graph.beta.models.FileStorageContainer::|public|getLockState():SiteLockState
com.microsoft.graph.beta.models.FileStorageContainer::|public|getMigrationJobs():java.util.List
com.microsoft.graph.beta.models.FileStorageContainer::|public|getOwners():java.util.List
@@ -225471,8 +225584,6 @@ com.microsoft.graph.beta.models.FileStorageContainer::|public|setDisplayName(val
com.microsoft.graph.beta.models.FileStorageContainer::|public|setDrive(value?:Drive):void
com.microsoft.graph.beta.models.FileStorageContainer::|public|setExternalGroupId(value?:UUID):void
com.microsoft.graph.beta.models.FileStorageContainer::|public|setInformationBarrier(value?:InformationBarrier):void
-com.microsoft.graph.beta.models.FileStorageContainer::|public|setIsItemVersioningEnabled(value?:Boolean):void
-com.microsoft.graph.beta.models.FileStorageContainer::|public|setItemMajorVersionLimit(value?:Integer):void
com.microsoft.graph.beta.models.FileStorageContainer::|public|setLockState(value?:SiteLockState):void
com.microsoft.graph.beta.models.FileStorageContainer::|public|setMigrationJobs(value?:java.util.List):void
com.microsoft.graph.beta.models.FileStorageContainer::|public|setOwners(value?:java.util.List):void
@@ -231328,6 +231439,16 @@ com.microsoft.graph.beta.models.InsiderRiskLevel::0001-Minor
com.microsoft.graph.beta.models.InsiderRiskLevel::0002-Moderate
com.microsoft.graph.beta.models.InsiderRiskLevel::0003-Elevated
com.microsoft.graph.beta.models.InsiderRiskLevel::0004-UnknownFutureValue
+com.microsoft.graph.beta.models.InsiderRiskyUserApproval-->ControlConfiguration
+com.microsoft.graph.beta.models.InsiderRiskyUserApproval::|public|constructor():void
+com.microsoft.graph.beta.models.InsiderRiskyUserApproval::|public|getFieldDeserializers():Map>
+com.microsoft.graph.beta.models.InsiderRiskyUserApproval::|public|getIsApprovalRequired():Boolean
+com.microsoft.graph.beta.models.InsiderRiskyUserApproval::|public|getMinimumRiskLevel():PurviewInsiderRiskManagementLevel
+com.microsoft.graph.beta.models.InsiderRiskyUserApproval::|public|OdataType:String
+com.microsoft.graph.beta.models.InsiderRiskyUserApproval::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.beta.models.InsiderRiskyUserApproval::|public|setIsApprovalRequired(value?:Boolean):void
+com.microsoft.graph.beta.models.InsiderRiskyUserApproval::|public|setMinimumRiskLevel(value?:PurviewInsiderRiskManagementLevel):void
+com.microsoft.graph.beta.models.InsiderRiskyUserApproval::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):InsiderRiskyUserApproval
com.microsoft.graph.beta.models.InsightIdentity::|protected|backingStore:BackingStore
com.microsoft.graph.beta.models.InsightIdentity::|public|constructor():void
com.microsoft.graph.beta.models.InsightIdentity::|public|getAdditionalData():Map
@@ -247885,6 +248006,7 @@ com.microsoft.graph.beta.models.OnlineMeetingBase::|public|getLobbyBypassSetting
com.microsoft.graph.beta.models.OnlineMeetingBase::|public|getMeetingOptionsWebUrl():String
com.microsoft.graph.beta.models.OnlineMeetingBase::|public|getMeetingSpokenLanguageTag():String
com.microsoft.graph.beta.models.OnlineMeetingBase::|public|getRecordAutomatically():Boolean
+com.microsoft.graph.beta.models.OnlineMeetingBase::|public|getSensitivityLabelAssignment():OnlineMeetingSensitivityLabelAssignment
com.microsoft.graph.beta.models.OnlineMeetingBase::|public|getShareMeetingChatHistoryDefault():MeetingChatHistoryDefaultMode
com.microsoft.graph.beta.models.OnlineMeetingBase::|public|getSubject():String
com.microsoft.graph.beta.models.OnlineMeetingBase::|public|getVideoTeleconferenceId():String
@@ -247920,6 +248042,7 @@ com.microsoft.graph.beta.models.OnlineMeetingBase::|public|setLobbyBypassSetting
com.microsoft.graph.beta.models.OnlineMeetingBase::|public|setMeetingOptionsWebUrl(value?:String):void
com.microsoft.graph.beta.models.OnlineMeetingBase::|public|setMeetingSpokenLanguageTag(value?:String):void
com.microsoft.graph.beta.models.OnlineMeetingBase::|public|setRecordAutomatically(value?:Boolean):void
+com.microsoft.graph.beta.models.OnlineMeetingBase::|public|setSensitivityLabelAssignment(value?:OnlineMeetingSensitivityLabelAssignment):void
com.microsoft.graph.beta.models.OnlineMeetingBase::|public|setShareMeetingChatHistoryDefault(value?:MeetingChatHistoryDefaultMode):void
com.microsoft.graph.beta.models.OnlineMeetingBase::|public|setSubject(value?:String):void
com.microsoft.graph.beta.models.OnlineMeetingBase::|public|setVideoTeleconferenceId(value?:String):void
@@ -248014,6 +248137,20 @@ com.microsoft.graph.beta.models.OnlineMeetingRole::0001-Presenter
com.microsoft.graph.beta.models.OnlineMeetingRole::0002-Producer
com.microsoft.graph.beta.models.OnlineMeetingRole::0003-UnknownFutureValue
com.microsoft.graph.beta.models.OnlineMeetingRole::0004-Coorganizer
+com.microsoft.graph.beta.models.OnlineMeetingSensitivityLabelAssignment::|protected|backingStore:BackingStore
+com.microsoft.graph.beta.models.OnlineMeetingSensitivityLabelAssignment::|public|constructor():void
+com.microsoft.graph.beta.models.OnlineMeetingSensitivityLabelAssignment::|public|getAdditionalData():Map
+com.microsoft.graph.beta.models.OnlineMeetingSensitivityLabelAssignment::|public|getBackingStore():BackingStore
+com.microsoft.graph.beta.models.OnlineMeetingSensitivityLabelAssignment::|public|getFieldDeserializers():Map>
+com.microsoft.graph.beta.models.OnlineMeetingSensitivityLabelAssignment::|public|getOdataType():String
+com.microsoft.graph.beta.models.OnlineMeetingSensitivityLabelAssignment::|public|getSensitivityLabelId():String
+com.microsoft.graph.beta.models.OnlineMeetingSensitivityLabelAssignment::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.beta.models.OnlineMeetingSensitivityLabelAssignment::|public|setAdditionalData(value?:Map):void
+com.microsoft.graph.beta.models.OnlineMeetingSensitivityLabelAssignment::|public|setBackingStore(value:BackingStore):void
+com.microsoft.graph.beta.models.OnlineMeetingSensitivityLabelAssignment::|public|setOdataType(value?:String):void
+com.microsoft.graph.beta.models.OnlineMeetingSensitivityLabelAssignment::|public|setSensitivityLabelId(value?:String):void
+com.microsoft.graph.beta.models.OnlineMeetingSensitivityLabelAssignment::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):OnlineMeetingSensitivityLabelAssignment
+com.microsoft.graph.beta.models.OnlineMeetingSensitivityLabelAssignment~~>AdditionalDataHolder; BackedModel; Parsable
com.microsoft.graph.beta.models.OnlineMeetingVideoDisabledReason::0000-WatermarkProtection
com.microsoft.graph.beta.models.OnlineMeetingVideoDisabledReason::0001-UnknownFutureValue
com.microsoft.graph.beta.models.OnOtpSendCustomExtension-->CustomAuthenticationExtension
@@ -257865,6 +258002,11 @@ com.microsoft.graph.beta.models.PurchaseInvoiceLineCollectionResponse::|public|s
com.microsoft.graph.beta.models.PurchaseInvoiceLineCollectionResponse::|public|setValue(value?:java.util.List):void
com.microsoft.graph.beta.models.PurchaseInvoiceLineCollectionResponse::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):PurchaseInvoiceLineCollectionResponse
com.microsoft.graph.beta.models.PurchaseInvoice~~>AdditionalDataHolder; BackedModel; Parsable
+com.microsoft.graph.beta.models.PurviewInsiderRiskManagementLevel::0000-None
+com.microsoft.graph.beta.models.PurviewInsiderRiskManagementLevel::0001-Minor
+com.microsoft.graph.beta.models.PurviewInsiderRiskManagementLevel::0002-Moderate
+com.microsoft.graph.beta.models.PurviewInsiderRiskManagementLevel::0003-Elevated
+com.microsoft.graph.beta.models.PurviewInsiderRiskManagementLevel::0004-UnknownFutureValue
com.microsoft.graph.beta.models.QrCode-->Entity
com.microsoft.graph.beta.models.QrCode::|public|constructor():void
com.microsoft.graph.beta.models.QrCode::|public|getCreatedDateTime():OffsetDateTime
@@ -264180,14 +264322,6 @@ com.microsoft.graph.beta.models.security.AuthorityTemplateCollectionResponse::|p
com.microsoft.graph.beta.models.security.AuthorityTemplateCollectionResponse::|public|serialize(writer:SerializationWriter):Void
com.microsoft.graph.beta.models.security.AuthorityTemplateCollectionResponse::|public|setValue(value?:java.util.List):void
com.microsoft.graph.beta.models.security.AuthorityTemplateCollectionResponse::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):AuthorityTemplateCollectionResponse
-com.microsoft.graph.beta.models.security.AutoAuditingConfiguration-->Entity
-com.microsoft.graph.beta.models.security.AutoAuditingConfiguration::|public|constructor():void
-com.microsoft.graph.beta.models.security.AutoAuditingConfiguration::|public|getFieldDeserializers():Map>
-com.microsoft.graph.beta.models.security.AutoAuditingConfiguration::|public|getIsAutomatic():Boolean
-com.microsoft.graph.beta.models.security.AutoAuditingConfiguration::|public|OdataType:String
-com.microsoft.graph.beta.models.security.AutoAuditingConfiguration::|public|serialize(writer:SerializationWriter):Void
-com.microsoft.graph.beta.models.security.AutoAuditingConfiguration::|public|setIsAutomatic(value?:Boolean):void
-com.microsoft.graph.beta.models.security.AutoAuditingConfiguration::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):AutoAuditingConfiguration
com.microsoft.graph.beta.models.security.AutonomousSystem::|protected|backingStore:BackingStore
com.microsoft.graph.beta.models.security.AutonomousSystem::|public|constructor():void
com.microsoft.graph.beta.models.security.AutonomousSystem::|public|getAdditionalData():Map
@@ -270247,11 +270381,9 @@ com.microsoft.graph.beta.models.security.ServiceStatus::0005-Unknown
com.microsoft.graph.beta.models.security.ServiceStatus::0006-UnknownFutureValue
com.microsoft.graph.beta.models.security.SettingsContainer-->Entity
com.microsoft.graph.beta.models.security.SettingsContainer::|public|constructor():void
-com.microsoft.graph.beta.models.security.SettingsContainer::|public|getAutoAuditingConfiguration():AutoAuditingConfiguration
com.microsoft.graph.beta.models.security.SettingsContainer::|public|getFieldDeserializers():Map>
com.microsoft.graph.beta.models.security.SettingsContainer::|public|OdataType:String
com.microsoft.graph.beta.models.security.SettingsContainer::|public|serialize(writer:SerializationWriter):Void
-com.microsoft.graph.beta.models.security.SettingsContainer::|public|setAutoAuditingConfiguration(value?:AutoAuditingConfiguration):void
com.microsoft.graph.beta.models.security.SettingsContainer::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):SettingsContainer
com.microsoft.graph.beta.models.security.SharePointAppPermissionOperationAuditRecord-->AuditData
com.microsoft.graph.beta.models.security.SharePointAppPermissionOperationAuditRecord::|public|constructor():void
@@ -334805,30 +334937,6 @@ com.microsoft.graph.beta.security.identities.sensors.SensorsRequestBuilder::|pub
com.microsoft.graph.beta.security.identities.sensors.SensorsRequestBuilder::|public|toPostRequestInformation(body:Sensor):RequestInformation
com.microsoft.graph.beta.security.identities.sensors.SensorsRequestBuilder::|public|toPostRequestInformation(body:Sensor; requestConfiguration?:java.util.function.Consumer):RequestInformation
com.microsoft.graph.beta.security.identities.sensors.SensorsRequestBuilder::|public|withUrl(rawUrl:String):SensorsRequestBuilder
-com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder-->BaseRequestBuilder
-com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder.DeleteRequestConfiguration-->BaseRequestConfiguration
-com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder.GetQueryParameters::|public|expand:String[]
-com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder.GetQueryParameters::|public|select:String[]
-com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
-com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder.GetQueryParameters~~>QueryParameters
-com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
-com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
-com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder.PatchRequestConfiguration-->BaseRequestConfiguration
-com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
-com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
-com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder::|public|delete():Void
-com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder::|public|delete(requestConfiguration?:java.util.function.Consumer):Void
-com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder::|public|get():AutoAuditingConfiguration
-com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):AutoAuditingConfiguration
-com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder::|public|patch(body:AutoAuditingConfiguration):AutoAuditingConfiguration
-com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder::|public|patch(body:AutoAuditingConfiguration; requestConfiguration?:java.util.function.Consumer):AutoAuditingConfiguration
-com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder::|public|toDeleteRequestInformation():RequestInformation
-com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder::|public|toDeleteRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
-com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder::|public|toGetRequestInformation():RequestInformation
-com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
-com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder::|public|toPatchRequestInformation(body:AutoAuditingConfiguration):RequestInformation
-com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder::|public|toPatchRequestInformation(body:AutoAuditingConfiguration; requestConfiguration?:java.util.function.Consumer):RequestInformation
-com.microsoft.graph.beta.security.identities.settings.autoauditingconfiguration.AutoAuditingConfigurationRequestBuilder::|public|withUrl(rawUrl:String):AutoAuditingConfigurationRequestBuilder
com.microsoft.graph.beta.security.identities.settings.SettingsRequestBuilder-->BaseRequestBuilder
com.microsoft.graph.beta.security.identities.settings.SettingsRequestBuilder.DeleteRequestConfiguration-->BaseRequestConfiguration
com.microsoft.graph.beta.security.identities.settings.SettingsRequestBuilder.GetQueryParameters::|public|expand:String[]
@@ -334838,7 +334946,6 @@ com.microsoft.graph.beta.security.identities.settings.SettingsRequestBuilder.Get
com.microsoft.graph.beta.security.identities.settings.SettingsRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
com.microsoft.graph.beta.security.identities.settings.SettingsRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
com.microsoft.graph.beta.security.identities.settings.SettingsRequestBuilder.PatchRequestConfiguration-->BaseRequestConfiguration
-com.microsoft.graph.beta.security.identities.settings.SettingsRequestBuilder::|public|autoAuditingConfiguration:AutoAuditingConfigurationRequestBuilder
com.microsoft.graph.beta.security.identities.settings.SettingsRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
com.microsoft.graph.beta.security.identities.settings.SettingsRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
com.microsoft.graph.beta.security.identities.settings.SettingsRequestBuilder::|public|delete():Void
diff --git a/src/main/java/com/microsoft/graph/beta/generated/kiota-lock.json b/src/main/java/com/microsoft/graph/beta/generated/kiota-lock.json
index c48c163c828..90b7cda4b0b 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/kiota-lock.json
+++ b/src/main/java/com/microsoft/graph/beta/generated/kiota-lock.json
@@ -1,5 +1,5 @@
{
- "descriptionHash": "D869905336258215D763BC9ABF0010544F61DFEE6A3A754653848AE49404CBA67DD36B80D958A47541E754E7165E1788250B0B7145D0CD43E9FC528070331438",
+ "descriptionHash": "6A09B52B6D0D5BDB6C9A9158997009125BA86A5C3AB433B1D1F3C5AC6D440A8E0FCA70A70AF3C8848AAC74BA0CD826175872C0642C55ACE86437076717D4531D",
"descriptionLocation": "../../msgraph-metadata/clean_beta_openapi/openapi.yaml",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.30.0",
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AccessPackageSuggestionRelatedPeopleInsightLevel.java b/src/main/java/com/microsoft/graph/beta/generated/models/AccessPackageSuggestionRelatedPeopleInsightLevel.java
new file mode 100644
index 00000000000..568704829e7
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AccessPackageSuggestionRelatedPeopleInsightLevel.java
@@ -0,0 +1,29 @@
+package com.microsoft.graph.beta.models;
+
+import com.microsoft.kiota.serialization.ValuedEnum;
+import java.util.Objects;
+
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public enum AccessPackageSuggestionRelatedPeopleInsightLevel implements ValuedEnum {
+ Disabled("disabled"),
+ Count("count"),
+ CountAndNames("countAndNames"),
+ UnknownFutureValue("unknownFutureValue");
+ public final String value;
+ AccessPackageSuggestionRelatedPeopleInsightLevel(final String value) {
+ this.value = value;
+ }
+ @jakarta.annotation.Nonnull
+ public String getValue() { return this.value; }
+ @jakarta.annotation.Nullable
+ public static AccessPackageSuggestionRelatedPeopleInsightLevel forValue(@jakarta.annotation.Nonnull final String searchValue) {
+ Objects.requireNonNull(searchValue);
+ switch(searchValue) {
+ case "disabled": return Disabled;
+ case "count": return Count;
+ case "countAndNames": return CountAndNames;
+ case "unknownFutureValue": return UnknownFutureValue;
+ default: return null;
+ }
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AccessReviewHistoryDefinition.java b/src/main/java/com/microsoft/graph/beta/generated/models/AccessReviewHistoryDefinition.java
index 45aa8fae4e3..ee989a5b92d 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AccessReviewHistoryDefinition.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AccessReviewHistoryDefinition.java
@@ -42,7 +42,7 @@ public OffsetDateTime getCreatedDateTime() {
return this.backingStore.get("createdDateTime");
}
/**
- * Gets the decisions property 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.
+ * Gets the decisions property 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. The possible values are: approve, deny, dontKnow, notReviewed, and notNotified.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -177,7 +177,7 @@ public void setCreatedDateTime(@jakarta.annotation.Nullable final OffsetDateTime
this.backingStore.set("createdDateTime", value);
}
/**
- * Sets the decisions property 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.
+ * Sets the decisions property 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. The possible values are: approve, deny, dontKnow, notReviewed, and notNotified.
* @param value Value to set for the decisions property.
*/
public void setDecisions(@jakarta.annotation.Nullable final java.util.List value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AccountTargetContent.java b/src/main/java/com/microsoft/graph/beta/generated/models/AccountTargetContent.java
index fd6c9babce0..cd2c29835d7 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AccountTargetContent.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AccountTargetContent.java
@@ -83,7 +83,7 @@ public String getOdataType() {
return this.backingStore.get("odataType");
}
/**
- * Gets the type property value. The type of account target content. Possible values are: unknown,includeAll, addressBook, unknownFutureValue.
+ * Gets the type property value. The type of account target content. The possible values are: unknown,includeAll, addressBook, unknownFutureValue.
* @return a {@link AccountTargetContentType}
*/
@jakarta.annotation.Nullable
@@ -123,7 +123,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("odataType", value);
}
/**
- * Sets the type property value. The type of account target content. Possible values are: unknown,includeAll, addressBook, unknownFutureValue.
+ * Sets the type property value. The type of account target content. The possible values are: unknown,includeAll, addressBook, unknownFutureValue.
* @param value Value to set for the type property.
*/
public void setType(@jakarta.annotation.Nullable final AccountTargetContentType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AgentIdentityBlueprint.java b/src/main/java/com/microsoft/graph/beta/generated/models/AgentIdentityBlueprint.java
index a648db6fe25..10e48a90f00 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AgentIdentityBlueprint.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AgentIdentityBlueprint.java
@@ -36,7 +36,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the sponsors property value. The sponsors for this agent identity blueprint. Sponsors are users or groups who can authorize and manage the lifecycle of agent identity instances.
+ * Gets the sponsors property value. 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.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -53,7 +53,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeCollectionOfObjectValues("sponsors", this.getSponsors());
}
/**
- * Sets the sponsors property value. The sponsors for this agent identity blueprint. Sponsors are users or groups who can authorize and manage the lifecycle of agent identity instances.
+ * Sets the sponsors property value. 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.
* @param value Value to set for the sponsors property.
*/
public void setSponsors(@jakarta.annotation.Nullable final java.util.List value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AgreementAcceptance.java b/src/main/java/com/microsoft/graph/beta/generated/models/AgreementAcceptance.java
index f37fdf418d9..a4ba4793c3f 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AgreementAcceptance.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AgreementAcceptance.java
@@ -112,7 +112,7 @@ public OffsetDateTime getRecordedDateTime() {
return this.backingStore.get("recordedDateTime");
}
/**
- * Gets the state property value. Possible values are: accepted, declined. Supports $filter (eq).
+ * Gets the state property value. The possible values are: accepted, declined. Supports $filter (eq).
* @return a {@link AgreementAcceptanceState}
*/
@jakarta.annotation.Nullable
@@ -229,7 +229,7 @@ public void setRecordedDateTime(@jakarta.annotation.Nullable final OffsetDateTim
this.backingStore.set("recordedDateTime", value);
}
/**
- * Sets the state property value. Possible values are: accepted, declined. Supports $filter (eq).
+ * Sets the state property value. The possible values are: accepted, declined. Supports $filter (eq).
* @param value Value to set for the state property.
*/
public void setState(@jakarta.annotation.Nullable final AgreementAcceptanceState value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Alert.java b/src/main/java/com/microsoft/graph/beta/generated/models/Alert.java
index adb6aeca736..69974f8d9f4 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/Alert.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/Alert.java
@@ -138,7 +138,7 @@ public OffsetDateTime getEventDateTime() {
return this.backingStore.get("eventDateTime");
}
/**
- * Gets the feedback property value. Analyst feedback on the alert. Possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.
+ * Gets the feedback property value. Analyst feedback on the alert. The possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.
* @return a {@link AlertFeedback}
*/
@jakarta.annotation.Nullable
@@ -531,7 +531,7 @@ public void setEventDateTime(@jakarta.annotation.Nullable final OffsetDateTime v
this.backingStore.set("eventDateTime", value);
}
/**
- * Sets the feedback property value. Analyst feedback on the alert. Possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.
+ * Sets the feedback property value. Analyst feedback on the alert. The possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.
* @param value Value to set for the feedback property.
*/
public void setFeedback(@jakarta.annotation.Nullable final AlertFeedback value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AlertHistoryState.java b/src/main/java/com/microsoft/graph/beta/generated/models/AlertHistoryState.java
index e32ba618db2..c14187596ad 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AlertHistoryState.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AlertHistoryState.java
@@ -81,7 +81,7 @@ public java.util.List getComments() {
return this.backingStore.get("comments");
}
/**
- * Gets the feedback property value. Analyst feedback on the alert in this update. Possible values are: unknown, truePositive, falsePositive, benignPositive.
+ * Gets the feedback property value. Analyst feedback on the alert in this update. The possible values are: unknown, truePositive, falsePositive, benignPositive.
* @return a {@link AlertFeedback}
*/
@jakarta.annotation.Nullable
@@ -114,7 +114,7 @@ public String getOdataType() {
return this.backingStore.get("odataType");
}
/**
- * Gets the status property value. Alert status value (if updated). Possible values are: unknown, newAlert, inProgress, resolved, dismissed.
+ * Gets the status property value. Alert status value (if updated). The possible values are: unknown, newAlert, inProgress, resolved, dismissed.
* @return a {@link AlertStatus}
*/
@jakarta.annotation.Nullable
@@ -190,7 +190,7 @@ public void setComments(@jakarta.annotation.Nullable final java.util.List}
*/
@jakarta.annotation.Nullable
@@ -103,7 +103,7 @@ public EnumSet getSubjectAlternativeNameType() {
return this.backingStore.get("subjectAlternativeNameType");
}
/**
- * Gets the subjectNameFormat property value. Certificate Subject Name Format. Possible values are: commonName, commonNameIncludingEmail, commonNameAsEmail, custom, commonNameAsIMEI, commonNameAsSerialNumber, commonNameAsAadDeviceId, commonNameAsIntuneDeviceId, commonNameAsDurableDeviceId.
+ * Gets the subjectNameFormat property value. Certificate Subject Name Format. The possible values are: commonName, commonNameIncludingEmail, commonNameAsEmail, custom, commonNameAsIMEI, commonNameAsSerialNumber, commonNameAsAadDeviceId, commonNameAsIntuneDeviceId, commonNameAsDurableDeviceId.
* @return a {@link SubjectNameFormat}
*/
@jakarta.annotation.Nullable
@@ -161,14 +161,14 @@ public void setRootCertificate(@jakarta.annotation.Nullable final AndroidDeviceO
this.backingStore.set("rootCertificate", value);
}
/**
- * Sets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. Possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier.
+ * Sets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. The possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier.
* @param value Value to set for the subjectAlternativeNameType property.
*/
public void setSubjectAlternativeNameType(@jakarta.annotation.Nullable final EnumSet value) {
this.backingStore.set("subjectAlternativeNameType", value);
}
/**
- * Sets the subjectNameFormat property value. Certificate Subject Name Format. Possible values are: commonName, commonNameIncludingEmail, commonNameAsEmail, custom, commonNameAsIMEI, commonNameAsSerialNumber, commonNameAsAadDeviceId, commonNameAsIntuneDeviceId, commonNameAsDurableDeviceId.
+ * Sets the subjectNameFormat property value. Certificate Subject Name Format. The possible values are: commonName, commonNameIncludingEmail, commonNameAsEmail, custom, commonNameAsIMEI, commonNameAsSerialNumber, commonNameAsAadDeviceId, commonNameAsIntuneDeviceId, commonNameAsDurableDeviceId.
* @param value Value to set for the subjectNameFormat property.
*/
public void setSubjectNameFormat(@jakarta.annotation.Nullable final SubjectNameFormat value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerCompliancePolicy.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerCompliancePolicy.java
index 740ac7a30e8..31465a14570 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerCompliancePolicy.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerCompliancePolicy.java
@@ -29,7 +29,7 @@ public static AndroidDeviceOwnerCompliancePolicy createFromDiscriminatorValue(@j
return new AndroidDeviceOwnerCompliancePolicy();
}
/**
- * Gets the advancedThreatProtectionRequiredSecurityLevel property value. 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.
+ * Gets the advancedThreatProtectionRequiredSecurityLevel property value. 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.
* @return a {@link DeviceThreatProtectionLevel}
*/
@jakarta.annotation.Nullable
@@ -45,7 +45,7 @@ public Boolean getDeviceThreatProtectionEnabled() {
return this.backingStore.get("deviceThreatProtectionEnabled");
}
/**
- * Gets the deviceThreatProtectionRequiredSecurityLevel property 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.
+ * Gets the deviceThreatProtectionRequiredSecurityLevel property value. 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.
* @return a {@link DeviceThreatProtectionLevel}
*/
@jakarta.annotation.Nullable
@@ -199,7 +199,7 @@ public Boolean getPasswordRequired() {
return this.backingStore.get("passwordRequired");
}
/**
- * Gets the passwordRequiredType property 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.
+ * Gets the passwordRequiredType property value. 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.
* @return a {@link AndroidDeviceOwnerRequiredPasswordType}
*/
@jakarta.annotation.Nullable
@@ -223,7 +223,7 @@ public Boolean getSecurityBlockJailbrokenDevices() {
return this.backingStore.get("securityBlockJailbrokenDevices");
}
/**
- * Gets the securityRequiredAndroidSafetyNetEvaluationType property 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.
+ * Gets the securityRequiredAndroidSafetyNetEvaluationType property 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. The possible values are: basic, hardwareBacked, with default value of basic. The possible values are: basic, hardwareBacked.
* @return a {@link AndroidSafetyNetEvaluationType}
*/
@jakarta.annotation.Nullable
@@ -296,7 +296,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeBooleanValue("storageRequireEncryption", this.getStorageRequireEncryption());
}
/**
- * Sets the advancedThreatProtectionRequiredSecurityLevel property value. 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.
+ * Sets the advancedThreatProtectionRequiredSecurityLevel property value. 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.
* @param value Value to set for the advancedThreatProtectionRequiredSecurityLevel property.
*/
public void setAdvancedThreatProtectionRequiredSecurityLevel(@jakarta.annotation.Nullable final DeviceThreatProtectionLevel value) {
@@ -310,7 +310,7 @@ public void setDeviceThreatProtectionEnabled(@jakarta.annotation.Nullable final
this.backingStore.set("deviceThreatProtectionEnabled", value);
}
/**
- * Sets the deviceThreatProtectionRequiredSecurityLevel property 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.
+ * Sets the deviceThreatProtectionRequiredSecurityLevel property value. 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.
* @param value Value to set for the deviceThreatProtectionRequiredSecurityLevel property.
*/
public void setDeviceThreatProtectionRequiredSecurityLevel(@jakarta.annotation.Nullable final DeviceThreatProtectionLevel value) {
@@ -415,7 +415,7 @@ public void setPasswordRequired(@jakarta.annotation.Nullable final Boolean value
this.backingStore.set("passwordRequired", value);
}
/**
- * Sets the passwordRequiredType property 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.
+ * Sets the passwordRequiredType property value. 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.
* @param value Value to set for the passwordRequiredType property.
*/
public void setPasswordRequiredType(@jakarta.annotation.Nullable final AndroidDeviceOwnerRequiredPasswordType value) {
@@ -436,7 +436,7 @@ public void setSecurityBlockJailbrokenDevices(@jakarta.annotation.Nullable final
this.backingStore.set("securityBlockJailbrokenDevices", value);
}
/**
- * Sets the securityRequiredAndroidSafetyNetEvaluationType property 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.
+ * Sets the securityRequiredAndroidSafetyNetEvaluationType property 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. The possible values are: basic, hardwareBacked, with default value of basic. The possible values are: basic, hardwareBacked.
* @param value Value to set for the securityRequiredAndroidSafetyNetEvaluationType property.
*/
public void setSecurityRequiredAndroidSafetyNetEvaluationType(@jakarta.annotation.Nullable final AndroidSafetyNetEvaluationType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.java
index f8eac4a2a4f..da48e08ebff 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration.java
@@ -29,7 +29,7 @@ public static AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration cre
return new AndroidDeviceOwnerDerivedCredentialAuthenticationConfiguration();
}
/**
- * Gets the certificateAccessType property value. Certificate access type. Possible values are: userApproval, specificApps, unknownFutureValue.
+ * Gets the certificateAccessType property value. Certificate access type. The possible values are: userApproval, specificApps, unknownFutureValue.
* @return a {@link AndroidDeviceOwnerCertificateAccessType}
*/
@jakarta.annotation.Nullable
@@ -76,7 +76,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeCollectionOfObjectValues("silentCertificateAccessDetails", this.getSilentCertificateAccessDetails());
}
/**
- * Sets the certificateAccessType property value. Certificate access type. Possible values are: userApproval, specificApps, unknownFutureValue.
+ * Sets the certificateAccessType property value. Certificate access type. The possible values are: userApproval, specificApps, unknownFutureValue.
* @param value Value to set for the certificateAccessType property.
*/
public void setCertificateAccessType(@jakarta.annotation.Nullable final AndroidDeviceOwnerCertificateAccessType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerEnterpriseWiFiConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerEnterpriseWiFiConfiguration.java
index f57fb482d3c..35761d639d5 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerEnterpriseWiFiConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerEnterpriseWiFiConfiguration.java
@@ -29,7 +29,7 @@ public static AndroidDeviceOwnerEnterpriseWiFiConfiguration createFromDiscrimina
return new AndroidDeviceOwnerEnterpriseWiFiConfiguration();
}
/**
- * Gets the authenticationMethod property value. 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.
+ * Gets the authenticationMethod property value. 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.
* @return a {@link WiFiAuthenticationMethod}
*/
@jakarta.annotation.Nullable
@@ -80,7 +80,7 @@ public AndroidDeviceOwnerCertificateProfileBase getIdentityCertificateForClientA
return this.backingStore.get("identityCertificateForClientAuthentication");
}
/**
- * Gets the innerAuthenticationProtocolForEapTtls property value. 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.
+ * Gets the innerAuthenticationProtocolForEapTtls property value. 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.
* @return a {@link NonEapAuthenticationMethodForEapTtlsType}
*/
@jakarta.annotation.Nullable
@@ -88,7 +88,7 @@ public NonEapAuthenticationMethodForEapTtlsType getInnerAuthenticationProtocolFo
return this.backingStore.get("innerAuthenticationProtocolForEapTtls");
}
/**
- * Gets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. Possible values are: none, microsoftChapVersionTwo.
+ * Gets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. The possible values are: none, microsoftChapVersionTwo.
* @return a {@link NonEapAuthenticationMethodForPeap}
*/
@jakarta.annotation.Nullable
@@ -146,7 +146,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeCollectionOfPrimitiveValues("trustedServerCertificateNames", this.getTrustedServerCertificateNames());
}
/**
- * Sets the authenticationMethod property value. 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.
+ * Sets the authenticationMethod property value. 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.
* @param value Value to set for the authenticationMethod property.
*/
public void setAuthenticationMethod(@jakarta.annotation.Nullable final WiFiAuthenticationMethod value) {
@@ -174,14 +174,14 @@ public void setIdentityCertificateForClientAuthentication(@jakarta.annotation.Nu
this.backingStore.set("identityCertificateForClientAuthentication", value);
}
/**
- * Sets the innerAuthenticationProtocolForEapTtls property value. 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.
+ * Sets the innerAuthenticationProtocolForEapTtls property value. 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.
* @param value Value to set for the innerAuthenticationProtocolForEapTtls property.
*/
public void setInnerAuthenticationProtocolForEapTtls(@jakarta.annotation.Nullable final NonEapAuthenticationMethodForEapTtlsType value) {
this.backingStore.set("innerAuthenticationProtocolForEapTtls", value);
}
/**
- * Sets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. Possible values are: none, microsoftChapVersionTwo.
+ * Sets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. The possible values are: none, microsoftChapVersionTwo.
* @param value Value to set for the innerAuthenticationProtocolForPeap property.
*/
public void setInnerAuthenticationProtocolForPeap(@jakarta.annotation.Nullable final NonEapAuthenticationMethodForPeap value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerGeneralDeviceConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerGeneralDeviceConfiguration.java
index 1abe59008ae..3db23a18b1d 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerGeneralDeviceConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerGeneralDeviceConfiguration.java
@@ -53,7 +53,7 @@ public Boolean getAppsAllowInstallFromUnknownSources() {
return this.backingStore.get("appsAllowInstallFromUnknownSources");
}
/**
- * Gets the appsAutoUpdatePolicy property value. Indicates the value of the app auto update policy. Possible values are: notConfigured, userChoice, never, wiFiOnly, always.
+ * Gets the appsAutoUpdatePolicy property value. Indicates the value of the app auto update policy. The possible values are: notConfigured, userChoice, never, wiFiOnly, always.
* @return a {@link AndroidDeviceOwnerAppAutoUpdatePolicyType}
*/
@jakarta.annotation.Nullable
@@ -61,7 +61,7 @@ public AndroidDeviceOwnerAppAutoUpdatePolicyType getAppsAutoUpdatePolicy() {
return this.backingStore.get("appsAutoUpdatePolicy");
}
/**
- * Gets the appsDefaultPermissionPolicy property 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.
+ * Gets the appsDefaultPermissionPolicy property value. 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.
* @return a {@link AndroidDeviceOwnerDefaultAppPermissionPolicyType}
*/
@jakarta.annotation.Nullable
@@ -133,7 +133,7 @@ public Boolean getCrossProfilePoliciesAllowCopyPaste() {
return this.backingStore.get("crossProfilePoliciesAllowCopyPaste");
}
/**
- * Gets the crossProfilePoliciesAllowDataSharing property 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.
+ * Gets the crossProfilePoliciesAllowDataSharing property value. 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.
* @return a {@link AndroidDeviceOwnerCrossProfileDataSharing}
*/
@jakarta.annotation.Nullable
@@ -173,7 +173,7 @@ public AndroidDeviceOwnerUserFacingMessage getDetailedHelpText() {
return this.backingStore.get("detailedHelpText");
}
/**
- * Gets the deviceLocationMode property value. 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.
+ * Gets the deviceLocationMode property value. 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.
* @return a {@link AndroidDeviceOwnerLocationMode}
*/
@jakarta.annotation.Nullable
@@ -394,7 +394,7 @@ public Boolean getKioskCustomizationPowerButtonActionsBlocked() {
return this.backingStore.get("kioskCustomizationPowerButtonActionsBlocked");
}
/**
- * Gets the kioskCustomizationStatusBar property value. Indicates whether system info and notifications are disabled in Kiosk Mode. Possible values are: notConfigured, notificationsAndSystemInfoEnabled, systemInfoOnly.
+ * Gets the kioskCustomizationStatusBar property value. Indicates whether system info and notifications are disabled in Kiosk Mode. The possible values are: notConfigured, notificationsAndSystemInfoEnabled, systemInfoOnly.
* @return a {@link AndroidDeviceOwnerKioskCustomizationStatusBar}
*/
@jakarta.annotation.Nullable
@@ -410,7 +410,7 @@ public Boolean getKioskCustomizationSystemErrorWarnings() {
return this.backingStore.get("kioskCustomizationSystemErrorWarnings");
}
/**
- * Gets the kioskCustomizationSystemNavigation property value. Indicates which navigation features are enabled in Kiosk Mode. Possible values are: notConfigured, navigationEnabled, homeButtonOnly.
+ * Gets the kioskCustomizationSystemNavigation property value. Indicates which navigation features are enabled in Kiosk Mode. The possible values are: notConfigured, navigationEnabled, homeButtonOnly.
* @return a {@link AndroidDeviceOwnerKioskCustomizationSystemNavigation}
*/
@jakarta.annotation.Nullable
@@ -482,7 +482,7 @@ public Boolean getKioskModeFlashlightConfigurationEnabled() {
return this.backingStore.get("kioskModeFlashlightConfigurationEnabled");
}
/**
- * Gets the kioskModeFolderIcon property value. Folder icon configuration for managed home screen in Kiosk Mode. Possible values are: notConfigured, darkSquare, darkCircle, lightSquare, lightCircle.
+ * Gets the kioskModeFolderIcon property value. Folder icon configuration for managed home screen in Kiosk Mode. The possible values are: notConfigured, darkSquare, darkCircle, lightSquare, lightCircle.
* @return a {@link AndroidDeviceOwnerKioskModeFolderIcon}
*/
@jakarta.annotation.Nullable
@@ -506,7 +506,7 @@ public Integer getKioskModeGridWidth() {
return this.backingStore.get("kioskModeGridWidth");
}
/**
- * Gets the kioskModeIconSize property value. Icon size configuration for managed home screen in Kiosk Mode. Possible values are: notConfigured, smallest, small, regular, large, largest.
+ * Gets the kioskModeIconSize property value. Icon size configuration for managed home screen in Kiosk Mode. The possible values are: notConfigured, smallest, small, regular, large, largest.
* @return a {@link AndroidDeviceOwnerKioskModeIconSize}
*/
@jakarta.annotation.Nullable
@@ -562,7 +562,7 @@ public Integer getKioskModeManagedHomeScreenInactiveSignOutNoticeInSeconds() {
return this.backingStore.get("kioskModeManagedHomeScreenInactiveSignOutNoticeInSeconds");
}
/**
- * Gets the kioskModeManagedHomeScreenPinComplexity property value. Complexity of PIN for sign-in session for Managed Home Screen. Possible values are: notConfigured, simple, complex.
+ * Gets the kioskModeManagedHomeScreenPinComplexity property value. Complexity of PIN for sign-in session for Managed Home Screen. The possible values are: notConfigured, simple, complex.
* @return a {@link KioskModeManagedHomeScreenPinComplexity}
*/
@jakarta.annotation.Nullable
@@ -626,7 +626,7 @@ public Boolean getKioskModeMediaVolumeConfigurationEnabled() {
return this.backingStore.get("kioskModeMediaVolumeConfigurationEnabled");
}
/**
- * Gets the kioskModeScreenOrientation property value. Screen orientation configuration for managed home screen in Kiosk Mode. Possible values are: notConfigured, portrait, landscape, autoRotate.
+ * Gets the kioskModeScreenOrientation property value. Screen orientation configuration for managed home screen in Kiosk Mode. The possible values are: notConfigured, portrait, landscape, autoRotate.
* @return a {@link AndroidDeviceOwnerKioskModeScreenOrientation}
*/
@jakarta.annotation.Nullable
@@ -690,7 +690,7 @@ public Boolean getKioskModeShowDeviceInfo() {
return this.backingStore.get("kioskModeShowDeviceInfo");
}
/**
- * Gets the kioskModeUseManagedHomeScreenApp property value. Whether or not to use single app kiosk mode or multi-app kiosk mode. Possible values are: notConfigured, singleAppMode, multiAppMode.
+ * Gets the kioskModeUseManagedHomeScreenApp property value. Whether or not to use single app kiosk mode or multi-app kiosk mode. The possible values are: notConfigured, singleAppMode, multiAppMode.
* @return a {@link KioskModeType}
*/
@jakarta.annotation.Nullable
@@ -706,7 +706,7 @@ public Boolean getKioskModeVirtualHomeButtonEnabled() {
return this.backingStore.get("kioskModeVirtualHomeButtonEnabled");
}
/**
- * Gets the kioskModeVirtualHomeButtonType property value. Indicates whether the virtual home button is a swipe up home button or a floating home button. Possible values are: notConfigured, swipeUp, floating.
+ * Gets the kioskModeVirtualHomeButtonType property value. Indicates whether the virtual home button is a swipe up home button or a floating home button. The possible values are: notConfigured, swipeUp, floating.
* @return a {@link AndroidDeviceOwnerVirtualHomeButtonType}
*/
@jakarta.annotation.Nullable
@@ -802,7 +802,7 @@ public Boolean getMicrosoftLauncherDockPresenceAllowUserModification() {
return this.backingStore.get("microsoftLauncherDockPresenceAllowUserModification");
}
/**
- * Gets the microsoftLauncherDockPresenceConfiguration property value. Indicates whether or not you want to configure the device dock. Possible values are: notConfigured, show, hide, disabled.
+ * Gets the microsoftLauncherDockPresenceConfiguration property value. Indicates whether or not you want to configure the device dock. The possible values are: notConfigured, show, hide, disabled.
* @return a {@link MicrosoftLauncherDockPresence}
*/
@jakarta.annotation.Nullable
@@ -826,7 +826,7 @@ public Boolean getMicrosoftLauncherFeedEnabled() {
return this.backingStore.get("microsoftLauncherFeedEnabled");
}
/**
- * Gets the microsoftLauncherSearchBarPlacementConfiguration property value. Indicates the search bar placement configuration on the device. Possible values are: notConfigured, top, bottom, hide.
+ * Gets the microsoftLauncherSearchBarPlacementConfiguration property value. Indicates the search bar placement configuration on the device. The possible values are: notConfigured, top, bottom, hide.
* @return a {@link MicrosoftLauncherSearchBarPlacement}
*/
@jakarta.annotation.Nullable
@@ -946,7 +946,7 @@ public Integer getPasswordPreviousPasswordCountToBlock() {
return this.backingStore.get("passwordPreviousPasswordCountToBlock");
}
/**
- * Gets the passwordRequiredType property value. Indicates the minimum password quality required on the device. Possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword.
+ * Gets the passwordRequiredType property value. Indicates the minimum password quality required on the device. The possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword.
* @return a {@link AndroidDeviceOwnerRequiredPasswordType}
*/
@jakarta.annotation.Nullable
@@ -954,7 +954,7 @@ public AndroidDeviceOwnerRequiredPasswordType getPasswordRequiredType() {
return this.backingStore.get("passwordRequiredType");
}
/**
- * Gets the passwordRequireUnlock property value. Indicates the timeout period after which a device must be unlocked using a form of strong authentication. Possible values are: deviceDefault, daily, unkownFutureValue.
+ * Gets the passwordRequireUnlock property value. Indicates the timeout period after which a device must be unlocked using a form of strong authentication. The possible values are: deviceDefault, daily, unkownFutureValue.
* @return a {@link AndroidDeviceOwnerRequiredPasswordUnlock}
*/
@jakarta.annotation.Nullable
@@ -994,7 +994,7 @@ public java.util.List getPersonalProfilePersonalApplications() {
return this.backingStore.get("personalProfilePersonalApplications");
}
/**
- * Gets the personalProfilePlayStoreMode property value. Used together with PersonalProfilePersonalApplications to control how apps in the personal profile are allowed or blocked. Possible values are: notConfigured, blockedApps, allowedApps.
+ * Gets the personalProfilePlayStoreMode property value. Used together with PersonalProfilePersonalApplications to control how apps in the personal profile are allowed or blocked. The possible values are: notConfigured, blockedApps, allowedApps.
* @return a {@link PersonalProfilePersonalPlayStoreMode}
*/
@jakarta.annotation.Nullable
@@ -1010,7 +1010,7 @@ public Boolean getPersonalProfileScreenCaptureBlocked() {
return this.backingStore.get("personalProfileScreenCaptureBlocked");
}
/**
- * Gets the playStoreMode property value. Indicates the Play Store mode of the device. Possible values are: notConfigured, allowList, blockList.
+ * Gets the playStoreMode property value. Indicates the Play Store mode of the device. The possible values are: notConfigured, allowList, blockList.
* @return a {@link AndroidDeviceOwnerPlayStoreMode}
*/
@jakarta.annotation.Nullable
@@ -1114,7 +1114,7 @@ public java.util.List getSystemUpdat
return this.backingStore.get("systemUpdateFreezePeriods");
}
/**
- * Gets the systemUpdateInstallType property value. The type of system update configuration. Possible values are: deviceDefault, postpone, windowed, automatic.
+ * Gets the systemUpdateInstallType property value. The type of system update configuration. The possible values are: deviceDefault, postpone, windowed, automatic.
* @return a {@link AndroidDeviceOwnerSystemUpdateInstallType}
*/
@jakarta.annotation.Nullable
@@ -1274,7 +1274,7 @@ public Integer getWorkProfilePasswordPreviousPasswordCountToBlock() {
return this.backingStore.get("workProfilePasswordPreviousPasswordCountToBlock");
}
/**
- * Gets the workProfilePasswordRequiredType property value. Indicates the minimum password quality required on the work profile password. Possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword.
+ * Gets the workProfilePasswordRequiredType property value. Indicates the minimum password quality required on the work profile password. The possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword.
* @return a {@link AndroidDeviceOwnerRequiredPasswordType}
*/
@jakarta.annotation.Nullable
@@ -1282,7 +1282,7 @@ public AndroidDeviceOwnerRequiredPasswordType getWorkProfilePasswordRequiredType
return this.backingStore.get("workProfilePasswordRequiredType");
}
/**
- * Gets the workProfilePasswordRequireUnlock property 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.
+ * Gets the workProfilePasswordRequireUnlock property value. 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.
* @return a {@link AndroidDeviceOwnerRequiredPasswordUnlock}
*/
@jakarta.annotation.Nullable
@@ -1467,14 +1467,14 @@ public void setAppsAllowInstallFromUnknownSources(@jakarta.annotation.Nullable f
this.backingStore.set("appsAllowInstallFromUnknownSources", value);
}
/**
- * Sets the appsAutoUpdatePolicy property value. Indicates the value of the app auto update policy. Possible values are: notConfigured, userChoice, never, wiFiOnly, always.
+ * Sets the appsAutoUpdatePolicy property value. Indicates the value of the app auto update policy. The possible values are: notConfigured, userChoice, never, wiFiOnly, always.
* @param value Value to set for the appsAutoUpdatePolicy property.
*/
public void setAppsAutoUpdatePolicy(@jakarta.annotation.Nullable final AndroidDeviceOwnerAppAutoUpdatePolicyType value) {
this.backingStore.set("appsAutoUpdatePolicy", value);
}
/**
- * Sets the appsDefaultPermissionPolicy property 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.
+ * Sets the appsDefaultPermissionPolicy property value. 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.
* @param value Value to set for the appsDefaultPermissionPolicy property.
*/
public void setAppsDefaultPermissionPolicy(@jakarta.annotation.Nullable final AndroidDeviceOwnerDefaultAppPermissionPolicyType value) {
@@ -1537,7 +1537,7 @@ public void setCrossProfilePoliciesAllowCopyPaste(@jakarta.annotation.Nullable f
this.backingStore.set("crossProfilePoliciesAllowCopyPaste", value);
}
/**
- * Sets the crossProfilePoliciesAllowDataSharing property 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.
+ * Sets the crossProfilePoliciesAllowDataSharing property value. 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.
* @param value Value to set for the crossProfilePoliciesAllowDataSharing property.
*/
public void setCrossProfilePoliciesAllowDataSharing(@jakarta.annotation.Nullable final AndroidDeviceOwnerCrossProfileDataSharing value) {
@@ -1572,7 +1572,7 @@ public void setDetailedHelpText(@jakarta.annotation.Nullable final AndroidDevice
this.backingStore.set("detailedHelpText", value);
}
/**
- * Sets the deviceLocationMode property value. 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.
+ * Sets the deviceLocationMode property value. 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.
* @param value Value to set for the deviceLocationMode property.
*/
public void setDeviceLocationMode(@jakarta.annotation.Nullable final AndroidDeviceOwnerLocationMode value) {
@@ -1635,7 +1635,7 @@ public void setKioskCustomizationPowerButtonActionsBlocked(@jakarta.annotation.N
this.backingStore.set("kioskCustomizationPowerButtonActionsBlocked", value);
}
/**
- * Sets the kioskCustomizationStatusBar property value. Indicates whether system info and notifications are disabled in Kiosk Mode. Possible values are: notConfigured, notificationsAndSystemInfoEnabled, systemInfoOnly.
+ * Sets the kioskCustomizationStatusBar property value. Indicates whether system info and notifications are disabled in Kiosk Mode. The possible values are: notConfigured, notificationsAndSystemInfoEnabled, systemInfoOnly.
* @param value Value to set for the kioskCustomizationStatusBar property.
*/
public void setKioskCustomizationStatusBar(@jakarta.annotation.Nullable final AndroidDeviceOwnerKioskCustomizationStatusBar value) {
@@ -1649,7 +1649,7 @@ public void setKioskCustomizationSystemErrorWarnings(@jakarta.annotation.Nullabl
this.backingStore.set("kioskCustomizationSystemErrorWarnings", value);
}
/**
- * Sets the kioskCustomizationSystemNavigation property value. Indicates which navigation features are enabled in Kiosk Mode. Possible values are: notConfigured, navigationEnabled, homeButtonOnly.
+ * Sets the kioskCustomizationSystemNavigation property value. Indicates which navigation features are enabled in Kiosk Mode. The possible values are: notConfigured, navigationEnabled, homeButtonOnly.
* @param value Value to set for the kioskCustomizationSystemNavigation property.
*/
public void setKioskCustomizationSystemNavigation(@jakarta.annotation.Nullable final AndroidDeviceOwnerKioskCustomizationSystemNavigation value) {
@@ -1712,7 +1712,7 @@ public void setKioskModeFlashlightConfigurationEnabled(@jakarta.annotation.Nulla
this.backingStore.set("kioskModeFlashlightConfigurationEnabled", value);
}
/**
- * Sets the kioskModeFolderIcon property value. Folder icon configuration for managed home screen in Kiosk Mode. Possible values are: notConfigured, darkSquare, darkCircle, lightSquare, lightCircle.
+ * Sets the kioskModeFolderIcon property value. Folder icon configuration for managed home screen in Kiosk Mode. The possible values are: notConfigured, darkSquare, darkCircle, lightSquare, lightCircle.
* @param value Value to set for the kioskModeFolderIcon property.
*/
public void setKioskModeFolderIcon(@jakarta.annotation.Nullable final AndroidDeviceOwnerKioskModeFolderIcon value) {
@@ -1733,7 +1733,7 @@ public void setKioskModeGridWidth(@jakarta.annotation.Nullable final Integer val
this.backingStore.set("kioskModeGridWidth", value);
}
/**
- * Sets the kioskModeIconSize property value. Icon size configuration for managed home screen in Kiosk Mode. Possible values are: notConfigured, smallest, small, regular, large, largest.
+ * Sets the kioskModeIconSize property value. Icon size configuration for managed home screen in Kiosk Mode. The possible values are: notConfigured, smallest, small, regular, large, largest.
* @param value Value to set for the kioskModeIconSize property.
*/
public void setKioskModeIconSize(@jakarta.annotation.Nullable final AndroidDeviceOwnerKioskModeIconSize value) {
@@ -1782,7 +1782,7 @@ public void setKioskModeManagedHomeScreenInactiveSignOutNoticeInSeconds(@jakarta
this.backingStore.set("kioskModeManagedHomeScreenInactiveSignOutNoticeInSeconds", value);
}
/**
- * Sets the kioskModeManagedHomeScreenPinComplexity property value. Complexity of PIN for sign-in session for Managed Home Screen. Possible values are: notConfigured, simple, complex.
+ * Sets the kioskModeManagedHomeScreenPinComplexity property value. Complexity of PIN for sign-in session for Managed Home Screen. The possible values are: notConfigured, simple, complex.
* @param value Value to set for the kioskModeManagedHomeScreenPinComplexity property.
*/
public void setKioskModeManagedHomeScreenPinComplexity(@jakarta.annotation.Nullable final KioskModeManagedHomeScreenPinComplexity value) {
@@ -1838,7 +1838,7 @@ public void setKioskModeMediaVolumeConfigurationEnabled(@jakarta.annotation.Null
this.backingStore.set("kioskModeMediaVolumeConfigurationEnabled", value);
}
/**
- * Sets the kioskModeScreenOrientation property value. Screen orientation configuration for managed home screen in Kiosk Mode. Possible values are: notConfigured, portrait, landscape, autoRotate.
+ * Sets the kioskModeScreenOrientation property value. Screen orientation configuration for managed home screen in Kiosk Mode. The possible values are: notConfigured, portrait, landscape, autoRotate.
* @param value Value to set for the kioskModeScreenOrientation property.
*/
public void setKioskModeScreenOrientation(@jakarta.annotation.Nullable final AndroidDeviceOwnerKioskModeScreenOrientation value) {
@@ -1894,7 +1894,7 @@ public void setKioskModeShowDeviceInfo(@jakarta.annotation.Nullable final Boolea
this.backingStore.set("kioskModeShowDeviceInfo", value);
}
/**
- * Sets the kioskModeUseManagedHomeScreenApp property value. Whether or not to use single app kiosk mode or multi-app kiosk mode. Possible values are: notConfigured, singleAppMode, multiAppMode.
+ * Sets the kioskModeUseManagedHomeScreenApp property value. Whether or not to use single app kiosk mode or multi-app kiosk mode. The possible values are: notConfigured, singleAppMode, multiAppMode.
* @param value Value to set for the kioskModeUseManagedHomeScreenApp property.
*/
public void setKioskModeUseManagedHomeScreenApp(@jakarta.annotation.Nullable final KioskModeType value) {
@@ -1908,7 +1908,7 @@ public void setKioskModeVirtualHomeButtonEnabled(@jakarta.annotation.Nullable fi
this.backingStore.set("kioskModeVirtualHomeButtonEnabled", value);
}
/**
- * Sets the kioskModeVirtualHomeButtonType property value. Indicates whether the virtual home button is a swipe up home button or a floating home button. Possible values are: notConfigured, swipeUp, floating.
+ * Sets the kioskModeVirtualHomeButtonType property value. Indicates whether the virtual home button is a swipe up home button or a floating home button. The possible values are: notConfigured, swipeUp, floating.
* @param value Value to set for the kioskModeVirtualHomeButtonType property.
*/
public void setKioskModeVirtualHomeButtonType(@jakarta.annotation.Nullable final AndroidDeviceOwnerVirtualHomeButtonType value) {
@@ -1992,7 +1992,7 @@ public void setMicrosoftLauncherDockPresenceAllowUserModification(@jakarta.annot
this.backingStore.set("microsoftLauncherDockPresenceAllowUserModification", value);
}
/**
- * Sets the microsoftLauncherDockPresenceConfiguration property value. Indicates whether or not you want to configure the device dock. Possible values are: notConfigured, show, hide, disabled.
+ * Sets the microsoftLauncherDockPresenceConfiguration property value. Indicates whether or not you want to configure the device dock. The possible values are: notConfigured, show, hide, disabled.
* @param value Value to set for the microsoftLauncherDockPresenceConfiguration property.
*/
public void setMicrosoftLauncherDockPresenceConfiguration(@jakarta.annotation.Nullable final MicrosoftLauncherDockPresence value) {
@@ -2013,7 +2013,7 @@ public void setMicrosoftLauncherFeedEnabled(@jakarta.annotation.Nullable final B
this.backingStore.set("microsoftLauncherFeedEnabled", value);
}
/**
- * Sets the microsoftLauncherSearchBarPlacementConfiguration property value. Indicates the search bar placement configuration on the device. Possible values are: notConfigured, top, bottom, hide.
+ * Sets the microsoftLauncherSearchBarPlacementConfiguration property value. Indicates the search bar placement configuration on the device. The possible values are: notConfigured, top, bottom, hide.
* @param value Value to set for the microsoftLauncherSearchBarPlacementConfiguration property.
*/
public void setMicrosoftLauncherSearchBarPlacementConfiguration(@jakarta.annotation.Nullable final MicrosoftLauncherSearchBarPlacement value) {
@@ -2118,14 +2118,14 @@ public void setPasswordPreviousPasswordCountToBlock(@jakarta.annotation.Nullable
this.backingStore.set("passwordPreviousPasswordCountToBlock", value);
}
/**
- * Sets the passwordRequiredType property value. Indicates the minimum password quality required on the device. Possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword.
+ * Sets the passwordRequiredType property value. Indicates the minimum password quality required on the device. The possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword.
* @param value Value to set for the passwordRequiredType property.
*/
public void setPasswordRequiredType(@jakarta.annotation.Nullable final AndroidDeviceOwnerRequiredPasswordType value) {
this.backingStore.set("passwordRequiredType", value);
}
/**
- * Sets the passwordRequireUnlock property value. Indicates the timeout period after which a device must be unlocked using a form of strong authentication. Possible values are: deviceDefault, daily, unkownFutureValue.
+ * Sets the passwordRequireUnlock property value. Indicates the timeout period after which a device must be unlocked using a form of strong authentication. The possible values are: deviceDefault, daily, unkownFutureValue.
* @param value Value to set for the passwordRequireUnlock property.
*/
public void setPasswordRequireUnlock(@jakarta.annotation.Nullable final AndroidDeviceOwnerRequiredPasswordUnlock value) {
@@ -2160,7 +2160,7 @@ public void setPersonalProfilePersonalApplications(@jakarta.annotation.Nullable
this.backingStore.set("personalProfilePersonalApplications", value);
}
/**
- * Sets the personalProfilePlayStoreMode property value. Used together with PersonalProfilePersonalApplications to control how apps in the personal profile are allowed or blocked. Possible values are: notConfigured, blockedApps, allowedApps.
+ * Sets the personalProfilePlayStoreMode property value. Used together with PersonalProfilePersonalApplications to control how apps in the personal profile are allowed or blocked. The possible values are: notConfigured, blockedApps, allowedApps.
* @param value Value to set for the personalProfilePlayStoreMode property.
*/
public void setPersonalProfilePlayStoreMode(@jakarta.annotation.Nullable final PersonalProfilePersonalPlayStoreMode value) {
@@ -2174,7 +2174,7 @@ public void setPersonalProfileScreenCaptureBlocked(@jakarta.annotation.Nullable
this.backingStore.set("personalProfileScreenCaptureBlocked", value);
}
/**
- * Sets the playStoreMode property value. Indicates the Play Store mode of the device. Possible values are: notConfigured, allowList, blockList.
+ * Sets the playStoreMode property value. Indicates the Play Store mode of the device. The possible values are: notConfigured, allowList, blockList.
* @param value Value to set for the playStoreMode property.
*/
public void setPlayStoreMode(@jakarta.annotation.Nullable final AndroidDeviceOwnerPlayStoreMode value) {
@@ -2265,7 +2265,7 @@ public void setSystemUpdateFreezePeriods(@jakarta.annotation.Nullable final java
this.backingStore.set("systemUpdateFreezePeriods", value);
}
/**
- * Sets the systemUpdateInstallType property value. The type of system update configuration. Possible values are: deviceDefault, postpone, windowed, automatic.
+ * Sets the systemUpdateInstallType property value. The type of system update configuration. The possible values are: deviceDefault, postpone, windowed, automatic.
* @param value Value to set for the systemUpdateInstallType property.
*/
public void setSystemUpdateInstallType(@jakarta.annotation.Nullable final AndroidDeviceOwnerSystemUpdateInstallType value) {
@@ -2405,14 +2405,14 @@ public void setWorkProfilePasswordPreviousPasswordCountToBlock(@jakarta.annotati
this.backingStore.set("workProfilePasswordPreviousPasswordCountToBlock", value);
}
/**
- * Sets the workProfilePasswordRequiredType property value. Indicates the minimum password quality required on the work profile password. Possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword.
+ * Sets the workProfilePasswordRequiredType property value. Indicates the minimum password quality required on the work profile password. The possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword.
* @param value Value to set for the workProfilePasswordRequiredType property.
*/
public void setWorkProfilePasswordRequiredType(@jakarta.annotation.Nullable final AndroidDeviceOwnerRequiredPasswordType value) {
this.backingStore.set("workProfilePasswordRequiredType", value);
}
/**
- * Sets the workProfilePasswordRequireUnlock property 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.
+ * Sets the workProfilePasswordRequireUnlock property value. 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.
* @param value Value to set for the workProfilePasswordRequireUnlock property.
*/
public void setWorkProfilePasswordRequireUnlock(@jakarta.annotation.Nullable final AndroidDeviceOwnerRequiredPasswordUnlock value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerImportedPFXCertificateProfile.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerImportedPFXCertificateProfile.java
index 7b3115b4be8..7ac4f63eeae 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerImportedPFXCertificateProfile.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerImportedPFXCertificateProfile.java
@@ -29,7 +29,7 @@ public static AndroidDeviceOwnerImportedPFXCertificateProfile createFromDiscrimi
return new AndroidDeviceOwnerImportedPFXCertificateProfile();
}
/**
- * Gets the certificateAccessType property value. Certificate access type. Possible values are: userApproval, specificApps, unknownFutureValue.
+ * Gets the certificateAccessType property value. Certificate access type. The possible values are: userApproval, specificApps, unknownFutureValue.
* @return a {@link AndroidDeviceOwnerCertificateAccessType}
*/
@jakarta.annotation.Nullable
@@ -86,7 +86,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeCollectionOfObjectValues("silentCertificateAccessDetails", this.getSilentCertificateAccessDetails());
}
/**
- * Sets the certificateAccessType property value. Certificate access type. Possible values are: userApproval, specificApps, unknownFutureValue.
+ * Sets the certificateAccessType property value. Certificate access type. The possible values are: userApproval, specificApps, unknownFutureValue.
* @param value Value to set for the certificateAccessType property.
*/
public void setCertificateAccessType(@jakarta.annotation.Nullable final AndroidDeviceOwnerCertificateAccessType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerPkcsCertificateProfile.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerPkcsCertificateProfile.java
index 3a33513ea16..180dbb97894 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerPkcsCertificateProfile.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerPkcsCertificateProfile.java
@@ -29,7 +29,7 @@ public static AndroidDeviceOwnerPkcsCertificateProfile createFromDiscriminatorVa
return new AndroidDeviceOwnerPkcsCertificateProfile();
}
/**
- * Gets the certificateAccessType property value. Certificate access type. Possible values are: userApproval, specificApps, unknownFutureValue.
+ * Gets the certificateAccessType property value. Certificate access type. The possible values are: userApproval, specificApps, unknownFutureValue.
* @return a {@link AndroidDeviceOwnerCertificateAccessType}
*/
@jakarta.annotation.Nullable
@@ -156,7 +156,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeStringValue("subjectNameFormatString", this.getSubjectNameFormatString());
}
/**
- * Sets the certificateAccessType property value. Certificate access type. Possible values are: userApproval, specificApps, unknownFutureValue.
+ * Sets the certificateAccessType property value. Certificate access type. The possible values are: userApproval, specificApps, unknownFutureValue.
* @param value Value to set for the certificateAccessType property.
*/
public void setCertificateAccessType(@jakarta.annotation.Nullable final AndroidDeviceOwnerCertificateAccessType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerScepCertificateProfile.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerScepCertificateProfile.java
index 2f7a8a40203..910762c2790 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerScepCertificateProfile.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerScepCertificateProfile.java
@@ -30,7 +30,7 @@ public static AndroidDeviceOwnerScepCertificateProfile createFromDiscriminatorVa
return new AndroidDeviceOwnerScepCertificateProfile();
}
/**
- * Gets the certificateAccessType property value. Certificate access type. Possible values are: userApproval, specificApps, unknownFutureValue.
+ * Gets the certificateAccessType property value. Certificate access type. The possible values are: userApproval, specificApps, unknownFutureValue.
* @return a {@link AndroidDeviceOwnerCertificateAccessType}
*/
@jakarta.annotation.Nullable
@@ -38,7 +38,7 @@ public AndroidDeviceOwnerCertificateAccessType getCertificateAccessType() {
return this.backingStore.get("certificateAccessType");
}
/**
- * Gets the certificateStore property value. Target store certificate. Possible values are: user, machine.
+ * Gets the certificateStore property value. Target store certificate. The possible values are: user, machine.
* @return a {@link CertificateStore}
*/
@jakarta.annotation.Nullable
@@ -157,14 +157,14 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeStringValue("subjectNameFormatString", this.getSubjectNameFormatString());
}
/**
- * Sets the certificateAccessType property value. Certificate access type. Possible values are: userApproval, specificApps, unknownFutureValue.
+ * Sets the certificateAccessType property value. Certificate access type. The possible values are: userApproval, specificApps, unknownFutureValue.
* @param value Value to set for the certificateAccessType property.
*/
public void setCertificateAccessType(@jakarta.annotation.Nullable final AndroidDeviceOwnerCertificateAccessType value) {
this.backingStore.set("certificateAccessType", value);
}
/**
- * Sets the certificateStore property value. Target store certificate. Possible values are: user, machine.
+ * Sets the certificateStore property value. Target store certificate. The possible values are: user, machine.
* @param value Value to set for the certificateStore property.
*/
public void setCertificateStore(@jakarta.annotation.Nullable final CertificateStore value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerWiFiConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerWiFiConfiguration.java
index 7b68db7812e..c5a7b8159e4 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerWiFiConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidDeviceOwnerWiFiConfiguration.java
@@ -74,7 +74,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the macAddressRandomizationMode property 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.
+ * Gets the macAddressRandomizationMode property value. 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.
* @return a {@link MacAddressRandomizationMode}
*/
@jakarta.annotation.Nullable
@@ -197,7 +197,7 @@ public void setConnectWhenNetworkNameIsHidden(@jakarta.annotation.Nullable final
this.backingStore.set("connectWhenNetworkNameIsHidden", value);
}
/**
- * Sets the macAddressRandomizationMode property 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.
+ * Sets the macAddressRandomizationMode property value. 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.
* @param value Value to set for the macAddressRandomizationMode property.
*/
public void setMacAddressRandomizationMode(@jakarta.annotation.Nullable final MacAddressRandomizationMode value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidEasEmailProfileConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidEasEmailProfileConfiguration.java
index c76c8216983..104107dffd0 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidEasEmailProfileConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidEasEmailProfileConfiguration.java
@@ -175,7 +175,7 @@ public Boolean getSyncTasks() {
return this.backingStore.get("syncTasks");
}
/**
- * Gets the userDomainNameSource property value. UserDomainname attribute that is picked from AAD and injected into this profile before installing on the device. Possible values are: fullDomainName, netBiosDomainName.
+ * Gets the userDomainNameSource property value. UserDomainname attribute that is picked from AAD and injected into this profile before installing on the device. The possible values are: fullDomainName, netBiosDomainName.
* @return a {@link DomainNameSource}
*/
@jakarta.annotation.Nullable
@@ -321,7 +321,7 @@ public void setSyncTasks(@jakarta.annotation.Nullable final Boolean value) {
this.backingStore.set("syncTasks", value);
}
/**
- * Sets the userDomainNameSource property value. UserDomainname attribute that is picked from AAD and injected into this profile before installing on the device. Possible values are: fullDomainName, netBiosDomainName.
+ * Sets the userDomainNameSource property value. UserDomainname attribute that is picked from AAD and injected into this profile before installing on the device. The possible values are: fullDomainName, netBiosDomainName.
* @param value Value to set for the userDomainNameSource property.
*/
public void setUserDomainNameSource(@jakarta.annotation.Nullable final DomainNameSource value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidEnterpriseWiFiConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidEnterpriseWiFiConfiguration.java
index 29c076aafb9..6e2fd417790 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidEnterpriseWiFiConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidEnterpriseWiFiConfiguration.java
@@ -29,7 +29,7 @@ public static AndroidEnterpriseWiFiConfiguration createFromDiscriminatorValue(@j
return new AndroidEnterpriseWiFiConfiguration();
}
/**
- * Gets the authenticationMethod property value. 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.
+ * Gets the authenticationMethod property value. 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.
* @return a {@link WiFiAuthenticationMethod}
*/
@jakarta.annotation.Nullable
@@ -73,7 +73,7 @@ public AndroidCertificateProfileBase getIdentityCertificateForClientAuthenticati
return this.backingStore.get("identityCertificateForClientAuthentication");
}
/**
- * Gets the innerAuthenticationProtocolForEapTtls property value. 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.
+ * Gets the innerAuthenticationProtocolForEapTtls property value. 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.
* @return a {@link NonEapAuthenticationMethodForEapTtlsType}
*/
@jakarta.annotation.Nullable
@@ -81,7 +81,7 @@ public NonEapAuthenticationMethodForEapTtlsType getInnerAuthenticationProtocolFo
return this.backingStore.get("innerAuthenticationProtocolForEapTtls");
}
/**
- * Gets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. Possible values are: none, microsoftChapVersionTwo.
+ * Gets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. The possible values are: none, microsoftChapVersionTwo.
* @return a {@link NonEapAuthenticationMethodForPeap}
*/
@jakarta.annotation.Nullable
@@ -156,7 +156,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeStringValue("usernameFormatString", this.getUsernameFormatString());
}
/**
- * Sets the authenticationMethod property value. 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.
+ * Sets the authenticationMethod property value. 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.
* @param value Value to set for the authenticationMethod property.
*/
public void setAuthenticationMethod(@jakarta.annotation.Nullable final WiFiAuthenticationMethod value) {
@@ -177,14 +177,14 @@ public void setIdentityCertificateForClientAuthentication(@jakarta.annotation.Nu
this.backingStore.set("identityCertificateForClientAuthentication", value);
}
/**
- * Sets the innerAuthenticationProtocolForEapTtls property value. 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.
+ * Sets the innerAuthenticationProtocolForEapTtls property value. 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.
* @param value Value to set for the innerAuthenticationProtocolForEapTtls property.
*/
public void setInnerAuthenticationProtocolForEapTtls(@jakarta.annotation.Nullable final NonEapAuthenticationMethodForEapTtlsType value) {
this.backingStore.set("innerAuthenticationProtocolForEapTtls", value);
}
/**
- * Sets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. Possible values are: none, microsoftChapVersionTwo.
+ * Sets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. The possible values are: none, microsoftChapVersionTwo.
* @param value Value to set for the innerAuthenticationProtocolForPeap property.
*/
public void setInnerAuthenticationProtocolForPeap(@jakarta.annotation.Nullable final NonEapAuthenticationMethodForPeap value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidForWorkCertificateProfileBase.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidForWorkCertificateProfileBase.java
index 6b6480438b3..3522a53b05e 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidForWorkCertificateProfileBase.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidForWorkCertificateProfileBase.java
@@ -94,7 +94,7 @@ public AndroidForWorkTrustedRootCertificate getRootCertificate() {
return this.backingStore.get("rootCertificate");
}
/**
- * Gets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. Possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier.
+ * Gets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. The possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier.
* @return a {@link EnumSet}
*/
@jakarta.annotation.Nullable
@@ -160,7 +160,7 @@ public void setRootCertificate(@jakarta.annotation.Nullable final AndroidForWork
this.backingStore.set("rootCertificate", value);
}
/**
- * Sets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. Possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier.
+ * Sets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. The possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier.
* @param value Value to set for the subjectAlternativeNameType property.
*/
public void setSubjectAlternativeNameType(@jakarta.annotation.Nullable final EnumSet value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidForWorkEnterpriseWiFiConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidForWorkEnterpriseWiFiConfiguration.java
index d267452641a..6cd1ea7ed75 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidForWorkEnterpriseWiFiConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidForWorkEnterpriseWiFiConfiguration.java
@@ -29,7 +29,7 @@ public static AndroidForWorkEnterpriseWiFiConfiguration createFromDiscriminatorV
return new AndroidForWorkEnterpriseWiFiConfiguration();
}
/**
- * Gets the authenticationMethod property value. 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.
+ * Gets the authenticationMethod property value. 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.
* @return a {@link WiFiAuthenticationMethod}
*/
@jakarta.annotation.Nullable
@@ -70,7 +70,7 @@ public AndroidForWorkCertificateProfileBase getIdentityCertificateForClientAuthe
return this.backingStore.get("identityCertificateForClientAuthentication");
}
/**
- * Gets the innerAuthenticationProtocolForEapTtls property value. 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.
+ * Gets the innerAuthenticationProtocolForEapTtls property value. 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.
* @return a {@link NonEapAuthenticationMethodForEapTtlsType}
*/
@jakarta.annotation.Nullable
@@ -78,7 +78,7 @@ public NonEapAuthenticationMethodForEapTtlsType getInnerAuthenticationProtocolFo
return this.backingStore.get("innerAuthenticationProtocolForEapTtls");
}
/**
- * Gets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. Possible values are: none, microsoftChapVersionTwo.
+ * Gets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. The possible values are: none, microsoftChapVersionTwo.
* @return a {@link NonEapAuthenticationMethodForPeap}
*/
@jakarta.annotation.Nullable
@@ -126,7 +126,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeCollectionOfPrimitiveValues("trustedServerCertificateNames", this.getTrustedServerCertificateNames());
}
/**
- * Sets the authenticationMethod property value. 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.
+ * Sets the authenticationMethod property value. 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.
* @param value Value to set for the authenticationMethod property.
*/
public void setAuthenticationMethod(@jakarta.annotation.Nullable final WiFiAuthenticationMethod value) {
@@ -147,14 +147,14 @@ public void setIdentityCertificateForClientAuthentication(@jakarta.annotation.Nu
this.backingStore.set("identityCertificateForClientAuthentication", value);
}
/**
- * Sets the innerAuthenticationProtocolForEapTtls property value. 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.
+ * Sets the innerAuthenticationProtocolForEapTtls property value. 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.
* @param value Value to set for the innerAuthenticationProtocolForEapTtls property.
*/
public void setInnerAuthenticationProtocolForEapTtls(@jakarta.annotation.Nullable final NonEapAuthenticationMethodForEapTtlsType value) {
this.backingStore.set("innerAuthenticationProtocolForEapTtls", value);
}
/**
- * Sets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. Possible values are: none, microsoftChapVersionTwo.
+ * Sets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. The possible values are: none, microsoftChapVersionTwo.
* @param value Value to set for the innerAuthenticationProtocolForPeap property.
*/
public void setInnerAuthenticationProtocolForPeap(@jakarta.annotation.Nullable final NonEapAuthenticationMethodForPeap value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidForWorkScepCertificateProfile.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidForWorkScepCertificateProfile.java
index 10001f6b493..cf4e3df7149 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidForWorkScepCertificateProfile.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidForWorkScepCertificateProfile.java
@@ -30,7 +30,7 @@ public static AndroidForWorkScepCertificateProfile createFromDiscriminatorValue(
return new AndroidForWorkScepCertificateProfile();
}
/**
- * Gets the certificateStore property value. Target store certificate. Possible values are: user, machine.
+ * Gets the certificateStore property value. Target store certificate. The possible values are: user, machine.
* @return a {@link CertificateStore}
*/
@jakarta.annotation.Nullable
@@ -137,7 +137,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeStringValue("subjectNameFormatString", this.getSubjectNameFormatString());
}
/**
- * Sets the certificateStore property value. Target store certificate. Possible values are: user, machine.
+ * Sets the certificateStore property value. Target store certificate. The possible values are: user, machine.
* @param value Value to set for the certificateStore property.
*/
public void setCertificateStore(@jakarta.annotation.Nullable final CertificateStore value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidManagedAppProtection.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidManagedAppProtection.java
index cc2ca23856e..597b75a7336 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidManagedAppProtection.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidManagedAppProtection.java
@@ -45,7 +45,7 @@ public java.util.List getAllowedAndroidDeviceModels() {
return this.backingStore.get("allowedAndroidDeviceModels");
}
/**
- * Gets the appActionIfAccountIsClockedOut property 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.
+ * Gets the appActionIfAccountIsClockedOut property value. 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.
* @return a {@link ManagedAppRemediationAction}
*/
@jakarta.annotation.Nullable
@@ -93,7 +93,7 @@ public ManagedAppRemediationAction getAppActionIfDeviceLockNotSet() {
return this.backingStore.get("appActionIfDeviceLockNotSet");
}
/**
- * Gets the appActionIfDevicePasscodeComplexityLessThanHigh property 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.
+ * Gets the appActionIfDevicePasscodeComplexityLessThanHigh property value. 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.
* @return a {@link ManagedAppRemediationAction}
*/
@jakarta.annotation.Nullable
@@ -101,7 +101,7 @@ public ManagedAppRemediationAction getAppActionIfDevicePasscodeComplexityLessTha
return this.backingStore.get("appActionIfDevicePasscodeComplexityLessThanHigh");
}
/**
- * Gets the appActionIfDevicePasscodeComplexityLessThanLow property 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.
+ * Gets the appActionIfDevicePasscodeComplexityLessThanLow property value. 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.
* @return a {@link ManagedAppRemediationAction}
*/
@jakarta.annotation.Nullable
@@ -109,7 +109,7 @@ public ManagedAppRemediationAction getAppActionIfDevicePasscodeComplexityLessTha
return this.backingStore.get("appActionIfDevicePasscodeComplexityLessThanLow");
}
/**
- * Gets the appActionIfDevicePasscodeComplexityLessThanMedium property 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.
+ * Gets the appActionIfDevicePasscodeComplexityLessThanMedium property value. 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.
* @return a {@link ManagedAppRemediationAction}
*/
@jakarta.annotation.Nullable
@@ -117,7 +117,7 @@ public ManagedAppRemediationAction getAppActionIfDevicePasscodeComplexityLessTha
return this.backingStore.get("appActionIfDevicePasscodeComplexityLessThanMedium");
}
/**
- * Gets the appActionIfSamsungKnoxAttestationRequired property 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.
+ * Gets the appActionIfSamsungKnoxAttestationRequired property 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. The possible values are: block, wipe, warn, blockWhenSettingIsSupported.
* @return a {@link ManagedAppRemediationAction}
*/
@jakarta.annotation.Nullable
@@ -510,7 +510,7 @@ public void setAllowedAndroidDeviceModels(@jakarta.annotation.Nullable final jav
this.backingStore.set("allowedAndroidDeviceModels", value);
}
/**
- * Sets the appActionIfAccountIsClockedOut property 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.
+ * Sets the appActionIfAccountIsClockedOut property value. 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.
* @param value Value to set for the appActionIfAccountIsClockedOut property.
*/
public void setAppActionIfAccountIsClockedOut(@jakarta.annotation.Nullable final ManagedAppRemediationAction value) {
@@ -552,28 +552,28 @@ public void setAppActionIfDeviceLockNotSet(@jakarta.annotation.Nullable final Ma
this.backingStore.set("appActionIfDeviceLockNotSet", value);
}
/**
- * Sets the appActionIfDevicePasscodeComplexityLessThanHigh property 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.
+ * Sets the appActionIfDevicePasscodeComplexityLessThanHigh property value. 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.
* @param value Value to set for the appActionIfDevicePasscodeComplexityLessThanHigh property.
*/
public void setAppActionIfDevicePasscodeComplexityLessThanHigh(@jakarta.annotation.Nullable final ManagedAppRemediationAction value) {
this.backingStore.set("appActionIfDevicePasscodeComplexityLessThanHigh", value);
}
/**
- * Sets the appActionIfDevicePasscodeComplexityLessThanLow property 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.
+ * Sets the appActionIfDevicePasscodeComplexityLessThanLow property value. 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.
* @param value Value to set for the appActionIfDevicePasscodeComplexityLessThanLow property.
*/
public void setAppActionIfDevicePasscodeComplexityLessThanLow(@jakarta.annotation.Nullable final ManagedAppRemediationAction value) {
this.backingStore.set("appActionIfDevicePasscodeComplexityLessThanLow", value);
}
/**
- * Sets the appActionIfDevicePasscodeComplexityLessThanMedium property 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.
+ * Sets the appActionIfDevicePasscodeComplexityLessThanMedium property value. 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.
* @param value Value to set for the appActionIfDevicePasscodeComplexityLessThanMedium property.
*/
public void setAppActionIfDevicePasscodeComplexityLessThanMedium(@jakarta.annotation.Nullable final ManagedAppRemediationAction value) {
this.backingStore.set("appActionIfDevicePasscodeComplexityLessThanMedium", value);
}
/**
- * Sets the appActionIfSamsungKnoxAttestationRequired property 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.
+ * Sets the appActionIfSamsungKnoxAttestationRequired property 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. The possible values are: block, wipe, warn, blockWhenSettingIsSupported.
* @param value Value to set for the appActionIfSamsungKnoxAttestationRequired property.
*/
public void setAppActionIfSamsungKnoxAttestationRequired(@jakarta.annotation.Nullable final ManagedAppRemediationAction value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfileCertificateProfileBase.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfileCertificateProfileBase.java
index 0149cc84367..241c426f37f 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfileCertificateProfileBase.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfileCertificateProfileBase.java
@@ -94,7 +94,7 @@ public AndroidWorkProfileTrustedRootCertificate getRootCertificate() {
return this.backingStore.get("rootCertificate");
}
/**
- * Gets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. Possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier.
+ * Gets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. The possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier.
* @return a {@link EnumSet}
*/
@jakarta.annotation.Nullable
@@ -160,7 +160,7 @@ public void setRootCertificate(@jakarta.annotation.Nullable final AndroidWorkPro
this.backingStore.set("rootCertificate", value);
}
/**
- * Sets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. Possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier.
+ * Sets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. The possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier.
* @param value Value to set for the subjectAlternativeNameType property.
*/
public void setSubjectAlternativeNameType(@jakarta.annotation.Nullable final EnumSet value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfileEnterpriseWiFiConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfileEnterpriseWiFiConfiguration.java
index 88813140033..ff7831ad1b8 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfileEnterpriseWiFiConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfileEnterpriseWiFiConfiguration.java
@@ -29,7 +29,7 @@ public static AndroidWorkProfileEnterpriseWiFiConfiguration createFromDiscrimina
return new AndroidWorkProfileEnterpriseWiFiConfiguration();
}
/**
- * Gets the authenticationMethod property value. 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.
+ * Gets the authenticationMethod property value. 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.
* @return a {@link WiFiAuthenticationMethod}
*/
@jakarta.annotation.Nullable
@@ -70,7 +70,7 @@ public AndroidWorkProfileCertificateProfileBase getIdentityCertificateForClientA
return this.backingStore.get("identityCertificateForClientAuthentication");
}
/**
- * Gets the innerAuthenticationProtocolForEapTtls property value. 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.
+ * Gets the innerAuthenticationProtocolForEapTtls property value. 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.
* @return a {@link NonEapAuthenticationMethodForEapTtlsType}
*/
@jakarta.annotation.Nullable
@@ -78,7 +78,7 @@ public NonEapAuthenticationMethodForEapTtlsType getInnerAuthenticationProtocolFo
return this.backingStore.get("innerAuthenticationProtocolForEapTtls");
}
/**
- * Gets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. Possible values are: none, microsoftChapVersionTwo.
+ * Gets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. The possible values are: none, microsoftChapVersionTwo.
* @return a {@link NonEapAuthenticationMethodForPeap}
*/
@jakarta.annotation.Nullable
@@ -126,7 +126,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeCollectionOfPrimitiveValues("trustedServerCertificateNames", this.getTrustedServerCertificateNames());
}
/**
- * Sets the authenticationMethod property value. 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.
+ * Sets the authenticationMethod property value. 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.
* @param value Value to set for the authenticationMethod property.
*/
public void setAuthenticationMethod(@jakarta.annotation.Nullable final WiFiAuthenticationMethod value) {
@@ -147,14 +147,14 @@ public void setIdentityCertificateForClientAuthentication(@jakarta.annotation.Nu
this.backingStore.set("identityCertificateForClientAuthentication", value);
}
/**
- * Sets the innerAuthenticationProtocolForEapTtls property value. 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.
+ * Sets the innerAuthenticationProtocolForEapTtls property value. 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.
* @param value Value to set for the innerAuthenticationProtocolForEapTtls property.
*/
public void setInnerAuthenticationProtocolForEapTtls(@jakarta.annotation.Nullable final NonEapAuthenticationMethodForEapTtlsType value) {
this.backingStore.set("innerAuthenticationProtocolForEapTtls", value);
}
/**
- * Sets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. Possible values are: none, microsoftChapVersionTwo.
+ * Sets the innerAuthenticationProtocolForPeap property value. Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password. The possible values are: none, microsoftChapVersionTwo.
* @param value Value to set for the innerAuthenticationProtocolForPeap property.
*/
public void setInnerAuthenticationProtocolForPeap(@jakarta.annotation.Nullable final NonEapAuthenticationMethodForPeap value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfilePkcsCertificateProfile.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfilePkcsCertificateProfile.java
index f7399b7e3e6..f196c3e34e4 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfilePkcsCertificateProfile.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfilePkcsCertificateProfile.java
@@ -29,7 +29,7 @@ public static AndroidWorkProfilePkcsCertificateProfile createFromDiscriminatorVa
return new AndroidWorkProfilePkcsCertificateProfile();
}
/**
- * Gets the certificateStore property value. Target store certificate. Possible values are: user, machine.
+ * Gets the certificateStore property value. Target store certificate. The possible values are: user, machine.
* @return a {@link CertificateStore}
*/
@jakarta.annotation.Nullable
@@ -126,7 +126,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeStringValue("subjectNameFormatString", this.getSubjectNameFormatString());
}
/**
- * Sets the certificateStore property value. Target store certificate. Possible values are: user, machine.
+ * Sets the certificateStore property value. Target store certificate. The possible values are: user, machine.
* @param value Value to set for the certificateStore property.
*/
public void setCertificateStore(@jakarta.annotation.Nullable final CertificateStore value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfileScepCertificateProfile.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfileScepCertificateProfile.java
index 33d73388deb..26c8e50f121 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfileScepCertificateProfile.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidWorkProfileScepCertificateProfile.java
@@ -30,7 +30,7 @@ public static AndroidWorkProfileScepCertificateProfile createFromDiscriminatorVa
return new AndroidWorkProfileScepCertificateProfile();
}
/**
- * Gets the certificateStore property value. Target store certificate. Possible values are: user, machine.
+ * Gets the certificateStore property value. Target store certificate. The possible values are: user, machine.
* @return a {@link CertificateStore}
*/
@jakarta.annotation.Nullable
@@ -137,7 +137,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeStringValue("subjectNameFormatString", this.getSubjectNameFormatString());
}
/**
- * Sets the certificateStore property value. Target store certificate. Possible values are: user, machine.
+ * Sets the certificateStore property value. Target store certificate. The possible values are: user, machine.
* @param value Value to set for the certificateStore property.
*/
public void setCertificateStore(@jakarta.annotation.Nullable final CertificateStore value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerCertificateProfileBase.java b/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerCertificateProfileBase.java
index 63e23e3d17d..0ff363499d2 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerCertificateProfileBase.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerCertificateProfileBase.java
@@ -94,7 +94,7 @@ public AospDeviceOwnerTrustedRootCertificate getRootCertificate() {
return this.backingStore.get("rootCertificate");
}
/**
- * Gets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. This collection can contain a maximum of 500 elements. Possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier.
+ * Gets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. This collection can contain a maximum of 500 elements. The possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier.
* @return a {@link EnumSet}
*/
@jakarta.annotation.Nullable
@@ -102,7 +102,7 @@ public EnumSet getSubjectAlternativeNameType() {
return this.backingStore.get("subjectAlternativeNameType");
}
/**
- * Gets the subjectNameFormat property 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.
+ * Gets the subjectNameFormat property value. 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.
* @return a {@link SubjectNameFormat}
*/
@jakarta.annotation.Nullable
@@ -160,14 +160,14 @@ public void setRootCertificate(@jakarta.annotation.Nullable final AospDeviceOwne
this.backingStore.set("rootCertificate", value);
}
/**
- * Sets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. This collection can contain a maximum of 500 elements. Possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier.
+ * Sets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. This collection can contain a maximum of 500 elements. The possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier.
* @param value Value to set for the subjectAlternativeNameType property.
*/
public void setSubjectAlternativeNameType(@jakarta.annotation.Nullable final EnumSet value) {
this.backingStore.set("subjectAlternativeNameType", value);
}
/**
- * Sets the subjectNameFormat property 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.
+ * Sets the subjectNameFormat property value. 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.
* @param value Value to set for the subjectNameFormat property.
*/
public void setSubjectNameFormat(@jakarta.annotation.Nullable final SubjectNameFormat value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerCompliancePolicy.java b/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerCompliancePolicy.java
index 0ddd5df1c15..f2466a1acda 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerCompliancePolicy.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerCompliancePolicy.java
@@ -95,7 +95,7 @@ public Boolean getPasswordRequired() {
return this.backingStore.get("passwordRequired");
}
/**
- * Gets the passwordRequiredType property value. Type of characters in password. Possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword.
+ * Gets the passwordRequiredType property value. Type of characters in password. The possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword.
* @return a {@link AndroidDeviceOwnerRequiredPasswordType}
*/
@jakarta.annotation.Nullable
@@ -178,7 +178,7 @@ public void setPasswordRequired(@jakarta.annotation.Nullable final Boolean value
this.backingStore.set("passwordRequired", value);
}
/**
- * Sets the passwordRequiredType property value. Type of characters in password. Possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword.
+ * Sets the passwordRequiredType property value. Type of characters in password. The possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword.
* @param value Value to set for the passwordRequiredType property.
*/
public void setPasswordRequiredType(@jakarta.annotation.Nullable final AndroidDeviceOwnerRequiredPasswordType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerDeviceConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerDeviceConfiguration.java
index 27337a38bb1..c6aa74737a1 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerDeviceConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerDeviceConfiguration.java
@@ -108,7 +108,7 @@ public Integer getPasswordMinutesOfInactivityBeforeScreenTimeout() {
return this.backingStore.get("passwordMinutesOfInactivityBeforeScreenTimeout");
}
/**
- * Gets the passwordRequiredType property value. Indicates the minimum password quality required on the device. Possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword.
+ * Gets the passwordRequiredType property value. Indicates the minimum password quality required on the device. The possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword.
* @return a {@link AndroidDeviceOwnerRequiredPasswordType}
*/
@jakarta.annotation.Nullable
@@ -235,7 +235,7 @@ public void setPasswordMinutesOfInactivityBeforeScreenTimeout(@jakarta.annotatio
this.backingStore.set("passwordMinutesOfInactivityBeforeScreenTimeout", value);
}
/**
- * Sets the passwordRequiredType property value. Indicates the minimum password quality required on the device. Possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword.
+ * Sets the passwordRequiredType property value. Indicates the minimum password quality required on the device. The possible values are: deviceDefault, required, numeric, numericComplex, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, customPassword.
* @param value Value to set for the passwordRequiredType property.
*/
public void setPasswordRequiredType(@jakarta.annotation.Nullable final AndroidDeviceOwnerRequiredPasswordType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerEnterpriseWiFiConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerEnterpriseWiFiConfiguration.java
index 507dd167648..7676558bc3b 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerEnterpriseWiFiConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerEnterpriseWiFiConfiguration.java
@@ -29,7 +29,7 @@ public static AospDeviceOwnerEnterpriseWiFiConfiguration createFromDiscriminator
return new AospDeviceOwnerEnterpriseWiFiConfiguration();
}
/**
- * Gets the authenticationMethod property value. 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.
+ * Gets the authenticationMethod property value. 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.
* @return a {@link WiFiAuthenticationMethod}
*/
@jakarta.annotation.Nullable
@@ -70,7 +70,7 @@ public AospDeviceOwnerCertificateProfileBase getIdentityCertificateForClientAuth
return this.backingStore.get("identityCertificateForClientAuthentication");
}
/**
- * Gets the innerAuthenticationProtocolForEapTtls property value. 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.
+ * Gets the innerAuthenticationProtocolForEapTtls property value. 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.
* @return a {@link NonEapAuthenticationMethodForEapTtlsType}
*/
@jakarta.annotation.Nullable
@@ -78,7 +78,7 @@ public NonEapAuthenticationMethodForEapTtlsType getInnerAuthenticationProtocolFo
return this.backingStore.get("innerAuthenticationProtocolForEapTtls");
}
/**
- * Gets the innerAuthenticationProtocolForPeap property 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.
+ * Gets the innerAuthenticationProtocolForPeap property 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. The possible values are: none, microsoftChapVersionTwo.
* @return a {@link NonEapAuthenticationMethodForPeap}
*/
@jakarta.annotation.Nullable
@@ -126,7 +126,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeCollectionOfPrimitiveValues("trustedServerCertificateNames", this.getTrustedServerCertificateNames());
}
/**
- * Sets the authenticationMethod property value. 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.
+ * Sets the authenticationMethod property value. 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.
* @param value Value to set for the authenticationMethod property.
*/
public void setAuthenticationMethod(@jakarta.annotation.Nullable final WiFiAuthenticationMethod value) {
@@ -147,14 +147,14 @@ public void setIdentityCertificateForClientAuthentication(@jakarta.annotation.Nu
this.backingStore.set("identityCertificateForClientAuthentication", value);
}
/**
- * Sets the innerAuthenticationProtocolForEapTtls property value. 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.
+ * Sets the innerAuthenticationProtocolForEapTtls property value. 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.
* @param value Value to set for the innerAuthenticationProtocolForEapTtls property.
*/
public void setInnerAuthenticationProtocolForEapTtls(@jakarta.annotation.Nullable final NonEapAuthenticationMethodForEapTtlsType value) {
this.backingStore.set("innerAuthenticationProtocolForEapTtls", value);
}
/**
- * Sets the innerAuthenticationProtocolForPeap property 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.
+ * Sets the innerAuthenticationProtocolForPeap property 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. The possible values are: none, microsoftChapVersionTwo.
* @param value Value to set for the innerAuthenticationProtocolForPeap property.
*/
public void setInnerAuthenticationProtocolForPeap(@jakarta.annotation.Nullable final NonEapAuthenticationMethodForPeap value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerScepCertificateProfile.java b/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerScepCertificateProfile.java
index 106b1f68daa..a4f6d7200af 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerScepCertificateProfile.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AospDeviceOwnerScepCertificateProfile.java
@@ -30,7 +30,7 @@ public static AospDeviceOwnerScepCertificateProfile createFromDiscriminatorValue
return new AospDeviceOwnerScepCertificateProfile();
}
/**
- * Gets the certificateStore property value. Target store certificate. This collection can contain a maximum of 500 elements. Possible values are: user, machine.
+ * Gets the certificateStore property value. Target store certificate. This collection can contain a maximum of 500 elements. The possible values are: user, machine.
* @return a {@link CertificateStore}
*/
@jakarta.annotation.Nullable
@@ -137,7 +137,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeStringValue("subjectNameFormatString", this.getSubjectNameFormatString());
}
/**
- * Sets the certificateStore property value. Target store certificate. This collection can contain a maximum of 500 elements. Possible values are: user, machine.
+ * Sets the certificateStore property value. Target store certificate. This collection can contain a maximum of 500 elements. The possible values are: user, machine.
* @param value Value to set for the certificateStore property.
*/
public void setCertificateStore(@jakarta.annotation.Nullable final CertificateStore value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AppConsentRequest.java b/src/main/java/com/microsoft/graph/beta/generated/models/AppConsentRequest.java
index 3e1a26a122c..7e9b48e6d3e 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AppConsentRequest.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AppConsentRequest.java
@@ -41,7 +41,7 @@ public String getAppId() {
return this.backingStore.get("appId");
}
/**
- * Gets the consentType property value. The consent type of the request. Possible values are: StaticandDynamic. These represent static and dynamic permissions, respectively, requested in the consent workflow. Supports $filter (eq only) and $orderby. Required.
+ * Gets the consentType property value. The consent type of the request. The possible values are: StaticandDynamic. These represent static and dynamic permissions, respectively, requested in the consent workflow. Supports $filter (eq only) and $orderby. Required.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -106,7 +106,7 @@ public void setAppId(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("appId", value);
}
/**
- * Sets the consentType property value. The consent type of the request. Possible values are: StaticandDynamic. These represent static and dynamic permissions, respectively, requested in the consent workflow. Supports $filter (eq only) and $orderby. Required.
+ * Sets the consentType property value. The consent type of the request. The possible values are: StaticandDynamic. These represent static and dynamic permissions, respectively, requested in the consent workflow. Supports $filter (eq only) and $orderby. Required.
* @param value Value to set for the consentType property.
*/
public void setConsentType(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AppleVpnAlwaysOnConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/AppleVpnAlwaysOnConfiguration.java
index 5237f4f4d2f..a4a3676829a 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AppleVpnAlwaysOnConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AppleVpnAlwaysOnConfiguration.java
@@ -51,7 +51,7 @@ public Map getAdditionalData() {
return value;
}
/**
- * Gets the airPrintExceptionAction property value. Determine whether AirPrint service will be exempt from the always-on VPN connection. Possible values are: forceTrafficViaVPN, allowTrafficOutside, dropTraffic.
+ * Gets the airPrintExceptionAction property value. Determine whether AirPrint service will be exempt from the always-on VPN connection. The possible values are: forceTrafficViaVPN, allowTrafficOutside, dropTraffic.
* @return a {@link VpnServiceExceptionAction}
*/
@jakarta.annotation.Nullable
@@ -91,7 +91,7 @@ public BackingStore getBackingStore() {
return this.backingStore;
}
/**
- * Gets the cellularExceptionAction property value. Determine whether Cellular service will be exempt from the always-on VPN connection. Possible values are: forceTrafficViaVPN, allowTrafficOutside, dropTraffic.
+ * Gets the cellularExceptionAction property value. Determine whether Cellular service will be exempt from the always-on VPN connection. The possible values are: forceTrafficViaVPN, allowTrafficOutside, dropTraffic.
* @return a {@link VpnServiceExceptionAction}
*/
@jakarta.annotation.Nullable
@@ -159,7 +159,7 @@ public Boolean getUserToggleEnabled() {
return this.backingStore.get("userToggleEnabled");
}
/**
- * Gets the voicemailExceptionAction property value. Determine whether voicemail service will be exempt from the always-on VPN connection. Possible values are: forceTrafficViaVPN, allowTrafficOutside, dropTraffic.
+ * Gets the voicemailExceptionAction property value. Determine whether voicemail service will be exempt from the always-on VPN connection. The possible values are: forceTrafficViaVPN, allowTrafficOutside, dropTraffic.
* @return a {@link VpnServiceExceptionAction}
*/
@jakarta.annotation.Nullable
@@ -193,7 +193,7 @@ public void setAdditionalData(@jakarta.annotation.Nullable final Map getAdditionalData() {
return value;
}
/**
- * Gets the attachmentType property value. The type of attachment. Possible values are: file, item, reference. Required.
+ * Gets the attachmentType property value. The type of attachment. The possible values are: file, item, reference. Required.
* @return a {@link AttachmentType}
*/
@jakarta.annotation.Nullable
@@ -150,7 +150,7 @@ public void setAdditionalData(@jakarta.annotation.Nullable final Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the type property value. 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.
+ * Gets the type property value. 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.
* @return a {@link AttendeeType}
*/
@jakarta.annotation.Nullable
@@ -60,7 +60,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeEnumValue("type", this.getType());
}
/**
- * Sets the type property value. 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.
+ * Sets the type property value. 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.
* @param value Value to set for the type property.
*/
public void setType(@jakarta.annotation.Nullable final AttendeeType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AttributeDefinitionMetadataEntry.java b/src/main/java/com/microsoft/graph/beta/generated/models/AttributeDefinitionMetadataEntry.java
index b4a28d0bed4..1ca5a9619a4 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AttributeDefinitionMetadataEntry.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AttributeDefinitionMetadataEntry.java
@@ -68,7 +68,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the key property value. Possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty.
+ * Gets the key property value. The possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty.
* @return a {@link AttributeDefinitionMetadata}
*/
@jakarta.annotation.Nullable
@@ -118,7 +118,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value
this.backingStore = value;
}
/**
- * Sets the key property value. Possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty.
+ * Sets the key property value. The possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty.
* @param value Value to set for the key property.
*/
public void setKey(@jakarta.annotation.Nullable final AttributeDefinitionMetadata value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationMethodConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationMethodConfiguration.java
index da92514f8a9..e345ae189f2 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationMethodConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationMethodConfiguration.java
@@ -62,7 +62,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the state property value. The state of the policy. Possible values are: enabled, disabled.
+ * Gets the state property value. The state of the policy. The possible values are: enabled, disabled.
* @return a {@link AuthenticationMethodState}
*/
@jakarta.annotation.Nullable
@@ -87,7 +87,7 @@ public void setExcludeTargets(@jakarta.annotation.Nullable final java.util.List<
this.backingStore.set("excludeTargets", value);
}
/**
- * Sets the state property value. The state of the policy. Possible values are: enabled, disabled.
+ * Sets the state property value. The state of the policy. The possible values are: enabled, disabled.
* @param value Value to set for the state property.
*/
public void setState(@jakarta.annotation.Nullable final AuthenticationMethodState value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationMethodFeatureConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationMethodFeatureConfiguration.java
index 70938dfa4fc..1cce530282d 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationMethodFeatureConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationMethodFeatureConfiguration.java
@@ -93,7 +93,7 @@ public String getOdataType() {
return this.backingStore.get("odataType");
}
/**
- * Gets the state property value. 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.
+ * Gets the state property value. 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.
* @return a {@link AdvancedConfigState}
*/
@jakarta.annotation.Nullable
@@ -149,7 +149,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("odataType", value);
}
/**
- * Sets the state property value. 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.
+ * Sets the state property value. 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.
* @param value Value to set for the state property.
*/
public void setState(@jakarta.annotation.Nullable final AdvancedConfigState value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationRequirementPolicy.java b/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationRequirementPolicy.java
index d639812d989..6b68d1119e5 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationRequirementPolicy.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationRequirementPolicy.java
@@ -84,7 +84,7 @@ public String getOdataType() {
return this.backingStore.get("odataType");
}
/**
- * Gets the requirementProvider property value. 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.
+ * Gets the requirementProvider property value. 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.
* @return a {@link RequirementProvider}
*/
@jakarta.annotation.Nullable
@@ -132,7 +132,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("odataType", value);
}
/**
- * Sets the requirementProvider property value. 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.
+ * Sets the requirementProvider property value. 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.
* @param value Value to set for the requirementProvider property.
*/
public void setRequirementProvider(@jakarta.annotation.Nullable final RequirementProvider value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AuthorizationPolicy.java b/src/main/java/com/microsoft/graph/beta/generated/models/AuthorizationPolicy.java
index b65fd4bd03f..af14269db40 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AuthorizationPolicy.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AuthorizationPolicy.java
@@ -51,7 +51,7 @@ public Boolean getAllowEmailVerifiedUsersToJoinOrganization() {
return this.backingStore.get("allowEmailVerifiedUsersToJoinOrganization");
}
/**
- * Gets the allowInvitesFrom property 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.
+ * Gets the allowInvitesFrom property value. 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.
* @return a {@link AllowInvitesFrom}
*/
@jakarta.annotation.Nullable
@@ -175,7 +175,7 @@ public void setAllowEmailVerifiedUsersToJoinOrganization(@jakarta.annotation.Nul
this.backingStore.set("allowEmailVerifiedUsersToJoinOrganization", value);
}
/**
- * Sets the allowInvitesFrom property 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.
+ * Sets the allowInvitesFrom property value. 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.
* @param value Value to set for the allowInvitesFrom property.
*/
public void setAllowInvitesFrom(@jakarta.annotation.Nullable final AllowInvitesFrom value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AutomaticRepliesSetting.java b/src/main/java/com/microsoft/graph/beta/generated/models/AutomaticRepliesSetting.java
index 7de73696f2b..4e967b11102 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AutomaticRepliesSetting.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AutomaticRepliesSetting.java
@@ -56,7 +56,7 @@ public BackingStore getBackingStore() {
return this.backingStore;
}
/**
- * Gets the externalAudience property value. 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.
+ * Gets the externalAudience property value. 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.
* @return a {@link ExternalAudienceScope}
*/
@jakarta.annotation.Nullable
@@ -120,7 +120,7 @@ public DateTimeTimeZone getScheduledStartDateTime() {
return this.backingStore.get("scheduledStartDateTime");
}
/**
- * Gets the status property value. Configurations status for automatic replies. Possible values are: disabled, alwaysEnabled, scheduled.
+ * Gets the status property value. Configurations status for automatic replies. The possible values are: disabled, alwaysEnabled, scheduled.
* @return a {@link AutomaticRepliesStatus}
*/
@jakarta.annotation.Nullable
@@ -158,7 +158,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value
this.backingStore = value;
}
/**
- * Sets the externalAudience property value. 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.
+ * Sets the externalAudience property value. 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.
* @param value Value to set for the externalAudience property.
*/
public void setExternalAudience(@jakarta.annotation.Nullable final ExternalAudienceScope value) {
@@ -200,7 +200,7 @@ public void setScheduledStartDateTime(@jakarta.annotation.Nullable final DateTim
this.backingStore.set("scheduledStartDateTime", value);
}
/**
- * Sets the status property value. Configurations status for automatic replies. Possible values are: disabled, alwaysEnabled, scheduled.
+ * Sets the status property value. Configurations status for automatic replies. The possible values are: disabled, alwaysEnabled, scheduled.
* @param value Value to set for the status property.
*/
public void setStatus(@jakarta.annotation.Nullable final AutomaticRepliesStatus value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AvailabilityItem.java b/src/main/java/com/microsoft/graph/beta/generated/models/AvailabilityItem.java
index 9404f111c9b..4550ccb3ee6 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AvailabilityItem.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AvailabilityItem.java
@@ -102,7 +102,7 @@ public DateTimeTimeZone getStartDateTime() {
return this.backingStore.get("startDateTime");
}
/**
- * Gets the status property value. The status of the staff member. Possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue.
+ * Gets the status property value. The status of the staff member. The possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue.
* @return a {@link BookingsAvailabilityStatus}
*/
@jakarta.annotation.Nullable
@@ -166,7 +166,7 @@ public void setStartDateTime(@jakarta.annotation.Nullable final DateTimeTimeZone
this.backingStore.set("startDateTime", value);
}
/**
- * Sets the status property value. The status of the staff member. Possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue.
+ * Sets the status property value. The status of the staff member. The possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue.
* @param value Value to set for the status property.
*/
public void setStatus(@jakarta.annotation.Nullable final BookingsAvailabilityStatus value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/BitLockerFixedDrivePolicy.java b/src/main/java/com/microsoft/graph/beta/generated/models/BitLockerFixedDrivePolicy.java
index 676e71a9b29..57d018911da 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/BitLockerFixedDrivePolicy.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/BitLockerFixedDrivePolicy.java
@@ -59,7 +59,7 @@ public BackingStore getBackingStore() {
return this.backingStore;
}
/**
- * Gets the encryptionMethod property value. Select the encryption method for fixed drives. Possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.
+ * Gets the encryptionMethod property value. Select the encryption method for fixed drives. The possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.
* @return a {@link BitLockerEncryptionMethod}
*/
@jakarta.annotation.Nullable
@@ -131,7 +131,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value
this.backingStore = value;
}
/**
- * Sets the encryptionMethod property value. Select the encryption method for fixed drives. Possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.
+ * Sets the encryptionMethod property value. Select the encryption method for fixed drives. The possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.
* @param value Value to set for the encryptionMethod property.
*/
public void setEncryptionMethod(@jakarta.annotation.Nullable final BitLockerEncryptionMethod value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/BitLockerRemovableDrivePolicy.java b/src/main/java/com/microsoft/graph/beta/generated/models/BitLockerRemovableDrivePolicy.java
index 53a2dbf76c0..b0fddec9e48 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/BitLockerRemovableDrivePolicy.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/BitLockerRemovableDrivePolicy.java
@@ -67,7 +67,7 @@ public Boolean getBlockCrossOrganizationWriteAccess() {
return this.backingStore.get("blockCrossOrganizationWriteAccess");
}
/**
- * Gets the encryptionMethod property value. Select the encryption method for removable drives. Possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.
+ * Gets the encryptionMethod property value. Select the encryption method for removable drives. The possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.
* @return a {@link BitLockerEncryptionMethod}
*/
@jakarta.annotation.Nullable
@@ -138,7 +138,7 @@ public void setBlockCrossOrganizationWriteAccess(@jakarta.annotation.Nullable fi
this.backingStore.set("blockCrossOrganizationWriteAccess", value);
}
/**
- * Sets the encryptionMethod property value. Select the encryption method for removable drives. Possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.
+ * Sets the encryptionMethod property value. Select the encryption method for removable drives. The possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.
* @param value Value to set for the encryptionMethod property.
*/
public void setEncryptionMethod(@jakarta.annotation.Nullable final BitLockerEncryptionMethod value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/BitLockerSystemDrivePolicy.java b/src/main/java/com/microsoft/graph/beta/generated/models/BitLockerSystemDrivePolicy.java
index 488cf86fb58..d284c8c3269 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/BitLockerSystemDrivePolicy.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/BitLockerSystemDrivePolicy.java
@@ -59,7 +59,7 @@ public BackingStore getBackingStore() {
return this.backingStore;
}
/**
- * Gets the encryptionMethod property value. Select the encryption method for operating system drives. Possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.
+ * Gets the encryptionMethod property value. Select the encryption method for operating system drives. The possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.
* @return a {@link BitLockerEncryptionMethod}
*/
@jakarta.annotation.Nullable
@@ -221,7 +221,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value
this.backingStore = value;
}
/**
- * Sets the encryptionMethod property value. Select the encryption method for operating system drives. Possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.
+ * Sets the encryptionMethod property value. Select the encryption method for operating system drives. The possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.
* @param value Value to set for the encryptionMethod property.
*/
public void setEncryptionMethod(@jakarta.annotation.Nullable final BitLockerEncryptionMethod value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/BitlockerRecoveryKey.java b/src/main/java/com/microsoft/graph/beta/generated/models/BitlockerRecoveryKey.java
index c943a21fe5d..42451236eab 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/BitlockerRecoveryKey.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/BitlockerRecoveryKey.java
@@ -63,7 +63,7 @@ public String getKey() {
return this.backingStore.get("key");
}
/**
- * Gets the volumeType property value. Indicates the type of volume the BitLocker key is associated with. Possible values are: operatingSystemVolume, fixedDataVolume, removableDataVolume, unknownFutureValue.
+ * Gets the volumeType property value. Indicates the type of volume the BitLocker key is associated with. The possible values are: operatingSystemVolume, fixedDataVolume, removableDataVolume, unknownFutureValue.
* @return a {@link VolumeType}
*/
@jakarta.annotation.Nullable
@@ -104,7 +104,7 @@ public void setKey(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("key", value);
}
/**
- * Sets the volumeType property value. Indicates the type of volume the BitLocker key is associated with. Possible values are: operatingSystemVolume, fixedDataVolume, removableDataVolume, unknownFutureValue.
+ * Sets the volumeType property value. Indicates the type of volume the BitLocker key is associated with. The possible values are: operatingSystemVolume, fixedDataVolume, removableDataVolume, unknownFutureValue.
* @param value Value to set for the volumeType property.
*/
public void setVolumeType(@jakarta.annotation.Nullable final VolumeType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CalculatedColumn.java b/src/main/java/com/microsoft/graph/beta/generated/models/CalculatedColumn.java
index c10ec23d0f6..da47f11ded1 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CalculatedColumn.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/CalculatedColumn.java
@@ -69,7 +69,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the format property value. For dateTime output types, the format of the value. Possible values are: dateOnly or dateTime.
+ * Gets the format property value. For dateTime output types, the format of the value. The possible values are: dateOnly or dateTime.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -93,7 +93,7 @@ public String getOdataType() {
return this.backingStore.get("odataType");
}
/**
- * Gets the outputType property value. The output type used to format values in this column. Possible values are: boolean, currency, dateTime, number, or text.
+ * Gets the outputType property value. The output type used to format values in this column. The possible values are: boolean, currency, dateTime, number, or text.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -128,7 +128,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value
this.backingStore = value;
}
/**
- * Sets the format property value. For dateTime output types, the format of the value. Possible values are: dateOnly or dateTime.
+ * Sets the format property value. For dateTime output types, the format of the value. The possible values are: dateOnly or dateTime.
* @param value Value to set for the format property.
*/
public void setFormat(@jakarta.annotation.Nullable final String value) {
@@ -149,7 +149,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("odataType", value);
}
/**
- * Sets the outputType property value. The output type used to format values in this column. Possible values are: boolean, currency, dateTime, number, or text.
+ * Sets the outputType property value. The output type used to format values in this column. The possible values are: boolean, currency, dateTime, number, or text.
* @param value Value to set for the outputType property.
*/
public void setOutputType(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Calendar.java b/src/main/java/com/microsoft/graph/beta/generated/models/Calendar.java
index 9fa51d36b57..dc028624571 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/Calendar.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/Calendar.java
@@ -25,7 +25,7 @@ public static Calendar createFromDiscriminatorValue(@jakarta.annotation.Nonnull
return new Calendar();
}
/**
- * Gets the allowedOnlineMeetingProviders property value. Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.
+ * Gets the allowedOnlineMeetingProviders property value. 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.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -97,7 +97,7 @@ public CalendarColor getColor() {
return this.backingStore.get("color");
}
/**
- * Gets the defaultOnlineMeetingProvider property value. The default online meeting provider for meetings sent from this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.
+ * Gets the defaultOnlineMeetingProvider property value. The default online meeting provider for meetings sent from this calendar. The possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.
* @return a {@link OnlineMeetingProviderType}
*/
@jakarta.annotation.Nullable
@@ -252,7 +252,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeCollectionOfObjectValues("singleValueExtendedProperties", this.getSingleValueExtendedProperties());
}
/**
- * Sets the allowedOnlineMeetingProviders property value. Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.
+ * Sets the allowedOnlineMeetingProviders property value. 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.
* @param value Value to set for the allowedOnlineMeetingProviders property.
*/
public void setAllowedOnlineMeetingProviders(@jakarta.annotation.Nullable final java.util.List value) {
@@ -315,7 +315,7 @@ public void setColor(@jakarta.annotation.Nullable final CalendarColor value) {
this.backingStore.set("color", value);
}
/**
- * Sets the defaultOnlineMeetingProvider property value. The default online meeting provider for meetings sent from this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.
+ * Sets the defaultOnlineMeetingProvider property value. The default online meeting provider for meetings sent from this calendar. The possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.
* @param value Value to set for the defaultOnlineMeetingProvider property.
*/
public void setDefaultOnlineMeetingProvider(@jakarta.annotation.Nullable final OnlineMeetingProviderType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CalendarPermission.java b/src/main/java/com/microsoft/graph/beta/generated/models/CalendarPermission.java
index bc4fa513aa4..6171f9a1838 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CalendarPermission.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/CalendarPermission.java
@@ -25,7 +25,7 @@ public static CalendarPermission createFromDiscriminatorValue(@jakarta.annotatio
return new CalendarPermission();
}
/**
- * Gets the allowedRoles property value. List of allowed sharing or delegating permission levels for the calendar. Possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom.
+ * Gets the allowedRoles property value. List of allowed sharing or delegating permission levels for the calendar. The possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -92,7 +92,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeEnumValue("role", this.getRole());
}
/**
- * Sets the allowedRoles property value. List of allowed sharing or delegating permission levels for the calendar. Possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom.
+ * Sets the allowedRoles property value. List of allowed sharing or delegating permission levels for the calendar. The possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom.
* @param value Value to set for the allowedRoles property.
*/
public void setAllowedRoles(@jakarta.annotation.Nullable final java.util.List value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Call.java b/src/main/java/com/microsoft/graph/beta/generated/models/Call.java
index ec78e1cf5e0..e51c95443d2 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/Call.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/Call.java
@@ -25,7 +25,7 @@ public static Call createFromDiscriminatorValue(@jakarta.annotation.Nonnull fina
return new Call();
}
/**
- * Gets the activeModalities property value. The list of active modalities. Possible values are: unknown, audio, video, videoBasedScreenSharing, data. Read-only.
+ * Gets the activeModalities property value. The list of active modalities. The possible values are: unknown, audio, video, videoBasedScreenSharing, data. Read-only.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -208,7 +208,7 @@ public java.util.List getParticipants() {
return this.backingStore.get("participants");
}
/**
- * Gets the requestedModalities property value. The list of requested modalities. Possible values are: unknown, audio, video, videoBasedScreenSharing, data.
+ * Gets the requestedModalities property value. The list of requested modalities. The possible values are: unknown, audio, video, videoBasedScreenSharing, data.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -232,7 +232,7 @@ public Integer getRingingTimeoutInSeconds() {
return this.backingStore.get("ringingTimeoutInSeconds");
}
/**
- * Gets the routingPolicies property value. This property is applicable for peer to peer calls only. Possible values are: none, noMissedCall, disableForwardingExceptPhone, disableForwarding, preferSkypeForBusiness, unknownFutureValue.
+ * Gets the routingPolicies property value. This property is applicable for peer to peer calls only. The possible values are: none, noMissedCall, disableForwardingExceptPhone, disableForwarding, preferSkypeForBusiness, unknownFutureValue.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -248,7 +248,7 @@ public ParticipantInfo getSource() {
return this.backingStore.get("source");
}
/**
- * Gets the state property value. The call state. Possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only.
+ * Gets the state property value. The call state. The possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only.
* @return a {@link CallState}
*/
@jakarta.annotation.Nullable
@@ -342,7 +342,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeObjectValue("transcription", this.getTranscription());
}
/**
- * Sets the activeModalities property value. The list of active modalities. Possible values are: unknown, audio, video, videoBasedScreenSharing, data. Read-only.
+ * Sets the activeModalities property value. The list of active modalities. The possible values are: unknown, audio, video, videoBasedScreenSharing, data. Read-only.
* @param value Value to set for the activeModalities property.
*/
public void setActiveModalities(@jakarta.annotation.Nullable final java.util.List value) {
@@ -468,7 +468,7 @@ public void setParticipants(@jakarta.annotation.Nullable final java.util.List value) {
@@ -489,7 +489,7 @@ public void setRingingTimeoutInSeconds(@jakarta.annotation.Nullable final Intege
this.backingStore.set("ringingTimeoutInSeconds", value);
}
/**
- * Sets the routingPolicies property value. This property is applicable for peer to peer calls only. Possible values are: none, noMissedCall, disableForwardingExceptPhone, disableForwarding, preferSkypeForBusiness, unknownFutureValue.
+ * Sets the routingPolicies property value. This property is applicable for peer to peer calls only. The possible values are: none, noMissedCall, disableForwardingExceptPhone, disableForwarding, preferSkypeForBusiness, unknownFutureValue.
* @param value Value to set for the routingPolicies property.
*/
public void setRoutingPolicies(@jakarta.annotation.Nullable final java.util.List value) {
@@ -503,7 +503,7 @@ public void setSource(@jakarta.annotation.Nullable final ParticipantInfo value)
this.backingStore.set("source", value);
}
/**
- * Sets the state property value. The call state. Possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only.
+ * Sets the state property value. The call state. The possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only.
* @param value Value to set for the state property.
*/
public void setState(@jakarta.annotation.Nullable final CallState value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CallEndedEventMessageDetail.java b/src/main/java/com/microsoft/graph/beta/generated/models/CallEndedEventMessageDetail.java
index 6ebabac5c84..7763d4dba50 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CallEndedEventMessageDetail.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/CallEndedEventMessageDetail.java
@@ -35,7 +35,7 @@ public PeriodAndDuration getCallDuration() {
return this.backingStore.get("callDuration");
}
/**
- * Gets the callEventType property value. Represents the call event type. Possible values are: call, meeting, screenShare, unknownFutureValue.
+ * Gets the callEventType property value. Represents the call event type. The possible values are: call, meeting, screenShare, unknownFutureValue.
* @return a {@link TeamworkCallEventType}
*/
@jakarta.annotation.Nullable
@@ -101,7 +101,7 @@ public void setCallDuration(@jakarta.annotation.Nullable final PeriodAndDuration
this.backingStore.set("callDuration", value);
}
/**
- * Sets the callEventType property value. Represents the call event type. Possible values are: call, meeting, screenShare, unknownFutureValue.
+ * Sets the callEventType property value. Represents the call event type. The possible values are: call, meeting, screenShare, unknownFutureValue.
* @param value Value to set for the callEventType property.
*/
public void setCallEventType(@jakarta.annotation.Nullable final TeamworkCallEventType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CallEvent.java b/src/main/java/com/microsoft/graph/beta/generated/models/CallEvent.java
index 08dff364378..f82155ade75 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CallEvent.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/CallEvent.java
@@ -41,7 +41,7 @@ public String getCallConversationId() {
return this.backingStore.get("callConversationId");
}
/**
- * Gets the callEventType property value. 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.
+ * Gets the callEventType property value. 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.
* @return a {@link CallEventType}
*/
@jakarta.annotation.Nullable
@@ -117,7 +117,7 @@ public void setCallConversationId(@jakarta.annotation.Nullable final String valu
this.backingStore.set("callConversationId", value);
}
/**
- * Sets the callEventType property value. 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.
+ * Sets the callEventType property value. 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.
* @param value Value to set for the callEventType property.
*/
public void setCallEventType(@jakarta.annotation.Nullable final CallEventType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CallMediaState.java b/src/main/java/com/microsoft/graph/beta/generated/models/CallMediaState.java
index 4d47ca3405a..4cec857277e 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CallMediaState.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/CallMediaState.java
@@ -48,7 +48,7 @@ public Map getAdditionalData() {
return value;
}
/**
- * Gets the audio property value. The audio media state. Possible values are: active, inactive, unknownFutureValue.
+ * Gets the audio property value. The audio media state. The possible values are: active, inactive, unknownFutureValue.
* @return a {@link MediaState}
*/
@jakarta.annotation.Nullable
@@ -100,7 +100,7 @@ public void setAdditionalData(@jakarta.annotation.Nullable final Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the geographicLocationType property 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.
+ * Gets the geographicLocationType property value. 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.
* @return a {@link CloudPcGeographicLocationType}
*/
@jakarta.annotation.Nullable
@@ -104,7 +104,7 @@ public String getOnPremisesConnectionId() {
return this.backingStore.get("onPremisesConnectionId");
}
/**
- * Gets the regionGroup property value. 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.
+ * Gets the regionGroup property value. 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.
* @return a {@link CloudPcRegionGroup}
*/
@jakarta.annotation.Nullable
@@ -158,14 +158,14 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value
this.backingStore = value;
}
/**
- * Sets the domainJoinType property value. 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.
+ * Sets the domainJoinType property value. 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.
* @param value Value to set for the domainJoinType property.
*/
public void setDomainJoinType(@jakarta.annotation.Nullable final CloudPcDomainJoinType value) {
this.backingStore.set("domainJoinType", value);
}
/**
- * Sets the geographicLocationType property 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.
+ * Sets the geographicLocationType property value. 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.
* @param value Value to set for the geographicLocationType property.
*/
public void setGeographicLocationType(@jakarta.annotation.Nullable final CloudPcGeographicLocationType value) {
@@ -186,7 +186,7 @@ public void setOnPremisesConnectionId(@jakarta.annotation.Nullable final String
this.backingStore.set("onPremisesConnectionId", value);
}
/**
- * Sets the regionGroup property value. 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.
+ * Sets the regionGroup property value. 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.
* @param value Value to set for the regionGroup property.
*/
public void setRegionGroup(@jakarta.annotation.Nullable final CloudPcRegionGroup value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcGalleryImage.java b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcGalleryImage.java
index 10fe92bd1a4..18bfa2d021b 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcGalleryImage.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcGalleryImage.java
@@ -180,7 +180,7 @@ public LocalDate getStartDate() {
return this.backingStore.get("startDate");
}
/**
- * Gets the status property 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.
+ * Gets the status property value. 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.
* @return a {@link CloudPcGalleryImageStatus}
*/
@jakarta.annotation.Nullable
@@ -325,7 +325,7 @@ public void setStartDate(@jakarta.annotation.Nullable final LocalDate value) {
this.backingStore.set("startDate", value);
}
/**
- * Sets the status property 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.
+ * Sets the status property value. 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.
* @param value Value to set for the status property.
*/
public void setStatus(@jakarta.annotation.Nullable final CloudPcGalleryImageStatus value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcLaunchDetail.java b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcLaunchDetail.java
index c658188cf32..6353fe76825 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcLaunchDetail.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcLaunchDetail.java
@@ -94,7 +94,7 @@ public String getOdataType() {
return this.backingStore.get("odataType");
}
/**
- * Gets the windows365SwitchCompatibilityFailureReasonType property value. 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.
+ * Gets the windows365SwitchCompatibilityFailureReasonType property value. 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.
* @return a {@link Windows365SwitchCompatibilityFailureReasonType}
*/
@jakarta.annotation.Nullable
@@ -159,7 +159,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("odataType", value);
}
/**
- * Sets the windows365SwitchCompatibilityFailureReasonType property value. 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.
+ * Sets the windows365SwitchCompatibilityFailureReasonType property value. 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.
* @param value Value to set for the windows365SwitchCompatibilityFailureReasonType property.
*/
public void setWindows365SwitchCompatibilityFailureReasonType(@jakarta.annotation.Nullable final Windows365SwitchCompatibilityFailureReasonType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcPartnerAgentInstallResult.java b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcPartnerAgentInstallResult.java
index d85b5ae4e7c..9d04ef646a6 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcPartnerAgentInstallResult.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcPartnerAgentInstallResult.java
@@ -79,7 +79,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the installStatus property value. The status of a partner agent installation. Possible values are: installed, installFailed, installing, uninstalling, uninstallFailed and licensed. Read-Only.
+ * Gets the installStatus property value. The status of a partner agent installation. The possible values are: installed, installFailed, installing, uninstalling, uninstallFailed and licensed. Read-Only.
* @return a {@link CloudPcPartnerAgentInstallStatus}
*/
@jakarta.annotation.Nullable
@@ -155,7 +155,7 @@ public void setErrorMessage(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("errorMessage", value);
}
/**
- * Sets the installStatus property value. The status of a partner agent installation. Possible values are: installed, installFailed, installing, uninstalling, uninstallFailed and licensed. Read-Only.
+ * Sets the installStatus property value. The status of a partner agent installation. The possible values are: installed, installFailed, installing, uninstalling, uninstallFailed and licensed. Read-Only.
* @param value Value to set for the installStatus property.
*/
public void setInstallStatus(@jakarta.annotation.Nullable final CloudPcPartnerAgentInstallStatus value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcProvisioningPolicy.java b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcProvisioningPolicy.java
index ae2d21627f5..822222a6a87 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcProvisioningPolicy.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcProvisioningPolicy.java
@@ -247,7 +247,7 @@ public java.util.List getScopeIds() {
return this.backingStore.get("scopeIds");
}
/**
- * Gets the userExperienceType property value. 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.
+ * Gets the userExperienceType property value. 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.
* @return a {@link CloudPcUserExperienceType}
*/
@jakarta.annotation.Nullable
@@ -475,7 +475,7 @@ public void setScopeIds(@jakarta.annotation.Nullable final java.util.List> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the provisioningType property value. 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.
+ * Gets the provisioningType property value. 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.
* @return a {@link CloudPcProvisioningType}
*/
@jakarta.annotation.Nullable
@@ -83,7 +83,7 @@ public EnumSet getSupportedSolution() {
return this.backingStore.get("supportedSolution");
}
/**
- * Gets the type property value. The type of the service plan. Possible values are: enterprise, business, unknownFutureValue. Read-only.
+ * Gets the type property value. The type of the service plan. The possible values are: enterprise, business, unknownFutureValue. Read-only.
* @return a {@link CloudPcServicePlanType}
*/
@jakarta.annotation.Nullable
@@ -130,7 +130,7 @@ public void setDisplayName(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("displayName", value);
}
/**
- * Sets the provisioningType property value. 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.
+ * Sets the provisioningType property value. 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.
* @param value Value to set for the provisioningType property.
*/
public void setProvisioningType(@jakarta.annotation.Nullable final CloudPcProvisioningType value) {
@@ -158,7 +158,7 @@ public void setSupportedSolution(@jakarta.annotation.Nullable final EnumSet> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the geographicLocationType property 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.
+ * Gets the geographicLocationType property value. 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.
* @return a {@link CloudPcGeographicLocationType}
*/
@jakarta.annotation.Nullable
@@ -73,7 +73,7 @@ public CloudPcSupportedRegionRestrictionDetail getRegionRestrictionDetail() {
return this.backingStore.get("regionRestrictionDetail");
}
/**
- * Gets the regionStatus property value. The status of the supported region. Possible values are: available, restricted, unavailable, unknownFutureValue. Read-only.
+ * Gets the regionStatus property value. The status of the supported region. The possible values are: available, restricted, unavailable, unknownFutureValue. Read-only.
* @return a {@link CloudPcSupportedRegionStatus}
*/
@jakarta.annotation.Nullable
@@ -110,7 +110,7 @@ public void setDisplayName(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("displayName", value);
}
/**
- * Sets the geographicLocationType property 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.
+ * Sets the geographicLocationType property value. 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.
* @param value Value to set for the geographicLocationType property.
*/
public void setGeographicLocationType(@jakarta.annotation.Nullable final CloudPcGeographicLocationType value) {
@@ -131,7 +131,7 @@ public void setRegionRestrictionDetail(@jakarta.annotation.Nullable final CloudP
this.backingStore.set("regionRestrictionDetail", value);
}
/**
- * Sets the regionStatus property value. The status of the supported region. Possible values are: available, restricted, unavailable, unknownFutureValue. Read-only.
+ * Sets the regionStatus property value. The status of the supported region. The possible values are: available, restricted, unavailable, unknownFutureValue. Read-only.
* @param value Value to set for the regionStatus property.
*/
public void setRegionStatus(@jakarta.annotation.Nullable final CloudPcSupportedRegionStatus value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcTenantEncryptionSetting.java b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcTenantEncryptionSetting.java
index f4483a43448..1a889c19f65 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcTenantEncryptionSetting.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcTenantEncryptionSetting.java
@@ -85,7 +85,7 @@ public String getOdataType() {
return this.backingStore.get("odataType");
}
/**
- * Gets the tenantDiskEncryptionType property value. 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.
+ * Gets the tenantDiskEncryptionType property value. 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.
* @return a {@link CloudPcDiskEncryptionType}
*/
@jakarta.annotation.Nullable
@@ -133,7 +133,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("odataType", value);
}
/**
- * Sets the tenantDiskEncryptionType property value. 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.
+ * Sets the tenantDiskEncryptionType property value. 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.
* @param value Value to set for the tenantDiskEncryptionType property.
*/
public void setTenantDiskEncryptionType(@jakarta.annotation.Nullable final CloudPcDiskEncryptionType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcUserSetting.java b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcUserSetting.java
index 1d72283a251..ed75939be9c 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcUserSetting.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcUserSetting.java
@@ -102,7 +102,7 @@ public CloudPcNotificationSetting getNotificationSetting() {
return this.backingStore.get("notificationSetting");
}
/**
- * Gets the provisioningSourceType property value. 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.
+ * Gets the provisioningSourceType property value. 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.
* @return a {@link CloudPcProvisioningSourceType}
*/
@jakarta.annotation.Nullable
@@ -202,7 +202,7 @@ public void setNotificationSetting(@jakarta.annotation.Nullable final CloudPcNot
this.backingStore.set("notificationSetting", value);
}
/**
- * Sets the provisioningSourceType property value. 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.
+ * Sets the provisioningSourceType property value. 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.
* @param value Value to set for the provisioningSourceType property.
*/
public void setProvisioningSourceType(@jakarta.annotation.Nullable final CloudPcProvisioningSourceType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcUserSettingsPersistenceConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcUserSettingsPersistenceConfiguration.java
index 6d82e7336d7..17ee0ec89f5 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcUserSettingsPersistenceConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcUserSettingsPersistenceConfiguration.java
@@ -84,7 +84,7 @@ public Boolean getUserSettingsPersistenceEnabled() {
return this.backingStore.get("userSettingsPersistenceEnabled");
}
/**
- * Gets the userSettingsPersistenceStorageSizeCategory property value. Indicates the storage size for persisting user application settings. Possible values are: fourGB, eightGB, sixteenGB, thirtyTwoGB, sixtyFourGB, unknownFutureValue. The default value is fourGB.
+ * Gets the userSettingsPersistenceStorageSizeCategory property value. Indicates the storage size for persisting user application settings. The possible values are: fourGB, eightGB, sixteenGB, thirtyTwoGB, sixtyFourGB, unknownFutureValue. The default value is fourGB.
* @return a {@link CloudPcUserSettingsPersistenceStorageSizeCategory}
*/
@jakarta.annotation.Nullable
@@ -132,7 +132,7 @@ public void setUserSettingsPersistenceEnabled(@jakarta.annotation.Nullable final
this.backingStore.set("userSettingsPersistenceEnabled", value);
}
/**
- * Sets the userSettingsPersistenceStorageSizeCategory property value. Indicates the storage size for persisting user application settings. Possible values are: fourGB, eightGB, sixteenGB, thirtyTwoGB, sixtyFourGB, unknownFutureValue. The default value is fourGB.
+ * Sets the userSettingsPersistenceStorageSizeCategory property value. Indicates the storage size for persisting user application settings. The possible values are: fourGB, eightGB, sixteenGB, thirtyTwoGB, sixtyFourGB, unknownFutureValue. The default value is fourGB.
* @param value Value to set for the userSettingsPersistenceStorageSizeCategory property.
*/
public void setUserSettingsPersistenceStorageSizeCategory(@jakarta.annotation.Nullable final CloudPcUserSettingsPersistenceStorageSizeCategory value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CommunicationsIdentitySet.java b/src/main/java/com/microsoft/graph/beta/generated/models/CommunicationsIdentitySet.java
index bd00d9aad43..7cab94c1123 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CommunicationsIdentitySet.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/CommunicationsIdentitySet.java
@@ -58,7 +58,7 @@ public Identity getEncrypted() {
return this.backingStore.get("encrypted");
}
/**
- * Gets the endpointType property value. Type of endpoint the participant uses. Possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone and unknownFutureValue.
+ * Gets the endpointType property value. Type of endpoint the participant uses. The possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone and unknownFutureValue.
* @return a {@link EndpointType}
*/
@jakarta.annotation.Nullable
@@ -151,7 +151,7 @@ public void setEncrypted(@jakarta.annotation.Nullable final Identity value) {
this.backingStore.set("encrypted", value);
}
/**
- * Sets the endpointType property value. Type of endpoint the participant uses. Possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone and unknownFutureValue.
+ * Sets the endpointType property value. Type of endpoint the participant uses. The possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone and unknownFutureValue.
* @param value Value to set for the endpointType property.
*/
public void setEndpointType(@jakarta.annotation.Nullable final EndpointType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CompanySubscription.java b/src/main/java/com/microsoft/graph/beta/generated/models/CompanySubscription.java
index 5fb393f629b..e7954ec9463 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CompanySubscription.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/CompanySubscription.java
@@ -136,7 +136,7 @@ public String getSkuPartNumber() {
return this.backingStore.get("skuPartNumber");
}
/**
- * Gets the status property value. The status of this subscription. Possible values are: Enabled, Deleted, Suspended, Warning, LockedOut.
+ * Gets the status property value. The status of this subscription. The possible values are: Enabled, Deleted, Suspended, Warning, LockedOut.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -250,7 +250,7 @@ public void setSkuPartNumber(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("skuPartNumber", value);
}
/**
- * Sets the status property value. The status of this subscription. Possible values are: Enabled, Deleted, Suspended, Warning, LockedOut.
+ * Sets the status property value. The status of this subscription. The possible values are: Enabled, Deleted, Suspended, Warning, LockedOut.
* @param value Value to set for the status property.
*/
public void setStatus(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ConditionalAccessConditionSet.java b/src/main/java/com/microsoft/graph/beta/generated/models/ConditionalAccessConditionSet.java
index 718faba9b95..bdbbe4846ab 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/ConditionalAccessConditionSet.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/ConditionalAccessConditionSet.java
@@ -49,7 +49,7 @@ public Map getAdditionalData() {
return value;
}
/**
- * Gets the agentIdRiskLevels property value. Agent identity risk levels included in the policy. Possible values are: low, medium, high, unknownFutureValue. This enumeration is multivalued.
+ * Gets the agentIdRiskLevels property value. Agent identity risk levels included in the policy. The possible values are: low, medium, high, unknownFutureValue. This enumeration is multivalued.
* @return a {@link EnumSet}
*/
@jakarta.annotation.Nullable
@@ -89,7 +89,7 @@ public ConditionalAccessClientApplications getClientApplications() {
return this.backingStore.get("clientApplications");
}
/**
- * Gets the clientAppTypes property value. 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.
+ * Gets the clientAppTypes property value. 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.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -169,7 +169,7 @@ public ConditionalAccessPlatforms getPlatforms() {
return this.backingStore.get("platforms");
}
/**
- * Gets the servicePrincipalRiskLevels property value. Service principal risk levels included in the policy. Possible values are: low, medium, high, none, unknownFutureValue.
+ * Gets the servicePrincipalRiskLevels property value. Service principal risk levels included in the policy. The possible values are: low, medium, high, none, unknownFutureValue.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -177,7 +177,7 @@ public java.util.List getServicePrincipalRiskLevels() {
return this.backingStore.get("servicePrincipalRiskLevels");
}
/**
- * Gets the signInRiskLevels property value. Sign-in risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.
+ * Gets the signInRiskLevels property value. Sign-in risk levels included in the policy. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -185,7 +185,7 @@ public java.util.List getSignInRiskLevels() {
return this.backingStore.get("signInRiskLevels");
}
/**
- * Gets the userRiskLevels property value. User risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.
+ * Gets the userRiskLevels property value. User risk levels included in the policy. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -231,7 +231,7 @@ public void setAdditionalData(@jakarta.annotation.Nullable final Map value) {
@@ -267,7 +267,7 @@ public void setClientApplications(@jakarta.annotation.Nullable final Conditional
this.backingStore.set("clientApplications", value);
}
/**
- * Sets the clientAppTypes property value. 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.
+ * Sets the clientAppTypes property value. 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.
* @param value Value to set for the clientAppTypes property.
*/
public void setClientAppTypes(@jakarta.annotation.Nullable final java.util.List value) {
@@ -316,21 +316,21 @@ public void setPlatforms(@jakarta.annotation.Nullable final ConditionalAccessPla
this.backingStore.set("platforms", value);
}
/**
- * Sets the servicePrincipalRiskLevels property value. Service principal risk levels included in the policy. Possible values are: low, medium, high, none, unknownFutureValue.
+ * Sets the servicePrincipalRiskLevels property value. Service principal risk levels included in the policy. The possible values are: low, medium, high, none, unknownFutureValue.
* @param value Value to set for the servicePrincipalRiskLevels property.
*/
public void setServicePrincipalRiskLevels(@jakarta.annotation.Nullable final java.util.List value) {
this.backingStore.set("servicePrincipalRiskLevels", value);
}
/**
- * Sets the signInRiskLevels property value. Sign-in risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.
+ * Sets the signInRiskLevels property value. Sign-in risk levels included in the policy. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.
* @param value Value to set for the signInRiskLevels property.
*/
public void setSignInRiskLevels(@jakarta.annotation.Nullable final java.util.List value) {
this.backingStore.set("signInRiskLevels", value);
}
/**
- * Sets the userRiskLevels property value. User risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.
+ * Sets the userRiskLevels property value. User risk levels included in the policy. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.
* @param value Value to set for the userRiskLevels property.
*/
public void setUserRiskLevels(@jakarta.annotation.Nullable final java.util.List value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ConditionalAccessExternalTenants.java b/src/main/java/com/microsoft/graph/beta/generated/models/ConditionalAccessExternalTenants.java
index ca0d54ddbef..c7871676d77 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/ConditionalAccessExternalTenants.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/ConditionalAccessExternalTenants.java
@@ -75,7 +75,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the membershipKind property value. The membership kind. Possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object.
+ * Gets the membershipKind property value. The membership kind. The possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object.
* @return a {@link ConditionalAccessExternalTenantsMembershipKind}
*/
@jakarta.annotation.Nullable
@@ -116,7 +116,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value
this.backingStore = value;
}
/**
- * Sets the membershipKind property value. The membership kind. Possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object.
+ * Sets the membershipKind property value. The membership kind. The possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object.
* @param value Value to set for the membershipKind property.
*/
public void setMembershipKind(@jakarta.annotation.Nullable final ConditionalAccessExternalTenantsMembershipKind value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ConditionalAccessPlatforms.java b/src/main/java/com/microsoft/graph/beta/generated/models/ConditionalAccessPlatforms.java
index 1b9f4518744..7697b13ddb0 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/ConditionalAccessPlatforms.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/ConditionalAccessPlatforms.java
@@ -56,7 +56,7 @@ public BackingStore getBackingStore() {
return this.backingStore;
}
/**
- * Gets the excludePlatforms property value. Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue, linux.
+ * Gets the excludePlatforms property value. The possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue, linux.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -76,7 +76,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the includePlatforms property value. Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue,linux.
+ * Gets the includePlatforms property value. The possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue,linux.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -118,14 +118,14 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value
this.backingStore = value;
}
/**
- * Sets the excludePlatforms property value. Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue, linux.
+ * Sets the excludePlatforms property value. The possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue, linux.
* @param value Value to set for the excludePlatforms property.
*/
public void setExcludePlatforms(@jakarta.annotation.Nullable final java.util.List value) {
this.backingStore.set("excludePlatforms", value);
}
/**
- * Sets the includePlatforms property value. Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue,linux.
+ * Sets the includePlatforms property value. The possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue,linux.
* @param value Value to set for the includePlatforms property.
*/
public void setIncludePlatforms(@jakarta.annotation.Nullable final java.util.List value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ConfigurationUri.java b/src/main/java/com/microsoft/graph/beta/generated/models/ConfigurationUri.java
index b85cedf9240..cf27b2eb879 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/ConfigurationUri.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/ConfigurationUri.java
@@ -48,7 +48,7 @@ public Map getAdditionalData() {
return value;
}
/**
- * Gets the appliesToSingleSignOnMode property value. The single sign-on mode that the URI is configured for. Possible values are: saml, password.
+ * Gets the appliesToSingleSignOnMode property value. The single sign-on mode that the URI is configured for. The possible values are: saml, password.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -140,7 +140,7 @@ public void setAdditionalData(@jakarta.annotation.Nullable final Map>}
+ */
+ @jakarta.annotation.Nonnull
+ public Map> getFieldDeserializers() {
+ final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers());
+ deserializerMap.put("createdBy", (n) -> { this.setCreatedBy(n.getStringValue()); });
+ deserializerMap.put("createdDateTime", (n) -> { this.setCreatedDateTime(n.getOffsetDateTimeValue()); });
+ deserializerMap.put("isEnabled", (n) -> { this.setIsEnabled(n.getBooleanValue()); });
+ deserializerMap.put("modifiedBy", (n) -> { this.setModifiedBy(n.getStringValue()); });
+ deserializerMap.put("modifiedDateTime", (n) -> { this.setModifiedDateTime(n.getOffsetDateTimeValue()); });
+ return deserializerMap;
+ }
+ /**
+ * Gets the isEnabled property value. Determines whether or not the control configuration is enabled.
+ * @return a {@link Boolean}
+ */
+ @jakarta.annotation.Nullable
+ public Boolean getIsEnabled() {
+ return this.backingStore.get("isEnabled");
+ }
+ /**
+ * Gets the modifiedBy property value. The userPrincipalName of the user or identity that modified the control configuration.
+ * @return a {@link String}
+ */
+ @jakarta.annotation.Nullable
+ public String getModifiedBy() {
+ return this.backingStore.get("modifiedBy");
+ }
+ /**
+ * Gets the modifiedDateTime property value. The date and time the control configuration was modified.
+ * @return a {@link OffsetDateTime}
+ */
+ @jakarta.annotation.Nullable
+ public OffsetDateTime getModifiedDateTime() {
+ return this.backingStore.get("modifiedDateTime");
+ }
+ /**
+ * Serializes information the current object
+ * @param writer Serialization writer to use to serialize this model
+ */
+ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writer) {
+ Objects.requireNonNull(writer);
+ super.serialize(writer);
+ writer.writeStringValue("createdBy", this.getCreatedBy());
+ writer.writeOffsetDateTimeValue("createdDateTime", this.getCreatedDateTime());
+ writer.writeBooleanValue("isEnabled", this.getIsEnabled());
+ writer.writeStringValue("modifiedBy", this.getModifiedBy());
+ writer.writeOffsetDateTimeValue("modifiedDateTime", this.getModifiedDateTime());
+ }
+ /**
+ * Sets the createdBy property value. The userPrincipalName of the user or identity that created the control configuration.
+ * @param value Value to set for the createdBy property.
+ */
+ public void setCreatedBy(@jakarta.annotation.Nullable final String value) {
+ this.backingStore.set("createdBy", value);
+ }
+ /**
+ * Sets the createdDateTime property value. The date and time the control configuration was created.
+ * @param value Value to set for the createdDateTime property.
+ */
+ public void setCreatedDateTime(@jakarta.annotation.Nullable final OffsetDateTime value) {
+ this.backingStore.set("createdDateTime", value);
+ }
+ /**
+ * Sets the isEnabled property value. Determines whether or not the control configuration is enabled.
+ * @param value Value to set for the isEnabled property.
+ */
+ public void setIsEnabled(@jakarta.annotation.Nullable final Boolean value) {
+ this.backingStore.set("isEnabled", value);
+ }
+ /**
+ * Sets the modifiedBy property value. The userPrincipalName of the user or identity that modified the control configuration.
+ * @param value Value to set for the modifiedBy property.
+ */
+ public void setModifiedBy(@jakarta.annotation.Nullable final String value) {
+ this.backingStore.set("modifiedBy", value);
+ }
+ /**
+ * Sets the modifiedDateTime property value. The date and time the control configuration was modified.
+ * @param value Value to set for the modifiedDateTime property.
+ */
+ public void setModifiedDateTime(@jakarta.annotation.Nullable final OffsetDateTime value) {
+ this.backingStore.set("modifiedDateTime", value);
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/security/AutoAuditingConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/ControlConfigurationCollectionResponse.java
similarity index 53%
rename from src/main/java/com/microsoft/graph/beta/generated/models/security/AutoAuditingConfiguration.java
rename to src/main/java/com/microsoft/graph/beta/generated/models/ControlConfigurationCollectionResponse.java
index 0f70c54cb49..a40bf7aa414 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/security/AutoAuditingConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/ControlConfigurationCollectionResponse.java
@@ -1,6 +1,5 @@
-package com.microsoft.graph.beta.models.security;
+package com.microsoft.graph.beta.models;
-import com.microsoft.graph.beta.models.Entity;
import com.microsoft.kiota.serialization.Parsable;
import com.microsoft.kiota.serialization.ParseNode;
import com.microsoft.kiota.serialization.SerializationWriter;
@@ -8,22 +7,22 @@
import java.util.Map;
import java.util.Objects;
@jakarta.annotation.Generated("com.microsoft.kiota")
-public class AutoAuditingConfiguration extends Entity implements Parsable {
+public class ControlConfigurationCollectionResponse extends BaseCollectionPaginationCountResponse implements Parsable {
/**
- * Instantiates a new {@link AutoAuditingConfiguration} and sets the default values.
+ * Instantiates a new {@link ControlConfigurationCollectionResponse} and sets the default values.
*/
- public AutoAuditingConfiguration() {
+ public ControlConfigurationCollectionResponse() {
super();
}
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
- * @return a {@link AutoAuditingConfiguration}
+ * @return a {@link ControlConfigurationCollectionResponse}
*/
@jakarta.annotation.Nonnull
- public static AutoAuditingConfiguration createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) {
+ public static ControlConfigurationCollectionResponse createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) {
Objects.requireNonNull(parseNode);
- return new AutoAuditingConfiguration();
+ return new ControlConfigurationCollectionResponse();
}
/**
* The deserialization information for the current model
@@ -32,16 +31,16 @@ public static AutoAuditingConfiguration createFromDiscriminatorValue(@jakarta.an
@jakarta.annotation.Nonnull
public Map> getFieldDeserializers() {
final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers());
- deserializerMap.put("isAutomatic", (n) -> { this.setIsAutomatic(n.getBooleanValue()); });
+ deserializerMap.put("value", (n) -> { this.setValue(n.getCollectionOfObjectValues(ControlConfiguration::createFromDiscriminatorValue)); });
return deserializerMap;
}
/**
- * Gets the isAutomatic property value. Indicates whether automatic auditing is enabled for Defender for Identity monitoring.
- * @return a {@link Boolean}
+ * Gets the value property value. The value property
+ * @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
- public Boolean getIsAutomatic() {
- return this.backingStore.get("isAutomatic");
+ public java.util.List getValue() {
+ return this.backingStore.get("value");
}
/**
* Serializes information the current object
@@ -50,13 +49,13 @@ public Boolean getIsAutomatic() {
public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writer) {
Objects.requireNonNull(writer);
super.serialize(writer);
- writer.writeBooleanValue("isAutomatic", this.getIsAutomatic());
+ writer.writeCollectionOfObjectValues("value", this.getValue());
}
/**
- * Sets the isAutomatic property value. Indicates whether automatic auditing is enabled for Defender for Identity monitoring.
- * @param value Value to set for the isAutomatic property.
+ * Sets the value property value. The value property
+ * @param value Value to set for the value property.
*/
- public void setIsAutomatic(@jakarta.annotation.Nullable final Boolean value) {
- this.backingStore.set("isAutomatic", value);
+ public void setValue(@jakarta.annotation.Nullable final java.util.List value) {
+ this.backingStore.set("value", value);
}
}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CredentialUserRegistrationDetails.java b/src/main/java/com/microsoft/graph/beta/generated/models/CredentialUserRegistrationDetails.java
index 04a5c4bd06e..0cb1b742b79 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CredentialUserRegistrationDetails.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/CredentialUserRegistrationDetails.java
@@ -25,7 +25,7 @@ public static CredentialUserRegistrationDetails createFromDiscriminatorValue(@ja
return new CredentialUserRegistrationDetails();
}
/**
- * Gets the authMethods property value. 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.
+ * Gets the authMethods property value. 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.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -112,7 +112,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeStringValue("userPrincipalName", this.getUserPrincipalName());
}
/**
- * Sets the authMethods property value. 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.
+ * Sets the authMethods property value. 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.
* @param value Value to set for the authMethods property.
*/
public void setAuthMethods(@jakarta.annotation.Nullable final java.util.List value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CryptographySuite.java b/src/main/java/com/microsoft/graph/beta/generated/models/CryptographySuite.java
index 2eaa5badb3c..29f4a57aeee 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CryptographySuite.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/CryptographySuite.java
@@ -51,7 +51,7 @@ public Map getAdditionalData() {
return value;
}
/**
- * Gets the authenticationTransformConstants property value. Authentication Transform Constants. Possible values are: md596, sha196, sha256128, aes128Gcm, aes192Gcm, aes256Gcm.
+ * Gets the authenticationTransformConstants property value. Authentication Transform Constants. The possible values are: md596, sha196, sha256128, aes128Gcm, aes192Gcm, aes256Gcm.
* @return a {@link AuthenticationTransformConstant}
*/
@jakarta.annotation.Nullable
@@ -67,7 +67,7 @@ public BackingStore getBackingStore() {
return this.backingStore;
}
/**
- * Gets the cipherTransformConstants property value. Cipher Transform Constants. Possible values are: aes256, des, tripleDes, aes128, aes128Gcm, aes256Gcm, aes192, aes192Gcm, chaCha20Poly1305.
+ * Gets the cipherTransformConstants property value. Cipher Transform Constants. The possible values are: aes256, des, tripleDes, aes128, aes128Gcm, aes256Gcm, aes192, aes192Gcm, chaCha20Poly1305.
* @return a {@link VpnEncryptionAlgorithmType}
*/
@jakarta.annotation.Nullable
@@ -75,7 +75,7 @@ public VpnEncryptionAlgorithmType getCipherTransformConstants() {
return this.backingStore.get("cipherTransformConstants");
}
/**
- * Gets the dhGroup property value. Diffie Hellman Group. Possible values are: group1, group2, group14, ecp256, ecp384, group24.
+ * Gets the dhGroup property value. Diffie Hellman Group. The possible values are: group1, group2, group14, ecp256, ecp384, group24.
* @return a {@link DiffieHellmanGroup}
*/
@jakarta.annotation.Nullable
@@ -83,7 +83,7 @@ public DiffieHellmanGroup getDhGroup() {
return this.backingStore.get("dhGroup");
}
/**
- * Gets the encryptionMethod property value. Encryption Method. Possible values are: aes256, des, tripleDes, aes128, aes128Gcm, aes256Gcm, aes192, aes192Gcm, chaCha20Poly1305.
+ * Gets the encryptionMethod property value. Encryption Method. The possible values are: aes256, des, tripleDes, aes128, aes128Gcm, aes256Gcm, aes192, aes192Gcm, chaCha20Poly1305.
* @return a {@link VpnEncryptionAlgorithmType}
*/
@jakarta.annotation.Nullable
@@ -107,7 +107,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the integrityCheckMethod property value. Integrity Check Method. Possible values are: sha2256, sha196, sha1160, sha2384, sha2_512, md5.
+ * Gets the integrityCheckMethod property value. Integrity Check Method. The possible values are: sha2256, sha196, sha1160, sha2384, sha2_512, md5.
* @return a {@link VpnIntegrityAlgorithmType}
*/
@jakarta.annotation.Nullable
@@ -123,7 +123,7 @@ public String getOdataType() {
return this.backingStore.get("odataType");
}
/**
- * Gets the pfsGroup property value. Perfect Forward Secrecy Group. Possible values are: pfs1, pfs2, pfs2048, ecp256, ecp384, pfsMM, pfs24.
+ * Gets the pfsGroup property value. Perfect Forward Secrecy Group. The possible values are: pfs1, pfs2, pfs2048, ecp256, ecp384, pfsMM, pfs24.
* @return a {@link PerfectForwardSecrecyGroup}
*/
@jakarta.annotation.Nullable
@@ -153,7 +153,7 @@ public void setAdditionalData(@jakarta.annotation.Nullable final Map}
*/
@jakarta.annotation.Nullable
@@ -93,7 +93,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeStringValue("url", this.getUrl());
}
/**
- * Sets the assignedTo property value. A user collection that specifies to whom the training should be assigned. Possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue.
+ * Sets the assignedTo property value. A user collection that specifies to whom the training should be assigned. The possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue.
* @param value Value to set for the assignedTo property.
*/
public void setAssignedTo(@jakarta.annotation.Nullable final java.util.List value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/DataPolicyOperation.java b/src/main/java/com/microsoft/graph/beta/generated/models/DataPolicyOperation.java
index af554fc2b97..0ef408df8ff 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/DataPolicyOperation.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/DataPolicyOperation.java
@@ -57,7 +57,7 @@ public Double getProgress() {
return this.backingStore.get("progress");
}
/**
- * Gets the status property value. Possible values are: notStarted, running, complete, failed, unknownFutureValue.
+ * Gets the status property value. The possible values are: notStarted, running, complete, failed, unknownFutureValue.
* @return a {@link DataPolicyOperationStatus}
*/
@jakarta.annotation.Nullable
@@ -117,7 +117,7 @@ public void setProgress(@jakarta.annotation.Nullable final Double value) {
this.backingStore.set("progress", value);
}
/**
- * Sets the status property value. Possible values are: notStarted, running, complete, failed, unknownFutureValue.
+ * Sets the status property value. The possible values are: notStarted, running, complete, failed, unknownFutureValue.
* @param value Value to set for the status property.
*/
public void setStatus(@jakarta.annotation.Nullable final DataPolicyOperationStatus value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/DefaultManagedAppProtection.java b/src/main/java/com/microsoft/graph/beta/generated/models/DefaultManagedAppProtection.java
index ed166cabeaa..aaeb024fc59 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/DefaultManagedAppProtection.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/DefaultManagedAppProtection.java
@@ -61,7 +61,7 @@ public Boolean getAllowWidgetContentSync() {
return this.backingStore.get("allowWidgetContentSync");
}
/**
- * Gets the appActionIfAccountIsClockedOut property 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.
+ * Gets the appActionIfAccountIsClockedOut property value. 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.
* @return a {@link ManagedAppRemediationAction}
*/
@jakarta.annotation.Nullable
@@ -109,7 +109,7 @@ public ManagedAppRemediationAction getAppActionIfDeviceLockNotSet() {
return this.backingStore.get("appActionIfDeviceLockNotSet");
}
/**
- * Gets the appActionIfDevicePasscodeComplexityLessThanHigh property 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.
+ * Gets the appActionIfDevicePasscodeComplexityLessThanHigh property value. 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.
* @return a {@link ManagedAppRemediationAction}
*/
@jakarta.annotation.Nullable
@@ -117,7 +117,7 @@ public ManagedAppRemediationAction getAppActionIfDevicePasscodeComplexityLessTha
return this.backingStore.get("appActionIfDevicePasscodeComplexityLessThanHigh");
}
/**
- * Gets the appActionIfDevicePasscodeComplexityLessThanLow property 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.
+ * Gets the appActionIfDevicePasscodeComplexityLessThanLow property value. 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.
* @return a {@link ManagedAppRemediationAction}
*/
@jakarta.annotation.Nullable
@@ -125,7 +125,7 @@ public ManagedAppRemediationAction getAppActionIfDevicePasscodeComplexityLessTha
return this.backingStore.get("appActionIfDevicePasscodeComplexityLessThanLow");
}
/**
- * Gets the appActionIfDevicePasscodeComplexityLessThanMedium property 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.
+ * Gets the appActionIfDevicePasscodeComplexityLessThanMedium property value. 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.
* @return a {@link ManagedAppRemediationAction}
*/
@jakarta.annotation.Nullable
@@ -664,7 +664,7 @@ public void setAllowWidgetContentSync(@jakarta.annotation.Nullable final Boolean
this.backingStore.set("allowWidgetContentSync", value);
}
/**
- * Sets the appActionIfAccountIsClockedOut property 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.
+ * Sets the appActionIfAccountIsClockedOut property value. 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.
* @param value Value to set for the appActionIfAccountIsClockedOut property.
*/
public void setAppActionIfAccountIsClockedOut(@jakarta.annotation.Nullable final ManagedAppRemediationAction value) {
@@ -706,21 +706,21 @@ public void setAppActionIfDeviceLockNotSet(@jakarta.annotation.Nullable final Ma
this.backingStore.set("appActionIfDeviceLockNotSet", value);
}
/**
- * Sets the appActionIfDevicePasscodeComplexityLessThanHigh property 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.
+ * Sets the appActionIfDevicePasscodeComplexityLessThanHigh property value. 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.
* @param value Value to set for the appActionIfDevicePasscodeComplexityLessThanHigh property.
*/
public void setAppActionIfDevicePasscodeComplexityLessThanHigh(@jakarta.annotation.Nullable final ManagedAppRemediationAction value) {
this.backingStore.set("appActionIfDevicePasscodeComplexityLessThanHigh", value);
}
/**
- * Sets the appActionIfDevicePasscodeComplexityLessThanLow property 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.
+ * Sets the appActionIfDevicePasscodeComplexityLessThanLow property value. 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.
* @param value Value to set for the appActionIfDevicePasscodeComplexityLessThanLow property.
*/
public void setAppActionIfDevicePasscodeComplexityLessThanLow(@jakarta.annotation.Nullable final ManagedAppRemediationAction value) {
this.backingStore.set("appActionIfDevicePasscodeComplexityLessThanLow", value);
}
/**
- * Sets the appActionIfDevicePasscodeComplexityLessThanMedium property 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.
+ * Sets the appActionIfDevicePasscodeComplexityLessThanMedium property value. 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.
* @param value Value to set for the appActionIfDevicePasscodeComplexityLessThanMedium property.
*/
public void setAppActionIfDevicePasscodeComplexityLessThanMedium(@jakarta.annotation.Nullable final ManagedAppRemediationAction value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Device.java b/src/main/java/com/microsoft/graph/beta/generated/models/Device.java
index 339b3434fc2..376199d24cf 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/Device.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/Device.java
@@ -99,7 +99,7 @@ public String getDeviceMetadata() {
return this.backingStore.get("deviceMetadata");
}
/**
- * Gets the deviceOwnership property value. Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal.
+ * Gets the deviceOwnership property value. Ownership of the device. Intune sets this property. The possible values are: unknown, company, personal.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -147,7 +147,7 @@ public String getEnrollmentProfileName() {
return this.backingStore.get("enrollmentProfileName");
}
/**
- * Gets the enrollmentType property value. 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.
+ * Gets the enrollmentType property value. 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.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -274,7 +274,7 @@ public String getKind() {
return this.backingStore.get("kind");
}
/**
- * Gets the managementType property value. Management channel of the device. Intune sets this property. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.
+ * Gets the managementType property value. Management channel of the device. Intune sets this property. The possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -567,7 +567,7 @@ public void setDeviceMetadata(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("deviceMetadata", value);
}
/**
- * Sets the deviceOwnership property value. Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal.
+ * Sets the deviceOwnership property value. Ownership of the device. Intune sets this property. The possible values are: unknown, company, personal.
* @param value Value to set for the deviceOwnership property.
*/
public void setDeviceOwnership(@jakarta.annotation.Nullable final String value) {
@@ -609,7 +609,7 @@ public void setEnrollmentProfileName(@jakarta.annotation.Nullable final String v
this.backingStore.set("enrollmentProfileName", value);
}
/**
- * Sets the enrollmentType property value. 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.
+ * Sets the enrollmentType property value. 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.
* @param value Value to set for the enrollmentType property.
*/
public void setEnrollmentType(@jakarta.annotation.Nullable final String value) {
@@ -672,7 +672,7 @@ public void setKind(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("kind", value);
}
/**
- * Sets the managementType property value. Management channel of the device. Intune sets this property. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.
+ * Sets the managementType property value. Management channel of the device. Intune sets this property. The possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.
* @param value Value to set for the managementType property.
*/
public void setManagementType(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceConfigurationAssignment.java b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceConfigurationAssignment.java
index 2c3bfb65abc..4ed51c7bb57 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceConfigurationAssignment.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceConfigurationAssignment.java
@@ -41,7 +41,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the intent property value. The admin intent to apply or remove the profile. Possible values are: apply, remove.
+ * Gets the intent property value. The admin intent to apply or remove the profile. The possible values are: apply, remove.
* @return a {@link DeviceConfigAssignmentIntent}
*/
@jakarta.annotation.Nullable
@@ -84,7 +84,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeObjectValue("target", this.getTarget());
}
/**
- * Sets the intent property value. The admin intent to apply or remove the profile. Possible values are: apply, remove.
+ * Sets the intent property value. The admin intent to apply or remove the profile. The possible values are: apply, remove.
* @param value Value to set for the intent property.
*/
public void setIntent(@jakarta.annotation.Nullable final DeviceConfigAssignmentIntent value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationStringSettingValueDefinition.java b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationStringSettingValueDefinition.java
index d7c609e56e6..e84a2e56e65 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationStringSettingValueDefinition.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationStringSettingValueDefinition.java
@@ -52,7 +52,7 @@ public java.util.List getFileTypes() {
return this.backingStore.get("fileTypes");
}
/**
- * Gets the format property value. 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.
+ * Gets the format property value. 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.
* @return a {@link DeviceManagementConfigurationStringFormat}
*/
@jakarta.annotation.Nullable
@@ -113,7 +113,7 @@ public void setFileTypes(@jakarta.annotation.Nullable final java.util.List> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the userDomainNameSource property value. UserDomainname attribute that is picked from AAD and injected into this profile before installing on the device. Possible values are: fullDomainName, netBiosDomainName.
+ * Gets the userDomainNameSource property value. UserDomainname attribute that is picked from AAD and injected into this profile before installing on the device. The possible values are: fullDomainName, netBiosDomainName.
* @return a {@link DomainNameSource}
*/
@jakarta.annotation.Nullable
@@ -67,7 +67,7 @@ public DomainNameSource getUserDomainNameSource() {
return this.backingStore.get("userDomainNameSource");
}
/**
- * Gets the usernameAADSource property value. Name of the AAD field, that will be used to retrieve UserName for email profile. Possible values are: userPrincipalName, primarySmtpAddress, samAccountName.
+ * Gets the usernameAADSource property value. Name of the AAD field, that will be used to retrieve UserName for email profile. The possible values are: userPrincipalName, primarySmtpAddress, samAccountName.
* @return a {@link UsernameSource}
*/
@jakarta.annotation.Nullable
@@ -102,14 +102,14 @@ public void setCustomDomainName(@jakarta.annotation.Nullable final String value)
this.backingStore.set("customDomainName", value);
}
/**
- * Sets the userDomainNameSource property value. UserDomainname attribute that is picked from AAD and injected into this profile before installing on the device. Possible values are: fullDomainName, netBiosDomainName.
+ * Sets the userDomainNameSource property value. UserDomainname attribute that is picked from AAD and injected into this profile before installing on the device. The possible values are: fullDomainName, netBiosDomainName.
* @param value Value to set for the userDomainNameSource property.
*/
public void setUserDomainNameSource(@jakarta.annotation.Nullable final DomainNameSource value) {
this.backingStore.set("userDomainNameSource", value);
}
/**
- * Sets the usernameAADSource property value. Name of the AAD field, that will be used to retrieve UserName for email profile. Possible values are: userPrincipalName, primarySmtpAddress, samAccountName.
+ * Sets the usernameAADSource property value. Name of the AAD field, that will be used to retrieve UserName for email profile. The possible values are: userPrincipalName, primarySmtpAddress, samAccountName.
* @param value Value to set for the usernameAADSource property.
*/
public void setUsernameAADSource(@jakarta.annotation.Nullable final UsernameSource value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EducationAssignment.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationAssignment.java
index d714e7f1958..53e1d62ad93 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationAssignment.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationAssignment.java
@@ -281,7 +281,7 @@ public EducationRubric getRubric() {
return this.backingStore.get("rubric");
}
/**
- * Gets the status property value. 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.
+ * Gets the status property value. 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.
* @return a {@link EducationAssignmentStatus}
*/
@jakarta.annotation.Nullable
@@ -522,7 +522,7 @@ public void setRubric(@jakarta.annotation.Nullable final EducationRubric value)
this.backingStore.set("rubric", value);
}
/**
- * Sets the status property value. 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.
+ * Sets the status property value. 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.
* @param value Value to set for the status property.
*/
public void setStatus(@jakarta.annotation.Nullable final EducationAssignmentStatus value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EducationAssignmentDefaults.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationAssignmentDefaults.java
index 656d8b3c047..9b4b427cc53 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationAssignmentDefaults.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationAssignmentDefaults.java
@@ -26,7 +26,7 @@ public static EducationAssignmentDefaults createFromDiscriminatorValue(@jakarta.
return new EducationAssignmentDefaults();
}
/**
- * Gets the addedStudentAction property value. Class-level default behavior for handling students who are added after the assignment is published. Possible values are: none, assignIfOpen.
+ * Gets the addedStudentAction property value. Class-level default behavior for handling students who are added after the assignment is published. The possible values are: none, assignIfOpen.
* @return a {@link EducationAddedStudentAction}
*/
@jakarta.annotation.Nullable
@@ -83,7 +83,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeStringValue("notificationChannelUrl", this.getNotificationChannelUrl());
}
/**
- * Sets the addedStudentAction property value. Class-level default behavior for handling students who are added after the assignment is published. Possible values are: none, assignIfOpen.
+ * Sets the addedStudentAction property value. Class-level default behavior for handling students who are added after the assignment is published. The possible values are: none, assignIfOpen.
* @param value Value to set for the addedStudentAction property.
*/
public void setAddedStudentAction(@jakarta.annotation.Nullable final EducationAddedStudentAction value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EducationClass.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationClass.java
index bd09cadb879..16366e810fc 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationClass.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationClass.java
@@ -113,7 +113,7 @@ public String getExternalName() {
return this.backingStore.get("externalName");
}
/**
- * Gets the externalSource property value. The type of external source this resource was generated from (automatically determined from externalSourceDetail). Possible values are: sis, lms, or manual.
+ * Gets the externalSource property value. The type of external source this resource was generated from (automatically determined from externalSourceDetail). The possible values are: sis, lms, or manual.
* @return a {@link EducationExternalSource}
*/
@jakarta.annotation.Nullable
@@ -329,7 +329,7 @@ public void setExternalName(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("externalName", value);
}
/**
- * Sets the externalSource property value. The type of external source this resource was generated from (automatically determined from externalSourceDetail). Possible values are: sis, lms, or manual.
+ * Sets the externalSource property value. The type of external source this resource was generated from (automatically determined from externalSourceDetail). The possible values are: sis, lms, or manual.
* @param value Value to set for the externalSource property.
*/
public void setExternalSource(@jakarta.annotation.Nullable final EducationExternalSource value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EducationModule.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationModule.java
index 67afdd3966a..a0764d312a2 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationModule.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationModule.java
@@ -126,7 +126,7 @@ public String getResourcesFolderUrl() {
return this.backingStore.get("resourcesFolderUrl");
}
/**
- * Gets the status property value. Status of the module. You can't use a PATCH operation to update this value. Possible values are: draft and published.
+ * Gets the status property value. Status of the module. You can't use a PATCH operation to update this value. The possible values are: draft and published.
* @return a {@link EducationModuleStatus}
*/
@jakarta.annotation.Nullable
@@ -217,7 +217,7 @@ public void setResourcesFolderUrl(@jakarta.annotation.Nullable final String valu
this.backingStore.set("resourcesFolderUrl", value);
}
/**
- * Sets the status property value. Status of the module. You can't use a PATCH operation to update this value. Possible values are: draft and published.
+ * Sets the status property value. Status of the module. You can't use a PATCH operation to update this value. The possible values are: draft and published.
* @param value Value to set for the status property.
*/
public void setStatus(@jakarta.annotation.Nullable final EducationModuleStatus value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EducationOrganization.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationOrganization.java
index a87ad5f3144..8238e3999b1 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationOrganization.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationOrganization.java
@@ -48,7 +48,7 @@ public String getDisplayName() {
return this.backingStore.get("displayName");
}
/**
- * Gets the externalSource property value. Where this user was created from. Possible values are: sis, lms, or manual.
+ * Gets the externalSource property value. Where this user was created from. The possible values are: sis, lms, or manual.
* @return a {@link EducationExternalSource}
*/
@jakarta.annotation.Nullable
@@ -103,7 +103,7 @@ public void setDisplayName(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("displayName", value);
}
/**
- * Sets the externalSource property value. Where this user was created from. Possible values are: sis, lms, or manual.
+ * Sets the externalSource property value. Where this user was created from. The possible values are: sis, lms, or manual.
* @param value Value to set for the externalSource property.
*/
public void setExternalSource(@jakarta.annotation.Nullable final EducationExternalSource value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EducationStudent.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationStudent.java
index 7971b9e6373..293de6e9692 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationStudent.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationStudent.java
@@ -89,7 +89,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the gender property value. Possible values are: female, male, other.
+ * Gets the gender property value. The possible values are: female, male, other.
* @return a {@link EducationGender}
*/
@jakarta.annotation.Nullable
@@ -173,7 +173,7 @@ public void setExternalId(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("externalId", value);
}
/**
- * Sets the gender property value. Possible values are: female, male, other.
+ * Sets the gender property value. The possible values are: female, male, other.
* @param value Value to set for the gender property.
*/
public void setGender(@jakarta.annotation.Nullable final EducationGender value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EducationSubmission.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationSubmission.java
index 2192fa547c1..61f6bb43891 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationSubmission.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationSubmission.java
@@ -159,7 +159,7 @@ public OffsetDateTime getReturnedDateTime() {
return this.backingStore.get("returnedDateTime");
}
/**
- * Gets the status property 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.
+ * Gets the status property value. 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.
* @return a {@link EducationSubmissionStatus}
*/
@jakarta.annotation.Nullable
@@ -318,7 +318,7 @@ public void setReturnedDateTime(@jakarta.annotation.Nullable final OffsetDateTim
this.backingStore.set("returnedDateTime", value);
}
/**
- * Sets the status property 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.
+ * Sets the status property value. 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.
* @param value Value to set for the status property.
*/
public void setStatus(@jakarta.annotation.Nullable final EducationSubmissionStatus value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EducationUser.java b/src/main/java/com/microsoft/graph/beta/generated/models/EducationUser.java
index aa9f9e96640..24cc4f55b3c 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/EducationUser.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/EducationUser.java
@@ -98,7 +98,7 @@ public String getDisplayName() {
return this.backingStore.get("displayName");
}
/**
- * Gets the externalSource property value. The type of external source this resource was generated from (automatically determined from externalSourceDetail). Possible values are: sis, lms, or manual.
+ * Gets the externalSource property value. The type of external source this resource was generated from (automatically determined from externalSourceDetail). The possible values are: sis, lms, or manual.
* @return a {@link EducationExternalSource}
*/
@jakarta.annotation.Nullable
@@ -486,7 +486,7 @@ public void setDisplayName(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("displayName", value);
}
/**
- * Sets the externalSource property value. The type of external source this resource was generated from (automatically determined from externalSourceDetail). Possible values are: sis, lms, or manual.
+ * Sets the externalSource property value. The type of external source this resource was generated from (automatically determined from externalSourceDetail). The possible values are: sis, lms, or manual.
* @param value Value to set for the externalSource property.
*/
public void setExternalSource(@jakarta.annotation.Nullable final EducationExternalSource value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EmailAuthenticationMethodConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/EmailAuthenticationMethodConfiguration.java
index cb51978a4b1..9ed34403f4f 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/EmailAuthenticationMethodConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/EmailAuthenticationMethodConfiguration.java
@@ -26,7 +26,7 @@ public static EmailAuthenticationMethodConfiguration createFromDiscriminatorValu
return new EmailAuthenticationMethodConfiguration();
}
/**
- * Gets the allowExternalIdToUseEmailOtp property value. 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.
+ * Gets the allowExternalIdToUseEmailOtp property value. 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.
* @return a {@link ExternalEmailOtpState}
*/
@jakarta.annotation.Nullable
@@ -63,7 +63,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeCollectionOfObjectValues("includeTargets", this.getIncludeTargets());
}
/**
- * Sets the allowExternalIdToUseEmailOtp property value. 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.
+ * Sets the allowExternalIdToUseEmailOtp property value. 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.
* @param value Value to set for the allowExternalIdToUseEmailOtp property.
*/
public void setAllowExternalIdToUseEmailOtp(@jakarta.annotation.Nullable final ExternalEmailOtpState value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EmailFileAssessmentRequest.java b/src/main/java/com/microsoft/graph/beta/generated/models/EmailFileAssessmentRequest.java
index 96a590a4cd3..ef5415c2e54 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/EmailFileAssessmentRequest.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/EmailFileAssessmentRequest.java
@@ -34,7 +34,7 @@ public String getContentData() {
return this.backingStore.get("contentData");
}
/**
- * Gets the destinationRoutingReason property value. 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.
+ * Gets the destinationRoutingReason property value. 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.
* @return a {@link MailDestinationRoutingReason}
*/
@jakarta.annotation.Nullable
@@ -80,7 +80,7 @@ public void setContentData(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("contentData", value);
}
/**
- * Sets the destinationRoutingReason property value. 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.
+ * Sets the destinationRoutingReason property value. 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.
* @param value Value to set for the destinationRoutingReason property.
*/
public void setDestinationRoutingReason(@jakarta.annotation.Nullable final MailDestinationRoutingReason value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EndUserNotification.java b/src/main/java/com/microsoft/graph/beta/generated/models/EndUserNotification.java
index 06c201387ce..92f2fe2406e 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/EndUserNotification.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/EndUserNotification.java
@@ -102,7 +102,7 @@ public OffsetDateTime getLastModifiedDateTime() {
return this.backingStore.get("lastModifiedDateTime");
}
/**
- * Gets the notificationType property value. Type of notification. Possible values are: unknown, positiveReinforcement, noTraining, trainingAssignment, trainingReminder, unknownFutureValue.
+ * Gets the notificationType property value. Type of notification. The possible values are: unknown, positiveReinforcement, noTraining, trainingAssignment, trainingReminder, unknownFutureValue.
* @return a {@link EndUserNotificationType}
*/
@jakarta.annotation.Nullable
@@ -110,7 +110,7 @@ public EndUserNotificationType getNotificationType() {
return this.backingStore.get("notificationType");
}
/**
- * Gets the source property value. The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue.
+ * Gets the source property value. The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue.
* @return a {@link SimulationContentSource}
*/
@jakarta.annotation.Nullable
@@ -118,7 +118,7 @@ public SimulationContentSource getSource() {
return this.backingStore.get("source");
}
/**
- * Gets the status property value. The status of the notification. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.
+ * Gets the status property value. The status of the notification. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.
* @return a {@link SimulationContentStatus}
*/
@jakarta.annotation.Nullable
@@ -202,21 +202,21 @@ public void setLastModifiedDateTime(@jakarta.annotation.Nullable final OffsetDat
this.backingStore.set("lastModifiedDateTime", value);
}
/**
- * Sets the notificationType property value. Type of notification. Possible values are: unknown, positiveReinforcement, noTraining, trainingAssignment, trainingReminder, unknownFutureValue.
+ * Sets the notificationType property value. Type of notification. The possible values are: unknown, positiveReinforcement, noTraining, trainingAssignment, trainingReminder, unknownFutureValue.
* @param value Value to set for the notificationType property.
*/
public void setNotificationType(@jakarta.annotation.Nullable final EndUserNotificationType value) {
this.backingStore.set("notificationType", value);
}
/**
- * Sets the source property value. The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue.
+ * Sets the source property value. The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue.
* @param value Value to set for the source property.
*/
public void setSource(@jakarta.annotation.Nullable final SimulationContentSource value) {
this.backingStore.set("source", value);
}
/**
- * Sets the status property value. The status of the notification. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.
+ * Sets the status property value. The status of the notification. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.
* @param value Value to set for the status property.
*/
public void setStatus(@jakarta.annotation.Nullable final SimulationContentStatus value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EndUserNotificationSetting.java b/src/main/java/com/microsoft/graph/beta/generated/models/EndUserNotificationSetting.java
index 16946610e06..8c5cb8c255b 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/EndUserNotificationSetting.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/EndUserNotificationSetting.java
@@ -77,7 +77,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the notificationPreference property value. Notification preference. Possible values are: unknown, microsoft, custom, unknownFutureValue.
+ * Gets the notificationPreference property value. Notification preference. The possible values are: unknown, microsoft, custom, unknownFutureValue.
* @return a {@link EndUserNotificationPreference}
*/
@jakarta.annotation.Nullable
@@ -101,7 +101,7 @@ public PositiveReinforcementNotification getPositiveReinforcement() {
return this.backingStore.get("positiveReinforcement");
}
/**
- * Gets the settingType property value. End user notification type. Possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue.
+ * Gets the settingType property value. End user notification type. The possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue.
* @return a {@link EndUserNotificationSettingType}
*/
@jakarta.annotation.Nullable
@@ -136,7 +136,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value
this.backingStore = value;
}
/**
- * Sets the notificationPreference property value. Notification preference. Possible values are: unknown, microsoft, custom, unknownFutureValue.
+ * Sets the notificationPreference property value. Notification preference. The possible values are: unknown, microsoft, custom, unknownFutureValue.
* @param value Value to set for the notificationPreference property.
*/
public void setNotificationPreference(@jakarta.annotation.Nullable final EndUserNotificationPreference value) {
@@ -157,7 +157,7 @@ public void setPositiveReinforcement(@jakarta.annotation.Nullable final Positive
this.backingStore.set("positiveReinforcement", value);
}
/**
- * Sets the settingType property value. End user notification type. Possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue.
+ * Sets the settingType property value. End user notification type. The possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue.
* @param value Value to set for the settingType property.
*/
public void setSettingType(@jakarta.annotation.Nullable final EndUserNotificationSettingType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EndUserSettings.java b/src/main/java/com/microsoft/graph/beta/generated/models/EndUserSettings.java
new file mode 100644
index 00000000000..4de0effa316
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/EndUserSettings.java
@@ -0,0 +1,79 @@
+package com.microsoft.graph.beta.models;
+
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParseNode;
+import com.microsoft.kiota.serialization.SerializationWriter;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class EndUserSettings extends ControlConfiguration implements Parsable {
+ /**
+ * Instantiates a new {@link EndUserSettings} and sets the default values.
+ */
+ public EndUserSettings() {
+ super();
+ this.setOdataType("#microsoft.graph.endUserSettings");
+ }
+ /**
+ * Creates a new instance of the appropriate class based on discriminator value
+ * @param parseNode The parse node to use to read the discriminator value and create the object
+ * @return a {@link EndUserSettings}
+ */
+ @jakarta.annotation.Nonnull
+ public static EndUserSettings createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) {
+ Objects.requireNonNull(parseNode);
+ return new EndUserSettings();
+ }
+ /**
+ * The deserialization information for the current model
+ * @return a {@link Map>}
+ */
+ @jakarta.annotation.Nonnull
+ public Map> getFieldDeserializers() {
+ final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers());
+ deserializerMap.put("relatedPeopleInsightLevel", (n) -> { this.setRelatedPeopleInsightLevel(n.getEnumValue(AccessPackageSuggestionRelatedPeopleInsightLevel::forValue)); });
+ deserializerMap.put("showApproverDetailsToMembers", (n) -> { this.setShowApproverDetailsToMembers(n.getBooleanValue()); });
+ return deserializerMap;
+ }
+ /**
+ * Gets the relatedPeopleInsightLevel property value. The level of related people insights to show in access package suggestions. The possible values are: disabled, count, countAndNames, unknownFutureValue.
+ * @return a {@link AccessPackageSuggestionRelatedPeopleInsightLevel}
+ */
+ @jakarta.annotation.Nullable
+ public AccessPackageSuggestionRelatedPeopleInsightLevel getRelatedPeopleInsightLevel() {
+ return this.backingStore.get("relatedPeopleInsightLevel");
+ }
+ /**
+ * Gets the showApproverDetailsToMembers property value. Indicates whether approver details are shown to end users. When true, approver information is visible to members.
+ * @return a {@link Boolean}
+ */
+ @jakarta.annotation.Nullable
+ public Boolean getShowApproverDetailsToMembers() {
+ return this.backingStore.get("showApproverDetailsToMembers");
+ }
+ /**
+ * Serializes information the current object
+ * @param writer Serialization writer to use to serialize this model
+ */
+ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writer) {
+ Objects.requireNonNull(writer);
+ super.serialize(writer);
+ writer.writeEnumValue("relatedPeopleInsightLevel", this.getRelatedPeopleInsightLevel());
+ writer.writeBooleanValue("showApproverDetailsToMembers", this.getShowApproverDetailsToMembers());
+ }
+ /**
+ * Sets the relatedPeopleInsightLevel property value. The level of related people insights to show in access package suggestions. The possible values are: disabled, count, countAndNames, unknownFutureValue.
+ * @param value Value to set for the relatedPeopleInsightLevel property.
+ */
+ public void setRelatedPeopleInsightLevel(@jakarta.annotation.Nullable final AccessPackageSuggestionRelatedPeopleInsightLevel value) {
+ this.backingStore.set("relatedPeopleInsightLevel", value);
+ }
+ /**
+ * Sets the showApproverDetailsToMembers property value. Indicates whether approver details are shown to end users. When true, approver information is visible to members.
+ * @param value Value to set for the showApproverDetailsToMembers property.
+ */
+ public void setShowApproverDetailsToMembers(@jakarta.annotation.Nullable final Boolean value) {
+ this.backingStore.set("showApproverDetailsToMembers", value);
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EntitlementManagement.java b/src/main/java/com/microsoft/graph/beta/generated/models/EntitlementManagement.java
index 2d500a96070..1132681e400 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/EntitlementManagement.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/EntitlementManagement.java
@@ -144,6 +144,14 @@ public java.util.List getAvailableAccessPackages() {
public java.util.List getConnectedOrganizations() {
return this.backingStore.get("connectedOrganizations");
}
+ /**
+ * Gets the controlConfigurations property value. Represents the policies that control lifecycle and access to access packages across the organization.
+ * @return a {@link java.util.List}
+ */
+ @jakarta.annotation.Nullable
+ public java.util.List getControlConfigurations() {
+ return this.backingStore.get("controlConfigurations");
+ }
/**
* The deserialization information for the current model
* @return a {@link Map>}
@@ -166,6 +174,7 @@ public Map> getFieldDeserializers
deserializerMap.put("assignmentRequests", (n) -> { this.setAssignmentRequests(n.getCollectionOfObjectValues(AccessPackageAssignmentRequest::createFromDiscriminatorValue)); });
deserializerMap.put("availableAccessPackages", (n) -> { this.setAvailableAccessPackages(n.getCollectionOfObjectValues(AvailableAccessPackage::createFromDiscriminatorValue)); });
deserializerMap.put("connectedOrganizations", (n) -> { this.setConnectedOrganizations(n.getCollectionOfObjectValues(ConnectedOrganization::createFromDiscriminatorValue)); });
+ deserializerMap.put("controlConfigurations", (n) -> { this.setControlConfigurations(n.getCollectionOfObjectValues(ControlConfiguration::createFromDiscriminatorValue)); });
deserializerMap.put("settings", (n) -> { this.setSettings(n.getObjectValue(EntitlementManagementSettings::createFromDiscriminatorValue)); });
deserializerMap.put("subjects", (n) -> { this.setSubjects(n.getCollectionOfObjectValues(AccessPackageSubject::createFromDiscriminatorValue)); });
return deserializerMap;
@@ -208,6 +217,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeCollectionOfObjectValues("assignmentRequests", this.getAssignmentRequests());
writer.writeCollectionOfObjectValues("availableAccessPackages", this.getAvailableAccessPackages());
writer.writeCollectionOfObjectValues("connectedOrganizations", this.getConnectedOrganizations());
+ writer.writeCollectionOfObjectValues("controlConfigurations", this.getControlConfigurations());
writer.writeObjectValue("settings", this.getSettings());
writer.writeCollectionOfObjectValues("subjects", this.getSubjects());
}
@@ -316,6 +326,13 @@ public void setAvailableAccessPackages(@jakarta.annotation.Nullable final java.u
public void setConnectedOrganizations(@jakarta.annotation.Nullable final java.util.List value) {
this.backingStore.set("connectedOrganizations", value);
}
+ /**
+ * Sets the controlConfigurations property value. Represents the policies that control lifecycle and access to access packages across the organization.
+ * @param value Value to set for the controlConfigurations property.
+ */
+ public void setControlConfigurations(@jakarta.annotation.Nullable final java.util.List value) {
+ this.backingStore.set("controlConfigurations", value);
+ }
/**
* Sets the settings property value. Represents the settings that control the behavior of Microsoft Entra entitlement management.
* @param value Value to set for the settings property.
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Entity.java b/src/main/java/com/microsoft/graph/beta/generated/models/Entity.java
index 28d74da906d..3169c6f1be2 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/Entity.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/Entity.java
@@ -5,6 +5,7 @@
import com.microsoft.graph.beta.models.callrecords.Participant;
import com.microsoft.graph.beta.models.callrecords.ParticipantBase;
import com.microsoft.graph.beta.models.callrecords.Segment;
+import com.microsoft.graph.beta.models.callrecords.Session;
import com.microsoft.graph.beta.models.cloudlicensing.UsageRight;
import com.microsoft.graph.beta.models.devicemanagement.AlertRecord;
import com.microsoft.graph.beta.models.devicemanagement.AlertRule;
@@ -13,9 +14,9 @@
import com.microsoft.graph.beta.models.ediscovery.CaseExportOperation;
import com.microsoft.graph.beta.models.ediscovery.CaseHoldOperation;
import com.microsoft.graph.beta.models.ediscovery.CaseIndexOperation;
+import com.microsoft.graph.beta.models.ediscovery.CaseOperation;
import com.microsoft.graph.beta.models.ediscovery.CaseSettings;
import com.microsoft.graph.beta.models.ediscovery.Custodian;
-import com.microsoft.graph.beta.models.ediscovery.DataSource;
import com.microsoft.graph.beta.models.ediscovery.Ediscoveryroot;
import com.microsoft.graph.beta.models.ediscovery.EstimateStatisticsOperation;
import com.microsoft.graph.beta.models.ediscovery.LegalHold;
@@ -24,9 +25,9 @@
import com.microsoft.graph.beta.models.ediscovery.ReviewSet;
import com.microsoft.graph.beta.models.ediscovery.ReviewSetQuery;
import com.microsoft.graph.beta.models.ediscovery.SourceCollection;
-import com.microsoft.graph.beta.models.ediscovery.Tag;
import com.microsoft.graph.beta.models.ediscovery.TagOperation;
import com.microsoft.graph.beta.models.ediscovery.UnifiedGroupSource;
+import com.microsoft.graph.beta.models.ediscovery.UserSource;
import com.microsoft.graph.beta.models.externalconnectors.ConnectionOperation;
import com.microsoft.graph.beta.models.externalconnectors.ConnectionQuota;
import com.microsoft.graph.beta.models.externalconnectors.ExternalActivity;
@@ -36,7 +37,6 @@
import com.microsoft.graph.beta.models.externalconnectors.ExternalItem;
import com.microsoft.graph.beta.models.externalconnectors.Identity;
import com.microsoft.graph.beta.models.externalconnectors.Schema;
-import com.microsoft.graph.beta.models.healthmonitoring.Alert;
import com.microsoft.graph.beta.models.healthmonitoring.AlertConfiguration;
import com.microsoft.graph.beta.models.healthmonitoring.HealthMonitoringRoot;
import com.microsoft.graph.beta.models.identitygovernance.CustomTaskExtension;
@@ -183,6 +183,7 @@
import com.microsoft.graph.beta.models.search.Bookmark;
import com.microsoft.graph.beta.models.search.Qna;
import com.microsoft.graph.beta.models.search.SearchAnswer;
+import com.microsoft.graph.beta.models.security.Alert;
import com.microsoft.graph.beta.models.security.AnalyzedEmail;
import com.microsoft.graph.beta.models.security.Article;
import com.microsoft.graph.beta.models.security.ArticleIndicator;
@@ -191,9 +192,7 @@
import com.microsoft.graph.beta.models.security.AuditLogQuery;
import com.microsoft.graph.beta.models.security.AuditLogRecord;
import com.microsoft.graph.beta.models.security.AuthorityTemplate;
-import com.microsoft.graph.beta.models.security.AutoAuditingConfiguration;
import com.microsoft.graph.beta.models.security.CaseEscaped;
-import com.microsoft.graph.beta.models.security.CaseOperation;
import com.microsoft.graph.beta.models.security.CasesRoot;
import com.microsoft.graph.beta.models.security.CategoryTemplate;
import com.microsoft.graph.beta.models.security.CitationTemplate;
@@ -202,6 +201,7 @@
import com.microsoft.graph.beta.models.security.DataDiscoveryReport;
import com.microsoft.graph.beta.models.security.DataDiscoveryRoot;
import com.microsoft.graph.beta.models.security.DataSet;
+import com.microsoft.graph.beta.models.security.DataSource;
import com.microsoft.graph.beta.models.security.DataSourceContainer;
import com.microsoft.graph.beta.models.security.DepartmentTemplate;
import com.microsoft.graph.beta.models.security.DetectionRule;
@@ -273,7 +273,6 @@
import com.microsoft.graph.beta.models.security.Security;
import com.microsoft.graph.beta.models.security.securitycopilot.Evaluation;
import com.microsoft.graph.beta.models.security.securitycopilot.Prompt;
-import com.microsoft.graph.beta.models.security.securitycopilot.Session;
import com.microsoft.graph.beta.models.security.securitycopilot.Workspace;
import com.microsoft.graph.beta.models.security.SensitivityLabel;
import com.microsoft.graph.beta.models.security.Sensor;
@@ -284,6 +283,7 @@
import com.microsoft.graph.beta.models.security.SslCertificate;
import com.microsoft.graph.beta.models.security.SubcategoryTemplate;
import com.microsoft.graph.beta.models.security.Subdomain;
+import com.microsoft.graph.beta.models.security.Tag;
import com.microsoft.graph.beta.models.security.ThreatIntelligence;
import com.microsoft.graph.beta.models.security.ThreatSubmission;
import com.microsoft.graph.beta.models.security.ThreatSubmissionRoot;
@@ -292,7 +292,6 @@
import com.microsoft.graph.beta.models.security.UnclassifiedArtifact;
import com.microsoft.graph.beta.models.security.UrlThreatSubmission;
import com.microsoft.graph.beta.models.security.User;
-import com.microsoft.graph.beta.models.security.UserSource;
import com.microsoft.graph.beta.models.security.Vulnerability;
import com.microsoft.graph.beta.models.security.VulnerabilityComponent;
import com.microsoft.graph.beta.models.security.WhoisBaseRecord;
@@ -805,6 +804,7 @@ private static Entity createFromDiscriminatorValue_0(@jakarta.annotation.Nonnull
case "#microsoft.graph.contentType": return new ContentType();
case "#microsoft.graph.continuousAccessEvaluationPolicy": return new ContinuousAccessEvaluationPolicy();
case "#microsoft.graph.contract": return new Contract();
+ case "#microsoft.graph.controlConfiguration": return new ControlConfiguration();
case "#microsoft.graph.conversation": return new Conversation();
case "#microsoft.graph.conversationMember": return new ConversationMember();
case "#microsoft.graph.conversationThread": return new ConversationThread();
@@ -897,7 +897,6 @@ private static Entity createFromDiscriminatorValue_0(@jakarta.annotation.Nonnull
case "#microsoft.graph.deviceComplianceScriptRunSummary": return new DeviceComplianceScriptRunSummary();
case "#microsoft.graph.deviceComplianceSettingState": return new DeviceComplianceSettingState();
case "#microsoft.graph.deviceComplianceUserOverview": return new DeviceComplianceUserOverview();
- case "#microsoft.graph.deviceComplianceUserStatus": return new DeviceComplianceUserStatus();
}
return null;
}
@@ -909,6 +908,7 @@ private static Entity createFromDiscriminatorValue_0(@jakarta.annotation.Nonnull
@jakarta.annotation.Nonnull
private static Entity createFromDiscriminatorValue_1(@jakarta.annotation.Nonnull final String discriminatorValue) {
switch (discriminatorValue) {
+ case "#microsoft.graph.deviceComplianceUserStatus": return new DeviceComplianceUserStatus();
case "#microsoft.graph.deviceConfiguration": return new DeviceConfiguration();
case "#microsoft.graph.deviceConfigurationAssignment": return new DeviceConfigurationAssignment();
case "#microsoft.graph.deviceConfigurationConflictSummary": return new DeviceConfigurationConflictSummary();
@@ -1103,6 +1103,7 @@ private static Entity createFromDiscriminatorValue_1(@jakarta.annotation.Nonnull
case "#microsoft.graph.endpointPrivilegeManagementProvisioningStatus": return new EndpointPrivilegeManagementProvisioningStatus();
case "#microsoft.graph.endUserNotification": return new EndUserNotification();
case "#microsoft.graph.endUserNotificationDetail": return new EndUserNotificationDetail();
+ case "#microsoft.graph.endUserSettings": return new EndUserSettings();
case "#microsoft.graph.engagementAsyncOperation": return new EngagementAsyncOperation();
case "#microsoft.graph.engagementConversation": return new EngagementConversation();
case "#microsoft.graph.engagementConversationDiscussionMessage": return new EngagementConversationDiscussionMessage();
@@ -1121,6 +1122,7 @@ private static Entity createFromDiscriminatorValue_1(@jakarta.annotation.Nonnull
case "#microsoft.graph.entitlementManagement": return new EntitlementManagement();
case "#microsoft.graph.entitlementManagementSettings": return new EntitlementManagementSettings();
case "#microsoft.graph.entra": return new Entra();
+ case "#microsoft.graph.entraIdProtectionRiskyUserApproval": return new EntraIdProtectionRiskyUserApproval();
case "#microsoft.graph.evaluateLabelJobResponse": return new EvaluateLabelJobResponse();
case "#microsoft.graph.event": return new Event();
case "#microsoft.graph.eventMessage": return new EventMessage();
@@ -1329,6 +1331,7 @@ private static Entity createFromDiscriminatorValue_1(@jakarta.annotation.Nonnull
case "#microsoft.graph.informationProtection": return new InformationProtection();
case "#microsoft.graph.informationProtectionLabel": return new InformationProtectionLabel();
case "#microsoft.graph.informationProtectionPolicy": return new InformationProtectionPolicy();
+ case "#microsoft.graph.insiderRiskyUserApproval": return new InsiderRiskyUserApproval();
case "#microsoft.graph.insightsSettings": return new InsightsSettings();
case "#microsoft.graph.insightSummary": return new InsightSummary();
case "#microsoft.graph.internalDomainFederation": return new InternalDomainFederation();
@@ -1405,10 +1408,6 @@ private static Entity createFromDiscriminatorValue_1(@jakarta.annotation.Nonnull
case "#microsoft.graph.levelMap": return new LevelMap();
case "#microsoft.graph.licenseDetails": return new LicenseDetails();
case "#microsoft.graph.linkedResource": return new LinkedResource();
- case "#microsoft.graph.list": return new List();
- case "#microsoft.graph.listItem": return new ListItem();
- case "#microsoft.graph.listItemVersion": return new ListItemVersion();
- case "#microsoft.graph.localizedNotificationMessage": return new LocalizedNotificationMessage();
}
return null;
}
@@ -1420,6 +1419,10 @@ private static Entity createFromDiscriminatorValue_1(@jakarta.annotation.Nonnull
@jakarta.annotation.Nonnull
private static Entity createFromDiscriminatorValue_2(@jakarta.annotation.Nonnull final String discriminatorValue) {
switch (discriminatorValue) {
+ case "#microsoft.graph.list": return new List();
+ case "#microsoft.graph.listItem": return new ListItem();
+ case "#microsoft.graph.listItemVersion": return new ListItemVersion();
+ case "#microsoft.graph.localizedNotificationMessage": return new LocalizedNotificationMessage();
case "#microsoft.graph.loginPage": return new LoginPage();
case "#microsoft.graph.longRunningOperation": return new LongRunningOperation();
case "#microsoft.graph.lookupResultRow": return new LookupResultRow();
@@ -1916,10 +1919,6 @@ private static Entity createFromDiscriminatorValue_2(@jakarta.annotation.Nonnull
case "#microsoft.graph.redundantAssignmentAlertIncident": return new RedundantAssignmentAlertIncident();
case "#microsoft.graph.referenceAttachment": return new ReferenceAttachment();
case "#microsoft.graph.reflectCheckInResponse": return new ReflectCheckInResponse();
- case "#microsoft.graph.regionalAndLanguageSettings": return new RegionalAndLanguageSettings();
- case "#microsoft.graph.relyingPartyDetailedSummary": return new RelyingPartyDetailedSummary();
- case "#microsoft.graph.remoteActionAudit": return new RemoteActionAudit();
- case "#microsoft.graph.remoteAssistancePartner": return new RemoteAssistancePartner();
}
return null;
}
@@ -1931,6 +1930,10 @@ private static Entity createFromDiscriminatorValue_2(@jakarta.annotation.Nonnull
@jakarta.annotation.Nonnull
private static Entity createFromDiscriminatorValue_3(@jakarta.annotation.Nonnull final String discriminatorValue) {
switch (discriminatorValue) {
+ case "#microsoft.graph.regionalAndLanguageSettings": return new RegionalAndLanguageSettings();
+ case "#microsoft.graph.relyingPartyDetailedSummary": return new RelyingPartyDetailedSummary();
+ case "#microsoft.graph.remoteActionAudit": return new RemoteActionAudit();
+ case "#microsoft.graph.remoteAssistancePartner": return new RemoteAssistancePartner();
case "#microsoft.graph.remoteAssistanceSettings": return new RemoteAssistanceSettings();
case "#microsoft.graph.remoteDesktopSecurityConfiguration": return new RemoteDesktopSecurityConfiguration();
case "#microsoft.graph.reportRoot": return new ReportRoot();
@@ -1999,7 +2002,6 @@ private static Entity createFromDiscriminatorValue_3(@jakarta.annotation.Nonnull
case "#microsoft.graph.security.auditLogQuery": return new AuditLogQuery();
case "#microsoft.graph.security.auditLogRecord": return new AuditLogRecord();
case "#microsoft.graph.security.authorityTemplate": return new AuthorityTemplate();
- case "#microsoft.graph.security.autoAuditingConfiguration": return new AutoAuditingConfiguration();
case "#microsoft.graph.security.case": return new CaseEscaped();
case "#microsoft.graph.security.caseOperation": return new CaseOperation();
case "#microsoft.graph.security.casesRoot": return new CasesRoot();
@@ -2428,9 +2430,6 @@ private static Entity createFromDiscriminatorValue_3(@jakarta.annotation.Nonnull
case "#microsoft.graph.userRequestsMetric": return new UserRequestsMetric();
case "#microsoft.graph.userScopeTeamsAppInstallation": return new UserScopeTeamsAppInstallation();
case "#microsoft.graph.userSecurityProfile": return new UserSecurityProfile();
- case "#microsoft.graph.userSettings": return new UserSettings();
- case "#microsoft.graph.userSignInInsight": return new UserSignInInsight();
- case "#microsoft.graph.userSignUpMetric": return new UserSignUpMetric();
}
return null;
}
@@ -2442,6 +2441,9 @@ private static Entity createFromDiscriminatorValue_3(@jakarta.annotation.Nonnull
@jakarta.annotation.Nonnull
private static Entity createFromDiscriminatorValue_4(@jakarta.annotation.Nonnull final String discriminatorValue) {
switch (discriminatorValue) {
+ case "#microsoft.graph.userSettings": return new UserSettings();
+ case "#microsoft.graph.userSignInInsight": return new UserSignInInsight();
+ case "#microsoft.graph.userSignUpMetric": return new UserSignUpMetric();
case "#microsoft.graph.userSolutionRoot": return new UserSolutionRoot();
case "#microsoft.graph.userStorage": return new UserStorage();
case "#microsoft.graph.userTeamwork": return new UserTeamwork();
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EntraIdProtectionRiskyUserApproval.java b/src/main/java/com/microsoft/graph/beta/generated/models/EntraIdProtectionRiskyUserApproval.java
new file mode 100644
index 00000000000..1dd669aba4c
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/EntraIdProtectionRiskyUserApproval.java
@@ -0,0 +1,79 @@
+package com.microsoft.graph.beta.models;
+
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParseNode;
+import com.microsoft.kiota.serialization.SerializationWriter;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class EntraIdProtectionRiskyUserApproval extends ControlConfiguration implements Parsable {
+ /**
+ * Instantiates a new {@link EntraIdProtectionRiskyUserApproval} and sets the default values.
+ */
+ public EntraIdProtectionRiskyUserApproval() {
+ super();
+ this.setOdataType("#microsoft.graph.entraIdProtectionRiskyUserApproval");
+ }
+ /**
+ * Creates a new instance of the appropriate class based on discriminator value
+ * @param parseNode The parse node to use to read the discriminator value and create the object
+ * @return a {@link EntraIdProtectionRiskyUserApproval}
+ */
+ @jakarta.annotation.Nonnull
+ public static EntraIdProtectionRiskyUserApproval createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) {
+ Objects.requireNonNull(parseNode);
+ return new EntraIdProtectionRiskyUserApproval();
+ }
+ /**
+ * The deserialization information for the current model
+ * @return a {@link Map>}
+ */
+ @jakarta.annotation.Nonnull
+ public Map> getFieldDeserializers() {
+ final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers());
+ deserializerMap.put("isApprovalRequired", (n) -> { this.setIsApprovalRequired(n.getBooleanValue()); });
+ deserializerMap.put("minimumRiskLevel", (n) -> { this.setMinimumRiskLevel(n.getEnumValue(RiskLevel::forValue)); });
+ return deserializerMap;
+ }
+ /**
+ * Gets the isApprovalRequired property value. Indicates whether approval is required for risky users.
+ * @return a {@link Boolean}
+ */
+ @jakarta.annotation.Nullable
+ public Boolean getIsApprovalRequired() {
+ return this.backingStore.get("isApprovalRequired");
+ }
+ /**
+ * Gets the minimumRiskLevel property value. The minimumRiskLevel property
+ * @return a {@link RiskLevel}
+ */
+ @jakarta.annotation.Nullable
+ public RiskLevel getMinimumRiskLevel() {
+ return this.backingStore.get("minimumRiskLevel");
+ }
+ /**
+ * Serializes information the current object
+ * @param writer Serialization writer to use to serialize this model
+ */
+ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writer) {
+ Objects.requireNonNull(writer);
+ super.serialize(writer);
+ writer.writeBooleanValue("isApprovalRequired", this.getIsApprovalRequired());
+ writer.writeEnumValue("minimumRiskLevel", this.getMinimumRiskLevel());
+ }
+ /**
+ * Sets the isApprovalRequired property value. Indicates whether approval is required for risky users.
+ * @param value Value to set for the isApprovalRequired property.
+ */
+ public void setIsApprovalRequired(@jakarta.annotation.Nullable final Boolean value) {
+ this.backingStore.set("isApprovalRequired", value);
+ }
+ /**
+ * Sets the minimumRiskLevel property value. The minimumRiskLevel property
+ * @param value Value to set for the minimumRiskLevel property.
+ */
+ public void setMinimumRiskLevel(@jakarta.annotation.Nullable final RiskLevel value) {
+ this.backingStore.set("minimumRiskLevel", value);
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Event.java b/src/main/java/com/microsoft/graph/beta/generated/models/Event.java
index 98e1a9a3c72..064196e62c3 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/Event.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/Event.java
@@ -186,7 +186,7 @@ public String getICalUId() {
return this.backingStore.get("iCalUId");
}
/**
- * Gets the importance property value. The importance of the event. Possible values are: low, normal, high.
+ * Gets the importance property value. The importance of the event. The possible values are: low, normal, high.
* @return a {@link Importance}
*/
@jakarta.annotation.Nullable
@@ -370,7 +370,7 @@ public ResponseStatus getResponseStatus() {
return this.backingStore.get("responseStatus");
}
/**
- * Gets the sensitivity property value. Possible values are: normal, personal, private, confidential.
+ * Gets the sensitivity property value. The possible values are: normal, personal, private, confidential.
* @return a {@link Sensitivity}
*/
@jakarta.annotation.Nullable
@@ -386,7 +386,7 @@ public String getSeriesMasterId() {
return this.backingStore.get("seriesMasterId");
}
/**
- * Gets the showAs property value. The status to show. Possible values are: free, tentative, busy, oof, workingElsewhere, unknown.
+ * Gets the showAs property value. The status to show. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown.
* @return a {@link FreeBusyStatus}
*/
@jakarta.annotation.Nullable
@@ -426,7 +426,7 @@ public String getTransactionId() {
return this.backingStore.get("transactionId");
}
/**
- * Gets the type property value. The event type. Possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only
+ * Gets the type property value. The event type. The possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only
* @return a {@link EventType}
*/
@jakarta.annotation.Nullable
@@ -595,7 +595,7 @@ public void setICalUId(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("iCalUId", value);
}
/**
- * Sets the importance property value. The importance of the event. Possible values are: low, normal, high.
+ * Sets the importance property value. The importance of the event. The possible values are: low, normal, high.
* @param value Value to set for the importance property.
*/
public void setImportance(@jakarta.annotation.Nullable final Importance value) {
@@ -756,7 +756,7 @@ public void setResponseStatus(@jakarta.annotation.Nullable final ResponseStatus
this.backingStore.set("responseStatus", value);
}
/**
- * Sets the sensitivity property value. Possible values are: normal, personal, private, confidential.
+ * Sets the sensitivity property value. The possible values are: normal, personal, private, confidential.
* @param value Value to set for the sensitivity property.
*/
public void setSensitivity(@jakarta.annotation.Nullable final Sensitivity value) {
@@ -770,7 +770,7 @@ public void setSeriesMasterId(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("seriesMasterId", value);
}
/**
- * Sets the showAs property value. The status to show. Possible values are: free, tentative, busy, oof, workingElsewhere, unknown.
+ * Sets the showAs property value. The status to show. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown.
* @param value Value to set for the showAs property.
*/
public void setShowAs(@jakarta.annotation.Nullable final FreeBusyStatus value) {
@@ -805,7 +805,7 @@ public void setTransactionId(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("transactionId", value);
}
/**
- * Sets the type property value. The event type. Possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only
+ * Sets the type property value. The event type. The possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only
* @param value Value to set for the type property.
*/
public void setType(@jakarta.annotation.Nullable final EventType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EventMessageRequest.java b/src/main/java/com/microsoft/graph/beta/generated/models/EventMessageRequest.java
index 3b0a4558c0b..ecf8a0ed855 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/EventMessageRequest.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/EventMessageRequest.java
@@ -49,7 +49,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the meetingRequestType property value. The type of meeting request. Possible values are: none, newMeetingRequest, fullUpdate, informationalUpdate, silentUpdate, outdated, and principalWantsCopy.
+ * Gets the meetingRequestType property value. The type of meeting request. The possible values are: none, newMeetingRequest, fullUpdate, informationalUpdate, silentUpdate, outdated, and principalWantsCopy.
* @return a {@link MeetingRequestType}
*/
@jakarta.annotation.Nullable
@@ -110,7 +110,7 @@ public void setAllowNewTimeProposals(@jakarta.annotation.Nullable final Boolean
this.backingStore.set("allowNewTimeProposals", value);
}
/**
- * Sets the meetingRequestType property value. The type of meeting request. Possible values are: none, newMeetingRequest, fullUpdate, informationalUpdate, silentUpdate, outdated, and principalWantsCopy.
+ * Sets the meetingRequestType property value. The type of meeting request. The possible values are: none, newMeetingRequest, fullUpdate, informationalUpdate, silentUpdate, outdated, and principalWantsCopy.
* @param value Value to set for the meetingRequestType property.
*/
public void setMeetingRequestType(@jakarta.annotation.Nullable final MeetingRequestType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/EventMessageResponse.java b/src/main/java/com/microsoft/graph/beta/generated/models/EventMessageResponse.java
index a982489601b..64692cf5ec0 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/EventMessageResponse.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/EventMessageResponse.java
@@ -45,7 +45,7 @@ public TimeSlot getProposedNewTime() {
return this.backingStore.get("proposedNewTime");
}
/**
- * Gets the responseType property value. 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.
+ * Gets the responseType property value. 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.
* @return a {@link ResponseType}
*/
@jakarta.annotation.Nullable
@@ -70,7 +70,7 @@ public void setProposedNewTime(@jakarta.annotation.Nullable final TimeSlot value
this.backingStore.set("proposedNewTime", value);
}
/**
- * Sets the responseType property value. 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.
+ * Sets the responseType property value. 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.
* @param value Value to set for the responseType property.
*/
public void setResponseType(@jakarta.annotation.Nullable final ResponseType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Fido2AuthenticationMethod.java b/src/main/java/com/microsoft/graph/beta/generated/models/Fido2AuthenticationMethod.java
index 1abccbf550a..5b24401c95d 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/Fido2AuthenticationMethod.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/Fido2AuthenticationMethod.java
@@ -42,7 +42,7 @@ public java.util.List getAttestationCertificates() {
return this.backingStore.get("attestationCertificates");
}
/**
- * Gets the attestationLevel property value. The attestation level of this FIDO2 security key. Possible values are: attested, notAttested, unknownFutureValue.
+ * Gets the attestationLevel property value. The attestation level of this FIDO2 security key. The possible values are: attested, notAttested, unknownFutureValue.
* @return a {@link AttestationLevel}
*/
@jakarta.annotation.Nullable
@@ -127,7 +127,7 @@ public void setAttestationCertificates(@jakarta.annotation.Nullable final java.u
this.backingStore.set("attestationCertificates", value);
}
/**
- * Sets the attestationLevel property value. The attestation level of this FIDO2 security key. Possible values are: attested, notAttested, unknownFutureValue.
+ * Sets the attestationLevel property value. The attestation level of this FIDO2 security key. The possible values are: attested, notAttested, unknownFutureValue.
* @param value Value to set for the attestationLevel property.
*/
public void setAttestationLevel(@jakarta.annotation.Nullable final AttestationLevel value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Fido2KeyRestrictions.java b/src/main/java/com/microsoft/graph/beta/generated/models/Fido2KeyRestrictions.java
index 9f9c3e15bc3..19658cf7b5e 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/Fido2KeyRestrictions.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/Fido2KeyRestrictions.java
@@ -64,7 +64,7 @@ public BackingStore getBackingStore() {
return this.backingStore;
}
/**
- * Gets the enforcementType property value. Enforcement type. Possible values are: allow, block.
+ * Gets the enforcementType property value. Enforcement type. The possible values are: allow, block.
* @return a {@link Fido2RestrictionEnforcementType}
*/
@jakarta.annotation.Nullable
@@ -135,7 +135,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value
this.backingStore = value;
}
/**
- * Sets the enforcementType property value. Enforcement type. Possible values are: allow, block.
+ * Sets the enforcementType property value. Enforcement type. The possible values are: allow, block.
* @param value Value to set for the enforcementType property.
*/
public void setEnforcementType(@jakarta.annotation.Nullable final Fido2RestrictionEnforcementType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/FileHash.java b/src/main/java/com/microsoft/graph/beta/generated/models/FileHash.java
index dbc43413818..2ac36bd4714 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/FileHash.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/FileHash.java
@@ -68,7 +68,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the hashType property value. File hash type. Possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256.
+ * Gets the hashType property value. File hash type. The possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256.
* @return a {@link FileHashType}
*/
@jakarta.annotation.Nullable
@@ -118,7 +118,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value
this.backingStore = value;
}
/**
- * Sets the hashType property value. File hash type. Possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256.
+ * Sets the hashType property value. File hash type. The possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256.
* @param value Value to set for the hashType property.
*/
public void setHashType(@jakarta.annotation.Nullable final FileHashType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/FileStorageContainer.java b/src/main/java/com/microsoft/graph/beta/generated/models/FileStorageContainer.java
index f3dedd32b53..883704c0f3a 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/FileStorageContainer.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/FileStorageContainer.java
@@ -124,8 +124,6 @@ public Map> getFieldDeserializers
deserializerMap.put("drive", (n) -> { this.setDrive(n.getObjectValue(Drive::createFromDiscriminatorValue)); });
deserializerMap.put("externalGroupId", (n) -> { this.setExternalGroupId(n.getUUIDValue()); });
deserializerMap.put("informationBarrier", (n) -> { this.setInformationBarrier(n.getObjectValue(InformationBarrier::createFromDiscriminatorValue)); });
- deserializerMap.put("isItemVersioningEnabled", (n) -> { this.setIsItemVersioningEnabled(n.getBooleanValue()); });
- deserializerMap.put("itemMajorVersionLimit", (n) -> { this.setItemMajorVersionLimit(n.getIntegerValue()); });
deserializerMap.put("lockState", (n) -> { this.setLockState(n.getEnumValue(SiteLockState::forValue)); });
deserializerMap.put("migrationJobs", (n) -> { this.setMigrationJobs(n.getCollectionOfObjectValues(SharePointMigrationJob::createFromDiscriminatorValue)); });
deserializerMap.put("owners", (n) -> { this.setOwners(n.getCollectionOfObjectValues(UserIdentity::createFromDiscriminatorValue)); });
@@ -147,22 +145,6 @@ public Map> getFieldDeserializers
public InformationBarrier getInformationBarrier() {
return this.backingStore.get("informationBarrier");
}
- /**
- * Gets the isItemVersioningEnabled property value. The isItemVersioningEnabled property
- * @return a {@link Boolean}
- */
- @jakarta.annotation.Nullable
- public Boolean getIsItemVersioningEnabled() {
- return this.backingStore.get("isItemVersioningEnabled");
- }
- /**
- * Gets the itemMajorVersionLimit property value. The itemMajorVersionLimit property
- * @return a {@link Integer}
- */
- @jakarta.annotation.Nullable
- public Integer getItemMajorVersionLimit() {
- return this.backingStore.get("itemMajorVersionLimit");
- }
/**
* Gets the lockState property value. Indicates the lock state of the fileStorageContainer. The possible values are unlocked and lockedReadOnly. Read-only.
* @return a {@link SiteLockState}
@@ -269,8 +251,6 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeObjectValue("drive", this.getDrive());
writer.writeUUIDValue("externalGroupId", this.getExternalGroupId());
writer.writeObjectValue("informationBarrier", this.getInformationBarrier());
- writer.writeBooleanValue("isItemVersioningEnabled", this.getIsItemVersioningEnabled());
- writer.writeIntegerValue("itemMajorVersionLimit", this.getItemMajorVersionLimit());
writer.writeEnumValue("lockState", this.getLockState());
writer.writeCollectionOfObjectValues("migrationJobs", this.getMigrationJobs());
writer.writeCollectionOfObjectValues("owners", this.getOwners());
@@ -360,20 +340,6 @@ public void setExternalGroupId(@jakarta.annotation.Nullable final UUID value) {
public void setInformationBarrier(@jakarta.annotation.Nullable final InformationBarrier value) {
this.backingStore.set("informationBarrier", value);
}
- /**
- * Sets the isItemVersioningEnabled property value. The isItemVersioningEnabled property
- * @param value Value to set for the isItemVersioningEnabled property.
- */
- public void setIsItemVersioningEnabled(@jakarta.annotation.Nullable final Boolean value) {
- this.backingStore.set("isItemVersioningEnabled", value);
- }
- /**
- * Sets the itemMajorVersionLimit property value. The itemMajorVersionLimit property
- * @param value Value to set for the itemMajorVersionLimit property.
- */
- public void setItemMajorVersionLimit(@jakarta.annotation.Nullable final Integer value) {
- this.backingStore.set("itemMajorVersionLimit", value);
- }
/**
* Sets the lockState property value. Indicates the lock state of the fileStorageContainer. The possible values are unlocked and lockedReadOnly. Read-only.
* @param value Value to set for the lockState property.
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/FilterOperatorSchema.java b/src/main/java/com/microsoft/graph/beta/generated/models/FilterOperatorSchema.java
index 4805e6e704a..53b449792ea 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/FilterOperatorSchema.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/FilterOperatorSchema.java
@@ -53,7 +53,7 @@ public ScopeOperatorMultiValuedComparisonType getMultivaluedComparisonType() {
return this.backingStore.get("multivaluedComparisonType");
}
/**
- * Gets the supportedAttributeTypes property value. Attribute types supported by the operator. Possible values are: Boolean, Binary, Reference, Integer, String.
+ * Gets the supportedAttributeTypes property value. Attribute types supported by the operator. The possible values are: Boolean, Binary, Reference, Integer, String.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -86,7 +86,7 @@ public void setMultivaluedComparisonType(@jakarta.annotation.Nullable final Scop
this.backingStore.set("multivaluedComparisonType", value);
}
/**
- * Sets the supportedAttributeTypes property value. Attribute types supported by the operator. Possible values are: Boolean, Binary, Reference, Integer, String.
+ * Sets the supportedAttributeTypes property value. Attribute types supported by the operator. The possible values are: Boolean, Binary, Reference, Integer, String.
* @param value Value to set for the supportedAttributeTypes property.
*/
public void setSupportedAttributeTypes(@jakarta.annotation.Nullable final java.util.List value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Group.java b/src/main/java/com/microsoft/graph/beta/generated/models/Group.java
index 77340bdd3e7..dd957b9f007 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/Group.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/Group.java
@@ -762,7 +762,7 @@ public Integer getUnseenMessagesCount() {
return this.backingStore.get("unseenMessagesCount");
}
/**
- * Gets the visibility property 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.
+ * Gets the visibility property value. 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.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -1428,7 +1428,7 @@ public void setUnseenMessagesCount(@jakarta.annotation.Nullable final Integer va
this.backingStore.set("unseenMessagesCount", value);
}
/**
- * Sets the visibility property 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.
+ * Sets the visibility property value. 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.
* @param value Value to set for the visibility property.
*/
public void setVisibility(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/GroupIdentity.java b/src/main/java/com/microsoft/graph/beta/generated/models/GroupIdentity.java
index 3fd1125ec60..c9e8c37364f 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/GroupIdentity.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/GroupIdentity.java
@@ -36,7 +36,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the mailNickname property value. The mailNickname property
+ * Gets the mailNickname property value. The mail nick name, also known as group alias of the group-connected site.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -53,7 +53,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeStringValue("mailNickname", this.getMailNickname());
}
/**
- * Sets the mailNickname property value. The mailNickname property
+ * Sets the mailNickname property value. The mail nick name, also known as group alias of the group-connected site.
* @param value Value to set for the mailNickname property.
*/
public void setMailNickname(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/InferenceClassificationOverride.java b/src/main/java/com/microsoft/graph/beta/generated/models/InferenceClassificationOverride.java
index f3bdfca4512..c2f51f5bcb1 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/InferenceClassificationOverride.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/InferenceClassificationOverride.java
@@ -25,7 +25,7 @@ public static InferenceClassificationOverride createFromDiscriminatorValue(@jaka
return new InferenceClassificationOverride();
}
/**
- * Gets the classifyAs property value. Specifies how incoming messages from a specific sender should always be classified as. Possible values are: focused, other.
+ * Gets the classifyAs property value. Specifies how incoming messages from a specific sender should always be classified as. The possible values are: focused, other.
* @return a {@link InferenceClassificationType}
*/
@jakarta.annotation.Nullable
@@ -62,7 +62,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeObjectValue("senderEmailAddress", this.getSenderEmailAddress());
}
/**
- * Sets the classifyAs property value. Specifies how incoming messages from a specific sender should always be classified as. Possible values are: focused, other.
+ * Sets the classifyAs property value. Specifies how incoming messages from a specific sender should always be classified as. The possible values are: focused, other.
* @param value Value to set for the classifyAs property.
*/
public void setClassifyAs(@jakarta.annotation.Nullable final InferenceClassificationType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Initiator.java b/src/main/java/com/microsoft/graph/beta/generated/models/Initiator.java
index 61b41708073..80e45710c07 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/Initiator.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/Initiator.java
@@ -36,7 +36,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the initiatorType property value. The type of the initiator. Possible values are: user, application, system, unknownFutureValue.
+ * Gets the initiatorType property value. The type of the initiator. The possible values are: user, application, system, unknownFutureValue.
* @return a {@link InitiatorType}
*/
@jakarta.annotation.Nullable
@@ -53,7 +53,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeEnumValue("initiatorType", this.getInitiatorType());
}
/**
- * Sets the initiatorType property value. The type of the initiator. Possible values are: user, application, system, unknownFutureValue.
+ * Sets the initiatorType property value. The type of the initiator. The possible values are: user, application, system, unknownFutureValue.
* @param value Value to set for the initiatorType property.
*/
public void setInitiatorType(@jakarta.annotation.Nullable final InitiatorType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/InsiderRiskyUserApproval.java b/src/main/java/com/microsoft/graph/beta/generated/models/InsiderRiskyUserApproval.java
new file mode 100644
index 00000000000..b3fd340e624
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/InsiderRiskyUserApproval.java
@@ -0,0 +1,79 @@
+package com.microsoft.graph.beta.models;
+
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParseNode;
+import com.microsoft.kiota.serialization.SerializationWriter;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class InsiderRiskyUserApproval extends ControlConfiguration implements Parsable {
+ /**
+ * Instantiates a new {@link InsiderRiskyUserApproval} and sets the default values.
+ */
+ public InsiderRiskyUserApproval() {
+ super();
+ this.setOdataType("#microsoft.graph.insiderRiskyUserApproval");
+ }
+ /**
+ * Creates a new instance of the appropriate class based on discriminator value
+ * @param parseNode The parse node to use to read the discriminator value and create the object
+ * @return a {@link InsiderRiskyUserApproval}
+ */
+ @jakarta.annotation.Nonnull
+ public static InsiderRiskyUserApproval createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) {
+ Objects.requireNonNull(parseNode);
+ return new InsiderRiskyUserApproval();
+ }
+ /**
+ * The deserialization information for the current model
+ * @return a {@link Map>}
+ */
+ @jakarta.annotation.Nonnull
+ public Map> getFieldDeserializers() {
+ final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers());
+ deserializerMap.put("isApprovalRequired", (n) -> { this.setIsApprovalRequired(n.getBooleanValue()); });
+ deserializerMap.put("minimumRiskLevel", (n) -> { this.setMinimumRiskLevel(n.getEnumValue(PurviewInsiderRiskManagementLevel::forValue)); });
+ return deserializerMap;
+ }
+ /**
+ * Gets the isApprovalRequired property value. Indicates whether approval is required for risky users.
+ * @return a {@link Boolean}
+ */
+ @jakarta.annotation.Nullable
+ public Boolean getIsApprovalRequired() {
+ return this.backingStore.get("isApprovalRequired");
+ }
+ /**
+ * Gets the minimumRiskLevel property value. The minimumRiskLevel property
+ * @return a {@link PurviewInsiderRiskManagementLevel}
+ */
+ @jakarta.annotation.Nullable
+ public PurviewInsiderRiskManagementLevel getMinimumRiskLevel() {
+ return this.backingStore.get("minimumRiskLevel");
+ }
+ /**
+ * Serializes information the current object
+ * @param writer Serialization writer to use to serialize this model
+ */
+ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writer) {
+ Objects.requireNonNull(writer);
+ super.serialize(writer);
+ writer.writeBooleanValue("isApprovalRequired", this.getIsApprovalRequired());
+ writer.writeEnumValue("minimumRiskLevel", this.getMinimumRiskLevel());
+ }
+ /**
+ * Sets the isApprovalRequired property value. Indicates whether approval is required for risky users.
+ * @param value Value to set for the isApprovalRequired property.
+ */
+ public void setIsApprovalRequired(@jakarta.annotation.Nullable final Boolean value) {
+ this.backingStore.set("isApprovalRequired", value);
+ }
+ /**
+ * Sets the minimumRiskLevel property value. The minimumRiskLevel property
+ * @param value Value to set for the minimumRiskLevel property.
+ */
+ public void setMinimumRiskLevel(@jakarta.annotation.Nullable final PurviewInsiderRiskManagementLevel value) {
+ this.backingStore.set("minimumRiskLevel", value);
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/InvitationParticipantInfo.java b/src/main/java/com/microsoft/graph/beta/generated/models/InvitationParticipantInfo.java
index dfa43a9fa79..cbbf61bdaa5 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/InvitationParticipantInfo.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/InvitationParticipantInfo.java
@@ -56,7 +56,7 @@ public BackingStore getBackingStore() {
return this.backingStore;
}
/**
- * Gets the endpointType property value. The type of endpoint. Possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone and unknownFutureValue.
+ * Gets the endpointType property value. The type of endpoint. The possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone and unknownFutureValue.
* @return a {@link EndpointType}
*/
@jakarta.annotation.Nullable
@@ -158,7 +158,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value
this.backingStore = value;
}
/**
- * Sets the endpointType property value. The type of endpoint. Possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone and unknownFutureValue.
+ * Sets the endpointType property value. The type of endpoint. The possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone and unknownFutureValue.
* @param value Value to set for the endpointType property.
*/
public void setEndpointType(@jakarta.annotation.Nullable final EndpointType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/InvitationRedemptionIdentityProviderConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/InvitationRedemptionIdentityProviderConfiguration.java
index 46d702454c0..9a82343b2ee 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/InvitationRedemptionIdentityProviderConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/InvitationRedemptionIdentityProviderConfiguration.java
@@ -63,7 +63,7 @@ public BackingStore getBackingStore() {
return this.backingStore;
}
/**
- * Gets the fallbackIdentityProvider property value. 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.
+ * Gets the fallbackIdentityProvider property value. 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.
* @return a {@link B2bIdentityProvidersType}
*/
@jakarta.annotation.Nullable
@@ -91,7 +91,7 @@ public String getOdataType() {
return this.backingStore.get("odataType");
}
/**
- * Gets the primaryIdentityProviderPrecedenceOrder property value. Collection of identity providers in priority order of preference to be used for guest invitation redemption. Possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders.
+ * Gets the primaryIdentityProviderPrecedenceOrder property value. Collection of identity providers in priority order of preference to be used for guest invitation redemption. The possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -125,7 +125,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value
this.backingStore = value;
}
/**
- * Sets the fallbackIdentityProvider property value. 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.
+ * Sets the fallbackIdentityProvider property value. 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.
* @param value Value to set for the fallbackIdentityProvider property.
*/
public void setFallbackIdentityProvider(@jakarta.annotation.Nullable final B2bIdentityProvidersType value) {
@@ -139,7 +139,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("odataType", value);
}
/**
- * Sets the primaryIdentityProviderPrecedenceOrder property value. Collection of identity providers in priority order of preference to be used for guest invitation redemption. Possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders.
+ * Sets the primaryIdentityProviderPrecedenceOrder property value. Collection of identity providers in priority order of preference to be used for guest invitation redemption. The possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders.
* @param value Value to set for the primaryIdentityProviderPrecedenceOrder property.
*/
public void setPrimaryIdentityProviderPrecedenceOrder(@jakarta.annotation.Nullable final java.util.List value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/IosCertificateProfileBase.java b/src/main/java/com/microsoft/graph/beta/generated/models/IosCertificateProfileBase.java
index 3dc3e615edb..b507af60b77 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/IosCertificateProfileBase.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/IosCertificateProfileBase.java
@@ -76,7 +76,7 @@ public Integer getRenewalThresholdPercentage() {
return this.backingStore.get("renewalThresholdPercentage");
}
/**
- * Gets the subjectAlternativeNameType property value. Certificate Subject Alternative Name type. Possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier.
+ * Gets the subjectAlternativeNameType property value. Certificate Subject Alternative Name type. The possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier.
* @return a {@link EnumSet}
*/
@jakarta.annotation.Nullable
@@ -126,7 +126,7 @@ public void setRenewalThresholdPercentage(@jakarta.annotation.Nullable final Int
this.backingStore.set("renewalThresholdPercentage", value);
}
/**
- * Sets the subjectAlternativeNameType property value. Certificate Subject Alternative Name type. Possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier.
+ * Sets the subjectAlternativeNameType property value. Certificate Subject Alternative Name type. The possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier.
* @param value Value to set for the subjectAlternativeNameType property.
*/
public void setSubjectAlternativeNameType(@jakarta.annotation.Nullable final EnumSet value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/IosEasEmailProfileConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/IosEasEmailProfileConfiguration.java
index 6e81e6255b2..1704cf6e2ab 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/IosEasEmailProfileConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/IosEasEmailProfileConfiguration.java
@@ -38,7 +38,7 @@ public String getAccountName() {
return this.backingStore.get("accountName");
}
/**
- * Gets the authenticationMethod property value. Authentication method for this Email profile. Possible values are: usernameAndPassword, certificate, derivedCredential.
+ * Gets the authenticationMethod property value. Authentication method for this Email profile. The possible values are: usernameAndPassword, certificate, derivedCredential.
* @return a {@link EasAuthenticationMethod}
*/
@jakarta.annotation.Nullable
@@ -86,7 +86,7 @@ public EmailSyncDuration getDurationOfEmailToSync() {
return this.backingStore.get("durationOfEmailToSync");
}
/**
- * Gets the easServices property value. Exchange data to sync. Possible values are: none, calendars, contacts, email, notes, reminders.
+ * Gets the easServices property value. Exchange data to sync. The possible values are: none, calendars, contacts, email, notes, reminders.
* @return a {@link EnumSet}
*/
@jakarta.annotation.Nullable
@@ -110,7 +110,7 @@ public UserEmailSource getEmailAddressSource() {
return this.backingStore.get("emailAddressSource");
}
/**
- * Gets the encryptionCertificateType property value. Encryption Certificate type for this Email profile. Possible values are: none, certificate, derivedCredential.
+ * Gets the encryptionCertificateType property value. Encryption Certificate type for this Email profile. The possible values are: none, certificate, derivedCredential.
* @return a {@link EmailCertificateType}
*/
@jakarta.annotation.Nullable
@@ -194,7 +194,7 @@ public Boolean getRequireSsl() {
return this.backingStore.get("requireSsl");
}
/**
- * Gets the signingCertificateType property value. Signing Certificate type for this Email profile. Possible values are: none, certificate, derivedCredential.
+ * Gets the signingCertificateType property value. Signing Certificate type for this Email profile. The possible values are: none, certificate, derivedCredential.
* @return a {@link EmailCertificateType}
*/
@jakarta.annotation.Nullable
@@ -324,7 +324,7 @@ public void setAccountName(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("accountName", value);
}
/**
- * Sets the authenticationMethod property value. Authentication method for this Email profile. Possible values are: usernameAndPassword, certificate, derivedCredential.
+ * Sets the authenticationMethod property value. Authentication method for this Email profile. The possible values are: usernameAndPassword, certificate, derivedCredential.
* @param value Value to set for the authenticationMethod property.
*/
public void setAuthenticationMethod(@jakarta.annotation.Nullable final EasAuthenticationMethod value) {
@@ -366,7 +366,7 @@ public void setDurationOfEmailToSync(@jakarta.annotation.Nullable final EmailSyn
this.backingStore.set("durationOfEmailToSync", value);
}
/**
- * Sets the easServices property value. Exchange data to sync. Possible values are: none, calendars, contacts, email, notes, reminders.
+ * Sets the easServices property value. Exchange data to sync. The possible values are: none, calendars, contacts, email, notes, reminders.
* @param value Value to set for the easServices property.
*/
public void setEasServices(@jakarta.annotation.Nullable final EnumSet value) {
@@ -387,7 +387,7 @@ public void setEmailAddressSource(@jakarta.annotation.Nullable final UserEmailSo
this.backingStore.set("emailAddressSource", value);
}
/**
- * Sets the encryptionCertificateType property value. Encryption Certificate type for this Email profile. Possible values are: none, certificate, derivedCredential.
+ * Sets the encryptionCertificateType property value. Encryption Certificate type for this Email profile. The possible values are: none, certificate, derivedCredential.
* @param value Value to set for the encryptionCertificateType property.
*/
public void setEncryptionCertificateType(@jakarta.annotation.Nullable final EmailCertificateType value) {
@@ -429,7 +429,7 @@ public void setRequireSsl(@jakarta.annotation.Nullable final Boolean value) {
this.backingStore.set("requireSsl", value);
}
/**
- * Sets the signingCertificateType property value. Signing Certificate type for this Email profile. Possible values are: none, certificate, derivedCredential.
+ * Sets the signingCertificateType property value. Signing Certificate type for this Email profile. The possible values are: none, certificate, derivedCredential.
* @param value Value to set for the signingCertificateType property.
*/
public void setSigningCertificateType(@jakarta.annotation.Nullable final EmailCertificateType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/IosEnterpriseWiFiConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/IosEnterpriseWiFiConfiguration.java
index 0a439eaab03..90f310d1f8f 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/IosEnterpriseWiFiConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/IosEnterpriseWiFiConfiguration.java
@@ -29,7 +29,7 @@ public static IosEnterpriseWiFiConfiguration createFromDiscriminatorValue(@jakar
return new IosEnterpriseWiFiConfiguration();
}
/**
- * Gets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential.
+ * Gets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential.
* @return a {@link WiFiAuthenticationMethod}
*/
@jakarta.annotation.Nullable
@@ -45,7 +45,7 @@ public DeviceManagementDerivedCredentialSettings getDerivedCredentialSettings()
return this.backingStore.get("derivedCredentialSettings");
}
/**
- * Gets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. Possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously.
+ * Gets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. The possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously.
* @return a {@link EapFastConfiguration}
*/
@jakarta.annotation.Nullable
@@ -89,7 +89,7 @@ public IosCertificateProfileBase getIdentityCertificateForClientAuthentication()
return this.backingStore.get("identityCertificateForClientAuthentication");
}
/**
- * Gets the innerAuthenticationProtocolForEapTtls property value. Non-EAP Method for Authentication when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo.
+ * Gets the innerAuthenticationProtocolForEapTtls property value. 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.
* @return a {@link NonEapAuthenticationMethodForEapTtlsType}
*/
@jakarta.annotation.Nullable
@@ -156,7 +156,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeStringValue("usernameFormatString", this.getUsernameFormatString());
}
/**
- * Sets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential.
+ * Sets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential.
* @param value Value to set for the authenticationMethod property.
*/
public void setAuthenticationMethod(@jakarta.annotation.Nullable final WiFiAuthenticationMethod value) {
@@ -170,7 +170,7 @@ public void setDerivedCredentialSettings(@jakarta.annotation.Nullable final Devi
this.backingStore.set("derivedCredentialSettings", value);
}
/**
- * Sets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. Possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously.
+ * Sets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. The possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously.
* @param value Value to set for the eapFastConfiguration property.
*/
public void setEapFastConfiguration(@jakarta.annotation.Nullable final EapFastConfiguration value) {
@@ -191,7 +191,7 @@ public void setIdentityCertificateForClientAuthentication(@jakarta.annotation.Nu
this.backingStore.set("identityCertificateForClientAuthentication", value);
}
/**
- * Sets the innerAuthenticationProtocolForEapTtls property value. Non-EAP Method for Authentication when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password. Possible values are: unencryptedPassword, challengeHandshakeAuthenticationProtocol, microsoftChap, microsoftChapVersionTwo.
+ * Sets the innerAuthenticationProtocolForEapTtls property value. 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.
* @param value Value to set for the innerAuthenticationProtocolForEapTtls property.
*/
public void setInnerAuthenticationProtocolForEapTtls(@jakarta.annotation.Nullable final NonEapAuthenticationMethodForEapTtlsType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/IosManagedAppProtection.java b/src/main/java/com/microsoft/graph/beta/generated/models/IosManagedAppProtection.java
index 979cd5cddce..7b35dcd0ae9 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/IosManagedAppProtection.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/IosManagedAppProtection.java
@@ -45,7 +45,7 @@ public Boolean getAllowWidgetContentSync() {
return this.backingStore.get("allowWidgetContentSync");
}
/**
- * Gets the appActionIfAccountIsClockedOut property 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.
+ * Gets the appActionIfAccountIsClockedOut property value. 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.
* @return a {@link ManagedAppRemediationAction}
*/
@jakarta.annotation.Nullable
@@ -183,7 +183,7 @@ public Boolean getFilterOpenInToOnlyManagedApps() {
return this.backingStore.get("filterOpenInToOnlyManagedApps");
}
/**
- * Gets the genmojiConfigurationState property value. Configuration state (blocked or not blocked) for Apple Intelligence Genmoji setting. Possible values are: notBlocked, blocked, unknownFutureValue.
+ * Gets the genmojiConfigurationState property value. Configuration state (blocked or not blocked) for Apple Intelligence Genmoji setting. The possible values are: notBlocked, blocked, unknownFutureValue.
* @return a {@link GenmojiIosManagedAppConfigurationState}
*/
@jakarta.annotation.Nullable
@@ -239,7 +239,7 @@ public Boolean getProtectInboundDataFromUnknownSources() {
return this.backingStore.get("protectInboundDataFromUnknownSources");
}
/**
- * Gets the screenCaptureConfigurationState property value. Configuration state (blocked or not blocked) for Apple Intelligence screen capture setting. Possible values are: notBlocked, blocked, unknownFutureValue.
+ * Gets the screenCaptureConfigurationState property value. Configuration state (blocked or not blocked) for Apple Intelligence screen capture setting. The possible values are: notBlocked, blocked, unknownFutureValue.
* @return a {@link ScreenCaptureIosManagedAppConfigurationState}
*/
@jakarta.annotation.Nullable
@@ -255,7 +255,7 @@ public Boolean getThirdPartyKeyboardsBlocked() {
return this.backingStore.get("thirdPartyKeyboardsBlocked");
}
/**
- * Gets the writingToolsConfigurationState property value. Configuration state (blocked or not blocked) for Apple Intelligence writing tools setting. Possible values are: notBlocked, blocked, unknownFutureValue.
+ * Gets the writingToolsConfigurationState property value. Configuration state (blocked or not blocked) for Apple Intelligence writing tools setting. The possible values are: notBlocked, blocked, unknownFutureValue.
* @return a {@link WritingToolsIosManagedAppConfigurationState}
*/
@jakarta.annotation.Nullable
@@ -310,7 +310,7 @@ public void setAllowWidgetContentSync(@jakarta.annotation.Nullable final Boolean
this.backingStore.set("allowWidgetContentSync", value);
}
/**
- * Sets the appActionIfAccountIsClockedOut property 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.
+ * Sets the appActionIfAccountIsClockedOut property value. 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.
* @param value Value to set for the appActionIfAccountIsClockedOut property.
*/
public void setAppActionIfAccountIsClockedOut(@jakarta.annotation.Nullable final ManagedAppRemediationAction value) {
@@ -401,7 +401,7 @@ public void setFilterOpenInToOnlyManagedApps(@jakarta.annotation.Nullable final
this.backingStore.set("filterOpenInToOnlyManagedApps", value);
}
/**
- * Sets the genmojiConfigurationState property value. Configuration state (blocked or not blocked) for Apple Intelligence Genmoji setting. Possible values are: notBlocked, blocked, unknownFutureValue.
+ * Sets the genmojiConfigurationState property value. Configuration state (blocked or not blocked) for Apple Intelligence Genmoji setting. The possible values are: notBlocked, blocked, unknownFutureValue.
* @param value Value to set for the genmojiConfigurationState property.
*/
public void setGenmojiConfigurationState(@jakarta.annotation.Nullable final GenmojiIosManagedAppConfigurationState value) {
@@ -450,7 +450,7 @@ public void setProtectInboundDataFromUnknownSources(@jakarta.annotation.Nullable
this.backingStore.set("protectInboundDataFromUnknownSources", value);
}
/**
- * Sets the screenCaptureConfigurationState property value. Configuration state (blocked or not blocked) for Apple Intelligence screen capture setting. Possible values are: notBlocked, blocked, unknownFutureValue.
+ * Sets the screenCaptureConfigurationState property value. Configuration state (blocked or not blocked) for Apple Intelligence screen capture setting. The possible values are: notBlocked, blocked, unknownFutureValue.
* @param value Value to set for the screenCaptureConfigurationState property.
*/
public void setScreenCaptureConfigurationState(@jakarta.annotation.Nullable final ScreenCaptureIosManagedAppConfigurationState value) {
@@ -464,7 +464,7 @@ public void setThirdPartyKeyboardsBlocked(@jakarta.annotation.Nullable final Boo
this.backingStore.set("thirdPartyKeyboardsBlocked", value);
}
/**
- * Sets the writingToolsConfigurationState property value. Configuration state (blocked or not blocked) for Apple Intelligence writing tools setting. Possible values are: notBlocked, blocked, unknownFutureValue.
+ * Sets the writingToolsConfigurationState property value. Configuration state (blocked or not blocked) for Apple Intelligence writing tools setting. The possible values are: notBlocked, blocked, unknownFutureValue.
* @param value Value to set for the writingToolsConfigurationState property.
*/
public void setWritingToolsConfigurationState(@jakarta.annotation.Nullable final WritingToolsIosManagedAppConfigurationState value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/IosPkcsCertificateProfile.java b/src/main/java/com/microsoft/graph/beta/generated/models/IosPkcsCertificateProfile.java
index 1adf29edd02..c82f23376ba 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/IosPkcsCertificateProfile.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/IosPkcsCertificateProfile.java
@@ -29,7 +29,7 @@ public static IosPkcsCertificateProfile createFromDiscriminatorValue(@jakarta.an
return new IosPkcsCertificateProfile();
}
/**
- * Gets the certificateStore property value. Target store certificate. Possible values are: user, machine.
+ * Gets the certificateStore property value. Target store certificate. The possible values are: user, machine.
* @return a {@link CertificateStore}
*/
@jakarta.annotation.Nullable
@@ -126,7 +126,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeStringValue("subjectNameFormatString", this.getSubjectNameFormatString());
}
/**
- * Sets the certificateStore property value. Target store certificate. Possible values are: user, machine.
+ * Sets the certificateStore property value. Target store certificate. The possible values are: user, machine.
* @param value Value to set for the certificateStore property.
*/
public void setCertificateStore(@jakarta.annotation.Nullable final CertificateStore value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/IosScepCertificateProfile.java b/src/main/java/com/microsoft/graph/beta/generated/models/IosScepCertificateProfile.java
index 8218bc2afc0..23854df08bc 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/IosScepCertificateProfile.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/IosScepCertificateProfile.java
@@ -30,7 +30,7 @@ public static IosScepCertificateProfile createFromDiscriminatorValue(@jakarta.an
return new IosScepCertificateProfile();
}
/**
- * Gets the certificateStore property value. Target store certificate. Possible values are: user, machine.
+ * Gets the certificateStore property value. Target store certificate. The possible values are: user, machine.
* @return a {@link CertificateStore}
*/
@jakarta.annotation.Nullable
@@ -147,7 +147,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeStringValue("subjectNameFormatString", this.getSubjectNameFormatString());
}
/**
- * Sets the certificateStore property value. Target store certificate. Possible values are: user, machine.
+ * Sets the certificateStore property value. Target store certificate. The possible values are: user, machine.
* @param value Value to set for the certificateStore property.
*/
public void setCertificateStore(@jakarta.annotation.Nullable final CertificateStore value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/IosVpnSecurityAssociationParameters.java b/src/main/java/com/microsoft/graph/beta/generated/models/IosVpnSecurityAssociationParameters.java
index daa4c7c3a31..1e41a8ca291 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/IosVpnSecurityAssociationParameters.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/IosVpnSecurityAssociationParameters.java
@@ -97,7 +97,7 @@ public Integer getSecurityDiffieHellmanGroup() {
return this.backingStore.get("securityDiffieHellmanGroup");
}
/**
- * Gets the securityEncryptionAlgorithm property value. Encryption algorithm. Possible values are: aes256, des, tripleDes, aes128, aes128Gcm, aes256Gcm, aes192, aes192Gcm, chaCha20Poly1305.
+ * Gets the securityEncryptionAlgorithm property value. Encryption algorithm. The possible values are: aes256, des, tripleDes, aes128, aes128Gcm, aes256Gcm, aes192, aes192Gcm, chaCha20Poly1305.
* @return a {@link VpnEncryptionAlgorithmType}
*/
@jakarta.annotation.Nullable
@@ -105,7 +105,7 @@ public VpnEncryptionAlgorithmType getSecurityEncryptionAlgorithm() {
return this.backingStore.get("securityEncryptionAlgorithm");
}
/**
- * Gets the securityIntegrityAlgorithm property value. Integrity algorithm. Possible values are: sha2256, sha196, sha1160, sha2384, sha2_512, md5.
+ * Gets the securityIntegrityAlgorithm property value. Integrity algorithm. The possible values are: sha2256, sha196, sha1160, sha2384, sha2_512, md5.
* @return a {@link VpnIntegrityAlgorithmType}
*/
@jakarta.annotation.Nullable
@@ -162,14 +162,14 @@ public void setSecurityDiffieHellmanGroup(@jakarta.annotation.Nullable final Int
this.backingStore.set("securityDiffieHellmanGroup", value);
}
/**
- * Sets the securityEncryptionAlgorithm property value. Encryption algorithm. Possible values are: aes256, des, tripleDes, aes128, aes128Gcm, aes256Gcm, aes192, aes192Gcm, chaCha20Poly1305.
+ * Sets the securityEncryptionAlgorithm property value. Encryption algorithm. The possible values are: aes256, des, tripleDes, aes128, aes128Gcm, aes256Gcm, aes192, aes192Gcm, chaCha20Poly1305.
* @param value Value to set for the securityEncryptionAlgorithm property.
*/
public void setSecurityEncryptionAlgorithm(@jakarta.annotation.Nullable final VpnEncryptionAlgorithmType value) {
this.backingStore.set("securityEncryptionAlgorithm", value);
}
/**
- * Sets the securityIntegrityAlgorithm property value. Integrity algorithm. Possible values are: sha2256, sha196, sha1160, sha2384, sha2_512, md5.
+ * Sets the securityIntegrityAlgorithm property value. Integrity algorithm. The possible values are: sha2256, sha196, sha1160, sha2384, sha2_512, md5.
* @param value Value to set for the securityIntegrityAlgorithm property.
*/
public void setSecurityIntegrityAlgorithm(@jakarta.annotation.Nullable final VpnIntegrityAlgorithmType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/IosWiredNetworkConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/IosWiredNetworkConfiguration.java
index 94f2cb5bbba..b8259dc09cc 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/IosWiredNetworkConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/IosWiredNetworkConfiguration.java
@@ -29,7 +29,7 @@ public static IosWiredNetworkConfiguration createFromDiscriminatorValue(@jakarta
return new IosWiredNetworkConfiguration();
}
/**
- * Gets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential, unknownFutureValue.
+ * Gets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential, unknownFutureValue.
* @return a {@link WiredNetworkAuthenticationMethod}
*/
@jakarta.annotation.Nullable
@@ -37,7 +37,7 @@ public WiredNetworkAuthenticationMethod getAuthenticationMethod() {
return this.backingStore.get("authenticationMethod");
}
/**
- * Gets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. Possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously.
+ * Gets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. The possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously.
* @return a {@link EapFastConfiguration}
*/
@jakarta.annotation.Nullable
@@ -96,7 +96,7 @@ public String getNetworkName() {
return this.backingStore.get("networkName");
}
/**
- * Gets the nonEapAuthenticationMethodForEapTtls property value. 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.
+ * Gets the nonEapAuthenticationMethodForEapTtls property value. 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.
* @return a {@link NonEapAuthenticationMethodForEapTtlsType}
*/
@jakarta.annotation.Nullable
@@ -146,14 +146,14 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeCollectionOfPrimitiveValues("trustedServerCertificateNames", this.getTrustedServerCertificateNames());
}
/**
- * Sets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential, unknownFutureValue.
+ * Sets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential, unknownFutureValue.
* @param value Value to set for the authenticationMethod property.
*/
public void setAuthenticationMethod(@jakarta.annotation.Nullable final WiredNetworkAuthenticationMethod value) {
this.backingStore.set("authenticationMethod", value);
}
/**
- * Sets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. Possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously.
+ * Sets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. The possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously.
* @param value Value to set for the eapFastConfiguration property.
*/
public void setEapFastConfiguration(@jakarta.annotation.Nullable final EapFastConfiguration value) {
@@ -188,7 +188,7 @@ public void setNetworkName(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("networkName", value);
}
/**
- * Sets the nonEapAuthenticationMethodForEapTtls property value. 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.
+ * Sets the nonEapAuthenticationMethodForEapTtls property value. 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.
* @param value Value to set for the nonEapAuthenticationMethodForEapTtls property.
*/
public void setNonEapAuthenticationMethodForEapTtls(@jakarta.annotation.Nullable final NonEapAuthenticationMethodForEapTtlsType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/IosikEv2VpnConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/IosikEv2VpnConfiguration.java
index 8ae1a3ecddd..c0e6ef8cb55 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/IosikEv2VpnConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/IosikEv2VpnConfiguration.java
@@ -69,7 +69,7 @@ public VpnClientAuthenticationType getClientAuthenticationType() {
return this.backingStore.get("clientAuthenticationType");
}
/**
- * Gets the deadPeerDetectionRate property value. Determine how often to check if a peer connection is still active. . Possible values are: medium, none, low, high.
+ * Gets the deadPeerDetectionRate property value. Determine how often to check if a peer connection is still active. . The possible values are: medium, none, low, high.
* @return a {@link VpnDeadPeerDetectionRate}
*/
@jakarta.annotation.Nullable
@@ -213,7 +213,7 @@ public String getServerCertificateIssuerCommonName() {
return this.backingStore.get("serverCertificateIssuerCommonName");
}
/**
- * Gets the serverCertificateType property value. The type of certificate the VPN server will present to the VPN client for authentication. Possible values are: rsa, ecdsa256, ecdsa384, ecdsa521.
+ * Gets the serverCertificateType property value. The type of certificate the VPN server will present to the VPN client for authentication. The possible values are: rsa, ecdsa256, ecdsa384, ecdsa521.
* @return a {@link VpnServerCertificateType}
*/
@jakarta.annotation.Nullable
@@ -311,7 +311,7 @@ public void setClientAuthenticationType(@jakarta.annotation.Nullable final VpnCl
this.backingStore.set("clientAuthenticationType", value);
}
/**
- * Sets the deadPeerDetectionRate property value. Determine how often to check if a peer connection is still active. . Possible values are: medium, none, low, high.
+ * Sets the deadPeerDetectionRate property value. Determine how often to check if a peer connection is still active. . The possible values are: medium, none, low, high.
* @param value Value to set for the deadPeerDetectionRate property.
*/
public void setDeadPeerDetectionRate(@jakarta.annotation.Nullable final VpnDeadPeerDetectionRate value) {
@@ -409,7 +409,7 @@ public void setServerCertificateIssuerCommonName(@jakarta.annotation.Nullable fi
this.backingStore.set("serverCertificateIssuerCommonName", value);
}
/**
- * Sets the serverCertificateType property value. The type of certificate the VPN server will present to the VPN client for authentication. Possible values are: rsa, ecdsa256, ecdsa384, ecdsa521.
+ * Sets the serverCertificateType property value. The type of certificate the VPN server will present to the VPN client for authentication. The possible values are: rsa, ecdsa256, ecdsa384, ecdsa521.
* @param value Value to set for the serverCertificateType property.
*/
public void setServerCertificateType(@jakarta.annotation.Nullable final VpnServerCertificateType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ItemFacet.java b/src/main/java/com/microsoft/graph/beta/generated/models/ItemFacet.java
index 729bf4d0026..ec626e1a887 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/ItemFacet.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/ItemFacet.java
@@ -53,7 +53,7 @@ public static ItemFacet createFromDiscriminatorValue(@jakarta.annotation.Nonnull
return new ItemFacet();
}
/**
- * Gets the allowedAudiences property value. 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.
+ * Gets the allowedAudiences property value. 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.
* @return a {@link EnumSet}
*/
@jakarta.annotation.Nullable
@@ -160,7 +160,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeCollectionOfObjectValues("sources", this.getSources());
}
/**
- * Sets the allowedAudiences property value. 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.
+ * Sets the allowedAudiences property value. 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.
* @param value Value to set for the allowedAudiences property.
*/
public void setAllowedAudiences(@jakarta.annotation.Nullable final EnumSet value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/KerberosSignOnSettings.java b/src/main/java/com/microsoft/graph/beta/generated/models/KerberosSignOnSettings.java
index 775930b8359..2b55cdc32f3 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/KerberosSignOnSettings.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/KerberosSignOnSettings.java
@@ -76,7 +76,7 @@ public String getKerberosServicePrincipalName() {
return this.backingStore.get("kerberosServicePrincipalName");
}
/**
- * Gets the kerberosSignOnMappingAttributeType property value. 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.
+ * Gets the kerberosSignOnMappingAttributeType property value. 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.
* @return a {@link KerberosSignOnMappingAttributeType}
*/
@jakarta.annotation.Nullable
@@ -125,7 +125,7 @@ public void setKerberosServicePrincipalName(@jakarta.annotation.Nullable final S
this.backingStore.set("kerberosServicePrincipalName", value);
}
/**
- * Sets the kerberosSignOnMappingAttributeType property value. 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.
+ * Sets the kerberosSignOnMappingAttributeType property value. 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.
* @param value Value to set for the kerberosSignOnMappingAttributeType property.
*/
public void setKerberosSignOnMappingAttributeType(@jakarta.annotation.Nullable final KerberosSignOnMappingAttributeType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/LandingPage.java b/src/main/java/com/microsoft/graph/beta/generated/models/LandingPage.java
index 185361d5078..f9cad775716 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/LandingPage.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/LandingPage.java
@@ -110,7 +110,7 @@ public String getLocale() {
return this.backingStore.get("locale");
}
/**
- * Gets the source property value. The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue.
+ * Gets the source property value. The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue.
* @return a {@link SimulationContentSource}
*/
@jakarta.annotation.Nullable
@@ -118,7 +118,7 @@ public SimulationContentSource getSource() {
return this.backingStore.get("source");
}
/**
- * Gets the status property value. The status of the simulation. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.
+ * Gets the status property value. The status of the simulation. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.
* @return a {@link SimulationContentStatus}
*/
@jakarta.annotation.Nullable
@@ -209,14 +209,14 @@ public void setLocale(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("locale", value);
}
/**
- * Sets the source property value. The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue.
+ * Sets the source property value. The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue.
* @param value Value to set for the source property.
*/
public void setSource(@jakarta.annotation.Nullable final SimulationContentSource value) {
this.backingStore.set("source", value);
}
/**
- * Sets the status property value. The status of the simulation. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.
+ * Sets the status property value. The status of the simulation. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.
* @param value Value to set for the status property.
*/
public void setStatus(@jakarta.annotation.Nullable final SimulationContentStatus value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/LanguageProficiency.java b/src/main/java/com/microsoft/graph/beta/generated/models/LanguageProficiency.java
index 192f477388f..aeba6dcc78d 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/LanguageProficiency.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/LanguageProficiency.java
@@ -58,7 +58,7 @@ public LanguageProficiencyLevel getProficiency() {
return this.backingStore.get("proficiency");
}
/**
- * Gets the reading property value. Represents the users reading comprehension for the language represented by the object. Possible values are: elementary, conversational, limitedWorking, professionalWorking, fullProfessional, nativeOrBilingual, unknownFutureValue.
+ * Gets the reading property value. Represents the users reading comprehension for the language represented by the object. The possible values are: elementary, conversational, limitedWorking, professionalWorking, fullProfessional, nativeOrBilingual, unknownFutureValue.
* @return a {@link LanguageProficiencyLevel}
*/
@jakarta.annotation.Nullable
@@ -66,7 +66,7 @@ public LanguageProficiencyLevel getReading() {
return this.backingStore.get("reading");
}
/**
- * Gets the spoken property value. Represents the users spoken proficiency for the language represented by the object. Possible values are: elementary, conversational, limitedWorking, professionalWorking, fullProfessional, nativeOrBilingual, unknownFutureValue.
+ * Gets the spoken property value. Represents the users spoken proficiency for the language represented by the object. The possible values are: elementary, conversational, limitedWorking, professionalWorking, fullProfessional, nativeOrBilingual, unknownFutureValue.
* @return a {@link LanguageProficiencyLevel}
*/
@jakarta.annotation.Nullable
@@ -90,7 +90,7 @@ public String getThumbnailUrl() {
return this.backingStore.get("thumbnailUrl");
}
/**
- * Gets the written property value. Represents the users written proficiency for the language represented by the object. Possible values are: elementary, conversational, limitedWorking, professionalWorking, fullProfessional, nativeOrBilingual, unknownFutureValue.
+ * Gets the written property value. Represents the users written proficiency for the language represented by the object. The possible values are: elementary, conversational, limitedWorking, professionalWorking, fullProfessional, nativeOrBilingual, unknownFutureValue.
* @return a {@link LanguageProficiencyLevel}
*/
@jakarta.annotation.Nullable
@@ -127,14 +127,14 @@ public void setProficiency(@jakarta.annotation.Nullable final LanguageProficienc
this.backingStore.set("proficiency", value);
}
/**
- * Sets the reading property value. Represents the users reading comprehension for the language represented by the object. Possible values are: elementary, conversational, limitedWorking, professionalWorking, fullProfessional, nativeOrBilingual, unknownFutureValue.
+ * Sets the reading property value. Represents the users reading comprehension for the language represented by the object. The possible values are: elementary, conversational, limitedWorking, professionalWorking, fullProfessional, nativeOrBilingual, unknownFutureValue.
* @param value Value to set for the reading property.
*/
public void setReading(@jakarta.annotation.Nullable final LanguageProficiencyLevel value) {
this.backingStore.set("reading", value);
}
/**
- * Sets the spoken property value. Represents the users spoken proficiency for the language represented by the object. Possible values are: elementary, conversational, limitedWorking, professionalWorking, fullProfessional, nativeOrBilingual, unknownFutureValue.
+ * Sets the spoken property value. Represents the users spoken proficiency for the language represented by the object. The possible values are: elementary, conversational, limitedWorking, professionalWorking, fullProfessional, nativeOrBilingual, unknownFutureValue.
* @param value Value to set for the spoken property.
*/
public void setSpoken(@jakarta.annotation.Nullable final LanguageProficiencyLevel value) {
@@ -155,7 +155,7 @@ public void setThumbnailUrl(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("thumbnailUrl", value);
}
/**
- * Sets the written property value. Represents the users written proficiency for the language represented by the object. Possible values are: elementary, conversational, limitedWorking, professionalWorking, fullProfessional, nativeOrBilingual, unknownFutureValue.
+ * Sets the written property value. Represents the users written proficiency for the language represented by the object. The possible values are: elementary, conversational, limitedWorking, professionalWorking, fullProfessional, nativeOrBilingual, unknownFutureValue.
* @param value Value to set for the written property.
*/
public void setWritten(@jakarta.annotation.Nullable final LanguageProficiencyLevel value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/LearningContent.java b/src/main/java/com/microsoft/graph/beta/generated/models/LearningContent.java
index a0ec6596027..3764cc4a004 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/LearningContent.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/LearningContent.java
@@ -159,7 +159,7 @@ public OffsetDateTime getLastModifiedDateTime() {
return this.backingStore.get("lastModifiedDateTime");
}
/**
- * Gets the level property value. The difficulty level of the learning content. Possible values are: Beginner, Intermediate, Advanced, unknownFutureValue. Optional.
+ * Gets the level property value. The difficulty level of the learning content. The possible values are: Beginner, Intermediate, Advanced, unknownFutureValue. Optional.
* @return a {@link Level}
*/
@jakarta.annotation.Nullable
@@ -325,7 +325,7 @@ public void setLastModifiedDateTime(@jakarta.annotation.Nullable final OffsetDat
this.backingStore.set("lastModifiedDateTime", value);
}
/**
- * Sets the level property value. The difficulty level of the learning content. Possible values are: Beginner, Intermediate, Advanced, unknownFutureValue. Optional.
+ * Sets the level property value. The difficulty level of the learning content. The possible values are: Beginner, Intermediate, Advanced, unknownFutureValue. Optional.
* @param value Value to set for the level property.
*/
public void setLevel(@jakarta.annotation.Nullable final Level value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/LearningCourseActivity.java b/src/main/java/com/microsoft/graph/beta/generated/models/LearningCourseActivity.java
index 219f0946d06..c85f1f73ff8 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/LearningCourseActivity.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/LearningCourseActivity.java
@@ -98,7 +98,7 @@ public String getLearningProviderId() {
return this.backingStore.get("learningProviderId");
}
/**
- * Gets the status property value. The status of the course activity. Possible values are: notStarted, inProgress, completed. Required.
+ * Gets the status property value. The status of the course activity. The possible values are: notStarted, inProgress, completed. Required.
* @return a {@link CourseStatus}
*/
@jakarta.annotation.Nullable
@@ -163,7 +163,7 @@ public void setLearningProviderId(@jakarta.annotation.Nullable final String valu
this.backingStore.set("learningProviderId", value);
}
/**
- * Sets the status property value. The status of the course activity. Possible values are: notStarted, inProgress, completed. Required.
+ * Sets the status property value. The status of the course activity. The possible values are: notStarted, inProgress, completed. Required.
* @param value Value to set for the status property.
*/
public void setStatus(@jakarta.annotation.Nullable final CourseStatus value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Location.java b/src/main/java/com/microsoft/graph/beta/generated/models/Location.java
index 0e96c3a6f6e..dad2af7917c 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/Location.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/Location.java
@@ -113,7 +113,7 @@ public String getLocationEmailAddress() {
return this.backingStore.get("locationEmailAddress");
}
/**
- * Gets the locationType property value. The type of location. Possible values are: default, conferenceRoom, homeAddress, businessAddress,geoCoordinates, streetAddress, hotel, restaurant, localBusiness, postalAddress. Read-only.
+ * Gets the locationType property value. The type of location. The possible values are: default, conferenceRoom, homeAddress, businessAddress,geoCoordinates, streetAddress, hotel, restaurant, localBusiness, postalAddress. Read-only.
* @return a {@link LocationType}
*/
@jakarta.annotation.Nullable
@@ -213,7 +213,7 @@ public void setLocationEmailAddress(@jakarta.annotation.Nullable final String va
this.backingStore.set("locationEmailAddress", value);
}
/**
- * Sets the locationType property value. The type of location. Possible values are: default, conferenceRoom, homeAddress, businessAddress,geoCoordinates, streetAddress, hotel, restaurant, localBusiness, postalAddress. Read-only.
+ * Sets the locationType property value. The type of location. The possible values are: default, conferenceRoom, homeAddress, businessAddress,geoCoordinates, streetAddress, hotel, restaurant, localBusiness, postalAddress. Read-only.
* @param value Value to set for the locationType property.
*/
public void setLocationType(@jakarta.annotation.Nullable final LocationType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/LoginPage.java b/src/main/java/com/microsoft/graph/beta/generated/models/LoginPage.java
index d772da4f31b..6f8ba8a87f6 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/LoginPage.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/LoginPage.java
@@ -109,7 +109,7 @@ public OffsetDateTime getLastModifiedDateTime() {
return this.backingStore.get("lastModifiedDateTime");
}
/**
- * Gets the source property value. The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue.
+ * Gets the source property value. The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue.
* @return a {@link SimulationContentSource}
*/
@jakarta.annotation.Nullable
@@ -117,7 +117,7 @@ public SimulationContentSource getSource() {
return this.backingStore.get("source");
}
/**
- * Gets the status property value. The login page status. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.
+ * Gets the status property value. The login page status. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.
* @return a {@link SimulationContentStatus}
*/
@jakarta.annotation.Nullable
@@ -199,14 +199,14 @@ public void setLastModifiedDateTime(@jakarta.annotation.Nullable final OffsetDat
this.backingStore.set("lastModifiedDateTime", value);
}
/**
- * Sets the source property value. The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue.
+ * Sets the source property value. The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue.
* @param value Value to set for the source property.
*/
public void setSource(@jakarta.annotation.Nullable final SimulationContentSource value) {
this.backingStore.set("source", value);
}
/**
- * Sets the status property value. The login page status. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.
+ * Sets the status property value. The login page status. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.
* @param value Value to set for the status property.
*/
public void setStatus(@jakarta.annotation.Nullable final SimulationContentStatus value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/LogonUser.java b/src/main/java/com/microsoft/graph/beta/generated/models/LogonUser.java
index 9bc8de6cdc4..7b20987b02d 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/LogonUser.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/LogonUser.java
@@ -52,7 +52,7 @@ public String getAccountName() {
return this.backingStore.get("accountName");
}
/**
- * Gets the accountType property value. User Account type, per Windows definition. Possible values are: unknown, standard, power, administrator.
+ * Gets the accountType property value. User Account type, per Windows definition. The possible values are: unknown, standard, power, administrator.
* @return a {@link UserAccountSecurityType}
*/
@jakarta.annotation.Nullable
@@ -122,7 +122,7 @@ public String getLogonId() {
return this.backingStore.get("logonId");
}
/**
- * Gets the logonTypes property value. 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.
+ * Gets the logonTypes property value. 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.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -168,7 +168,7 @@ public void setAccountName(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("accountName", value);
}
/**
- * Sets the accountType property value. User Account type, per Windows definition. Possible values are: unknown, standard, power, administrator.
+ * Sets the accountType property value. User Account type, per Windows definition. The possible values are: unknown, standard, power, administrator.
* @param value Value to set for the accountType property.
*/
public void setAccountType(@jakarta.annotation.Nullable final UserAccountSecurityType value) {
@@ -211,7 +211,7 @@ public void setLogonId(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("logonId", value);
}
/**
- * Sets the logonTypes property value. 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.
+ * Sets the logonTypes property value. 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.
* @param value Value to set for the logonTypes property.
*/
public void setLogonTypes(@jakarta.annotation.Nullable final java.util.List value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSCertificateProfileBase.java b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSCertificateProfileBase.java
index 6140e407363..51ffe7bb955 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSCertificateProfileBase.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSCertificateProfileBase.java
@@ -77,7 +77,7 @@ public Integer getRenewalThresholdPercentage() {
return this.backingStore.get("renewalThresholdPercentage");
}
/**
- * Gets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. Possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier.
+ * Gets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. The possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier.
* @return a {@link EnumSet}
*/
@jakarta.annotation.Nullable
@@ -127,7 +127,7 @@ public void setRenewalThresholdPercentage(@jakarta.annotation.Nullable final Int
this.backingStore.set("renewalThresholdPercentage", value);
}
/**
- * Sets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. Possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier.
+ * Sets the subjectAlternativeNameType property value. Certificate Subject Alternative Name Type. The possible values are: none, emailAddress, userPrincipalName, customAzureADAttribute, domainNameService, universalResourceIdentifier.
* @param value Value to set for the subjectAlternativeNameType property.
*/
public void setSubjectAlternativeNameType(@jakarta.annotation.Nullable final EnumSet value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSEnterpriseWiFiConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSEnterpriseWiFiConfiguration.java
index 3fb1c17d12b..e35d324aaed 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSEnterpriseWiFiConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSEnterpriseWiFiConfiguration.java
@@ -29,7 +29,7 @@ public static MacOSEnterpriseWiFiConfiguration createFromDiscriminatorValue(@jak
return new MacOSEnterpriseWiFiConfiguration();
}
/**
- * Gets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential.
+ * Gets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential.
* @return a {@link WiFiAuthenticationMethod}
*/
@jakarta.annotation.Nullable
@@ -37,7 +37,7 @@ public WiFiAuthenticationMethod getAuthenticationMethod() {
return this.backingStore.get("authenticationMethod");
}
/**
- * Gets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. Possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously.
+ * Gets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. The possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously.
* @return a {@link EapFastConfiguration}
*/
@jakarta.annotation.Nullable
@@ -79,7 +79,7 @@ public MacOSCertificateProfileBase getIdentityCertificateForClientAuthentication
return this.backingStore.get("identityCertificateForClientAuthentication");
}
/**
- * Gets the innerAuthenticationProtocolForEapTtls property value. 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.
+ * Gets the innerAuthenticationProtocolForEapTtls property value. 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.
* @return a {@link NonEapAuthenticationMethodForEapTtlsType}
*/
@jakarta.annotation.Nullable
@@ -136,14 +136,14 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeCollectionOfPrimitiveValues("trustedServerCertificateNames", this.getTrustedServerCertificateNames());
}
/**
- * Sets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential.
+ * Sets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential.
* @param value Value to set for the authenticationMethod property.
*/
public void setAuthenticationMethod(@jakarta.annotation.Nullable final WiFiAuthenticationMethod value) {
this.backingStore.set("authenticationMethod", value);
}
/**
- * Sets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. Possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously.
+ * Sets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. The possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously.
* @param value Value to set for the eapFastConfiguration property.
*/
public void setEapFastConfiguration(@jakarta.annotation.Nullable final EapFastConfiguration value) {
@@ -164,7 +164,7 @@ public void setIdentityCertificateForClientAuthentication(@jakarta.annotation.Nu
this.backingStore.set("identityCertificateForClientAuthentication", value);
}
/**
- * Sets the innerAuthenticationProtocolForEapTtls property value. 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.
+ * Sets the innerAuthenticationProtocolForEapTtls property value. 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.
* @param value Value to set for the innerAuthenticationProtocolForEapTtls property.
*/
public void setInnerAuthenticationProtocolForEapTtls(@jakarta.annotation.Nullable final NonEapAuthenticationMethodForEapTtlsType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSGeneralDeviceConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSGeneralDeviceConfiguration.java
index a49aabaf3c7..44aa5565581 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSGeneralDeviceConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSGeneralDeviceConfiguration.java
@@ -563,7 +563,7 @@ public Integer getTouchIdTimeoutInHours() {
return this.backingStore.get("touchIdTimeoutInHours");
}
/**
- * Gets the updateDelayPolicy property value. Determines whether to delay OS and/or app updates for macOS. Possible values are: none, delayOSUpdateVisibility, delayAppUpdateVisibility, unknownFutureValue, delayMajorOsUpdateVisibility.
+ * Gets the updateDelayPolicy property value. Determines whether to delay OS and/or app updates for macOS. The possible values are: none, delayOSUpdateVisibility, delayAppUpdateVisibility, unknownFutureValue, delayMajorOsUpdateVisibility.
* @return a {@link EnumSet}
*/
@jakarta.annotation.Nullable
@@ -1053,7 +1053,7 @@ public void setTouchIdTimeoutInHours(@jakarta.annotation.Nullable final Integer
this.backingStore.set("touchIdTimeoutInHours", value);
}
/**
- * Sets the updateDelayPolicy property value. Determines whether to delay OS and/or app updates for macOS. Possible values are: none, delayOSUpdateVisibility, delayAppUpdateVisibility, unknownFutureValue, delayMajorOsUpdateVisibility.
+ * Sets the updateDelayPolicy property value. Determines whether to delay OS and/or app updates for macOS. The possible values are: none, delayOSUpdateVisibility, delayAppUpdateVisibility, unknownFutureValue, delayMajorOsUpdateVisibility.
* @param value Value to set for the updateDelayPolicy property.
*/
public void setUpdateDelayPolicy(@jakarta.annotation.Nullable final EnumSet value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSImportedPFXCertificateProfile.java b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSImportedPFXCertificateProfile.java
index 2f7fad82e56..5a650c8bed1 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSImportedPFXCertificateProfile.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSImportedPFXCertificateProfile.java
@@ -29,7 +29,7 @@ public static MacOSImportedPFXCertificateProfile createFromDiscriminatorValue(@j
return new MacOSImportedPFXCertificateProfile();
}
/**
- * Gets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue.
+ * Gets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue.
* @return a {@link AppleDeploymentChannel}
*/
@jakarta.annotation.Nullable
@@ -76,7 +76,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeCollectionOfObjectValues("managedDeviceCertificateStates", this.getManagedDeviceCertificateStates());
}
/**
- * Sets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue.
+ * Sets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue.
* @param value Value to set for the deploymentChannel property.
*/
public void setDeploymentChannel(@jakarta.annotation.Nullable final AppleDeploymentChannel value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSPkcsCertificateProfile.java b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSPkcsCertificateProfile.java
index 32417b27711..675a26d5103 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSPkcsCertificateProfile.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSPkcsCertificateProfile.java
@@ -37,7 +37,7 @@ public Boolean getAllowAllAppsAccess() {
return this.backingStore.get("allowAllAppsAccess");
}
/**
- * Gets the certificateStore property value. Target store certificate. Possible values are: user, machine.
+ * Gets the certificateStore property value. Target store certificate. The possible values are: user, machine.
* @return a {@link CertificateStore}
*/
@jakarta.annotation.Nullable
@@ -77,7 +77,7 @@ public java.util.List getCustomSubjectAlternativeN
return this.backingStore.get("customSubjectAlternativeNames");
}
/**
- * Gets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue.
+ * Gets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue.
* @return a {@link AppleDeploymentChannel}
*/
@jakarta.annotation.Nullable
@@ -153,7 +153,7 @@ public void setAllowAllAppsAccess(@jakarta.annotation.Nullable final Boolean val
this.backingStore.set("allowAllAppsAccess", value);
}
/**
- * Sets the certificateStore property value. Target store certificate. Possible values are: user, machine.
+ * Sets the certificateStore property value. Target store certificate. The possible values are: user, machine.
* @param value Value to set for the certificateStore property.
*/
public void setCertificateStore(@jakarta.annotation.Nullable final CertificateStore value) {
@@ -188,7 +188,7 @@ public void setCustomSubjectAlternativeNames(@jakarta.annotation.Nullable final
this.backingStore.set("customSubjectAlternativeNames", value);
}
/**
- * Sets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue.
+ * Sets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue.
* @param value Value to set for the deploymentChannel property.
*/
public void setDeploymentChannel(@jakarta.annotation.Nullable final AppleDeploymentChannel value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSScepCertificateProfile.java b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSScepCertificateProfile.java
index 655f8c30c68..8ceb271d641 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSScepCertificateProfile.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSScepCertificateProfile.java
@@ -38,7 +38,7 @@ public Boolean getAllowAllAppsAccess() {
return this.backingStore.get("allowAllAppsAccess");
}
/**
- * Gets the certificateStore property value. Target store certificate. Possible values are: user, machine.
+ * Gets the certificateStore property value. Target store certificate. The possible values are: user, machine.
* @return a {@link CertificateStore}
*/
@jakarta.annotation.Nullable
@@ -54,7 +54,7 @@ public java.util.List getCustomSubjectAlternativeN
return this.backingStore.get("customSubjectAlternativeNames");
}
/**
- * Gets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue.
+ * Gets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue.
* @return a {@link AppleDeploymentChannel}
*/
@jakarta.annotation.Nullable
@@ -92,7 +92,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the hashAlgorithm property value. SCEP Hash Algorithm. Possible values are: sha1, sha2.
+ * Gets the hashAlgorithm property value. SCEP Hash Algorithm. The possible values are: sha1, sha2.
* @return a {@link EnumSet}
*/
@jakarta.annotation.Nullable
@@ -184,7 +184,7 @@ public void setAllowAllAppsAccess(@jakarta.annotation.Nullable final Boolean val
this.backingStore.set("allowAllAppsAccess", value);
}
/**
- * Sets the certificateStore property value. Target store certificate. Possible values are: user, machine.
+ * Sets the certificateStore property value. Target store certificate. The possible values are: user, machine.
* @param value Value to set for the certificateStore property.
*/
public void setCertificateStore(@jakarta.annotation.Nullable final CertificateStore value) {
@@ -198,7 +198,7 @@ public void setCustomSubjectAlternativeNames(@jakarta.annotation.Nullable final
this.backingStore.set("customSubjectAlternativeNames", value);
}
/**
- * Sets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue.
+ * Sets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue.
* @param value Value to set for the deploymentChannel property.
*/
public void setDeploymentChannel(@jakarta.annotation.Nullable final AppleDeploymentChannel value) {
@@ -212,7 +212,7 @@ public void setExtendedKeyUsages(@jakarta.annotation.Nullable final java.util.Li
this.backingStore.set("extendedKeyUsages", value);
}
/**
- * Sets the hashAlgorithm property value. SCEP Hash Algorithm. Possible values are: sha1, sha2.
+ * Sets the hashAlgorithm property value. SCEP Hash Algorithm. The possible values are: sha1, sha2.
* @param value Value to set for the hashAlgorithm property.
*/
public void setHashAlgorithm(@jakarta.annotation.Nullable final EnumSet value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSSoftwareUpdateConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSSoftwareUpdateConfiguration.java
index 2d820bdd65c..b8c641da046 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSSoftwareUpdateConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSSoftwareUpdateConfiguration.java
@@ -95,7 +95,7 @@ public Integer getMaxUserDeferralsCount() {
return this.backingStore.get("maxUserDeferralsCount");
}
/**
- * Gets the priority property value. The scheduling priority for downloading and preparing the requested update. Default: Low. Possible values: Null, Low, High. Possible values are: low, high, unknownFutureValue.
+ * Gets the priority property value. The scheduling priority for downloading and preparing the requested update. Default: Low. Possible values: Null, Low, High. The possible values are: low, high, unknownFutureValue.
* @return a {@link MacOSPriority}
*/
@jakarta.annotation.Nullable
@@ -178,7 +178,7 @@ public void setMaxUserDeferralsCount(@jakarta.annotation.Nullable final Integer
this.backingStore.set("maxUserDeferralsCount", value);
}
/**
- * Sets the priority property value. The scheduling priority for downloading and preparing the requested update. Default: Low. Possible values: Null, Low, High. Possible values are: low, high, unknownFutureValue.
+ * Sets the priority property value. The scheduling priority for downloading and preparing the requested update. Default: Low. Possible values: Null, Low, High. The possible values are: low, high, unknownFutureValue.
* @param value Value to set for the priority property.
*/
public void setPriority(@jakarta.annotation.Nullable final MacOSPriority value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSTrustedRootCertificate.java b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSTrustedRootCertificate.java
index 8cee49173c5..0b5a4f7e330 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSTrustedRootCertificate.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSTrustedRootCertificate.java
@@ -37,7 +37,7 @@ public String getCertFileName() {
return this.backingStore.get("certFileName");
}
/**
- * Gets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue.
+ * Gets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue.
* @return a {@link AppleDeploymentChannel}
*/
@jakarta.annotation.Nullable
@@ -83,7 +83,7 @@ public void setCertFileName(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("certFileName", value);
}
/**
- * Sets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue.
+ * Sets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue.
* @param value Value to set for the deploymentChannel property.
*/
public void setDeploymentChannel(@jakarta.annotation.Nullable final AppleDeploymentChannel value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSVpnConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSVpnConfiguration.java
index 5adf74f26d3..6cecc885d80 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSVpnConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSVpnConfiguration.java
@@ -29,7 +29,7 @@ public static MacOSVpnConfiguration createFromDiscriminatorValue(@jakarta.annota
return new MacOSVpnConfiguration();
}
/**
- * Gets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue.
+ * Gets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue.
* @return a {@link AppleDeploymentChannel}
*/
@jakarta.annotation.Nullable
@@ -66,7 +66,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeObjectValue("identityCertificate", this.getIdentityCertificate());
}
/**
- * Sets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue.
+ * Sets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue.
* @param value Value to set for the deploymentChannel property.
*/
public void setDeploymentChannel(@jakarta.annotation.Nullable final AppleDeploymentChannel value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSWiFiConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSWiFiConfiguration.java
index ab3b8b96be6..1c232344a62 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSWiFiConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSWiFiConfiguration.java
@@ -52,7 +52,7 @@ public Boolean getConnectWhenNetworkNameIsHidden() {
return this.backingStore.get("connectWhenNetworkNameIsHidden");
}
/**
- * Gets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue.
+ * Gets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue.
* @return a {@link AppleDeploymentChannel}
*/
@jakarta.annotation.Nullable
@@ -177,7 +177,7 @@ public void setConnectWhenNetworkNameIsHidden(@jakarta.annotation.Nullable final
this.backingStore.set("connectWhenNetworkNameIsHidden", value);
}
/**
- * Sets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue.
+ * Sets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue.
* @param value Value to set for the deploymentChannel property.
*/
public void setDeploymentChannel(@jakarta.annotation.Nullable final AppleDeploymentChannel value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSWiredNetworkConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSWiredNetworkConfiguration.java
index 5d90e08bdb6..7bf37637725 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/MacOSWiredNetworkConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/MacOSWiredNetworkConfiguration.java
@@ -29,7 +29,7 @@ public static MacOSWiredNetworkConfiguration createFromDiscriminatorValue(@jakar
return new MacOSWiredNetworkConfiguration();
}
/**
- * Gets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential.
+ * Gets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential.
* @return a {@link WiFiAuthenticationMethod}
*/
@jakarta.annotation.Nullable
@@ -37,7 +37,7 @@ public WiFiAuthenticationMethod getAuthenticationMethod() {
return this.backingStore.get("authenticationMethod");
}
/**
- * Gets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue.
+ * Gets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue.
* @return a {@link AppleDeploymentChannel}
*/
@jakarta.annotation.Nullable
@@ -45,7 +45,7 @@ public AppleDeploymentChannel getDeploymentChannel() {
return this.backingStore.get("deploymentChannel");
}
/**
- * Gets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. Possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously.
+ * Gets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. The possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously.
* @return a {@link EapFastConfiguration}
*/
@jakarta.annotation.Nullable
@@ -113,7 +113,7 @@ public String getNetworkName() {
return this.backingStore.get("networkName");
}
/**
- * Gets the nonEapAuthenticationMethodForEapTtls property value. 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.
+ * Gets the nonEapAuthenticationMethodForEapTtls property value. 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.
* @return a {@link NonEapAuthenticationMethodForEapTtlsType}
*/
@jakarta.annotation.Nullable
@@ -156,21 +156,21 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeCollectionOfPrimitiveValues("trustedServerCertificateNames", this.getTrustedServerCertificateNames());
}
/**
- * Sets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. Possible values are: certificate, usernameAndPassword, derivedCredential.
+ * Sets the authenticationMethod property value. Authentication Method when EAP Type is configured to PEAP or EAP-TTLS. The possible values are: certificate, usernameAndPassword, derivedCredential.
* @param value Value to set for the authenticationMethod property.
*/
public void setAuthenticationMethod(@jakarta.annotation.Nullable final WiFiAuthenticationMethod value) {
this.backingStore.set("authenticationMethod", value);
}
/**
- * Sets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. Possible values are: deviceChannel, userChannel, unknownFutureValue.
+ * Sets the deploymentChannel property value. Indicates the deployment channel type used to deploy the configuration profile. Possible values are deviceChannel, userChannel. The possible values are: deviceChannel, userChannel, unknownFutureValue.
* @param value Value to set for the deploymentChannel property.
*/
public void setDeploymentChannel(@jakarta.annotation.Nullable final AppleDeploymentChannel value) {
this.backingStore.set("deploymentChannel", value);
}
/**
- * Sets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. Possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously.
+ * Sets the eapFastConfiguration property value. EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type. The possible values are: noProtectedAccessCredential, useProtectedAccessCredential, useProtectedAccessCredentialAndProvision, useProtectedAccessCredentialAndProvisionAnonymously.
* @param value Value to set for the eapFastConfiguration property.
*/
public void setEapFastConfiguration(@jakarta.annotation.Nullable final EapFastConfiguration value) {
@@ -212,7 +212,7 @@ public void setNetworkName(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("networkName", value);
}
/**
- * Sets the nonEapAuthenticationMethodForEapTtls property value. 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.
+ * Sets the nonEapAuthenticationMethodForEapTtls property value. 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.
* @param value Value to set for the nonEapAuthenticationMethodForEapTtls property.
*/
public void setNonEapAuthenticationMethodForEapTtls(@jakarta.annotation.Nullable final NonEapAuthenticationMethodForEapTtlsType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MailAssessmentRequest.java b/src/main/java/com/microsoft/graph/beta/generated/models/MailAssessmentRequest.java
index dc5008f50ed..b32f2af12f7 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/MailAssessmentRequest.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/MailAssessmentRequest.java
@@ -26,7 +26,7 @@ public static MailAssessmentRequest createFromDiscriminatorValue(@jakarta.annota
return new MailAssessmentRequest();
}
/**
- * Gets the destinationRoutingReason property value. 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.
+ * Gets the destinationRoutingReason property value. 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.
* @return a {@link MailDestinationRoutingReason}
*/
@jakarta.annotation.Nullable
@@ -73,7 +73,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeStringValue("recipientEmail", this.getRecipientEmail());
}
/**
- * Sets the destinationRoutingReason property value. 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.
+ * Sets the destinationRoutingReason property value. 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.
* @param value Value to set for the destinationRoutingReason property.
*/
public void setDestinationRoutingReason(@jakarta.annotation.Nullable final MailDestinationRoutingReason value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MailFolder.java b/src/main/java/com/microsoft/graph/beta/generated/models/MailFolder.java
index 08279839bc7..85bff7191b3 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/MailFolder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/MailFolder.java
@@ -151,7 +151,7 @@ public Integer getUnreadItemCount() {
return this.backingStore.get("unreadItemCount");
}
/**
- * Gets the userConfigurations property value. The userConfigurations property
+ * Gets the userConfigurations property value. The user configuration objects associated to the mailFolder.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -273,7 +273,7 @@ public void setUnreadItemCount(@jakarta.annotation.Nullable final Integer value)
this.backingStore.set("unreadItemCount", value);
}
/**
- * Sets the userConfigurations property value. The userConfigurations property
+ * Sets the userConfigurations property value. The user configuration objects associated to the mailFolder.
* @param value Value to set for the userConfigurations property.
*/
public void setUserConfigurations(@jakarta.annotation.Nullable final java.util.List value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MailTips.java b/src/main/java/com/microsoft/graph/beta/generated/models/MailTips.java
index dd5f448d87d..544327c4902 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/MailTips.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/MailTips.java
@@ -159,7 +159,7 @@ public String getOdataType() {
return this.backingStore.get("odataType");
}
/**
- * Gets the recipientScope property value. 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.
+ * Gets the recipientScope property value. 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.
* @return a {@link EnumSet}
*/
@jakarta.annotation.Nullable
@@ -289,7 +289,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("odataType", value);
}
/**
- * Sets the recipientScope property value. 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.
+ * Sets the recipientScope property value. 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.
* @param value Value to set for the recipientScope property.
*/
public void setRecipientScope(@jakarta.annotation.Nullable final EnumSet value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MailboxSettings.java b/src/main/java/com/microsoft/graph/beta/generated/models/MailboxSettings.java
index c8c35bf961d..156cd0694f5 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/MailboxSettings.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/MailboxSettings.java
@@ -80,7 +80,7 @@ public String getDateFormat() {
return this.backingStore.get("dateFormat");
}
/**
- * Gets the delegateMeetingMessageDeliveryOptions property value. 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.
+ * Gets the delegateMeetingMessageDeliveryOptions property value. 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.
* @return a {@link DelegateMeetingMessageDeliveryOptions}
*/
@jakarta.annotation.Nullable
@@ -140,7 +140,7 @@ public String getTimeZone() {
return this.backingStore.get("timeZone");
}
/**
- * Gets the userPurpose property value. 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.
+ * Gets the userPurpose property value. 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.
* @return a {@link UserPurpose}
*/
@jakarta.annotation.Nullable
@@ -219,7 +219,7 @@ public void setDateFormat(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("dateFormat", value);
}
/**
- * Sets the delegateMeetingMessageDeliveryOptions property value. 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.
+ * Sets the delegateMeetingMessageDeliveryOptions property value. 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.
* @param value Value to set for the delegateMeetingMessageDeliveryOptions property.
*/
public void setDelegateMeetingMessageDeliveryOptions(@jakarta.annotation.Nullable final DelegateMeetingMessageDeliveryOptions value) {
@@ -254,7 +254,7 @@ public void setTimeZone(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("timeZone", value);
}
/**
- * Sets the userPurpose property value. 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.
+ * Sets the userPurpose property value. 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.
* @param value Value to set for the userPurpose property.
*/
public void setUserPurpose(@jakarta.annotation.Nullable final UserPurpose value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MalwareStateForWindowsDevice.java b/src/main/java/com/microsoft/graph/beta/generated/models/MalwareStateForWindowsDevice.java
index 9140f209e76..907ed2973e7 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/MalwareStateForWindowsDevice.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/MalwareStateForWindowsDevice.java
@@ -45,7 +45,7 @@ public String getDeviceName() {
return this.backingStore.get("deviceName");
}
/**
- * Gets the executionState property value. 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.
+ * Gets the executionState property value. 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.
* @return a {@link WindowsMalwareExecutionState}
*/
@jakarta.annotation.Nullable
@@ -84,7 +84,7 @@ public OffsetDateTime getLastStateChangeDateTime() {
return this.backingStore.get("lastStateChangeDateTime");
}
/**
- * Gets the threatState property 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.
+ * Gets the threatState property value. 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.
* @return a {@link WindowsMalwareThreatState}
*/
@jakarta.annotation.Nullable
@@ -120,7 +120,7 @@ public void setDeviceName(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("deviceName", value);
}
/**
- * Sets the executionState property value. 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.
+ * Sets the executionState property value. 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.
* @param value Value to set for the executionState property.
*/
public void setExecutionState(@jakarta.annotation.Nullable final WindowsMalwareExecutionState value) {
@@ -141,7 +141,7 @@ public void setLastStateChangeDateTime(@jakarta.annotation.Nullable final Offset
this.backingStore.set("lastStateChangeDateTime", value);
}
/**
- * Sets the threatState property 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.
+ * Sets the threatState property value. 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.
* @param value Value to set for the threatState property.
*/
public void setThreatState(@jakarta.annotation.Nullable final WindowsMalwareThreatState value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ManagedAppProtection.java b/src/main/java/com/microsoft/graph/beta/generated/models/ManagedAppProtection.java
index 19adbf85d3f..851424257bb 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/ManagedAppProtection.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/ManagedAppProtection.java
@@ -105,7 +105,7 @@ public ManagedAppRemediationAction getAppActionIfMaximumPinRetriesExceeded() {
return this.backingStore.get("appActionIfMaximumPinRetriesExceeded");
}
/**
- * Gets the appActionIfUnableToAuthenticateUser property 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.
+ * Gets the appActionIfUnableToAuthenticateUser property 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. The possible values are: block, wipe, warn, blockWhenSettingIsSupported.
* @return a {@link ManagedAppRemediationAction}
*/
@jakarta.annotation.Nullable
@@ -345,7 +345,7 @@ public String getMinimumWipeOsVersion() {
return this.backingStore.get("minimumWipeOsVersion");
}
/**
- * Gets the mobileThreatDefensePartnerPriority property value. 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.
+ * Gets the mobileThreatDefensePartnerPriority property value. 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.
* @return a {@link MobileThreatDefensePartnerPriority}
*/
@jakarta.annotation.Nullable
@@ -584,7 +584,7 @@ public void setAppActionIfMaximumPinRetriesExceeded(@jakarta.annotation.Nullable
this.backingStore.set("appActionIfMaximumPinRetriesExceeded", value);
}
/**
- * Sets the appActionIfUnableToAuthenticateUser property 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.
+ * Sets the appActionIfUnableToAuthenticateUser property 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. The possible values are: block, wipe, warn, blockWhenSettingIsSupported.
* @param value Value to set for the appActionIfUnableToAuthenticateUser property.
*/
public void setAppActionIfUnableToAuthenticateUser(@jakarta.annotation.Nullable final ManagedAppRemediationAction value) {
@@ -745,7 +745,7 @@ public void setMinimumWipeOsVersion(@jakarta.annotation.Nullable final String va
this.backingStore.set("minimumWipeOsVersion", value);
}
/**
- * Sets the mobileThreatDefensePartnerPriority property value. 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.
+ * Sets the mobileThreatDefensePartnerPriority property value. 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.
* @param value Value to set for the mobileThreatDefensePartnerPriority property.
*/
public void setMobileThreatDefensePartnerPriority(@jakarta.annotation.Nullable final MobileThreatDefensePartnerPriority value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ManagedDeviceEncryptionState.java b/src/main/java/com/microsoft/graph/beta/generated/models/ManagedDeviceEncryptionState.java
index 2d574d002a7..7a03462e3f4 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/ManagedDeviceEncryptionState.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/ManagedDeviceEncryptionState.java
@@ -29,7 +29,7 @@ public static ManagedDeviceEncryptionState createFromDiscriminatorValue(@jakarta
return new ManagedDeviceEncryptionState();
}
/**
- * Gets the advancedBitLockerStates property value. Advanced BitLocker State. Possible values are: success, noUserConsent, osVolumeUnprotected, osVolumeTpmRequired, osVolumeTpmOnlyRequired, osVolumeTpmPinRequired, osVolumeTpmStartupKeyRequired, osVolumeTpmPinStartupKeyRequired, osVolumeEncryptionMethodMismatch, recoveryKeyBackupFailed, fixedDriveNotEncrypted, fixedDriveEncryptionMethodMismatch, loggedOnUserNonAdmin, windowsRecoveryEnvironmentNotConfigured, tpmNotAvailable, tpmNotReady, networkError.
+ * Gets the advancedBitLockerStates property value. Advanced BitLocker State. The possible values are: success, noUserConsent, osVolumeUnprotected, osVolumeTpmRequired, osVolumeTpmOnlyRequired, osVolumeTpmPinRequired, osVolumeTpmStartupKeyRequired, osVolumeTpmPinStartupKeyRequired, osVolumeEncryptionMethodMismatch, recoveryKeyBackupFailed, fixedDriveNotEncrypted, fixedDriveEncryptionMethodMismatch, loggedOnUserNonAdmin, windowsRecoveryEnvironmentNotConfigured, tpmNotAvailable, tpmNotReady, networkError.
* @return a {@link EnumSet}
*/
@jakarta.annotation.Nullable
@@ -97,7 +97,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the fileVaultStates property value. FileVault State. Possible values are: success, driveEncryptedByUser, userDeferredEncryption, escrowNotEnabled.
+ * Gets the fileVaultStates property value. FileVault State. The possible values are: success, driveEncryptedByUser, userDeferredEncryption, escrowNotEnabled.
* @return a {@link EnumSet}
*/
@jakarta.annotation.Nullable
@@ -156,7 +156,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeStringValue("userPrincipalName", this.getUserPrincipalName());
}
/**
- * Sets the advancedBitLockerStates property value. Advanced BitLocker State. Possible values are: success, noUserConsent, osVolumeUnprotected, osVolumeTpmRequired, osVolumeTpmOnlyRequired, osVolumeTpmPinRequired, osVolumeTpmStartupKeyRequired, osVolumeTpmPinStartupKeyRequired, osVolumeEncryptionMethodMismatch, recoveryKeyBackupFailed, fixedDriveNotEncrypted, fixedDriveEncryptionMethodMismatch, loggedOnUserNonAdmin, windowsRecoveryEnvironmentNotConfigured, tpmNotAvailable, tpmNotReady, networkError.
+ * Sets the advancedBitLockerStates property value. Advanced BitLocker State. The possible values are: success, noUserConsent, osVolumeUnprotected, osVolumeTpmRequired, osVolumeTpmOnlyRequired, osVolumeTpmPinRequired, osVolumeTpmStartupKeyRequired, osVolumeTpmPinStartupKeyRequired, osVolumeEncryptionMethodMismatch, recoveryKeyBackupFailed, fixedDriveNotEncrypted, fixedDriveEncryptionMethodMismatch, loggedOnUserNonAdmin, windowsRecoveryEnvironmentNotConfigured, tpmNotAvailable, tpmNotReady, networkError.
* @param value Value to set for the advancedBitLockerStates property.
*/
public void setAdvancedBitLockerStates(@jakarta.annotation.Nullable final EnumSet value) {
@@ -198,7 +198,7 @@ public void setEncryptionState(@jakarta.annotation.Nullable final EncryptionStat
this.backingStore.set("encryptionState", value);
}
/**
- * Sets the fileVaultStates property value. FileVault State. Possible values are: success, driveEncryptedByUser, userDeferredEncryption, escrowNotEnabled.
+ * Sets the fileVaultStates property value. FileVault State. The possible values are: success, driveEncryptedByUser, userDeferredEncryption, escrowNotEnabled.
* @param value Value to set for the fileVaultStates property.
*/
public void setFileVaultStates(@jakarta.annotation.Nullable final EnumSet value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MeetingTimeSuggestion.java b/src/main/java/com/microsoft/graph/beta/generated/models/MeetingTimeSuggestion.java
index a99d00131c2..e08e8493f1a 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/MeetingTimeSuggestion.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/MeetingTimeSuggestion.java
@@ -121,7 +121,7 @@ public Integer getOrder() {
return this.backingStore.get("order");
}
/**
- * Gets the organizerAvailability property value. Availability of the meeting organizer for this meeting suggestion. Possible values are: free, tentative, busy, oof, workingElsewhere, unknown.
+ * Gets the organizerAvailability property value. Availability of the meeting organizer for this meeting suggestion. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown.
* @return a {@link FreeBusyStatus}
*/
@jakarta.annotation.Nullable
@@ -210,7 +210,7 @@ public void setOrder(@jakarta.annotation.Nullable final Integer value) {
this.backingStore.set("order", value);
}
/**
- * Sets the organizerAvailability property value. Availability of the meeting organizer for this meeting suggestion. Possible values are: free, tentative, busy, oof, workingElsewhere, unknown.
+ * Sets the organizerAvailability property value. Availability of the meeting organizer for this meeting suggestion. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown.
* @param value Value to set for the organizerAvailability property.
*/
public void setOrganizerAvailability(@jakarta.annotation.Nullable final FreeBusyStatus value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MeetingTimeSuggestionsResult.java b/src/main/java/com/microsoft/graph/beta/generated/models/MeetingTimeSuggestionsResult.java
index 676054f2d4f..651ecf2ef35 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/MeetingTimeSuggestionsResult.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/MeetingTimeSuggestionsResult.java
@@ -56,7 +56,7 @@ public BackingStore getBackingStore() {
return this.backingStore;
}
/**
- * Gets the emptySuggestionsReason property value. 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.
+ * Gets the emptySuggestionsReason property value. 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.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -118,7 +118,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value
this.backingStore = value;
}
/**
- * Sets the emptySuggestionsReason property value. 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.
+ * Sets the emptySuggestionsReason property value. 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.
* @param value Value to set for the emptySuggestionsReason property.
*/
public void setEmptySuggestionsReason(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MembershipRuleProcessingStatus.java b/src/main/java/com/microsoft/graph/beta/generated/models/MembershipRuleProcessingStatus.java
index b102b01f2df..3d846dbfaeb 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/MembershipRuleProcessingStatus.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/MembershipRuleProcessingStatus.java
@@ -94,7 +94,7 @@ public String getOdataType() {
return this.backingStore.get("odataType");
}
/**
- * Gets the status property value. Current status of a dynamic group processing. Possible values are: NotStarted, Running, Succeeded, Failed, and UnknownFutureValue. Required. Read-only.
+ * Gets the status property value. Current status of a dynamic group processing. The possible values are: NotStarted, Running, Succeeded, Failed, and UnknownFutureValue. Required. Read-only.
* @return a {@link MembershipRuleProcessingStatusDetails}
*/
@jakarta.annotation.Nullable
@@ -150,7 +150,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("odataType", value);
}
/**
- * Sets the status property value. Current status of a dynamic group processing. Possible values are: NotStarted, Running, Succeeded, Failed, and UnknownFutureValue. Required. Read-only.
+ * Sets the status property value. Current status of a dynamic group processing. The possible values are: NotStarted, Running, Succeeded, Failed, and UnknownFutureValue. Required. Read-only.
* @param value Value to set for the status property.
*/
public void setStatus(@jakarta.annotation.Nullable final MembershipRuleProcessingStatusDetails value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Message.java b/src/main/java/com/microsoft/graph/beta/generated/models/Message.java
index 655e95c23c0..23a5dacb7f4 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/Message.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/Message.java
@@ -176,7 +176,7 @@ public Importance getImportance() {
return this.backingStore.get("importance");
}
/**
- * Gets the inferenceClassification property 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.
+ * Gets the inferenceClassification property value. 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.
* @return a {@link InferenceClassificationType}
*/
@jakarta.annotation.Nullable
@@ -478,7 +478,7 @@ public void setImportance(@jakarta.annotation.Nullable final Importance value) {
this.backingStore.set("importance", value);
}
/**
- * Sets the inferenceClassification property 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.
+ * Sets the inferenceClassification property value. 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.
* @param value Value to set for the inferenceClassification property.
*/
public void setInferenceClassification(@jakarta.annotation.Nullable final InferenceClassificationType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MicrosoftCustomTrainingSetting.java b/src/main/java/com/microsoft/graph/beta/generated/models/MicrosoftCustomTrainingSetting.java
index d3c1d52d212..408240d39d0 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/MicrosoftCustomTrainingSetting.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/MicrosoftCustomTrainingSetting.java
@@ -55,7 +55,7 @@ public java.util.List