Share via


EncryptionConfig.Type Property

Definition

Gets or sets the type of encryption configuration being used. Currently the only supported types are 'UserManaged' and 'ServiceManaged'. Possible values include: 'UserManaged', 'ServiceManaged'

[Newtonsoft.Json.JsonProperty(PropertyName="type")]
public Microsoft.Azure.Management.DataLake.Store.Models.EncryptionConfigType Type { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]
member this.Type : Microsoft.Azure.Management.DataLake.Store.Models.EncryptionConfigType with get, set
Public Property Type As EncryptionConfigType

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to