KeyVaultProperties interface  
Properties of key vault.
Properties
| current | This is a read only property that represents the expiration time of the current version of the customer managed key used for encryption. NOTE: This property will not be serialized. It can only be populated by the server. | 
| current | The object identifier of the current versioned Key Vault Key in use. NOTE: This property will not be serialized. It can only be populated by the server. | 
| key | The name of KeyVault key. | 
| key | The Uri of KeyVault. | 
| key | The version of KeyVault key. | 
| last | Timestamp of last rotation of the Key Vault Key. NOTE: This property will not be serialized. It can only be populated by the server. | 
Property Details
		currentVersionedKeyExpirationTimestamp
	    
	This is a read only property that represents the expiration time of the current version of the customer managed key used for encryption. NOTE: This property will not be serialized. It can only be populated by the server.
currentVersionedKeyExpirationTimestamp?: DateProperty Value
Date
		currentVersionedKeyIdentifier
	   
	The object identifier of the current versioned Key Vault Key in use. NOTE: This property will not be serialized. It can only be populated by the server.
currentVersionedKeyIdentifier?: stringProperty Value
string
		keyName
	 
	The name of KeyVault key.
keyName?: stringProperty Value
string
		keyVaultUri
	  
	The Uri of KeyVault.
keyVaultUri?: stringProperty Value
string
		keyVersion
	 
	The version of KeyVault key.
keyVersion?: stringProperty Value
string
		lastKeyRotationTimestamp
	   
	Timestamp of last rotation of the Key Vault Key. NOTE: This property will not be serialized. It can only be populated by the server.
lastKeyRotationTimestamp?: DateProperty Value
Date