UserLicense

User License information assigned by the admin.

JSON representation
 { 
 "userPrincipal" 
 : 
 string 
 , 
 "userProfile" 
 : 
 string 
 , 
 "licenseAssignmentState" 
 : 
 enum (  LicenseAssignmentState 
 
) 
 , 
 "licenseConfig" 
 : 
 string 
 , 
 "createTime" 
 : 
 string 
 , 
 "updateTime" 
 : 
 string 
 , 
 "lastLoginTime" 
 : 
 string 
 } 
Fields
userPrincipal

string

Required. Immutable. The user principal of the User, could be email address or other prinical identifier. This field is immutable. Admin assign licenses based on the user principal.

userProfile

string

Optional. The user profile. We user user full name(First name + Last name) as user profile.

licenseAssignmentState

enum ( LicenseAssignmentState )

Output only. License assignment state of the user. If the user is assigned with a license config, the user login will be assigned with the license; If the user's license assignment state is unassigned or unspecified, no license config will be associated to the user;

licenseConfig

string

Optional. The full resource name of the Subscription(LicenseConfig) assigned to the user.

createTime

string ( Timestamp format)

Output only. User created timestamp.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z" , "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30" .

updateTime

string ( Timestamp format)

Output only. User update timestamp.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z" , "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30" .

LicenseAssignmentState

License assignment state enumeration.

Enums
LICENSE_ASSIGNMENT_STATE_UNSPECIFIED Default value.
ASSIGNED License assigned to the user.
UNASSIGNED No license assigned to the user. Deprecated, translated to NO_LICENSE.
NO_LICENSE No license assigned to the user.
BLOCKED User is blocked from assigning a license.
Design a Mobile Site
View Site in Mobile | Classic
Share by: