CapecsType
No description
type CapecsType {
asvsItems: [AsvsType!]
createdAt: ISO8601DateTime
cweList: String
description: String!
id: ID!
name: String!
reference: String
updatedAt: ISO8601DateTime
}
Fields
CapecsType.asvsItems
● [AsvsType!]
list object
ASVS list of the Capec
CapecsType.createdAt
● ISO8601DateTime
scalar
Date when the Type Activity was created
CapecsType.cweList
● String
scalar
CWE list of the Capec
CapecsType.description
● String!
non-null scalar
Description of the Capec
CapecsType.id
● ID!
non-null scalar
CapecsType.name
● String!
non-null scalar
Name of the Capec
CapecsType.reference
● String
scalar
Reference of the Capec
CapecsType.updatedAt
● ISO8601DateTime
scalar
Date when the Type Activity was last updated
Member Of
CapecsTypeCollection
object