Metadata returns a key-value pair of non-sensitive data about the secret
()
| 65 | Unmarshal(data []byte) error |
| 66 | // Metadata returns a key-value pair of non-sensitive data about the secret |
| 67 | Metadata() map[string]string |
| 68 | // SetMetadata allows the caller to set the secrets non-sensitive data |
| 69 | // A secret may expects certain keys or values from the map and may return |
| 70 | // an error. |
no outgoing calls