KeyBundle.Managed Property

Definition

Gets true if the key's lifetime is managed by key vault. If this is a key backing a certificate, then managed will be true.

[Newtonsoft.Json.JsonProperty(PropertyName="managed")]
public bool? Managed { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="managed")>]
member this.Managed : Nullable<bool>
Public ReadOnly Property Managed As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to