你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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