IEncryptionScopeKeyVaultProperties.CurrentVersionedKeyIdentifier Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The object identifier of the current versioned Key Vault Key in use.
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="The object identifier of the current versioned Key Vault Key in use.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="currentVersionedKeyIdentifier", Update=false)]
public string CurrentVersionedKeyIdentifier { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="The object identifier of the current versioned Key Vault Key in use.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="currentVersionedKeyIdentifier", Update=false)>]
member this.CurrentVersionedKeyIdentifier : string
Public ReadOnly Property CurrentVersionedKeyIdentifier As String
Property Value
- Attributes