Type Alias IPPolicyListItem

type IPPolicyListItem = {
    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 IP addresses.

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