ServiceDelegation

data class ServiceDelegation(val subscriptionsEnabled: Boolean? = null, val url: String? = null, val userRegistrationEnabled: Boolean? = null, val validationKey: String? = null)

Constructors

Link copied to clipboard
constructor(subscriptionsEnabled: Boolean? = null, url: String? = null, userRegistrationEnabled: Boolean? = null, validationKey: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Should subscription requests be delegated to an external url? Defaults to false.

Link copied to clipboard
val url: String? = null

The delegation URL.

Link copied to clipboard

Should user registration requests be delegated to an external url? Defaults to false.

Link copied to clipboard
val validationKey: String? = null

A base64-encoded validation key to validate, that a request is coming from Azure API Management.