hosts property
A list of HTTP Hosts to match against.
The match can be one of exact, prefix, suffix, or contains (substring match). Matches are always case sensitive unless the ignoreCase is set. Limited to 5 matches.
Optional.
Implementation
core.List<AuthzPolicyAuthzRuleStringMatch>? hosts;