35 lines
1.4 KiB
C#
35 lines
1.4 KiB
C#
//----------------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by https://github.com/specklesystems/ProxyGenerator.
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//----------------------------------------------------------------------------------------
|
|
|
|
#nullable enable
|
|
using System;
|
|
|
|
namespace ProxyInterfaceSourceGeneratorTests.Source.PnP
|
|
{
|
|
public partial interface ISecurableObject : global::ProxyInterfaceSourceGeneratorTests.Source.PnP.IClientObject
|
|
{
|
|
global::Microsoft.SharePoint.Client.SecurableObject _Instance { get; }
|
|
|
|
[Microsoft.SharePoint.Client.RemoteAttribute]
|
|
global::ProxyInterfaceSourceGeneratorTests.Source.PnP.ISecurableObject FirstUniqueAncestorSecurableObject { get; }
|
|
|
|
[Microsoft.SharePoint.Client.RemoteAttribute]
|
|
bool HasUniqueRoleAssignments { get; }
|
|
|
|
[Microsoft.SharePoint.Client.RemoteAttribute]
|
|
global::Microsoft.SharePoint.Client.RoleAssignmentCollection RoleAssignments { get; }
|
|
|
|
[Microsoft.SharePoint.Client.RemoteAttribute]
|
|
void ResetRoleInheritance();
|
|
|
|
[Microsoft.SharePoint.Client.RemoteAttribute]
|
|
void BreakRoleInheritance(bool copyRoleAssignments, bool clearSubscopes);
|
|
}
|
|
}
|
|
#nullable restore |