Principal
Representation of a Principal webservice DTO used for defining User data types Principal
export interface Principal {
'name'?: string;
'uid'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
name | Optional | string | Name of the user {string} Principal |
uid | Optional | string | Unique user identifier {string} Principal |