Class SecurityRequestBuilder

java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<Security>
com.microsoft.graph.requests.SecurityRequestBuilder
All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder

public class SecurityRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<Security>
The class for the Security Request Builder.
  • 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 URL
      client - the service client
      requestOptions - 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

      @Nonnull public CasesRootRequestBuilder cases()
      Gets the request builder for CasesRoot
      Returns:
      the CasesRootRequestBuilder instance
    • alerts_v2

      @Nonnull public AlertCollectionRequestBuilder alerts_v2()
      Gets a request builder for the Alert collection
      Returns:
      the collection request builder
    • alerts_v2

      @Nonnull public AlertRequestBuilder alerts_v2(@Nonnull String id)
      Gets a request builder for the Alert item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • incidents

      @Nonnull public IncidentCollectionRequestBuilder incidents()
      Gets a request builder for the Incident collection
      Returns:
      the collection request builder
    • incidents

      @Nonnull public IncidentRequestBuilder incidents(@Nonnull String id)
      Gets a request builder for the Incident item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • attackSimulation

      @Nonnull public AttackSimulationRootRequestBuilder attackSimulation()
      Gets the request builder for AttackSimulationRoot
      Returns:
      the AttackSimulationRootRequestBuilder instance
    • triggers

      @Nonnull public TriggersRootRequestBuilder triggers()
      Gets the request builder for TriggersRoot
      Returns:
      the TriggersRootRequestBuilder instance
    • triggerTypes

      @Nonnull public TriggerTypesRootRequestBuilder triggerTypes()
      Gets the request builder for TriggerTypesRoot
      Returns:
      the TriggerTypesRootRequestBuilder instance
    • alerts

      @Nonnull public AlertCollectionRequestBuilder alerts()
      Gets a request builder for the Alert collection
      Returns:
      the collection request builder
    • alerts

      @Nonnull public AlertRequestBuilder alerts(@Nonnull String id)
      Gets a request builder for the Alert item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • secureScoreControlProfiles

      @Nonnull public SecureScoreControlProfileCollectionRequestBuilder 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

      @Nonnull public SecureScoreCollectionRequestBuilder secureScores()
      Gets a request builder for the SecureScore collection
      Returns:
      the collection request builder
    • secureScores

      @Nonnull public SecureScoreRequestBuilder secureScores(@Nonnull String id)
      Gets a request builder for the SecureScore item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • threatIntelligence

      @Nonnull public ThreatIntelligenceRequestBuilder 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