ScaleRuleAuthResponse

data class ScaleRuleAuthResponse(val secretRef: String? = null, val triggerParameter: String? = null)

Auth Secrets for Scale Rule

Constructors

Link copied to clipboard
constructor(secretRef: String? = null, triggerParameter: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val secretRef: String? = null

Name of the secret from which to pull the auth params.

Link copied to clipboard

Trigger Parameter that uses the secret