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
22candidateMfa: Boolean
25
24certificationTestIds: [ID]
27
26taskSets: [String]
28}