Skip to content

AccountClaims class

User metadata.

public class AccountClaims

Public Members

name description
AccountClaims() The default constructor.
AccountId { get; set; } Account id.
CustomerCode { get; set; } Customer code.
DataBaseId { get; set; } Database id.
Host { get; set; } Customer API host.
IsCloud { get; set; } Wether the user is currently on the cloud. If not, he/she is on on-premise.
SubscriptionId { get; set; } Subscription id.
UserRole { get; set; } User role.

See Also