INPUT_OBJECT

CustomFeaturesInput

Features that can be set on a company. See CompanyFeatures type for full descriptions.

link GraphQL Schema definition

1input CustomFeaturesInput {
3
2numLicenses: Int
5
4certifyCredits: Int
7
6passwordExpirationDays: Int
9
8publicCertificationLink: Boolean
11
10atsIntegration: Boolean
13
12apiIntegration: Boolean
15
14sso: Boolean
17
16scim: Boolean
19
18proctoringRecordAllSessions: Boolean
21
20aiAssistant: Boolean
23
22certificationTestIds: [ID]
25
24taskSets: [String]
27
26techScreenFrameworkIds: [ID]
28}