create()
Home > @gooddata/sdk-backend-spi > IOrganizationIpAllowlistService > create
IOrganizationIpAllowlistService.create() method
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Create a new IP allowlist policy.
Signature:
create(definition: IIpAllowlistDefinition): Promise<IIpAllowlist>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
definition |
definition of the policy to create |
Returns:
Promise<IIpAllowlist>
Promise resolved with the created policy.