Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaUserLicense

User License information assigned by the admin.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaUserLicense
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaUserLicense : IDirectResponseSchema

Properties

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. User created timestamp.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LastLoginTime

object representation of LastLoginTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastLoginTimeDateTimeOffset instead.")]
public virtual object LastLoginTime { get; set; }
Property Value
Type Description
object

LastLoginTimeDateTimeOffset

DateTimeOffset representation of LastLoginTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastLoginTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastLoginTimeRaw

Output only. User last logged in time. If the user has not logged in yet, this field will be empty.

Declaration
[JsonProperty("lastLoginTime")]
public virtual string LastLoginTimeRaw { get; set; }
Property Value
Type Description
string

LicenseAssignmentState

Output only. License assignment state of the user. If the user is assigned with a license config, the user loggin 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;

Declaration
[JsonProperty("licenseAssignmentState")]
public virtual string LicenseAssignmentState { get; set; }
Property Value
Type Description
string

LicenseConfig

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

Declaration
[JsonProperty("licenseConfig")]
public virtual string LicenseConfig { get; set; }
Property Value
Type Description
string

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Output only. User update timestamp.

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

UserPrincipal

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.

Declaration
[JsonProperty("userPrincipal")]
public virtual string UserPrincipal { get; set; }
Property Value
Type Description
string

UserProfile

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

Declaration
[JsonProperty("userProfile")]
public virtual string UserProfile { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX