github.com/vmware/govmomi@v0.37.2/vim25/mo/fixtures/not_authenticated_fault.xml (about)

     1  <?xml version="1.0" encoding="UTF-8"?>
     2  <RetrievePropertiesResponse xmlns="urn:vim25" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     3    <returnval>
     4      <obj type="SessionManager">SessionManager</obj>
     5      <propSet>
     6        <name>defaultLocale</name>
     7        <val xsi:type="xsd:string">en</val>
     8      </propSet>
     9      <propSet>
    10        <name>messageLocaleList</name>
    11        <val xsi:type="ArrayOfString">
    12          <string xsi:type="xsd:string">ja</string>
    13          <string xsi:type="xsd:string">zh_CN</string>
    14          <string xsi:type="xsd:string">en</string>
    15          <string xsi:type="xsd:string">de</string>
    16          <string xsi:type="xsd:string">zh_TW</string>
    17          <string xsi:type="xsd:string">ko</string>
    18          <string xsi:type="xsd:string">fr</string>
    19        </val>
    20      </propSet>
    21      <missingSet>
    22        <path>message</path>
    23        <fault>
    24          <fault xsi:type="NotAuthenticated">
    25            <object type="Folder">group-d1</object>
    26            <privilegeId>System.View</privilegeId>
    27          </fault>
    28          <localizedMessage/>
    29        </fault>
    30      </missingSet>
    31      <missingSet>
    32        <path>sessionList</path>
    33        <fault>
    34          <fault xsi:type="NotAuthenticated">
    35            <object type="Folder">group-d1</object>
    36            <privilegeId>Sessions.TerminateSession</privilegeId>
    37          </fault>
    38          <localizedMessage/>
    39        </fault>
    40      </missingSet>
    41    </returnval>
    42  </RetrievePropertiesResponse>