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 10 hosts per Authorization Policy.
Optional.
Implementation
core.List<AuthzPolicyAuthzRuleStringMatch>? hosts;