RestApiSecurityRequirement.Item[RestApiSecurityScheme] 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.
Gets or sets the security scheme scopes associated with the specified security scheme.
public System.Collections.Generic.IList<string> this[Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme key] { get; set; }
member this.Item(Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme) : System.Collections.Generic.IList<string> with get, set
Default Public Property Item(key As RestApiSecurityScheme) As IList(Of String)
Parameters
The security scheme to get or set the scopes for.