Class SecretAttributes
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.Attributes
-
- com.microsoft.azure.keyvault.models.SecretAttributes
-
public class SecretAttributes extends Attributes
The secret management attributes.
-
-
Constructor Summary
Constructors Constructor Description SecretAttributes()
-
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
-
-