Class AuthenticationStrengthPolicyItemRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.identity.conditionalaccess.authenticationstrength.policies.item.AuthenticationStrengthPolicyItemRequestBuilder
@Generated("com.microsoft.kiota")
public class AuthenticationStrengthPolicyItemRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the policies property of the microsoft.graph.authenticationStrengthRoot entity.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassConfiguration for the request such as headers, query parameters, and middleware options.classA collection of authentication strength policies that exist for this tenant, including both built-in and custom policies.classConfiguration for the request such as headers, query parameters, and middleware options.classConfiguration for the request such as headers, query parameters, and middleware options. -
Field Summary
Fields inherited from class com.microsoft.kiota.BaseRequestBuilder
pathParameters, requestAdapter, urlTemplate -
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationStrengthPolicyItemRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newAuthenticationStrengthPolicyItemRequestBuilderand sets the default values.AuthenticationStrengthPolicyItemRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newAuthenticationStrengthPolicyItemRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionProvides operations to manage the combinationConfigurations property of the microsoft.graph.authenticationStrengthPolicy entity.voiddelete()Delete navigation property policies for identityvoiddelete(Consumer<AuthenticationStrengthPolicyItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property policies for identityget()A collection of authentication strength policies that exist for this tenant, including both built-in and custom policies.get(Consumer<AuthenticationStrengthPolicyItemRequestBuilder.GetRequestConfiguration> requestConfiguration) A collection of authentication strength policies that exist for this tenant, including both built-in and custom policies.Update the navigation property policies in identitypatch(AuthenticationStrengthPolicy body, Consumer<AuthenticationStrengthPolicyItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property policies in identitycom.microsoft.kiota.RequestInformationDelete navigation property policies for identitycom.microsoft.kiota.RequestInformationtoDeleteRequestInformation(Consumer<AuthenticationStrengthPolicyItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property policies for identitycom.microsoft.kiota.RequestInformationA collection of authentication strength policies that exist for this tenant, including both built-in and custom policies.com.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<AuthenticationStrengthPolicyItemRequestBuilder.GetRequestConfiguration> requestConfiguration) A collection of authentication strength policies that exist for this tenant, including both built-in and custom policies.com.microsoft.kiota.RequestInformationUpdate the navigation property policies in identitycom.microsoft.kiota.RequestInformationtoPatchRequestInformation(AuthenticationStrengthPolicy body, Consumer<AuthenticationStrengthPolicyItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property policies in identityProvides operations to call the updateAllowedCombinations method.usage()Provides operations to call the usage method.Returns a request builder with the provided arbitrary URL.
-
Constructor Details
-
AuthenticationStrengthPolicyItemRequestBuilder
public AuthenticationStrengthPolicyItemRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newAuthenticationStrengthPolicyItemRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
AuthenticationStrengthPolicyItemRequestBuilder
public AuthenticationStrengthPolicyItemRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newAuthenticationStrengthPolicyItemRequestBuilderand sets the default values.- Parameters:
rawUrl- The raw URL to use for the request builder.requestAdapter- The request adapter to use to execute the requests.
-
-
Method Details
-
combinationConfigurations
Provides operations to manage the combinationConfigurations property of the microsoft.graph.authenticationStrengthPolicy entity.- Returns:
- a
CombinationConfigurationsRequestBuilder
-
updateAllowedCombinations
Provides operations to call the updateAllowedCombinations method.- Returns:
- a
UpdateAllowedCombinationsRequestBuilder
-
usage
Provides operations to call the usage method.- Returns:
- a
UsageRequestBuilder
-
delete
public void delete()Delete navigation property policies for identity- Throws:
ODataError- When receiving a 4XX or 5XX status code
-
delete
public void delete(@Nullable Consumer<AuthenticationStrengthPolicyItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property policies for identity- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Throws:
ODataError- When receiving a 4XX or 5XX status code
-
get
A collection of authentication strength policies that exist for this tenant, including both built-in and custom policies.- Returns:
- a
AuthenticationStrengthPolicy - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
get
@Nullable public AuthenticationStrengthPolicy get(@Nullable Consumer<AuthenticationStrengthPolicyItemRequestBuilder.GetRequestConfiguration> requestConfiguration) A collection of authentication strength policies that exist for this tenant, including both built-in and custom policies.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
AuthenticationStrengthPolicy - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
patch
Update the navigation property policies in identity- Parameters:
body- The request body- Returns:
- a
AuthenticationStrengthPolicy - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
patch
@Nullable public AuthenticationStrengthPolicy patch(@Nonnull AuthenticationStrengthPolicy body, @Nullable Consumer<AuthenticationStrengthPolicyItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property policies in identity- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
AuthenticationStrengthPolicy - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation()Delete navigation property policies for identity- Returns:
- a
RequestInformation
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation(@Nullable Consumer<AuthenticationStrengthPolicyItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property policies for identity- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation()A collection of authentication strength policies that exist for this tenant, including both built-in and custom policies.- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<AuthenticationStrengthPolicyItemRequestBuilder.GetRequestConfiguration> requestConfiguration) A collection of authentication strength policies that exist for this tenant, including both built-in and custom policies.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
toPatchRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPatchRequestInformation(@Nonnull AuthenticationStrengthPolicy body) Update the navigation property policies in identity- Parameters:
body- The request body- Returns:
- a
RequestInformation
-
toPatchRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPatchRequestInformation(@Nonnull AuthenticationStrengthPolicy body, @Nullable Consumer<AuthenticationStrengthPolicyItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property policies in identity- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
withUrl
Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.- Parameters:
rawUrl- The raw URL to use for the request builder.- Returns:
- a
AuthenticationStrengthPolicyItemRequestBuilder
-