Skip to content

Commit fb0567b

Browse files
authored
[PM-18523] Add SSO external ID visibility feature flag (#5559)
1 parent 54f4ba9 commit fb0567b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Core/Constants.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ public static class FeatureFlagKeys
108108
public const string LimitItemDeletion = "pm-15493-restrict-item-deletion-to-can-manage-permission";
109109
public const string PushSyncOrgKeysOnRevokeRestore = "pm-17168-push-sync-org-keys-on-revoke-restore";
110110
public const string PolicyRequirements = "pm-14439-policy-requirements";
111+
public const string SsoExternalIdVisibility = "pm-18630-sso-external-id-visibility";
111112

112113
/* Tools Team */
113114
public const string ItemShare = "item-share";

0 commit comments

Comments
 (0)