SearchEncryptionWithCmkEnforcement Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes how a search service should enforce compliance if it finds objects that aren't encrypted with the customer-managed key.
public enum SearchEncryptionWithCmkEnforcement
type SearchEncryptionWithCmkEnforcement =
Public Enum SearchEncryptionWithCmkEnforcement
- Inheritance
-
SearchEncryptionWithCmkEnforcement
Fields
Name | Value | Description |
---|---|---|
Unspecified | 0 | Enforcement policy is not explicitly specified, with the behavior being the same as if it were set to 'Disabled'. |
Disabled | 1 | No enforcement of customer-managed key encryption will be made. Only the built-in service-managed encryption is used. |
Enabled | 2 | Search service will be marked as non-compliant if one or more objects aren't encrypted with a customer-managed key. |
Applies to
Azure SDK for .NET