MicrosoftGraphApplicationApiPermission Class

Definition

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.

Applies to