UserMetadataRequest interface Stay organized with collections Save and categorize content based on your preferences.
User metadata to include when importing a user.
Signature:
exportinterfaceUserMetadataRequestProperties
| Property | Type | Description |
|---|---|---|
| creationTime | string | The date the user was created, formatted as a UTC string. |
| lastSignInTime | string | The date the user last signed in, formatted as a UTC string. |
UserMetadataRequest.creationTime
The date the user was created, formatted as a UTC string.
Signature:
creationTime?:string;UserMetadataRequest.lastSignInTime
The date the user last signed in, formatted as a UTC string.
Signature:
lastSignInTime?:string;Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-29 UTC.