Is it possible, with Google Provisioning API, to set an expiration date to the password? Or to check when the password was set?
<apps:login userName="NewUserName"
password="51eea05d46317fadd5cad6787a8f562be90b4446" hashFunctionName="SHA-1"
suspended="false"/>
According to the protocol example there are only few fields but maybe some other fields are hidden like in other apis.