Show / Hide Table of Contents

Class RouteAuthorizationPolicy

If authentication has been performed, validate whether the request scope (if any) applies to this route. If no RouteAuthorizationPolicy is defined for a route, a policy with a type of AUTHENTICATION_ONLY is applied.

Inheritance
object
RouteAuthorizationPolicy
AnonymousRouteAuthorizationPolicy
AnyOfRouteAuthorizationPolicy
AuthenticationOnlyRouteAuthorizationPolicy
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
[JsonConverter(typeof(RouteAuthorizationPolicyModelConverter))]
public class RouteAuthorizationPolicy
In this article
Back to top