OpenApiSecuritySchemeReference.Deprecated 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.
Specifies that a security scheme is deprecated and SHOULD be transitioned out of usage. Note: This field is supported in OpenAPI 3.2.0+. For earlier versions, it will be serialized as x-oai-deprecated extension.
public bool Deprecated { get; }
member this.Deprecated : bool
Public ReadOnly Property Deprecated As Boolean