Class Windows10SecureAssessmentConfiguration

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DeviceConfiguration
com.microsoft.graph.models.Windows10SecureAssessmentConfiguration
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class Windows10SecureAssessmentConfiguration extends DeviceConfiguration implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Windows10Secure Assessment Configuration.
  • Field Details

    • allowPrinting

      @SerializedName(value="allowPrinting", alternate="AllowPrinting") @Expose @Nullable public Boolean allowPrinting
      The Allow Printing. Indicates whether or not to allow the app from printing during the test.
    • allowScreenCapture

      @SerializedName(value="allowScreenCapture", alternate="AllowScreenCapture") @Expose @Nullable public Boolean allowScreenCapture
      The Allow Screen Capture. Indicates whether or not to allow screen capture capability during a test.
    • allowTextSuggestion

      @SerializedName(value="allowTextSuggestion", alternate="AllowTextSuggestion") @Expose @Nullable public Boolean allowTextSuggestion
      The Allow Text Suggestion. Indicates whether or not to allow text suggestions during the test.
    • configurationAccount

      @SerializedName(value="configurationAccount", alternate="ConfigurationAccount") @Expose @Nullable public String configurationAccount
      The Configuration Account. The account used to configure the Windows device for taking the test. The user can be a domain account (domain/user), an AAD account (username@tenant.com) or a local account (username).
    • launchUri

      @SerializedName(value="launchUri", alternate="LaunchUri") @Expose @Nullable public String launchUri
      The Launch Uri. Url link to an assessment that's automatically loaded when the secure assessment browser is launched. It has to be a valid Url (http[s]://msdn.microsoft.com/).
  • Constructor Details

    • Windows10SecureAssessmentConfiguration

      public Windows10SecureAssessmentConfiguration()
  • 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 DeviceConfiguration
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to