Class OrganizationInfo
This class holds the organization information and its user related properties.
Inherited Members
Namespace: Unity.DigitalTwins.Identity
Assembly: solution.dll
Syntax
[Serializable]
public class OrganizationInfo
Fields
AllowCreateNewProject
Boolean about user capabilities of creating new projects in the organization.
Declaration
public bool AllowCreateNewProject
Field Value
Type | Description |
---|---|
Boolean |
AllowRequestLicense
Boolean about user capabilities to request licenses from the organization.
Declaration
public bool AllowRequestLicense
Field Value
Type | Description |
---|---|
Boolean |
Id
The id of the organization.
Declaration
public string Id
Field Value
Type | Description |
---|---|
String |
IsPrimaryOrg
Boolean exposing if current organization is the primary one for the user.
Declaration
public bool IsPrimaryOrg
Field Value
Type | Description |
---|---|
Boolean |
Name
The name of the organization.
Declaration
public string Name
Field Value
Type | Description |
---|---|
String |