Show / Hide Table of Contents

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 Source

roles

Declaration
public List<string> roles
Field Value
Type Description
System.Collections.Generic.List<System.String>
View Source

tenantKey

Declaration
public string tenantKey
Field Value
Type Description
System.String
View Source

tenantName

Declaration
public string tenantName
Field Value
Type Description
System.String

Extension Methods

ObjectExtension.ToStream(Object)
  • View Source
Back to top Generated by DocFX