Package com.microsoft.graph.requests
Class SecurityRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<Security>
com.microsoft.graph.requests.SecurityRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
The class for the Security Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionSecurityRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the Security -
Method Summary
Modifier and TypeMethodDescriptionalerts()Gets a request builder for the Alert collectionGets a request builder for the Alert itemGets a request builder for the Alert collectionGets a request builder for the Alert itemGets the request builder for AttackSimulationRootbuildRequest(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 requestOptionscases()Gets the request builder for CasesRootGets a request builder for the Incident collectionGets a request builder for the Incident itemrunHuntingQuery(SecurityRunHuntingQueryParameterSet parameters) Gets a builder to execute the methodGets a request builder for the SecureScoreControlProfile collectionGets a request builder for the SecureScoreControlProfile itemGets a request builder for the SecureScore collectionsecureScores(String id) Gets a request builder for the SecureScore itemGets the request builder for ThreatIntelligencetriggers()Gets the request builder for TriggersRootGets the request builder for TriggerTypesRootMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
SecurityRequestBuilder
public SecurityRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the Security- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public SecurityRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions- the options for this request- Returns:
- the SecurityRequest instance
-
buildRequest
@Nonnull public SecurityRequest 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 SecurityRequest instance
-
cases
Gets the request builder for CasesRoot- Returns:
- the CasesRootRequestBuilder instance
-
alerts_v2
Gets a request builder for the Alert collection- Returns:
- the collection request builder
-
alerts_v2
Gets a request builder for the Alert item- Parameters:
id- the item identifier- Returns:
- the request builder
-
incidents
Gets a request builder for the Incident collection- Returns:
- the collection request builder
-
incidents
Gets a request builder for the Incident item- Parameters:
id- the item identifier- Returns:
- the request builder
-
attackSimulation
Gets the request builder for AttackSimulationRoot- Returns:
- the AttackSimulationRootRequestBuilder instance
-
triggers
Gets the request builder for TriggersRoot- Returns:
- the TriggersRootRequestBuilder instance
-
triggerTypes
Gets the request builder for TriggerTypesRoot- Returns:
- the TriggerTypesRootRequestBuilder instance
-
alerts
Gets a request builder for the Alert collection- Returns:
- the collection request builder
-
alerts
Gets a request builder for the Alert item- Parameters:
id- the item identifier- Returns:
- the request builder
-
secureScoreControlProfiles
Gets a request builder for the SecureScoreControlProfile collection- Returns:
- the collection request builder
-
secureScoreControlProfiles
@Nonnull public SecureScoreControlProfileRequestBuilder secureScoreControlProfiles(@Nonnull String id) Gets a request builder for the SecureScoreControlProfile item- Parameters:
id- the item identifier- Returns:
- the request builder
-
secureScores
Gets a request builder for the SecureScore collection- Returns:
- the collection request builder
-
secureScores
Gets a request builder for the SecureScore item- Parameters:
id- the item identifier- Returns:
- the request builder
-
threatIntelligence
Gets the request builder for ThreatIntelligence- Returns:
- the ThreatIntelligenceRequestBuilder instance
-
runHuntingQuery
@Nonnull public SecurityRunHuntingQueryRequestBuilder runHuntingQuery(@Nonnull SecurityRunHuntingQueryParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-