Package com.microsoft.graph.requests
Class IdentityProtectionRootRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<IdentityProtectionRoot>
com.microsoft.graph.requests.IdentityProtectionRootRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class IdentityProtectionRootRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<IdentityProtectionRoot>
The class for the Identity Protection Root Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionIdentityProtectionRootRequestBuilder
(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the IdentityProtectionRoot -
Method Summary
Modifier and TypeMethodDescriptionbuildRequest
(com.microsoft.graph.options.Option... requestOptions) Creates the requestbuildRequest
(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptionsGets a request builder for the RiskDetection collectionriskDetections
(String id) Gets a request builder for the RiskDetection itemGets a request builder for the RiskyServicePrincipal collectionGets a request builder for the RiskyServicePrincipal itemGets a request builder for the RiskyUser collectionriskyUsers
(String id) Gets a request builder for the RiskyUser itemGets a request builder for the ServicePrincipalRiskDetection collectionGets a request builder for the ServicePrincipalRiskDetection itemMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
IdentityProtectionRootRequestBuilder
public IdentityProtectionRootRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the IdentityProtectionRoot- Parameters:
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public IdentityProtectionRootRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions
- the options for this request- Returns:
- the IdentityProtectionRootRequest instance
-
buildRequest
@Nonnull public IdentityProtectionRootRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions
- the options for this request- Returns:
- the IdentityProtectionRootRequest instance
-
riskDetections
Gets a request builder for the RiskDetection collection- Returns:
- the collection request builder
-
riskDetections
Gets a request builder for the RiskDetection item- Parameters:
id
- the item identifier- Returns:
- the request builder
-
riskyServicePrincipals
Gets a request builder for the RiskyServicePrincipal collection- Returns:
- the collection request builder
-
riskyServicePrincipals
Gets a request builder for the RiskyServicePrincipal item- Parameters:
id
- the item identifier- Returns:
- the request builder
-
riskyUsers
Gets a request builder for the RiskyUser collection- Returns:
- the collection request builder
-
riskyUsers
Gets a request builder for the RiskyUser item- Parameters:
id
- the item identifier- Returns:
- the request builder
-
servicePrincipalRiskDetections
@Nonnull public ServicePrincipalRiskDetectionCollectionRequestBuilder servicePrincipalRiskDetections()Gets a request builder for the ServicePrincipalRiskDetection collection- Returns:
- the collection request builder
-
servicePrincipalRiskDetections
@Nonnull public ServicePrincipalRiskDetectionRequestBuilder servicePrincipalRiskDetections(@Nonnull String id) Gets a request builder for the ServicePrincipalRiskDetection item- Parameters:
id
- the item identifier- Returns:
- the request builder
-