Package com.microsoft.graph.identity
Class IdentityRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.identity.IdentityRequestBuilder
@Generated("com.microsoft.kiota")
public class IdentityRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the identityContainer singleton.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassGet identityclassConfiguration 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
ConstructorsConstructorDescriptionIdentityRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newIdentityRequestBuilderand sets the default values.IdentityRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newIdentityRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionProvides operations to manage the apiConnectors property of the microsoft.graph.identityContainer entity.Provides operations to manage the authenticationEventListeners property of the microsoft.graph.identityContainer entity.Provides operations to manage the authenticationEventsFlows property of the microsoft.graph.identityContainer entity.Provides operations to manage the b2xUserFlows property of the microsoft.graph.identityContainer entity.The conditionalAccess propertyProvides operations to manage the customAuthenticationExtensions property of the microsoft.graph.identityContainer entity.get()Get identityget(Consumer<IdentityRequestBuilder.GetRequestConfiguration> requestConfiguration) Get identityProvides operations to manage the identityProviders property of the microsoft.graph.identityContainer entity.patch(IdentityContainer body) Update identitypatch(IdentityContainer body, Consumer<IdentityRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update identityProvides operations to manage the riskPrevention property of the microsoft.graph.identityContainer entity.com.microsoft.kiota.RequestInformationGet identitycom.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<IdentityRequestBuilder.GetRequestConfiguration> requestConfiguration) Get identitycom.microsoft.kiota.RequestInformationUpdate identitycom.microsoft.kiota.RequestInformationtoPatchRequestInformation(IdentityContainer body, Consumer<IdentityRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update identityProvides operations to manage the userFlowAttributes property of the microsoft.graph.identityContainer entity.Returns a request builder with the provided arbitrary URL.
-
Constructor Details
-
IdentityRequestBuilder
public IdentityRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newIdentityRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
IdentityRequestBuilder
public IdentityRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newIdentityRequestBuilderand 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
-
apiConnectors
Provides operations to manage the apiConnectors property of the microsoft.graph.identityContainer entity.- Returns:
- a
ApiConnectorsRequestBuilder
-
authenticationEventListeners
Provides operations to manage the authenticationEventListeners property of the microsoft.graph.identityContainer entity.- Returns:
- a
AuthenticationEventListenersRequestBuilder
-
authenticationEventsFlows
Provides operations to manage the authenticationEventsFlows property of the microsoft.graph.identityContainer entity.- Returns:
- a
AuthenticationEventsFlowsRequestBuilder
-
b2xUserFlows
Provides operations to manage the b2xUserFlows property of the microsoft.graph.identityContainer entity.- Returns:
- a
B2xUserFlowsRequestBuilder
-
conditionalAccess
The conditionalAccess property- Returns:
- a
ConditionalAccessRequestBuilder
-
customAuthenticationExtensions
Provides operations to manage the customAuthenticationExtensions property of the microsoft.graph.identityContainer entity.- Returns:
- a
CustomAuthenticationExtensionsRequestBuilder
-
identityProviders
Provides operations to manage the identityProviders property of the microsoft.graph.identityContainer entity.- Returns:
- a
IdentityProvidersRequestBuilder
-
riskPrevention
Provides operations to manage the riskPrevention property of the microsoft.graph.identityContainer entity.- Returns:
- a
RiskPreventionRequestBuilder
-
userFlowAttributes
Provides operations to manage the userFlowAttributes property of the microsoft.graph.identityContainer entity.- Returns:
- a
UserFlowAttributesRequestBuilder
-
get
Get identity- Returns:
- a
IdentityContainer - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
get
@Nullable public IdentityContainer get(@Nullable Consumer<IdentityRequestBuilder.GetRequestConfiguration> requestConfiguration) Get identity- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
IdentityContainer - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
patch
Update identity- Parameters:
body- The request body- Returns:
- a
IdentityContainer - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
patch
@Nullable public IdentityContainer patch(@Nonnull IdentityContainer body, @Nullable Consumer<IdentityRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update identity- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
IdentityContainer - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation()Get identity- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<IdentityRequestBuilder.GetRequestConfiguration> requestConfiguration) Get identity- 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 IdentityContainer body) Update identity- Parameters:
body- The request body- Returns:
- a
RequestInformation
-
toPatchRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPatchRequestInformation(@Nonnull IdentityContainer body, @Nullable Consumer<IdentityRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update 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
IdentityRequestBuilder
-