TokenOwnerKind Enumeration |
Specifies the kind of object which can be the owner of a token.
Namespace: Dundas.BI.Data.Parameters.TokensAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic enum TokenOwnerKind
Public Enumeration TokenOwnerKind
public enum class TokenOwnerKind
Members| Member name | Value | Description |
|---|
| None | 0 | The token is not associated with any owner. |
| Account | 1 | The token is associated with an account. |
| Tenant | 2 | The token is associated with a tenant. |
See Also