BearerTokenSecret
No description
type BearerTokenSecret implements BaseFields, SecretInterface {
createdAt: ISO8601DateTime!
description: String
id: ID!
name: String!
token: String!
type: SecretTypeEnum!
updatedAt: ISO8601DateTime!
}
Fields
BearerTokenSecret.createdAt
● ISO8601DateTime!
non-null scalar
The date when record was created
BearerTokenSecret.description
● String
scalar
An optional description providing details about the secret.
BearerTokenSecret.id
● ID!
non-null scalar
The ID scalar type represents a unique identifier
BearerTokenSecret.name
● String!
non-null scalar
The name of the secret.
BearerTokenSecret.token
● String!
non-null scalar
The bearer token used for authentication.
BearerTokenSecret.type
● SecretTypeEnum!
non-null enum
The type of secret, defining the authentication mechanism (e.g., BASIC_AUTH, BEARER_TOKEN).
BearerTokenSecret.updatedAt
● ISO8601DateTime!
non-null scalar
The date when record was updated