Interface IProject
An interface that exposes project information.
Inherited Members
Namespace: Unity.Cloud.Identity
Assembly: Unity.Cloud.Identity.dll
Syntax
public interface IProject : IRoleProvider, IMemberInfoProvider
Properties
ArchivedAt
Gets the date time of last update the project.
Declaration
DateTime? ArchivedAt { get; }
Property Value
Type | Description |
---|---|
DateTime? |
CreatedAt
Gets the date time of creation the project.
Declaration
DateTime? CreatedAt { get; }
Property Value
Type | Description |
---|---|
DateTime? |
Descriptor
Gets the id of the project.
Declaration
ProjectDescriptor Descriptor { get; }
Property Value
Type | Description |
---|---|
ProjectDescriptor |
EnabledInAssetManager
Gets if the project is enabled in Asset Manager.
Declaration
bool EnabledInAssetManager { get; }
Property Value
Type | Description |
---|---|
bool |
IconUrl
Gets the name of the project.
Declaration
string IconUrl { get; }
Property Value
Type | Description |
---|---|
string |
Name
Gets the name of the organization.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
UpdatedAt
Gets the date time of last update the project.
Declaration
DateTime? UpdatedAt { get; }
Property Value
Type | Description |
---|---|
DateTime? |