TokenOwnerKind Enumeration

Specifies the kind of object which can be the owner of a token.

Namespace:  Dundas.BI.Data.Parameters.Tokens
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum TokenOwnerKind
Members
  Member nameValueDescription
None0The token is not associated with any owner.
Account1The token is associated with an account.
Tenant2The token is associated with a tenant.
See Also