All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.graph.models.generated.RegistryHive Maven / Gradle / Ivy

// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation.  All Rights Reserved.  Licensed under the MIT License.  See License in the project root for license information.
// ------------------------------------------------------------------------------

package com.microsoft.graph.models.generated;


/**
 * The Enum Registry Hive.
*/
public enum RegistryHive
{
    /**
    * unknown
    */
    UNKNOWN,
    /**
    * current Config
    */
    CURRENT_CONFIG,
    /**
    * current User
    */
    CURRENT_USER,
    /**
    * local Machine Sam
    */
    LOCAL_MACHINE_SAM,
    /**
    * local Machine Security
    */
    LOCAL_MACHINE_SECURITY,
    /**
    * local Machine Software
    */
    LOCAL_MACHINE_SOFTWARE,
    /**
    * local Machine System
    */
    LOCAL_MACHINE_SYSTEM,
    /**
    * users Default
    */
    USERS_DEFAULT,
    /**
    * unknown Future Value
    */
    UNKNOWN_FUTURE_VALUE,
    /**
    * For RegistryHive values that were not expected from the service
    */
    UNEXPECTED_VALUE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy