Search Results for

    Show / Hide Table of Contents

    Interface IPermissionRequest

    A permission request on the SharePoint apps principal

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

    Properties

    Id

    The id

    Declaration
    Guid Id { get; set; }
    Property Value
    Guid

    IsDomainIsolated

    Domain Isolation

    Declaration
    bool IsDomainIsolated { get; set; }
    Property Value
    System.Boolean

    IsolatedDomainUrl

    The isolated domain url

    Declaration
    string IsolatedDomainUrl { get; set; }
    Property Value
    System.String

    MultiTenantAppId

    App id of a multi-tenant app

    Declaration
    string MultiTenantAppId { get; set; }
    Property Value
    System.String

    MultiTenantAppReplyUrl

    The reply url of the multi-tenant app

    Declaration
    string MultiTenantAppReplyUrl { get; set; }
    Property Value
    System.String

    PackageApproverName

    Name of the package approver

    Declaration
    string PackageApproverName { get; set; }
    Property Value
    System.String

    PackageName

    Name of the package

    Declaration
    string PackageName { get; set; }
    Property Value
    System.String

    PackageVersion

    Version of the package

    Declaration
    string PackageVersion { get; set; }
    Property Value
    System.String

    Resource

    The requested resource

    Declaration
    string Resource { get; set; }
    Property Value
    System.String

    ResourceId

    Id of the requested resource

    Declaration
    string ResourceId { get; set; }
    Property Value
    System.String

    Scope

    Permission scope

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

    TimeRequested

    Requested timestamp

    Declaration
    DateTime TimeRequested { get; set; }
    Property Value
    DateTime

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