class

OpenAI::AuditLogIpAllowlistCreated

Inherits JSON::Serializable < Reference < Object

The details for events with this type.

Constructors

new(id : String | Nil = nil, name : String | Nil = nil, allowed_ips : Array(String) | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

allowed_ips

The IP addresses or CIDR ranges included in the configuration.

Source
allowed_ips=(allowed_ips : Array(String) | Nil)

The IP addresses or CIDR ranges included in the configuration.

Source
id

The ID of the IP allowlist configuration.

Source
id=(id : String | Nil)

The ID of the IP allowlist configuration.

Source
name

The name of the IP allowlist configuration.

Source
name=(name : String | Nil)

The name of the IP allowlist configuration.

Source