Constructor and Description |
---|
Secret.DeletedSecretBundle() |
Modifier and Type | Method and Description |
---|---|
abstract Secret.SecretAttributes |
attributes() |
abstract String |
contentType() |
static Secret.DeletedSecretBundle |
create(Secret.SecretAttributes attributes,
String contentType,
String deletedDate,
String id,
String kid,
Boolean managed,
String recoveryId,
String scheduledPurgeDate,
Map<String,String> tags,
String value) |
abstract String |
deletedDate() |
abstract String |
id() |
abstract String |
kid() |
abstract Boolean |
managed() |
abstract String |
recoveryId() |
abstract String |
scheduledPurgeDate() |
abstract Map<String,String> |
tags() |
abstract String |
value() |
@Nullable public abstract Secret.SecretAttributes attributes()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.