Class KeyAttributes
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.Attributes
-
- com.microsoft.azure.keyvault.models.KeyAttributes
-
public class KeyAttributes extends Attributes
The attributes of a key managed by the key vault service.
-
-
Constructor Summary
Constructors Constructor Description KeyAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeletionRecoveryLevel
recoveryLevel()
Get the recoveryLevel value.-
Methods inherited from class com.microsoft.azure.keyvault.models.Attributes
created, enabled, expires, notBefore, updated, withEnabled, withExpires, withNotBefore
-
-
-
-
Method Detail
-
recoveryLevel
public DeletionRecoveryLevel recoveryLevel()
Get the recoveryLevel value.- Returns:
- the recoveryLevel value
-
-