APIKeyTombstone

class baseten.client.managementapi.APIKeyTombstone(*, prefix)

Bases: BaseModel

Parameters:

prefix (Annotated[str, FieldInfo(annotation=NoneType, required=True, title='Prefix', description='Unique prefix of the API key')])

model_config = {}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].