RestrictionType
The nature of the restrictions under which a license is granted.
enum RestrictionType {
LIMITED
OPEN_ACCESS
}
Values
RestrictionType.LIMITED
The licensed entity is available under the conditions defined by a LicenseTerms object.
RestrictionType.OPEN_ACCESS
The licensed entity is available with no restrictions whatsoever.
Member of
License
object ● LicenseInput
input ● LicenseSetInput
input