SqlAclEntryResponse

data class SqlAclEntryResponse(val expireTime: String, val label: String, val ttl: String, val value: String)

An entry for an Access Control list.

Constructors

Link copied to clipboard
fun SqlAclEntryResponse(expireTime: String, label: String, ttl: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time when this access control entry expires in RFC 3339 format, for example: 2012-11-15T16:19:00.094Z.

Link copied to clipboard

A label to identify this entry.

Link copied to clipboard
val ttl: String

Input only. The time-to-leave of this access control entry.

Link copied to clipboard

The allowlisted value for the access control list.