Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 763 Bytes

File metadata and controls

22 lines (15 loc) · 763 Bytes

PatchIpAllowlistConfigRequest

Properties

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]

Example

import { PatchIpAllowlistConfigRequest } from 'launchdarkly-api-typescript';

const instance: PatchIpAllowlistConfigRequest = {
    sessionAllowlistEnabled,
    apiTokenAllowlistEnabled,
};

[Back to Model list] [Back to API list] [Back to README]