Show / Hide Table of Contents

Class SingleSelectionSourcePolicy

The single context variable in an incoming request to match against specified selection keys when dynamically routing and dynamically authenticating requests.

Inheritance
object
SelectionSourcePolicy
SingleSelectionSourcePolicy
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 SingleSelectionSourcePolicy : SelectionSourcePolicy

Properties

Selector

Declaration
[Required(ErrorMessage = "Selector is required.")]
[JsonProperty(PropertyName = "selector")]
public string Selector { get; set; }
Property Value
Type Description
string

String describing the context variable used as selector.

Remarks

Required

In this article
Back to top