Class RemoteDesktopSecurityConfigurationRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.serviceprincipals.item.remotedesktopsecurityconfiguration.RemoteDesktopSecurityConfigurationRequestBuilder
@Generated("com.microsoft.kiota")
public class RemoteDesktopSecurityConfigurationRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the remoteDesktopSecurityConfiguration property of the microsoft.graph.servicePrincipal entity.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
Configuration for the request such as headers, query parameters, and middleware options.class
Read the properties and relationships of a remoteDesktopSecurityConfiguration object on a servicePrincipal.class
Configuration for the request such as headers, query parameters, and middleware options.class
Configuration 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
ConstructorsConstructorDescriptionRemoteDesktopSecurityConfigurationRequestBuilder
(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newRemoteDesktopSecurityConfigurationRequestBuilder
and sets the default values.RemoteDesktopSecurityConfigurationRequestBuilder
(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newRemoteDesktopSecurityConfigurationRequestBuilder
and sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
Delete a remoteDesktopSecurityConfiguration object on a servicePrincipal.void
delete
(Consumer<RemoteDesktopSecurityConfigurationRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete a remoteDesktopSecurityConfiguration object on a servicePrincipal.get()
Read the properties and relationships of a remoteDesktopSecurityConfiguration object on a servicePrincipal.get
(Consumer<RemoteDesktopSecurityConfigurationRequestBuilder.GetRequestConfiguration> requestConfiguration) Read the properties and relationships of a remoteDesktopSecurityConfiguration object on a servicePrincipal.Update the properties of a remoteDesktopSecurityConfiguration object on the servicePrincipal.patch
(RemoteDesktopSecurityConfiguration body, Consumer<RemoteDesktopSecurityConfigurationRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the properties of a remoteDesktopSecurityConfiguration object on the servicePrincipal.Provides operations to manage the targetDeviceGroups property of the microsoft.graph.remoteDesktopSecurityConfiguration entity.com.microsoft.kiota.RequestInformation
Delete a remoteDesktopSecurityConfiguration object on a servicePrincipal.com.microsoft.kiota.RequestInformation
toDeleteRequestInformation
(Consumer<RemoteDesktopSecurityConfigurationRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete a remoteDesktopSecurityConfiguration object on a servicePrincipal.com.microsoft.kiota.RequestInformation
Read the properties and relationships of a remoteDesktopSecurityConfiguration object on a servicePrincipal.com.microsoft.kiota.RequestInformation
toGetRequestInformation
(Consumer<RemoteDesktopSecurityConfigurationRequestBuilder.GetRequestConfiguration> requestConfiguration) Read the properties and relationships of a remoteDesktopSecurityConfiguration object on a servicePrincipal.com.microsoft.kiota.RequestInformation
Update the properties of a remoteDesktopSecurityConfiguration object on the servicePrincipal.com.microsoft.kiota.RequestInformation
toPatchRequestInformation
(RemoteDesktopSecurityConfiguration body, Consumer<RemoteDesktopSecurityConfigurationRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the properties of a remoteDesktopSecurityConfiguration object on the servicePrincipal.Returns a request builder with the provided arbitrary URL.
-
Constructor Details
-
RemoteDesktopSecurityConfigurationRequestBuilder
public RemoteDesktopSecurityConfigurationRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newRemoteDesktopSecurityConfigurationRequestBuilder
and sets the default values.- Parameters:
pathParameters
- Path parameters for the requestrequestAdapter
- The request adapter to use to execute the requests.
-
RemoteDesktopSecurityConfigurationRequestBuilder
public RemoteDesktopSecurityConfigurationRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newRemoteDesktopSecurityConfigurationRequestBuilder
and 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
-
targetDeviceGroups
Provides operations to manage the targetDeviceGroups property of the microsoft.graph.remoteDesktopSecurityConfiguration entity.- Returns:
- a
TargetDeviceGroupsRequestBuilder
-
delete
public void delete()Delete a remoteDesktopSecurityConfiguration object on a servicePrincipal. Removing remoteDesktopSecurityConfiguration object on the servicePrincipal disables the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to authenticate a user to Microsoft Entra joined or Microsoft Entra hybrid joined devices, and removes any target device groups that you configured for SSO.- Throws:
ODataError
- When receiving a 4XX or 5XX status code- See Also:
-
delete
public void delete(@Nullable Consumer<RemoteDesktopSecurityConfigurationRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete a remoteDesktopSecurityConfiguration object on a servicePrincipal. Removing remoteDesktopSecurityConfiguration object on the servicePrincipal disables the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to authenticate a user to Microsoft Entra joined or Microsoft Entra hybrid joined devices, and removes any target device groups that you configured for SSO.- Parameters:
requestConfiguration
- Configuration for the request such as headers, query parameters, and middleware options.- Throws:
ODataError
- When receiving a 4XX or 5XX status code- See Also:
-
get
Read the properties and relationships of a remoteDesktopSecurityConfiguration object on a servicePrincipal. Use this configuration to view the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to authenticate a user to Microsoft Entra joined or Microsoft Entra hybrid joined devices. Additionally you can view any targetDeviceGroups that have been configured for SSO.- Returns:
- a
RemoteDesktopSecurityConfiguration
- Throws:
ODataError
- When receiving a 4XX or 5XX status code- See Also:
-
get
@Nullable public RemoteDesktopSecurityConfiguration get(@Nullable Consumer<RemoteDesktopSecurityConfigurationRequestBuilder.GetRequestConfiguration> requestConfiguration) Read the properties and relationships of a remoteDesktopSecurityConfiguration object on a servicePrincipal. Use this configuration to view the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to authenticate a user to Microsoft Entra joined or Microsoft Entra hybrid joined devices. Additionally you can view any targetDeviceGroups that have been configured for SSO.- Parameters:
requestConfiguration
- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RemoteDesktopSecurityConfiguration
- Throws:
ODataError
- When receiving a 4XX or 5XX status code- See Also:
-
patch
@Nullable public RemoteDesktopSecurityConfiguration patch(@Nonnull RemoteDesktopSecurityConfiguration body) Update the properties of a remoteDesktopSecurityConfiguration object on the servicePrincipal. Use this configuration to enable or disable the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to authenticate a user to Microsoft Entra joined or Microsoft Entra hybrid joined devices.- Parameters:
body
- The request body- Returns:
- a
RemoteDesktopSecurityConfiguration
- Throws:
ODataError
- When receiving a 4XX or 5XX status code- See Also:
-
patch
@Nullable public RemoteDesktopSecurityConfiguration patch(@Nonnull RemoteDesktopSecurityConfiguration body, @Nullable Consumer<RemoteDesktopSecurityConfigurationRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the properties of a remoteDesktopSecurityConfiguration object on the servicePrincipal. Use this configuration to enable or disable the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to authenticate a user to Microsoft Entra joined or Microsoft Entra hybrid joined devices.- Parameters:
body
- The request bodyrequestConfiguration
- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RemoteDesktopSecurityConfiguration
- Throws:
ODataError
- When receiving a 4XX or 5XX status code- See Also:
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation()Delete a remoteDesktopSecurityConfiguration object on a servicePrincipal. Removing remoteDesktopSecurityConfiguration object on the servicePrincipal disables the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to authenticate a user to Microsoft Entra joined or Microsoft Entra hybrid joined devices, and removes any target device groups that you configured for SSO.- Returns:
- a
RequestInformation
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation(@Nullable Consumer<RemoteDesktopSecurityConfigurationRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete a remoteDesktopSecurityConfiguration object on a servicePrincipal. Removing remoteDesktopSecurityConfiguration object on the servicePrincipal disables the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to authenticate a user to Microsoft Entra joined or Microsoft Entra hybrid joined devices, and removes any target device groups that you configured for SSO.- Parameters:
requestConfiguration
- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation()Read the properties and relationships of a remoteDesktopSecurityConfiguration object on a servicePrincipal. Use this configuration to view the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to authenticate a user to Microsoft Entra joined or Microsoft Entra hybrid joined devices. Additionally you can view any targetDeviceGroups that have been configured for SSO.- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<RemoteDesktopSecurityConfigurationRequestBuilder.GetRequestConfiguration> requestConfiguration) Read the properties and relationships of a remoteDesktopSecurityConfiguration object on a servicePrincipal. Use this configuration to view the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to authenticate a user to Microsoft Entra joined or Microsoft Entra hybrid joined devices. Additionally you can view any targetDeviceGroups that have been configured for SSO.- 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 RemoteDesktopSecurityConfiguration body) Update the properties of a remoteDesktopSecurityConfiguration object on the servicePrincipal. Use this configuration to enable or disable the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to authenticate a user to Microsoft Entra joined or Microsoft Entra hybrid joined devices.- Parameters:
body
- The request body- Returns:
- a
RequestInformation
-
toPatchRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPatchRequestInformation(@Nonnull RemoteDesktopSecurityConfiguration body, @Nullable Consumer<RemoteDesktopSecurityConfigurationRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the properties of a remoteDesktopSecurityConfiguration object on the servicePrincipal. Use this configuration to enable or disable the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to authenticate a user to Microsoft Entra joined or Microsoft Entra hybrid joined devices.- 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
RemoteDesktopSecurityConfigurationRequestBuilder
-