Microsoft Information Protection SDK - C++ 1.17
API Reference Documentation for C++
Loading...
Searching...
No Matches
flighting_feature.h
Go to the documentation of this file.
1/*
2 *
3 * Copyright (c) Microsoft Corporation.
4 * All rights reserved.
5 *
6 * This code is licensed under the MIT License.
7 *
8 * Permission is hereby granted, free of charge, to any person obtaining a copy
9 * of this software and associated documentation files(the "Software"), to deal
10 * in the Software without restriction, including without limitation the rights
11 * to use, copy, modify, merge, publish, distribute, sublicense, and / or sell
12 * copies of the Software, and to permit persons to whom the Software is
13 * furnished to do so, subject to the following conditions :
14 *
15 * The above copyright notice and this permission notice shall be included in
16 * all copies or substantial portions of the Software.
17 *
18 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE
21 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24 * THE SOFTWARE.
25 *
26 */
33#ifndef API_MIP_FLIGHTING_FEATURE_H_
34#define API_MIP_FLIGHTING_FEATURE_H_
35
36#include <map>
37
38#include "mip/mip_namespace.h"
39
40MIP_NAMESPACE_BEGIN
41
84
90inline const std::map<FlightingFeature, bool>& GetDefaultFeatureSettings() {
91 static std::map<FlightingFeature, bool> kDefaultFeatureSettings = {
92 // Feature name Default value
130 };
131 return kDefaultFeatureSettings;
132}
133
134MIP_NAMESPACE_END
135#endif // API_MIP_FLIGHTING_FEATURE_H_
136
FlightingFeature
Defines new features by name.
Definition flighting_feature.h:45
@ EnableExtendedErrors
Definition flighting_feature.h:81
@ OptimizePdfMemory
Definition flighting_feature.h:56
@ SingleDomainName
Definition flighting_feature.h:49
@ MockDynamicWatermarkingResponseEnabled
Definition flighting_feature.h:74
@ AuthInfoCache
Definition flighting_feature.h:47
@ CrossTenantUserCert
Definition flighting_feature.h:65
@ PreLicenseValidityCheck
Definition flighting_feature.h:72
@ PolicyAuth
Definition flighting_feature.h:50
@ EnableMP4Files
Definition flighting_feature.h:79
@ VariablePolicyTtl
Definition flighting_feature.h:54
@ PrioritizeHtmlInMsgs
Definition flighting_feature.h:80
@ RemoveDeletedLabelMd
Definition flighting_feature.h:57
@ EventDateTimeTokenUseUtc
Definition flighting_feature.h:64
@ LoadCrossTenantUserCertOffline
Definition flighting_feature.h:82
@ EnableActionIdForV0Metadata
Definition flighting_feature.h:61
@ RemoveParentMetadataWhenChildLabelRemoved
Definition flighting_feature.h:68
@ PreLicensing
Definition flighting_feature.h:52
@ DoubleKey
Definition flighting_feature.h:53
@ LinuxEncryptedCache
Definition flighting_feature.h:48
@ EnforceMinimumTls13
Definition flighting_feature.h:76
@ UseMsipcCompatability
Definition flighting_feature.h:71
@ EnableEngineSettingsTelemetry
Definition flighting_feature.h:78
@ VariableTextMarking
Definition flighting_feature.h:55
@ IgnoreEmptyMsipLabelNameParseError
Definition flighting_feature.h:77
@ ServiceDiscovery
Definition flighting_feature.h:46
@ EncryptedAppDataTemplateOnline
Definition flighting_feature.h:70
@ UseCbcForOfficeFileEncryption
Definition flighting_feature.h:69
@ EnableFipsValidatedCryptography
Definition flighting_feature.h:67
@ MatchCloudType
Definition flighting_feature.h:59
@ EnforceMinimumTls12
Definition flighting_feature.h:58
@ UrlRedirectCache
Definition flighting_feature.h:51
@ DynamicWatermarkingEnabled
Definition flighting_feature.h:73
@ KeyStoreBasedOnStoragePath
Definition flighting_feature.h:63
@ EnableAuditAndTelemetryForSovereignClouds
Definition flighting_feature.h:60
@ EncryptedDatabaseIntegrityChecking
Definition flighting_feature.h:66
@ UseRapidJson
Definition flighting_feature.h:75
@ PowerBiCustomSettings
Definition flighting_feature.h:62
const std::map< FlightingFeature, bool > & GetDefaultFeatureSettings()
Gets whether or not a feature is enabled by default.
Definition flighting_feature.h:90
MIP namespace macros.