CpSecretRow
No description
type CpSecretRow {
id: ID!
environmentId: String!
name: String!
kind: String
createdAt: DateTime!
rotatedAt: DateTime
}
Fields
CpSecretRow.id ● ID! non-null scalar
CpSecretRow.environmentId ● String! non-null scalar
CpSecretRow.name ● String! non-null scalar
CpSecretRow.kind ● String scalar
CpSecretRow.createdAt ● DateTime! non-null scalar
CpSecretRow.rotatedAt ● DateTime scalar
Returned By
cpSecrets query ● putCpSecret mutation