Google Search Appliance Feeds Protocol Developers Guide Manuale Utente Pagina 23

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
Vedere la pagina 22
Google Search Appliance: Feeds Protocol Developer’s Guide 23
Example Feed with Groups
The following code shows an example of a feed XML file with groups.
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE gsafeed PUBLIC "-//Google//DTD GSA Feeds//EN" "">
<xmlgroups>
<membership>
<principal namespace="Default"
case-sensitivity-type="EVERYTHING_CASE_INSENSITIVE" scope="GROUP">
abc.com/group1
</principal>
<members>
<principal namespace="Default"
case-sensitivity-type="EVERYTHING_CASE_INSENSITIVE" scope="GROUP">
su/jointfilesconvert/1583486/bgroup1
</principal>
<principal namespace="Default"
case-sensitivity-type="EVERYTHING_CASE_INSENSITIVE" scope="USER">
user1
</principal>
</members>
</membership>
<membership>
<principal namespace="Default"
case-sensitivity-type="EVERYTHING_CASE_INSENSITIVE" scope="GROUP">
su/jointfilesconvert/1583486/bgroup1
</principal>
<members>
<principal namespace="Default"
case-sensitivity-type="EVERYTHING_CASE_INSENSITIVE" scope="USER">
example.com/user2
</principal>
</members>
</membership>
</xmlgroups>
Example Feed with Empty Groups
The following code shows an example of a feed XML file with empty groups.
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE gsafeed PUBLIC "-//Google//DTD GSA Feeds//EN" "">
<xmlgroups>
</xmlgroups>
Vedere la pagina 22
1 2 ... 18 19 20 21 22 23 24 25 26 27 28 ... 44 45

Commenti su questo manuale

Nessun commento