Package com.microsoft.graph.models
Class RemoteDesktopSecurityConfiguration
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.RemoteDesktopSecurityConfiguration
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class RemoteDesktopSecurityConfiguration
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Remote Desktop Security Configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Is Remote Desktop Protocol Enabled.The Target Device Groups. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
isRemoteDesktopProtocolEnabled
@SerializedName(value="isRemoteDesktopProtocolEnabled", alternate="IsRemoteDesktopProtocolEnabled") @Expose @Nullable public Boolean isRemoteDesktopProtocolEnabledThe Is Remote Desktop Protocol Enabled. Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. -
targetDeviceGroups
@SerializedName(value="targetDeviceGroups", alternate="TargetDeviceGroups") @Expose @Nullable public TargetDeviceGroupCollectionPage targetDeviceGroupsThe Target Device Groups. The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol.
-
-
Constructor Details
-
RemoteDesktopSecurityConfiguration
public RemoteDesktopSecurityConfiguration()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-