Specifies the fragment part of the URL. This value must not start with a #.
#
Specifies the hostname part of the URL.
Specifies the path part of the URL. This value must begin with a /.
/
Specifies the protocol part of the URL. Valid values are MatchRequest, Http and Https. Defaults to MatchRequest.
MatchRequest
Http
Https
Specifies the query string part of the URL. This value must not start with a ? or & and must be in <key>=<value> format separated by &.
?
&
<key>=<value>
Type of the redirect. Valid values are Found, Moved, PermanentRedirect and TemporaryRedirect.
Found
Moved
PermanentRedirect
TemporaryRedirect