AuditLogEventSecretDeleted

class baseten.client.managementapi.AuditLogEventSecretDeleted(*, event_type, secret_id, secret_name)

Bases: BaseModel

Parameters:
  • event_type (Literal['SECRET_DELETED'])

  • secret_id (str)

  • secret_name (str)

model_config = {'extra': 'forbid'}

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