Credential
No description
type Credential implements BaseFields {
createdAt: ISO8601DateTime!
description: String
environment: String
id: ID!
name: String
password: String
profile: String
updatedAt: ISO8601DateTime!
user: String
}
Fields
Credential.createdAt ● ISO8601DateTime! non-null scalar
The date when record was created
Credential.description ● String scalar
Credential.environment ● String scalar
Credential.id ● ID! non-null scalar
The ID scalar type represents a unique identifier
Credential.name ● String scalar
Credential.password ● String scalar
Credential.profile ● String scalar
Credential.updatedAt ● ISO8601DateTime! non-null scalar
The date when record was updated
Credential.user ● String scalar
Interfaces
BaseFields interface
Member Of
CreateCredentialPayload object ● CredentialCollection object ● Project object