CredentialInfo
Class: warmhub.CredentialInfo
CredentialInfo(name: str, scope: Literal['org', 'repo'], key_names: tuple[str, ...], created_at: float, updated_at: float, description: str | None = None, revoked_at: float | None = None, extra: Mapping[str, JsonValue] = _no_extra())Generated from CredentialInfo.
Properties and attributes
Section titled “Properties and attributes”nameDocumentation is not yet available.
scopeDocumentation is not yet available.
key_names
Section titled “key_names”key_namesDocumentation is not yet available.
created_at
Section titled “created_at”created_atDocumentation is not yet available.
updated_at
Section titled “updated_at”updated_atDocumentation is not yet available.
description
Section titled “description”description = NoneDocumentation is not yet available.
revoked_at
Section titled “revoked_at”revoked_at = 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.