SPAppPermissionRequestContext members
Provides the context of the app permission request.
The SPAppPermissionRequestContext type exposes the following members.
Properties
Name | Description | |
---|---|---|
AppId | Gets the app ID. | |
AppPrincipal | Gets the app principal. | |
PermissionRequestXml | Gets the permission request XML of the app. | |
PermissionScopeString |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetTenantScopedPermissions | Gets the app's tenant scoped permission. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetTenantScopedPermissions | Sets the app's tenant scoped permission. | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
PermissionGrant | Specifies the event that is fired to grant the permission. | |
PermissionGranting | Specifies the event that is fired before the permission is granted. |
Top