2.1.1 TestGroupAccess object implements TestAccess

Represents the access of members of a particular group to a given test.

Fields

Field Type Description
type
required
String constant The test access type. For TestGroupAccess this is always GROUP.
group
required
2.1.1 Group object The group this access object applies to.
typeId
required
String The group ID.
maxRenditionsPerUser
optional
Integer The maximum number of test attempts allowed for each group member. If omitted, there is no limit.
userMaxTestRenditions
optional
List of 2.1.1 UserMaxTestRenditions objects The maximum number of test attempts allowed for specific group members. If present, it overrides the overall maxRenditionsPerUser value.