docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IEntitlements

    An interface that provides entitlements information for an Organization.

    Namespace: Unity.Cloud.Identity
    Assembly: Unity.Cloud.Identity.dll
    Syntax
    public interface IEntitlements

    Properties

    OrganizationEntitlements

    The organizations entitlements.

    Declaration
    IEnumerable<string> OrganizationEntitlements { get; }
    Property Value
    Type Description
    IEnumerable<string>

    UserSeats

    The user seats in the organization.

    Declaration
    IEnumerable<string> UserSeats { get; }
    Property Value
    Type Description
    IEnumerable<string>
    Remarks

    User seats correspond to organization entitlements assigned to the user.

    In This Article
    Back to top
    Copyright © 2025 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)