INPUT_OBJECT

CreateSourceType

link GraphQL Schema definition

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

link Required by

This element is not required by anyone