EncryptionWithCmkResponse

data class EncryptionWithCmkResponse(val encryptionComplianceStatus: String, val enforcement: String? = null)

Describes a policy that determines how resources within the search service are to be encrypted with Customer Managed Keys.

Constructors

Link copied to clipboard
constructor(encryptionComplianceStatus: String, enforcement: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes whether the search service is compliant or not with respect to having non customer encrypted resources. If a service has more than one non customer encrypted resource and 'Enforcement' is 'enabled' then the service will be marked as 'nonCompliant'.

Link copied to clipboard
val enforcement: String? = null

Describes how a search service should enforce having one or more non customer encrypted resources.