Package odata.msgraph.client.beta.entity
Class Windows10SecureAssessmentConfiguration.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Windows10SecureAssessmentConfiguration.Builder
-
- Enclosing class:
- Windows10SecureAssessmentConfiguration
public static final class Windows10SecureAssessmentConfiguration.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public Windows10SecureAssessmentConfiguration.Builder id(String id)
-
createdDateTime
public Windows10SecureAssessmentConfiguration.Builder createdDateTime(OffsetDateTime createdDateTime)
-
description
public Windows10SecureAssessmentConfiguration.Builder description(String description)
-
deviceManagementApplicabilityRuleDeviceMode
public Windows10SecureAssessmentConfiguration.Builder deviceManagementApplicabilityRuleDeviceMode(DeviceManagementApplicabilityRuleDeviceMode deviceManagementApplicabilityRuleDeviceMode)
-
deviceManagementApplicabilityRuleOsEdition
public Windows10SecureAssessmentConfiguration.Builder deviceManagementApplicabilityRuleOsEdition(DeviceManagementApplicabilityRuleOsEdition deviceManagementApplicabilityRuleOsEdition)
-
deviceManagementApplicabilityRuleOsVersion
public Windows10SecureAssessmentConfiguration.Builder deviceManagementApplicabilityRuleOsVersion(DeviceManagementApplicabilityRuleOsVersion deviceManagementApplicabilityRuleOsVersion)
-
displayName
public Windows10SecureAssessmentConfiguration.Builder displayName(String displayName)
-
lastModifiedDateTime
public Windows10SecureAssessmentConfiguration.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
roleScopeTagIds
public Windows10SecureAssessmentConfiguration.Builder roleScopeTagIds(List<String> roleScopeTagIds)
-
roleScopeTagIds
public Windows10SecureAssessmentConfiguration.Builder roleScopeTagIds(String... roleScopeTagIds)
-
roleScopeTagIdsNextLink
public Windows10SecureAssessmentConfiguration.Builder roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
-
supportsScopeTags
public Windows10SecureAssessmentConfiguration.Builder supportsScopeTags(Boolean supportsScopeTags)
-
version
public Windows10SecureAssessmentConfiguration.Builder version(Integer version)
-
allowPrinting
public Windows10SecureAssessmentConfiguration.Builder allowPrinting(Boolean allowPrinting)
“Indicates whether or not to allow the app from printing during the test.”- Parameters:
allowPrinting- value ofallowPrintingproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
allowScreenCapture
public Windows10SecureAssessmentConfiguration.Builder allowScreenCapture(Boolean allowScreenCapture)
“Indicates whether or not to allow screen capture capability during a test.”- Parameters:
allowScreenCapture- value ofallowScreenCaptureproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
allowTextSuggestion
public Windows10SecureAssessmentConfiguration.Builder allowTextSuggestion(Boolean allowTextSuggestion)
“Indicates whether or not to allow text suggestions during the test.”- Parameters:
allowTextSuggestion- value ofallowTextSuggestionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
assessmentAppUserModelId
public Windows10SecureAssessmentConfiguration.Builder assessmentAppUserModelId(String assessmentAppUserModelId)
“Specifies the application user model ID of the assessment app launched when a user signs in to a secure assessment with a local guest account. Important notice: this property must be set with localGuestAccountName in order to make the local guest account sign-in experience work properly for secure assessments.”- Parameters:
assessmentAppUserModelId- value ofassessmentAppUserModelIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
configurationAccount
public Windows10SecureAssessmentConfiguration.Builder configurationAccount(String configurationAccount)
“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).”- Parameters:
configurationAccount- value ofconfigurationAccountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
configurationAccountType
public Windows10SecureAssessmentConfiguration.Builder configurationAccountType(SecureAssessmentAccountType configurationAccountType)
“The account type used to by ConfigurationAccount.”- Parameters:
configurationAccountType- value ofconfigurationAccountTypeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
launchUri
public Windows10SecureAssessmentConfiguration.Builder launchUri(String launchUri)
“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/).”- Parameters:
launchUri- value oflaunchUriproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
localGuestAccountName
public Windows10SecureAssessmentConfiguration.Builder localGuestAccountName(String localGuestAccountName)
“Specifies the display text for the local guest account shown on the sign-in screen. Typically is the name of an assessment. When the user clicks the local guest account on the sign-in screen, an assessment app is launched with a specified assessment URL. Secure assessments can only be configured with local guest account sign-in on devices running Windows 10, version 1903 or later. Important notice: this property must be set with assessmentAppUserModelID in order to make the local guest account sign-in experience work properly for secure assessments.”- Parameters:
localGuestAccountName- value oflocalGuestAccountNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public Windows10SecureAssessmentConfiguration build()
-
-