SignSSHCertificateResponse¶
- class baseten.client.managementapi.SignSSHCertificateResponse(*, ssh_certificate, jwt, proxy_address, ssh_cert_expires_at)¶
Bases:
BaseModel- Parameters:
ssh_certificate (str)
jwt (str)
proxy_address (str)
ssh_cert_expires_at (AwareDatetime)
- model_config = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].