developerOnlyAttribute property

bool? developerOnlyAttribute
final
Specifies whether the attribute type is developer only. This attribute can only be modified by an administrator. Users will not be able to modify this attribute using their access token. For example, DeveloperOnlyAttribute can be modified using AdminUpdateUserAttributes but cannot be updated using UpdateUserAttributes.

Implementation

final bool? developerOnlyAttribute;