state property

String? state
getter/setter pair

The user's licensing status.

One of: - ACTIVE: The user has a valid license and should be permitted to use the application. - UNLICENSED: The administrator of this user's domain never assigned a seat for the application to this user. - EXPIRED: The administrator assigned a seat to this user, but the license is expired.

Implementation

core.String? state;