AccessControlResponse

data class AccessControlResponse(val defaultAction: String? = null, val ipAllowList: List<String>? = null)

Constructors

Link copied to clipboard
constructor(defaultAction: String? = null, ipAllowList: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val defaultAction: String? = null

The behavior for IP access control in Key Delivery.

Link copied to clipboard
val ipAllowList: List<String>? = null

The IP allow list for access control in Key Delivery. If the default action is set to 'Allow', the IP allow list must be empty.