public class Windows10SecureAssessmentConfiguration extends DeviceConfiguration implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Boolean |
allowPrinting
The Allow Printing.
|
java.lang.Boolean |
allowScreenCapture
The Allow Screen Capture.
|
java.lang.Boolean |
allowTextSuggestion
The Allow Text Suggestion.
|
java.lang.String |
configurationAccount
The Configuration Account.
|
java.lang.String |
launchUri
The Launch Uri.
|
assignments, createdDateTime, description, deviceSettingStateSummaries, deviceStatuses, deviceStatusOverview, displayName, lastModifiedDateTime, userStatuses, userStatusOverview, version| Constructor and Description |
|---|
Windows10SecureAssessmentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="allowPrinting",
alternate="AllowPrinting")
@Expose
@Nullable
public java.lang.Boolean allowPrinting
@SerializedName(value="allowScreenCapture",
alternate="AllowScreenCapture")
@Expose
@Nullable
public java.lang.Boolean allowScreenCapture
@SerializedName(value="allowTextSuggestion",
alternate="AllowTextSuggestion")
@Expose
@Nullable
public java.lang.Boolean allowTextSuggestion
@SerializedName(value="configurationAccount",
alternate="ConfigurationAccount")
@Expose
@Nullable
public java.lang.String configurationAccount
@SerializedName(value="launchUri",
alternate="LaunchUri")
@Expose
@Nullable
public java.lang.String launchUri
public Windows10SecureAssessmentConfiguration()
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class DeviceConfigurationserializer - the serializerjson - the JSON object to set this object to