public static class Secret.Record extends Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
String |
uuid
Unique identifier/object reference
|
String |
value
the secret
|
Constructor and Description |
---|
Record() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
toMap()
Convert a secret.Record to a Map
|
String |
toString() |