Uses of Class
odata.msgraph.client.beta.enums.LocalSecurityOptionsSmartCardRemovalBehaviorType
-
Packages that use LocalSecurityOptionsSmartCardRemovalBehaviorType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of LocalSecurityOptionsSmartCardRemovalBehaviorType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as LocalSecurityOptionsSmartCardRemovalBehaviorType Modifier and Type Field Description protected LocalSecurityOptionsSmartCardRemovalBehaviorTypeWindows10EndpointProtectionConfiguration. localSecurityOptionsSmartCardRemovalBehaviorMethods in odata.msgraph.client.beta.entity that return types with arguments of type LocalSecurityOptionsSmartCardRemovalBehaviorType Modifier and Type Method Description Optional<LocalSecurityOptionsSmartCardRemovalBehaviorType>Windows10EndpointProtectionConfiguration. getLocalSecurityOptionsSmartCardRemovalBehavior()“This security setting determines what happens when the smart card for a logged- on user is removed from the smart card reader.”Methods in odata.msgraph.client.beta.entity with parameters of type LocalSecurityOptionsSmartCardRemovalBehaviorType Modifier and Type Method Description Windows10EndpointProtectionConfiguration.BuilderWindows10EndpointProtectionConfiguration.Builder. localSecurityOptionsSmartCardRemovalBehavior(LocalSecurityOptionsSmartCardRemovalBehaviorType localSecurityOptionsSmartCardRemovalBehavior)“This security setting determines what happens when the smart card for a logged- on user is removed from the smart card reader.”Windows10EndpointProtectionConfigurationWindows10EndpointProtectionConfiguration. withLocalSecurityOptionsSmartCardRemovalBehavior(LocalSecurityOptionsSmartCardRemovalBehaviorType localSecurityOptionsSmartCardRemovalBehavior)Returns an immutable copy ofthiswith just thelocalSecurityOptionsSmartCardRemovalBehaviorfield changed. -
Uses of LocalSecurityOptionsSmartCardRemovalBehaviorType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return LocalSecurityOptionsSmartCardRemovalBehaviorType Modifier and Type Method Description static LocalSecurityOptionsSmartCardRemovalBehaviorTypeLocalSecurityOptionsSmartCardRemovalBehaviorType. valueOf(String name)Returns the enum constant of this type with the specified name.static LocalSecurityOptionsSmartCardRemovalBehaviorType[]LocalSecurityOptionsSmartCardRemovalBehaviorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-