Service Account Key Delivery Access Control
data class ServiceAccountKeyDeliveryAccessControl(val defaultAction: String? = null, val ipAllowLists: List<String>? = null)
Constructors
Link copied to clipboard
fun ServiceAccountKeyDeliveryAccessControl(defaultAction: String? = null, ipAllowLists: List<String>? = null)