SecretBundle 类
定义
A secret consisting of a value, id and its attributes.
public class SecretBundle
- 继承
-
java.lang.ObjectSecretBundle
方法
attributes() |
Get the attributes value.
|
contentType() |
Get the contentType value.
|
id() |
Get the id value.
|
kid() |
Get the kid value.
|
managed() |
Get the managed value.
|
secretIdentifier() |
the secret identifier. |
tags() |
Get the tags value.
|
toString() | |
value() |
Get the value value.
|
withAttributes(SecretAttributes attributes) |
Set the attributes value.
|
withContentType(String contentType) |
Set the contentType value.
|
withId(String id) |
Set the id value.
|
withTags(Map<String, String> tags) |
Set the tags value.
|
withValue(String value) |
Set the value value.
|