struct

Anthropic::BetaTunnelCertificate

Inherits JSON::Serializable < Struct < Value < Object

A CA certificate attached to a tunnel.

Anthropic verifies the gateway's server certificate against this CA when it terminates the inner TLS session. A tunnel holds at most two non-archived certificates.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

archived?
Source
archived_at
Source
created_at
Source
expires_at
Source
fingerprint

Lowercase hex SHA-256 fingerprint of the certificate's DER encoding.

Source
id

Unique identifier, prefixed with tcrt_.

Source
tunnel_id

ID of the tunnel the certificate is registered against.

Source
type
Source