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