Class DeletedSecretItem
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.SecretItem
-
- com.microsoft.azure.keyvault.models.DeletedSecretItem
-
public class DeletedSecretItem extends SecretItem
The deleted secret item containing metadata about the deleted secret.
-
-
Constructor Summary
Constructors Constructor Description DeletedSecretItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.time.DateTimedeletedDate()Get the deletedDate value.StringrecoveryId()Get the recoveryId value.org.joda.time.DateTimescheduledPurgeDate()Get the scheduledPurgeDate value.DeletedSecretItemwithRecoveryId(String recoveryId)Set the recoveryId value.-
Methods inherited from class com.microsoft.azure.keyvault.models.SecretItem
attributes, contentType, id, managed, tags, withAttributes, withContentType, withId, withTags
-
-
-
-
Method Detail
-
recoveryId
public String recoveryId()
Get the recoveryId value.- Returns:
- the recoveryId value
-
withRecoveryId
public DeletedSecretItem withRecoveryId(String recoveryId)
Set the recoveryId value.- Parameters:
recoveryId- the recoveryId value to set- Returns:
- the DeletedSecretItem object itself.
-
scheduledPurgeDate
public org.joda.time.DateTime scheduledPurgeDate()
Get the scheduledPurgeDate value.- Returns:
- the scheduledPurgeDate value
-
deletedDate
public org.joda.time.DateTime deletedDate()
Get the deletedDate value.- Returns:
- the deletedDate value
-
-