EventsAirApiKey
Defines an EventsAir API key with access to an event or contact store.
type EventsAirApiKey {
createdAt: DateTime!
createdBy: String
description: String!
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
}
Fields
EventsAirApiKey.createdAt
● DateTime!
non-null scalar
The date and time the record was created.
EventsAirApiKey.createdBy
● String
scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
EventsAirApiKey.description
● String!
non-null scalar
UTF-8 string value that represents a description for the API key.
EventsAirApiKey.id
● ID!
non-null scalar
The unique identifier of the API key.
EventsAirApiKey.lastModifiedAt
● DateTime!
non-null scalar
The date and time the record was last modified.
EventsAirApiKey.lastModifiedBy
● String
scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
Implemented By
EventsAirIdentity
union