Type Alias IPPolicyResource

type IPPolicyResource = {
    allowedIps: string[];
    createdAt: string;
    createdBy: string;
    deletable: boolean;
    editable: boolean;
    enabled: boolean;
    id: string;
    name: string;
    tenantId: string;
    toggleable: boolean;
    updatedAt: string;
    updatedBy: string;
}
Index

Properties

allowedIps: string[]

An array of allowed public IPv4 addresses.

createdAt: string
createdBy: string
deletable: boolean
editable: boolean
enabled: boolean
id: string
name: string
tenantId: string
toggleable: boolean
updatedAt: string
updatedBy: string