KekType Enum

Definition

Defines values for KekType.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum KekType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type KekType = 
Public Enum KekType
Inheritance
KekType
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

CustomerManaged 1

Key encryption key is managed by the Customer.

MicrosoftManaged 0

Key encryption key is managed by Microsoft.

Applies to