INPUT_OBJECT

UpdateSourceType

link GraphQL Schema definition

1input UpdateSourceType {
3
2id: ID!
5
4name: String
7
6sourceSchemaId: ID
9
8credentialSchemaId: ID
11
10details: JSONData
13
12credentialType: CredentialType
17
14# Indicates that the source type is publicly accessible.
15# If false, is usable only by the owner organization.
16isPublic: Boolean
21
18# Indicates whether or not the source type is "live", such
19# as a camera feed
20isLive: Boolean
25
22# Indicates whether or not the source type requires
23# scan pipeline jobs
24requiresScanPipeline: Boolean
28
26# Source type category ID
27categoryId: ID
29}

link Required by

This element is not required by anyone