| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected WindowsInformationProtectionPinCharacterRequirements |
WindowsInformationProtectionPolicy.pinLowercaseLetters |
protected WindowsInformationProtectionPinCharacterRequirements |
WindowsInformationProtectionPolicy.pinSpecialCharacters |
protected WindowsInformationProtectionPinCharacterRequirements |
WindowsInformationProtectionPolicy.pinUppercaseLetters |
| Modifier and Type | Method and Description |
|---|---|
Optional<WindowsInformationProtectionPinCharacterRequirements> |
WindowsInformationProtectionPolicy.getPinLowercaseLetters()
“Integer value that configures the use of lowercase letters in the Windows Hello
for Business PIN.
|
Optional<WindowsInformationProtectionPinCharacterRequirements> |
WindowsInformationProtectionPolicy.getPinSpecialCharacters()
“Integer value that configures the use of special characters in the Windows Hello
for Business PIN.
|
Optional<WindowsInformationProtectionPinCharacterRequirements> |
WindowsInformationProtectionPolicy.getPinUppercaseLetters()
“Integer value that configures the use of uppercase letters in the Windows Hello
for Business PIN.
|
| Modifier and Type | Method and Description |
|---|---|
WindowsInformationProtectionPolicy.Builder |
WindowsInformationProtectionPolicy.Builder.pinLowercaseLetters(WindowsInformationProtectionPinCharacterRequirements pinLowercaseLetters)
“Integer value that configures the use of lowercase letters in the Windows Hello
for Business PIN.
|
WindowsInformationProtectionPolicy.Builder |
WindowsInformationProtectionPolicy.Builder.pinSpecialCharacters(WindowsInformationProtectionPinCharacterRequirements pinSpecialCharacters)
“Integer value that configures the use of special characters in the Windows Hello
for Business PIN.
|
WindowsInformationProtectionPolicy.Builder |
WindowsInformationProtectionPolicy.Builder.pinUppercaseLetters(WindowsInformationProtectionPinCharacterRequirements pinUppercaseLetters)
“Integer value that configures the use of uppercase letters in the Windows Hello
for Business PIN.
|
WindowsInformationProtectionPolicy |
WindowsInformationProtectionPolicy.withPinLowercaseLetters(WindowsInformationProtectionPinCharacterRequirements pinLowercaseLetters)
Returns an immutable copy of
this with just the pinLowercaseLetters field changed. |
WindowsInformationProtectionPolicy |
WindowsInformationProtectionPolicy.withPinSpecialCharacters(WindowsInformationProtectionPinCharacterRequirements pinSpecialCharacters)
Returns an immutable copy of
this with just the pinSpecialCharacters field changed. |
WindowsInformationProtectionPolicy |
WindowsInformationProtectionPolicy.withPinUppercaseLetters(WindowsInformationProtectionPinCharacterRequirements pinUppercaseLetters)
Returns an immutable copy of
this with just the pinUppercaseLetters field changed. |
| Modifier and Type | Method and Description |
|---|---|
static WindowsInformationProtectionPinCharacterRequirements |
WindowsInformationProtectionPinCharacterRequirements.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowsInformationProtectionPinCharacterRequirements[] |
WindowsInformationProtectionPinCharacterRequirements.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.