AccessApplicationPolicyIncludeExternalEvaluationArgs

data class AccessApplicationPolicyIncludeExternalEvaluationArgs(val evaluateUrl: Output<String>, val keysUrl: Output<String>) : ConvertibleToJava<AccessApplicationPolicyIncludeExternalEvaluationArgs>

Constructors

constructor(evaluateUrl: Output<String>, keysUrl: Output<String>)

Properties

Link copied to clipboard
val evaluateUrl: Output<String>

The API endpoint containing your business logic.

Link copied to clipboard
val keysUrl: Output<String>

The API endpoint containing the key that Access uses to verify that the response came from your API.

Functions

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