Service: zimbraAccount
Namespace: "urn:zimbraAccount"
GetAppSpecificPasswords SOAP Command

Authorization token required UNKNOWN
Admin Authorization token required UNKNOWN

GetAppSpecificPasswordsRequest

    <GetAppSpecificPasswordsRequest /> ## GetAppSpecificPasswordsRequest

GetAppSpecificPasswordsResponse

    <GetAppSpecificPasswordsResponse> ## GetAppSpecificPasswordsResponse
        <appSpecificPasswords>
            List of any of: {
                <passwordData [appName="..."] [created="(Long)"] [lastUsed="(Long)"] /> ## AppSpecificPasswordData
            }
        </appSpecificPasswords>
        <maxAppPasswords>{maxAppPasswords} (Integer)</maxAppPasswords>
    </GetAppSpecificPasswordsResponse>

The following table describes elements and attributes you can define within a <GetAppSpecificPasswordsResponse> element:

XPath Required / Optional Description
/appSpecificPasswords Required (only 1)
/appSpecificPasswords/passwordData Optional (0 or 1)
/appSpecificPasswords/passwordData@appName Optional (0 or 1) Type:String
/appSpecificPasswords/passwordData@created Optional (0 or 1) Type:Long
/appSpecificPasswords/passwordData@lastUsed Optional (0 or 1) Type:Long
/maxAppPasswords Optional (0 or 1) Type:{maxAppPasswords} (Integer)