OAuthProtectedResource

Summary

Scope and prefix information for OAuth protected resource.

Description

Scope and prefix information for OAuth protected resource.

Fields

Field Name Type Since Version Description
uriprefix String Oauth protected path
scopes [String] List of scopes associated with the OAuth protected path
scope String Oauth Scope
description String Scope Description

Example JSON

{
  "uriprefix" : "/api/oauth/protected",
  "scopes" : [ "resource.WRITE", " resource.READ" ],
  "scope" : "Read",
  "description" : "Read access to resource"
}