CourseRegistrationLink# class CourseRegistrationLink[source]# The JSON representation of a course registration link. id: str# The id of this link. expiration_date: datetime# The moment this link will stop working. role: CourseRole# The role new users will get. allow_register: bool# Can users register with this link.