Show / Hide Table of Contents

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.

Inheritance
object
AuthenticationServerPolicy
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top