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 Details

    • isRemoteDesktopProtocolEnabled

      @SerializedName(value="isRemoteDesktopProtocolEnabled", alternate="IsRemoteDesktopProtocolEnabled") @Expose @Nullable public Boolean isRemoteDesktopProtocolEnabled
      The 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 targetDeviceGroups
      The 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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to