(key string, value string)
| 51 | Metadata() map[string]string |
| 52 | GetMetadata(key string) (string, bool) |
| 53 | SetMetadata(key string, value string) |
| 54 | |
| 55 | // Return all the specific properties of the credential that need to be saved into the configuration. |
| 56 | // This does not include Target, Kind, CreateTime, Metadata or Salt. |
no outgoing calls