UrlSigningActionParametersResponse

data class UrlSigningActionParametersResponse(val algorithm: String? = null, val odataType: String, val parameterNameOverride: List<UrlSigningParamIdentifierResponse>? = null)

Defines the parameters for the Url Signing action.

Constructors

Link copied to clipboard
fun UrlSigningActionParametersResponse(algorithm: String? = null, odataType: String, parameterNameOverride: List<UrlSigningParamIdentifierResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val algorithm: String? = null

Algorithm to use for URL signing

Link copied to clipboard
Link copied to clipboard

Defines which query string parameters in the url to be considered for expires, key id etc.