AuthenticationServerPolicy

class oci.apigateway.models.AuthenticationServerPolicy(**kwargs)

Bases: object

Policy for the details regarding each authentication server under dynamic authentication. We specify the value of selectors for which this authentication server must be selected for a request under keys. We specify the configuration details of authentication server under authenticationServerDetail.

Methods

__init__(**kwargs) Initializes a new AuthenticationServerPolicy object with values from keyword arguments.

Attributes

authentication_server_detail [Required] Gets the authentication_server_detail of this AuthenticationServerPolicy.
key [Required] Gets the key of this AuthenticationServerPolicy.
__init__(**kwargs)

Initializes a new AuthenticationServerPolicy object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
authentication_server_detail

[Required] Gets the authentication_server_detail of this AuthenticationServerPolicy.

Returns:The authentication_server_detail of this AuthenticationServerPolicy.
Return type:oci.apigateway.models.AuthenticationPolicy
key

[Required] Gets the key of this AuthenticationServerPolicy.

Returns:The key of this AuthenticationServerPolicy.
Return type:oci.apigateway.models.DynamicSelectionKey