ServiceAccountKeyDeliveryAccessControl

data class ServiceAccountKeyDeliveryAccessControl(val defaultAction: String? = null, val ipAllowLists: List<String>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val defaultAction: String? = null

The Default Action to use when no rules match from ip_allow_list. Possible values are Allow and Deny.

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

One or more IP Addresses, or CIDR Blocks which should be able to access the Key Delivery.