public class DeletedSecretBundle extends SecretBundle
| Constructor and Description |
|---|
DeletedSecretBundle() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
deletedDate()
Get the deletedDate value.
|
String |
recoveryId()
Get the recoveryId value.
|
org.joda.time.DateTime |
scheduledPurgeDate()
Get the scheduledPurgeDate value.
|
DeletedSecretBundle |
withRecoveryId(String recoveryId)
Set the recoveryId value.
|
attributes, contentType, id, kid, managed, tags, value, withAttributes, withContentType, withId, withTags, withValuesecretIdentifier, toStringpublic String recoveryId()
public DeletedSecretBundle withRecoveryId(String recoveryId)
recoveryId - the recoveryId value to setpublic org.joda.time.DateTime scheduledPurgeDate()
public org.joda.time.DateTime deletedDate()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/