Search Results for

    Show / Hide Table of Contents

    Interface ILegacyTenantPermission

    Defines the permissions a legacy principal (ILegacyPrincipal) has on the tenant

    Namespace: PnP.Core.Admin.Model.SharePoint
    Assembly: PnP.Core.Admin.dll
    Syntax
    public interface ILegacyTenantPermission

    Properties

    ProductFeature

    The feature name of the permissions (Taxonomy/ Social/ ProjectServer/ Search/ BcsConnection/ Content)

    Declaration
    string ProductFeature { get; }
    Property Value
    System.String

    ResourceId

    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
    System.String

    Right

    The granted right

    Declaration
    LegacyTenantPermissionRight Right { get; }
    Property Value
    LegacyTenantPermissionRight

    Scope

    The scope of the permission. E.g. content/tenant or projectserver/projects

    Declaration
    string Scope { get; }
    Property Value
    System.String

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer