AclEntryResponse

data class AclEntryResponse(val expirationTime: String, val kind: String, val name: String, val value: String)

An entry for an Access Control list.

Constructors

Link copied to clipboard
fun AclEntryResponse(expirationTime: String, kind: String, name: 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

This is always sql#aclEntry.

Link copied to clipboard

Optional. A label to identify this entry.

Link copied to clipboard

The allowlisted value for the access control list.