ServiceAccountKeyDeliveryAccessControlArgs

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

Constructors

constructor(defaultAction: Output<String>? = null, ipAllowLists: Output<List<String>>? = null)

Properties

Link copied to clipboard
val defaultAction: Output<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: Output<List<String>>? = null

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

Functions

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