Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Allow Printing.The Allow Screen Capture.The Allow Text Suggestion.The Configuration Account.The Launch Uri.Fields inherited from class com.microsoft.graph.models.DeviceConfiguration
assignments, createdDateTime, description, deviceSettingStateSummaries, deviceStatuses, deviceStatusOverview, displayName, lastModifiedDateTime, userStatuses, userStatusOverview, version -
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
-
allowPrinting
@SerializedName(value="allowPrinting", alternate="AllowPrinting") @Expose @Nullable public Boolean allowPrintingThe 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 allowScreenCaptureThe 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 allowTextSuggestionThe Allow Text Suggestion. Indicates whether or not to allow text suggestions during the test. -
configurationAccount
@SerializedName(value="configurationAccount", alternate="ConfigurationAccount") @Expose @Nullable public String configurationAccountThe 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
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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classDeviceConfiguration- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-