OpenApiDocument.SecurityRequirements 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.
A declaration of which security mechanisms can be used across the API.
public System.Collections.Generic.IList<Microsoft.OpenApi.Models.OpenApiSecurityRequirement> SecurityRequirements { get; set; }
member this.SecurityRequirements : System.Collections.Generic.IList<Microsoft.OpenApi.Models.OpenApiSecurityRequirement> with get, set
Public Property SecurityRequirements As IList(Of OpenApiSecurityRequirement)