Class ConditionalAccessRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.identity.conditionalaccess.ConditionalAccessRequestBuilder
@Generated("com.microsoft.kiota")
public class ConditionalAccessRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Builds and executes requests for operations under /identity/conditionalAccess
-
Field Summary
Fields inherited from class com.microsoft.kiota.BaseRequestBuilder
pathParameters, requestAdapter, urlTemplate -
Constructor Summary
ConstructorsConstructorDescriptionConditionalAccessRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newConditionalAccessRequestBuilderand sets the default values.ConditionalAccessRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newConditionalAccessRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionProvides operations to manage the authenticationContextClassReferences property of the microsoft.graph.conditionalAccessRoot entity.Provides operations to manage the authenticationStrength property of the microsoft.graph.conditionalAccessRoot entity.Provides operations to manage the namedLocations property of the microsoft.graph.conditionalAccessRoot entity.policies()Provides operations to manage the policies property of the microsoft.graph.conditionalAccessRoot entity.Provides operations to manage the templates property of the microsoft.graph.conditionalAccessRoot entity.
-
Constructor Details
-
ConditionalAccessRequestBuilder
public ConditionalAccessRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newConditionalAccessRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
ConditionalAccessRequestBuilder
public ConditionalAccessRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newConditionalAccessRequestBuilderand 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
-
authenticationContextClassReferences
@Nonnull public AuthenticationContextClassReferencesRequestBuilder authenticationContextClassReferences()Provides operations to manage the authenticationContextClassReferences property of the microsoft.graph.conditionalAccessRoot entity. -
authenticationStrength
Provides operations to manage the authenticationStrength property of the microsoft.graph.conditionalAccessRoot entity.- Returns:
- a
AuthenticationStrengthRequestBuilder
-
namedLocations
Provides operations to manage the namedLocations property of the microsoft.graph.conditionalAccessRoot entity.- Returns:
- a
NamedLocationsRequestBuilder
-
policies
Provides operations to manage the policies property of the microsoft.graph.conditionalAccessRoot entity.- Returns:
- a
PoliciesRequestBuilder
-
templates
Provides operations to manage the templates property of the microsoft.graph.conditionalAccessRoot entity.- Returns:
- a
TemplatesRequestBuilder
-