IAzureCosmosDbGetCompanyIpWhiteBlackList Method
Namespace: MobileTrack.DataContainers.CosmosAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
Task<List<IpAddressStatusDto>> GetCompanyIpWhiteBlackList(
CompanyDto company,
bool includeGlobalIpWhiteBlackList = false,
CancellationToken cancellationToken = default
)
- company CompanyDto
- Company to get the statuses from.
- includeGlobalIpWhiteBlackList Boolean (Optional)
- Whether to include the global IP White/Blacklist in the stack.
- cancellationToken CancellationToken (Optional)
- Cancellation token
TaskListIpAddressStatusDtoList of IP Address Status belonging to
company