GCIPMetadata
User account metadata and activity timestamps.
Contains important timestamps related to user account activity, authentication events, and session management.
type GCIPMetadata {
lastSignInTime: String
creationTime: String
lastRefreshTime: String
}
Fields
GCIPMetadata.lastSignInTime
● String
scalar
Timestamp of the user's most recent successful authentication.
Indicates when the user last signed in to their account, used for security monitoring and session management.
GCIPMetadata.creationTime
● String
scalar
Timestamp when the user account was originally created.
Records the initial account creation time, used for account age tracking and audit purposes.
GCIPMetadata.lastRefreshTime
● String
scalar
Timestamp of the most recent token refresh operation.
Indicates when the user's authentication tokens were last refreshed, used for session lifecycle management.
Member Of
GCIPUser
object