Description Usage Arguments Value References
View source: R/SecurityFunctions.R
This function creates a new ConfigSystem.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | createConfigSystemSecurity(
EntityID = 1,
setAccessCodeLength = NULL,
setAdminEmployeeTeacherActivityAllowUsernameChange = NULL,
setAdminMissedSessionPingCountLimit = NULL,
setAdminSessionClientPingSeconds = NULL,
setAdminSessionTimeoutSeconds = NULL,
setAdminSessionWarnSeconds = NULL,
setAuthenticationRoleIDActivity = NULL,
setAuthenticationRoleIDAdministrative = NULL,
setAuthenticationRoleIDEmployee = NULL,
setAuthenticationRoleIDFamilyNewStudentEnrollment = NULL,
setAuthenticationRoleIDStudent = NULL,
setAuthenticationRoleIDTeacher = NULL,
setAutogenerateEmployeeAccessCodes = NULL,
setAutogenerateStaffAccessCodes = NULL,
setAutogenerateStudentAccessCodes = NULL,
setCombineAuthenticationRolesOnSignIn = NULL,
setDaysUntilPasswordExpires = NULL,
setFailedSignInCountLimit = NULL,
setFamilyAllowUsernameChange = NULL,
setFamilyStudentEmployeeMissedSessionPingCountLimit = NULL,
setFamilyStudentEmployeeSessionClientPingSeconds = NULL,
setFamilyStudentEmployeeSessionTimeoutSeconds = NULL,
setFamilyStudentEmployeeSessionWarnSeconds = NULL,
setForcePasswordExpirationOnSkywardLoginIfPasswordRequirementsNotMet = NULL,
setLoginLockRetryDelayMinutes = NULL,
setMaximumPasswordLength = NULL,
setMinimumPasswordLength = NULL,
setMultifactorAuthenticationIDActivity = NULL,
setMultifactorAuthenticationIDAdministrative = NULL,
setMultifactorAuthenticationIDEmployee = NULL,
setMultifactorAuthenticationIDFamilyNewStudentEnrollment = NULL,
setMultifactorAuthenticationIDStudent = NULL,
setMultifactorAuthenticationIDTeacher = NULL,
setRequiredNumericCharacters = NULL,
setRequiredSpecialCharacters = NULL,
setSessionAccessDeniedLimit = NULL,
setStudentAllowUsernameChange = NULL,
setTeacherMissedSessionPingCountLimit = NULL,
setTeacherSessionClientPingSeconds = NULL,
setTeacherSessionTimeoutSeconds = NULL,
setTeacherSessionWarnSeconds = NULL,
setUserImportChangeThreshold = NULL,
setUserImportDeleteThreshold = NULL,
setUserImportFilePath = NULL,
setUserImportFileType = NULL,
setUserImportFileTypeCode = NULL,
setUserImportShouldMaintainExistingUsers = NULL
)
|
EntityID |
The id of the entity. Run |
setFieldName |
Values to set FieldName to for the given object. Defaults to NULL for all set fields which does not set the field's value. |
The fields used to define the newly created ConfigSystem.
{yourApiUrl}/swagger
Skyward's Knowledge Hub
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.