| Name | Type | Description | Notes |
|---|---|---|---|
| sessionAllowlistEnabled | boolean | Enable or disable session allowlist | [optional] [default to undefined] |
| apiTokenAllowlistEnabled | boolean | Enable or disable API token allowlist | [optional] [default to undefined] |
import { PatchIpAllowlistConfigRequest } from 'launchdarkly-api-typescript';
const instance: PatchIpAllowlistConfigRequest = {
sessionAllowlistEnabled,
apiTokenAllowlistEnabled,
};