AuditLogEventSshCertificateSigned

class baseten.client.managementapi.AuditLogEventSshCertificateSigned(*, event_type, workload_type, workload_id, project_id, replica_id, proxy_address, expires_at)

Bases: BaseModel

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

  • workload_type (str)

  • workload_id (str)

  • project_id (str)

  • replica_id (str)

  • proxy_address (str)

  • expires_at (str)

model_config = {'extra': 'forbid'}

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