Class IdentityGovernanceRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.identitygovernance.IdentityGovernanceRequestBuilder
@Generated("com.microsoft.kiota")
public class IdentityGovernanceRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the identityGovernance singleton.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassGet identityGovernanceclassConfiguration 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
ConstructorsConstructorDescriptionIdentityGovernanceRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newIdentityGovernanceRequestBuilderand sets the default values.IdentityGovernanceRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newIdentityGovernanceRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionProvides operations to manage the accessReviews property of the microsoft.graph.identityGovernance entity.Provides operations to manage the appConsent property of the microsoft.graph.identityGovernance entity.Provides operations to manage the entitlementManagement property of the microsoft.graph.identityGovernance entity.get()Get identityGovernanceget(Consumer<IdentityGovernanceRequestBuilder.GetRequestConfiguration> requestConfiguration) Get identityGovernanceProvides operations to manage the lifecycleWorkflows property of the microsoft.graph.identityGovernance entity.patch(IdentityGovernance body) Update identityGovernancepatch(IdentityGovernance body, Consumer<IdentityGovernanceRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update identityGovernanceProvides operations to manage the privilegedAccess property of the microsoft.graph.identityGovernance entity.Provides operations to manage the termsOfUse property of the microsoft.graph.identityGovernance entity.com.microsoft.kiota.RequestInformationGet identityGovernancecom.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<IdentityGovernanceRequestBuilder.GetRequestConfiguration> requestConfiguration) Get identityGovernancecom.microsoft.kiota.RequestInformationUpdate identityGovernancecom.microsoft.kiota.RequestInformationtoPatchRequestInformation(IdentityGovernance body, Consumer<IdentityGovernanceRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update identityGovernanceReturns a request builder with the provided arbitrary URL.
-
Constructor Details
-
IdentityGovernanceRequestBuilder
public IdentityGovernanceRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newIdentityGovernanceRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
IdentityGovernanceRequestBuilder
public IdentityGovernanceRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newIdentityGovernanceRequestBuilderand 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
-
accessReviews
Provides operations to manage the accessReviews property of the microsoft.graph.identityGovernance entity.- Returns:
- a
AccessReviewsRequestBuilder
-
appConsent
Provides operations to manage the appConsent property of the microsoft.graph.identityGovernance entity.- Returns:
- a
AppConsentRequestBuilder
-
entitlementManagement
Provides operations to manage the entitlementManagement property of the microsoft.graph.identityGovernance entity.- Returns:
- a
EntitlementManagementRequestBuilder
-
lifecycleWorkflows
Provides operations to manage the lifecycleWorkflows property of the microsoft.graph.identityGovernance entity.- Returns:
- a
LifecycleWorkflowsRequestBuilder
-
privilegedAccess
Provides operations to manage the privilegedAccess property of the microsoft.graph.identityGovernance entity.- Returns:
- a
PrivilegedAccessRequestBuilder
-
termsOfUse
Provides operations to manage the termsOfUse property of the microsoft.graph.identityGovernance entity.- Returns:
- a
TermsOfUseRequestBuilder
-
get
Get identityGovernance- Returns:
- a
IdentityGovernance - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
get
@Nullable public IdentityGovernance get(@Nullable Consumer<IdentityGovernanceRequestBuilder.GetRequestConfiguration> requestConfiguration) Get identityGovernance- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
IdentityGovernance - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
patch
Update identityGovernance- Parameters:
body- The request body- Returns:
- a
IdentityGovernance - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
patch
@Nullable public IdentityGovernance patch(@Nonnull IdentityGovernance body, @Nullable Consumer<IdentityGovernanceRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update identityGovernance- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
IdentityGovernance - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation()Get identityGovernance- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<IdentityGovernanceRequestBuilder.GetRequestConfiguration> requestConfiguration) Get identityGovernance- 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 IdentityGovernance body) Update identityGovernance- Parameters:
body- The request body- Returns:
- a
RequestInformation
-
toPatchRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPatchRequestInformation(@Nonnull IdentityGovernance body, @Nullable Consumer<IdentityGovernanceRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update identityGovernance- 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
IdentityGovernanceRequestBuilder
-