"""Generic header keys.""" CONTENT_TYPE = 'Content-Type' GRASS_ACCOUNT_TYPE = 'Grass-Account-Type' GRASS_ACCOUNT_ID = 'Grass-Account-Id' ORCHARD_USER_ID = 'Orchard-User-Id' GRASS_ACCOUNT_TYPE_VENDOR = 'vendor' GRASS_ACCOUNT_TYPE_SUBACCOUNT = 'subaccount' GRASS_ACCOUNT_TYPES = [ GRASS_ACCOUNT_TYPE_VENDOR, GRASS_ACCOUNT_TYPE_SUBACCOUNT] CORRELATION_ID = 'Correlation-Id' BULK_ASSET_DOWNLOAD_IDENTITY_UUID = 'b2207a5d-fcbd-4c46-a371-dfe31283035b' AUTHORIZED_IDENTITIES = [ BULK_ASSET_DOWNLOAD_IDENTITY_UUID, ] CONTENT_PROFILE = 'ContentProfile' LABEL_PROFILE = 'LabelProfile' ADMIN_PROFILE = 'OrchAdminProfile' DELETE_PRODUCT_ALLOWED_PROFILE_TYPES = ( CONTENT_PROFILE, LABEL_PROFILE, ADMIN_PROFILE )