AuditLogEventApiKeyDeleted¶
- class baseten.client.managementapi.AuditLogEventApiKeyDeleted(*, event_type, api_key_id, api_key_type, prefix)¶
Bases:
BaseModel- Parameters:
event_type (Literal['API_KEY_DELETED'])
api_key_id (str)
api_key_type (AuditLogApiKeyType)
prefix (str)
- model_config = {'extra': 'forbid'}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].