GenericSecret
No description
type GenericSecret implements BaseFields, SecretInterface {
companyId: ID!
createdAt: ISO8601DateTime!
description: String
id: ID!
key: String!
name: String!
type: SecretTypeEnum!
updatedAt: ISO8601DateTime!
value: String!
}
Fields
GenericSecret.companyId ● ID! non-null scalar
The company ID that the secret belongs to.