CredentialKeyMutationResult
Class: warmhub.CredentialKeyMutationResult
CredentialKeyMutationResult(ok: Literal[True], key_names: tuple[str, ...], key_name: str | None = None, extra: Mapping[str, JsonValue] = _no_extra())Generated from CredentialKeyMutationResult.
Properties and attributes
Section titled “Properties and attributes”okDocumentation is not yet available.
key_names
Section titled “key_names”key_namesDocumentation is not yet available.
key_name
Section titled “key_name”key_name = NoneDocumentation is not yet available.
extra = field(default_factory=_no_extra)Keys the server sent that this contract does not name. Preserved so a backend that ships a field before the SDK regenerates loses nothing.