ContextRuleResponse

data class ContextRuleResponse(val allowedRequestExtensions: List<String>, val allowedResponseExtensions: List<String>, val provided: List<String>, val requested: List<String>, val selector: String)

A context rule provides information about the context for an individual API element.

Constructors

Link copied to clipboard
fun ContextRuleResponse(allowedRequestExtensions: List<String>, allowedResponseExtensions: List<String>, provided: List<String>, requested: List<String>, selector: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of full type names or extension IDs of extensions allowed in grpc side channel from client to backend.

Link copied to clipboard

A list of full type names or extension IDs of extensions allowed in grpc side channel from backend to client.

Link copied to clipboard

A list of full type names of provided contexts.

Link copied to clipboard

A list of full type names of requested contexts.

Link copied to clipboard

Selects the methods to which this rule applies. Refer to selector for syntax details.