Class TenantData
Basic information a Tenant as on the EMS contains.
Inheritance
System.Object
TenantData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Appearition.AccountAndAuthentication
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class TenantData
Fields
View Sourceroles
Declaration
public List<string> roles
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
tenantKey
Declaration
public string tenantKey
Field Value
Type | Description |
---|---|
System.String |
tenantName
Declaration
public string tenantName
Field Value
Type | Description |
---|---|
System.String |