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