Akamai API Security · Schema
hostname-coverage-match-target
Contains details about a hostname coverage match target.
API DiscoveryAPI SecurityCloud SecurityPosture ManagementRuntime ProtectionThreat Protection
Properties
| Name | Type | Description |
|---|---|---|
| apis | array | The list of API endpoint identifiers and names. This applies only for `api` match targets. |
| bypassNetworkLists | array | The network lists' identifiers and names in the match target. |
| defaultFile | string | Describes the rule to match on paths. Either `NO_MATCH` not to match on the default file, `BASE_MATCH` to match only requests for top-level hostnames ending in a trailing slash, or `RECURSIVE_MATCH` t |
| effectiveSecurityControls | object | __Read-only__ The security controls to apply. For a security control to be effectively turned on, you must enable it in both the match target and the security policy. |
| fileExtensions | array | The list of file extensions to apply the match target to. |
| filePaths | array | The list of file paths to apply the match target to. |
| hostnames | array | The list of hostnames to protect. |
| isNegativeFileExtensionMatch | boolean | Whether the match target applies when a match is found in the specified `fileExtensions` or when a match isn't found. |
| isNegativePathMatch | boolean | Whether the match target applies when a match is found in the specified `filePaths` or when a match isn't found. |
| securityPolicy | object | The security policy associated with the match target. |
| sequence | integer | The match target's position in the sequence of match targets. |
| targetId | integer | Uniquely identifies the match target. |
| type | string | The type of match target. Either `website` or `api`. |
| validations | object | __Read-only__ Contains details about warnings, errors, or notices determined by a validation of this resource. |