AssetAccessDetails
Summary
Access-policy result for an inspected asset file.
Signature
interface AssetAccessDetails {
allowed: boolean
allowedBy?: AssetAccessRule
deniedBy?: string
}
Properties
allowed
Whether the asset server may serve the file.
allowedBy
The first configured rule that allowed the file, when one matched.
deniedBy
The first matching denyFiles pattern, when access was denied.