Secret
Kitaru-native view of a stored secret.
The model intentionally exposes only stable Kitaru SDK fields and hides the underlying backend response object.
Attributes
attributenamestrSecret name.
attributeidstrBackend secret ID, normalized to a string.
attributevaluesdict[str, str]Readable secret key/value pairs, normalized to strings.
attributemodel_config= ConfigDict(frozen=True)Functions
funcget(self, key, default=None) -> str | NoneReturn a secret value by key, or a default when the key is absent.
paramselfparamkeystrparamdefaultstr | None= NoneReturns
str | None