Credential
An OAuth2 client application used for authentication with the Hub API.
type Credential {
name: String!
clientId: String!
createdById: UUID!
organizationId: UUID!
createdAt: NaiveDateTime!
createdBy: User
}
Fields
Credential.name ● String! non-null scalar
A user-friendly name assigned to the credential.
Credential.clientId ● String! non-null scalar
A unique identifier for the credential.
Credential.createdById ● UUID! non-null scalar
The ID of the user who created the credential.
Credential.organizationId ● UUID! non-null scalar
The ID of the organization the credential belongs to.
Credential.createdAt ● NaiveDateTime! non-null scalar
The datetime in UTC when the credential was created.
Credential.createdBy ● User object
This field represents the user who created the credential.
Member of
CreateCredentialPayload object ● EditCredentialPayload object ● Organization object