Enforcing security requirements on an operation
To enforce security requirements on an API operation, you apply previously created security schemes that specify various aspects of API security configuration.
About this task
You can complete this task either by using the API Designer UI application, or by using the browser-based API Manager UI.
For details on how to create and configure security schemes, see Defining security schemes.
A security requirement specifies one or more security scheme definitions whose conditions must all be satisfied for the API operation to be called successfully. You can define multiple security requirements; in this case, an application can call your API operation if it satisfies any of the security requirements you have defined.
Any security requirements that you define for an operation completely override any security requirements defined on the parent API. If you do not define any security requirements for an operation, or you delete all security requirements from an operation, the operation inherits the security requirements defined on the parent API. For more information, see Enforcing security requirements on an API.
At any time, you can switch directly to the underlying OpenAPI YAML source by clicking the Source icon . To return to the design form, click the Form icon .