Share via


SearchEncryptionWithCmkEnforcement Enum

Definition

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

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.

Unspecified 0

Enforcement policy is not explicitly specified, with the behavior being the same as if it were set to 'Disabled'.

Applies to