IAzureCosmosDbGetCompanyIpWhiteBlackList Method

Retrieves the White/Blacklist of IpAddressStatusDtoes for company.

Definition

Namespace: MobileTrack.DataContainers.Cosmos
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
Task<List<IpAddressStatusDto>> GetCompanyIpWhiteBlackList(
	CompanyDto company,
	bool includeGlobalIpWhiteBlackList = false,
	CancellationToken cancellationToken = default
)

Parameters

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

Return Value

TaskListIpAddressStatusDto
List of IP Address Status belonging to company

See Also