INPUT_OBJECT
CreateSourceType
link GraphQL Schema definition
1 input CreateSourceType { 3 2 : ID 5 4 : ID 7 6 : String! 9 8 : JSONData 11 10 : CredentialType 15 12 # Indicates that the source type is publicly accessible. 13 # If false, is usable only by the owner organization. 14 : Boolean 19 16 # Indicates whether or not the source type is "live", such 17 # as a camera feed 18 : Boolean 23 20 # Indicates whether or not the source type requires 21 # scan pipeline jobs 22 : Boolean 26 24 # Source type category ID 25 : ID! 27 }
link Required by
This element is not required by anyone