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.