Interface ILegacyTenantPermission
Assembly: PnP.Core.Admin.dll
Syntax
public interface ILegacyTenantPermission
Properties
The feature name of the permissions (Taxonomy/ Social/ ProjectServer/ Search/ BcsConnection/ Content)
Declaration
string ProductFeature { get; }
Property Value
The specific resource id given to the app. For example, if the permission given to the specific project server, then this is the project server id.
Declaration
string ResourceId { get; }
Property Value
Declaration
LegacyTenantPermissionRight Right { get; }
Property Value
The scope of the permission. E.g. content/tenant or projectserver/projects
Declaration
Property Value