Kitaru

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

attributenamestr

Secret name.

attributeidstr

Backend 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 | None

Return a secret value by key, or a default when the key is absent.

paramself
paramkeystr
paramdefaultstr | None
= None

Returns

str | None

On this page