docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IProject

    An interface that exposes project information.

    Inherited Members
    IRoleProvider.ListRolesAsync()
    IRoleProvider.ListPermissionsAsync()
    IMemberInfoProvider.ListMembersAsync(Range, CancellationToken)
    IMemberInfoProvider.GetMemberAsync(UserId)
    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?
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)