ServiceDelegationArgs

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>

Constructors

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

Properties

Link copied to clipboard
val subscriptionsEnabled: Output<Boolean>? = null

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

Link copied to clipboard
val url: Output<String>? = null

The delegation URL.

Link copied to clipboard
val userRegistrationEnabled: Output<Boolean>? = null

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

Link copied to clipboard
val validationKey: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ServiceDelegationArgs