EditVppUserResponse
The response from editing a user.
Declaration
object EditVppUserResponseProperties
| Name | Type | Description |
|---|---|---|
clientContext | string | The value currently associated with the provided sToken. This field is only included in the response when a value has been set via the Client Configuration endpoint. See Protecting Your VPP Account for more information. |
errorMessage | string | The human-readable explanation of the error. |
errorNumber | int32 | The numeric code of the error. |
expirationMillis | int64 | The UNIX epoch timestamp, in milliseconds, when the account’s sToken or password expires (whichever is earlier). |
location | VppLocation | The location associated with the provided |
status | int32 | The status code for the response. Possible values are:
|
uId | string | The unique library identifier. When querying records using multiple tokens that may share libraries, use the |
user | VppUser | The updated user. |