diff --git a/python-modules/cis_profile_retrieval_service/cis_profile_retrieval_service/common.py b/python-modules/cis_profile_retrieval_service/cis_profile_retrieval_service/common.py index 91459d62..bd7b7151 100644 --- a/python-modules/cis_profile_retrieval_service/cis_profile_retrieval_service/common.py +++ b/python-modules/cis_profile_retrieval_service/cis_profile_retrieval_service/common.py @@ -184,7 +184,7 @@ def scope_to_mozilla_data_classification(scopes): class DisplayLevelParms(object): - public = [DisplayLevel.PUBLIC, DisplayLevel.NULL] + public = [DisplayLevel.PUBLIC] authenticated = [DisplayLevel.PUBLIC, DisplayLevel.AUTHENTICATED] vouched = [DisplayLevel.PUBLIC, DisplayLevel.AUTHENTICATED, DisplayLevel.VOUCHED] ndaed = [DisplayLevel.PUBLIC, DisplayLevel.AUTHENTICATED, DisplayLevel.VOUCHED, DisplayLevel.NDAED]