Service Delegation
data class ServiceDelegation(val subscriptionsEnabled: Boolean? = null, val url: String? = null, val userRegistrationEnabled: Boolean? = null, val validationKey: String? = null)
Properties
Link copied to clipboard
Should subscription requests be delegated to an external url? Defaults to false
.
Link copied to clipboard
Should user registration requests be delegated to an external url? Defaults to false
.
Link copied to clipboard
A base64-encoded validation key to validate, that a request is coming from Azure API Management.