DownstreamApiOptions.Scopes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Scopes required to call the downstream web API. For instance "user.read mail.read". For Microsoft identity, in the case of application tokens (token requested by the app on behalf of itself), there should be only one scope, and it should end in "./default")
public System.Collections.Generic.IEnumerable<string>? Scopes { get; set; }
member this.Scopes : seq<string> with get, set
Public Property Scopes As IEnumerable(Of String)