A file Containing the common types used by the upe, file and protection modules.
More...
|
enum | mip_cc_cache_storage_type { MIP_CACHE_STORAGE_TYPE_IN_MEMORY = 0
, MIP_CACHE_STORAGE_TYPE_ON_DISK = 1
, MIP_CACHE_STORAGE_TYPE_ON_DISK_ENCRYPTED = 2
} |
| Storage type for caches. More...
|
|
enum | mip_cc_content_format { MIP_CONTENT_FORMAT_DEFAULT = 0
, MIP_CONTENT_FORMAT_EMAIL = 1
} |
| Content format. More...
|
|
enum | mip_cc_label_assignment_method { MIP_LABEL_ASSIGNMENT_METHOD_STANDARD = 0
, MIP_LABEL_ASSIGNMENT_METHOD_PRIVILEGED = 1
, MIP_LABEL_ASSIGNMENT_METHOD_AUTO = 2
} |
| Describes how a new label is being applied. More...
|
|
enum | mip_cc_content_mark_alignment { MIP_CONTENT_MARK_ALIGNMENT_LEFT = 0
, MIP_CONTENT_MARK_ALIGNMENT_RIGHT = 1
, MIP_CONTENT_MARK_ALIGNMENT_CENTER = 2
} |
| Alignment for content marks (content header or content footer) More...
|
|
enum | mip_cc_watermark_layout { MIP_WATERMARK_LAYOUT_HORIZONTAL = 0
, MIP_WATERMARK_LAYOUT_DIAGONAL = 1
} |
| Layout for watermarks. More...
|
|
enum | mip_cc_label_filter {
MIP_LABEL_FILTER_NONE = 0
, MIP_LABEL_FILTER_CUSTOM_PROTECTION = 1 << 0
, MIP_LABEL_FILTER_TEMPLATE_PROTECTION = 1 << 1
, MIP_LABEL_FILTER_DO_NOT_FORWARD_PROTECTION = 1 << 2
,
MIP_LABEL_FILTER_ADHOC_PROTECTION = 1 << 3
, MIP_LABEL_FILTER_HYOK_PROTECTION = 1 << 4
, MIP_LABEL_FILTER_PREDEFINED_TEMPLATE_PROTECTION = 1 << 5
, MIP_LABEL_FILTER_DOUBLE_KEY_PROTECTION = 1 << 6
,
MIP_LABEL_FILTER_DOUBLE_KEY_USER_DEFINED_PROTECTION = 1 << 7
, MIP_LABEL_FILTER_ENCRYPT_ONLY_PROTECTION = 1 << 8
} |
|
enum | mip_cc_cloud {
MIP_CLOUD_UNKNOWN = 0
, MIP_CLOUD_CUSTOM = 1
, MIP_CLOUD_TEST = 2
, MIP_CLOUD_COMMERCIAL = 3
,
MIP_CLOUD_GERMANY = 4
, MIP_CLOUD_US_DOD = 5
, MIP_CLOUD_US_GCC = 6
, MIP_CLOUD_US_GCC_HIGH = 7
,
MIP_CLOUD_US_SEC = 8
, MIP_CLOUD_US_NAT = 9
, MIP_CLOUD_CHINA_01 = 10
} |
|
enum | mip_cc_metadata_version_format { MIP_METADATA_VERSION_FORMAT_DEFAULT = 0
, MIP_METADATA_VERSION_FORMAT_ONE_LABEL_PER_TENANT = 1
} |
|
enum | mip_cc_workload { MIP_WORKLOAD_OFFICE = 0
, MIP_WORKLOAD_PURVIEW = 1
} |
|
A file Containing the common types used by the upe, file and protection modules.