# Functions
Check checks that the given user has access to the given XMLID.
CheckID checks that the given user has access to the given delivery service.
GetDeliveryServiceTenantInfo returns tenant information for a deliveryservice.
GetDSTenantIDByIDTx returns the tenant ID, whether the delivery service exists, and any error.
GetUserTenantIDListTx returns a list of tenant IDs accessible to the given tenant.
GetUserTenantListTx returns a Tenant list that the specified user has access to.
IsResourceAuthorizedToUserTx returns a boolean value describing if the user has access to the provided resource tenant id and an error If the user tenant is inactive (or any of its parent tenants are inactive), false will be returned.
# Type aliases
DeliveryServiceTenantInfo provides only deliveryservice info needed here.