RestApiSecurityScheme.SecuritySchemeType 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.
REQUIRED. The type of the security scheme. Valid values are "apiKey", "http", "oauth2", "openIdConnect".
public string SecuritySchemeType { get; init; }member this.SecuritySchemeType : string with get, setPublic Property SecuritySchemeType As String