Type Alias CreateIPPolicy

type CreateIPPolicy = {
    allowedIps: string[];
    enabled?: boolean;
    name?: string;
}
Index

Properties

allowedIps: string[]

An array of allowed IP IPv4 addresses, either as plain IP addresses, or as CIDR ranges.

enabled?: boolean

Indicates whether the IP policy is enabled.

name?: string

The descriptive name for the IP policy.