共用方式為


ResourceAccess Class

Definition

Specifies an OAuth 2.0 permission scope or an app role that an application requires. The resourceAccess property of the RequiredResourceAccess type is a collection of ResourceAccess.

public class ResourceAccess
type ResourceAccess = class
Public Class ResourceAccess
Inheritance
ResourceAccess

Constructors

ResourceAccess()

Initializes a new instance of the ResourceAccess class.

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

Initializes a new instance of the ResourceAccess class.

Properties

AdditionalProperties

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

Id

Gets or sets the unique identifier for one of the OAuth2Permission or AppRole instances that the resource application exposes.

Type

Gets or sets specifies whether the id property references an OAuth2Permission or an AppRole. Possible values are "scope" or "role".

Methods

Validate()

Validate the object.

Applies to