RequiredResourceAccess Class

Definition

Specifies the set of OAuth 2.0 permission scopes and app roles under the specified resource that an application requires access to. The specified OAuth 2.0 permission scopes may be requested by client applications (through the requiredResourceAccess collection) when calling a resource application. The requiredResourceAccess property of the Application entity is a collection of RequiredResourceAccess.

public class RequiredResourceAccess
type RequiredResourceAccess = class
Public Class RequiredResourceAccess
Inheritance
RequiredResourceAccess

Constructors

RequiredResourceAccess()

Initializes a new instance of the RequiredResourceAccess class.

RequiredResourceAccess(IList<ResourceAccess>, IDictionary<String,Object>, String)

Initializes a new instance of the RequiredResourceAccess class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

ResourceAccess

Gets or sets the list of OAuth2.0 permission scopes and app roles that the application requires from the specified resource.

ResourceAppId

Gets or sets 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.

Methods

Validate()

Validate the object.

Applies to