http://www.vizrt.com/types/relation/protection-domains

This link relation identifies a link to a feed resource listing all the protection domains the requesting user has access to. One link of this type is included in the web service's "start" feed resource (http://host-ip-address/webservice/escenic/section/ROOT/subsections).

The following example shows the "start" feed resource containing a link of this type:

<feed xmlns="http://www.w3.org/2005/Atom">
...
  <title type="text">Publication root sections you are authorized to.</title>
  <link rel="http://www.vizrt.com/types/relation/protection-domains"
        href="http://host-ip-address/webservice/escenic/changelog"
        type="application/atom+xml"/>
...
</feed>