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