Service Delegation Args
data class ServiceDelegationArgs(val subscriptionsEnabled: Output<Boolean>? = null, val url: Output<String>? = null, val userRegistrationEnabled: Output<Boolean>? = null, val validationKey: Output<String>? = null) : ConvertibleToJava<ServiceDelegationArgs>
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.