Anthropic::CredentialNetworking
Inherits JSON::Serializable < Struct < Value < Object
Restricts outbound host access for an environment-variable credential.
unrestricted (the default) allows any host; limited restricts to a set
of allowed_hosts (bare hostnames, IPv4 addresses, or *.-wildcards).
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Sourceunrestricted
SourceInstance methods
allowed_hosts
Sourcetype
Source