@datatrue/api
Preparing search index...
TagValidationOptions
Interface TagValidationOptions
interface
TagValidationOptions
{
account_id
?:
string
;
description
?:
string
;
detect_duplicates
?:
boolean
;
do_validation
?:
boolean
;
enabled
?:
boolean
;
hostname_detection
?:
string
;
hostname_validation
?:
string
;
interception
?:
{
intercept
?:
boolean
;
intercept_body
?:
string
;
intercept_headers
?:
string
;
intercept_status
?:
number
;
}
;
pathname_detection
?:
string
;
pathname_validation
?:
string
;
position
?:
number
;
query_detection
?:
string
;
validate_absence
?:
boolean
;
}
Hierarchy
ResourceOptions
TagValidationOptions
Index
Properties
account_
id?
description?
detect_
duplicates?
do_
validation?
enabled?
hostname_
detection?
hostname_
validation?
interception?
pathname_
detection?
pathname_
validation?
position?
query_
detection?
validate_
absence?
Properties
Optional
account_
id
account_id
?:
string
Optional
description
description
?:
string
Optional
detect_
duplicates
detect_duplicates
?:
boolean
Optional
do_
validation
do_validation
?:
boolean
Optional
enabled
enabled
?:
boolean
Optional
hostname_
detection
hostname_detection
?:
string
Optional
hostname_
validation
hostname_validation
?:
string
Optional
interception
interception
?:
{
intercept
?:
boolean
;
intercept_body
?:
string
;
intercept_headers
?:
string
;
intercept_status
?:
number
;
}
Optional
pathname_
detection
pathname_detection
?:
string
Optional
pathname_
validation
pathname_validation
?:
string
Optional
position
position
?:
number
Optional
query_
detection
query_detection
?:
string
Optional
validate_
absence
validate_absence
?:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account_
id
description
detect_
duplicates
do_
validation
enabled
hostname_
detection
hostname_
validation
interception
pathname_
detection
pathname_
validation
position
query_
detection
validate_
absence
@datatrue/api
Loading...