<?php

namespace Microsoft\Graph\Generated\Models;

use Microsoft\Kiota\Abstractions\Enum;

class MdmAppConfigKeyType extends Enum {
    public const STRING_TYPE = "stringType";
    public const INTEGER_TYPE = "integerType";
    public const REAL_TYPE = "realType";
    public const BOOLEAN_TYPE = "booleanType";
    public const TOKEN_TYPE = "tokenType";
}
