Object GitHub::EnterpriseServerUserAccountEmail
An email belonging to a user account on an Enterprise Server installation.
Fields
createdAt: DateTime!
Identifies the date and time when the object was created.
email: String!
The email address.
id: ID!
isPrimary: Boolean!
Indicates whether this is the primary email of the associated user account.
updatedAt: DateTime!
Identifies the date and time when the object was last updated.
userAccount: EnterpriseServerUserAccount!
The user account to which the email belongs.