Package odata.msgraph.client.beta.entity
Class WindowsIdentityProtectionConfiguration.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.WindowsIdentityProtectionConfiguration.Builder
-
- Enclosing class:
- WindowsIdentityProtectionConfiguration
public static final class WindowsIdentityProtectionConfiguration.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public WindowsIdentityProtectionConfiguration.Builder id(String id)
-
createdDateTime
public WindowsIdentityProtectionConfiguration.Builder createdDateTime(OffsetDateTime createdDateTime)
-
description
public WindowsIdentityProtectionConfiguration.Builder description(String description)
-
deviceManagementApplicabilityRuleDeviceMode
public WindowsIdentityProtectionConfiguration.Builder deviceManagementApplicabilityRuleDeviceMode(DeviceManagementApplicabilityRuleDeviceMode deviceManagementApplicabilityRuleDeviceMode)
-
deviceManagementApplicabilityRuleOsEdition
public WindowsIdentityProtectionConfiguration.Builder deviceManagementApplicabilityRuleOsEdition(DeviceManagementApplicabilityRuleOsEdition deviceManagementApplicabilityRuleOsEdition)
-
deviceManagementApplicabilityRuleOsVersion
public WindowsIdentityProtectionConfiguration.Builder deviceManagementApplicabilityRuleOsVersion(DeviceManagementApplicabilityRuleOsVersion deviceManagementApplicabilityRuleOsVersion)
-
displayName
public WindowsIdentityProtectionConfiguration.Builder displayName(String displayName)
-
lastModifiedDateTime
public WindowsIdentityProtectionConfiguration.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
roleScopeTagIds
public WindowsIdentityProtectionConfiguration.Builder roleScopeTagIds(List<String> roleScopeTagIds)
-
roleScopeTagIds
public WindowsIdentityProtectionConfiguration.Builder roleScopeTagIds(String... roleScopeTagIds)
-
roleScopeTagIdsNextLink
public WindowsIdentityProtectionConfiguration.Builder roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
-
supportsScopeTags
public WindowsIdentityProtectionConfiguration.Builder supportsScopeTags(Boolean supportsScopeTags)
-
version
public WindowsIdentityProtectionConfiguration.Builder version(Integer version)
-
enhancedAntiSpoofingForFacialFeaturesEnabled
public WindowsIdentityProtectionConfiguration.Builder enhancedAntiSpoofingForFacialFeaturesEnabled(Boolean enhancedAntiSpoofingForFacialFeaturesEnabled)
“Boolean value used to enable enhanced anti-spoofing for facial feature recognition on Windows Hello face authentication.”- Parameters:
enhancedAntiSpoofingForFacialFeaturesEnabled- value ofenhancedAntiSpoofingForFacialFeaturesEnabledproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
pinExpirationInDays
public WindowsIdentityProtectionConfiguration.Builder pinExpirationInDays(Integer pinExpirationInDays)
“Integer value specifies the period (in days) that a PIN can be used before the system requires the user to change it. Valid values are 0 to 730 inclusive. Valid values 0 to 730”- Parameters:
pinExpirationInDays- value ofpinExpirationInDaysproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
pinLowercaseCharactersUsage
public WindowsIdentityProtectionConfiguration.Builder pinLowercaseCharactersUsage(ConfigurationUsage pinLowercaseCharactersUsage)
“This value configures the use of lowercase characters in the Windows Hello for Business PIN.”- Parameters:
pinLowercaseCharactersUsage- value ofpinLowercaseCharactersUsageproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
pinMaximumLength
public WindowsIdentityProtectionConfiguration.Builder pinMaximumLength(Integer pinMaximumLength)
“Integer value that sets the maximum number of characters allowed for the work PIN. Valid values are 4 to 127 inclusive and greater than or equal to the value set for the minimum PIN. Valid values 4 to 127”- Parameters:
pinMaximumLength- value ofpinMaximumLengthproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
pinMinimumLength
public WindowsIdentityProtectionConfiguration.Builder pinMinimumLength(Integer pinMinimumLength)
“Integer value that sets the minimum number of characters required for the Windows Hello for Business PIN. Valid values are 4 to 127 inclusive and less than or equal to the value set for the maximum PIN. Valid values 4 to 127”- Parameters:
pinMinimumLength- value ofpinMinimumLengthproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
pinPreviousBlockCount
public WindowsIdentityProtectionConfiguration.Builder pinPreviousBlockCount(Integer pinPreviousBlockCount)
“Controls the ability to prevent users from using past PINs. This must be set between 0 and 50, inclusive, and the current PIN of the user is included in that count. If set to 0, previous PINs are not stored. PIN history is not preserved through a PIN reset. Valid values 0 to 50”- Parameters:
pinPreviousBlockCount- value ofpinPreviousBlockCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
pinRecoveryEnabled
public WindowsIdentityProtectionConfiguration.Builder pinRecoveryEnabled(Boolean pinRecoveryEnabled)
“Boolean value that enables a user to change their PIN by using the Windows Hello for Business PIN recovery service.”- Parameters:
pinRecoveryEnabled- value ofpinRecoveryEnabledproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
pinSpecialCharactersUsage
public WindowsIdentityProtectionConfiguration.Builder pinSpecialCharactersUsage(ConfigurationUsage pinSpecialCharactersUsage)
“Controls the ability to use special characters in the Windows Hello for Business PIN.”- Parameters:
pinSpecialCharactersUsage- value ofpinSpecialCharactersUsageproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
pinUppercaseCharactersUsage
public WindowsIdentityProtectionConfiguration.Builder pinUppercaseCharactersUsage(ConfigurationUsage pinUppercaseCharactersUsage)
“This value configures the use of uppercase characters in the Windows Hello for Business PIN.”- Parameters:
pinUppercaseCharactersUsage- value ofpinUppercaseCharactersUsageproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
securityDeviceRequired
public WindowsIdentityProtectionConfiguration.Builder securityDeviceRequired(Boolean securityDeviceRequired)
“Controls whether to require a Trusted Platform Module (TPM) for provisioning Windows Hello for Business. A TPM provides an additional security benefit in that data stored on it cannot be used on other devices. If set to False, all devices can provision Windows Hello for Business even if there is not a usable TPM.”- Parameters:
securityDeviceRequired- value ofsecurityDeviceRequiredproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
unlockWithBiometricsEnabled
public WindowsIdentityProtectionConfiguration.Builder unlockWithBiometricsEnabled(Boolean unlockWithBiometricsEnabled)
“Controls the use of biometric gestures, such as face and fingerprint, as an alternative to the Windows Hello for Business PIN. If set to False, biometric gestures are not allowed. Users must still configure a PIN as a backup in case of failures.”- Parameters:
unlockWithBiometricsEnabled- value ofunlockWithBiometricsEnabledproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
useCertificatesForOnPremisesAuthEnabled
public WindowsIdentityProtectionConfiguration.Builder useCertificatesForOnPremisesAuthEnabled(Boolean useCertificatesForOnPremisesAuthEnabled)
“Boolean value that enables Windows Hello for Business to use certificates to authenticate on-premise resources.”- Parameters:
useCertificatesForOnPremisesAuthEnabled- value ofuseCertificatesForOnPremisesAuthEnabledproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
useSecurityKeyForSignin
public WindowsIdentityProtectionConfiguration.Builder useSecurityKeyForSignin(Boolean useSecurityKeyForSignin)
“Boolean value used to enable the Windows Hello security key as a logon credential.”- Parameters:
useSecurityKeyForSignin- value ofuseSecurityKeyForSigninproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
windowsHelloForBusinessBlocked
public WindowsIdentityProtectionConfiguration.Builder windowsHelloForBusinessBlocked(Boolean windowsHelloForBusinessBlocked)
“Boolean value that blocks Windows Hello for Business as a method for signing into Windows.”- Parameters:
windowsHelloForBusinessBlocked- value ofwindowsHelloForBusinessBlockedproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public WindowsIdentityProtectionConfiguration build()
-
-