DatabaseBlobAuditingPolicy.IsManagedIdentityInUse Property

Definition

Gets or sets specifies whether Managed Identity is used to access blob storage

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isManagedIdentityInUse")]
public bool? IsManagedIdentityInUse { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isManagedIdentityInUse")>]
member this.IsManagedIdentityInUse : Nullable<bool> with get, set
Public Property IsManagedIdentityInUse As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to