Add pm-28190-cipher-sharing-ops-to-sdk Feature Flag

This commit is contained in:
Nik Gilmore 2026-01-22 16:17:39 -08:00
parent 68e67e1853
commit b3ede317a9
No known key found for this signature in database

View File

@ -243,6 +243,8 @@ public static class FeatureFlagKeys
/* Vault Team */ /* Vault Team */
public const string CipherKeyEncryption = "cipher-key-encryption"; public const string CipherKeyEncryption = "cipher-key-encryption";
public const string PM19941MigrateCipherDomainToSdk = "pm-19941-migrate-cipher-domain-to-sdk"; public const string PM19941MigrateCipherDomainToSdk = "pm-19941-migrate-cipher-domain-to-sdk";
public const string PM28190CipherSharingOpsToSdk = "pm-28190-cipher-sharing-ops-to-sdk";
public const string PhishingDetection = "phishing-detection"; public const string PhishingDetection = "phishing-detection";
public const string PM22134SdkCipherListView = "pm-22134-sdk-cipher-list-view"; public const string PM22134SdkCipherListView = "pm-22134-sdk-cipher-list-view";
public const string PM22136_SdkCipherEncryption = "pm-22136-sdk-cipher-encryption"; public const string PM22136_SdkCipherEncryption = "pm-22136-sdk-cipher-encryption";