| IClientIpWhitelist Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.OAuth2.Dto
The IClientIpWhitelist type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| Int64 | ClientId |
Id for the client that the whitlist belongs to
| |
| String | FromIp |
The first IP-address in the range of acceptible addresses
| |
| Int64 | Id |
Whitelist id
| |
| String | ToIp |
The last IP-address in the range of acceptible addresses
|