Class CallerIdentity
Represents the caller of the request
Inheritance
System.Object
CallerIdentity
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.WebAPI.Core
Assembly: Simplic.Framework.WebAPI.dll
Syntax
public class CallerIdentity
Properties
| Improve this Doc View SourceGets or sets the mail address of the principal
Declaration
public string EMail { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ObjectId
Gets or sets the unique id
Declaration
public string ObjectId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PrinicipalType
Gets or sets the type of the principal
Declaration
public string PrinicipalType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TenantId
Gets or sets the tenant
Declaration
public string TenantId { get; set; }
Property Value
Type | Description |
---|---|
System.String |