MicrosoftGraphApplicationApiPermission Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an Azure Active Directory user object.
public class MicrosoftGraphApplicationApiPermission
type MicrosoftGraphApplicationApiPermission = class
Public Class MicrosoftGraphApplicationApiPermission
- Inheritance
-
MicrosoftGraphApplicationApiPermission
Constructors
MicrosoftGraphApplicationApiPermission() |
Properties
ApiId |
The unique identifier for the resource that the application requires access to. This should be equal to the appId declared on the target resource application. |
Id |
The unique identifier for one of the oauth2PermissionScopes or appRole instances that the resource application exposes. |
Type |
Specifies whether the id property references an oauth2PermissionScopes or an appRole. Possible values are Scope or Role. |