Class AuthenticationServerPolicy
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.
Inherited Members
Namespace: Oci.ApigatewayService.Models
Assembly: OCI.DotNetSDK.Apigateway.dll
Syntax
public class AuthenticationServerPolicy
Properties
AuthenticationServerDetail
Declaration
[Required(ErrorMessage = "AuthenticationServerDetail is required.")]
[JsonProperty(PropertyName = "authenticationServerDetail")]
public AuthenticationPolicy AuthenticationServerDetail { get; set; }
Property Value
Type | Description |
---|---|
AuthenticationPolicy |
Remarks
Required
Key
Declaration
[Required(ErrorMessage = "Key is required.")]
[JsonProperty(PropertyName = "key")]
public DynamicSelectionKey Key { get; set; }
Property Value
Type | Description |
---|---|
DynamicSelectionKey |
Remarks
Required