AclEntryArgs

data class AclEntryArgs(val expirationTime: Output<String>? = null, val kind: Output<String>? = null, val name: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<AclEntryArgs>

An entry for an Access Control list.

Constructors

Link copied to clipboard
fun AclEntryArgs(expirationTime: Output<String>? = null, kind: Output<String>? = null, name: Output<String>? = null, value: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val expirationTime: Output<String>? = null

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

Link copied to clipboard
val kind: Output<String>? = null

This is always sql#aclEntry.

Link copied to clipboard
val name: Output<String>? = null

Optional. A label to identify this entry.

Link copied to clipboard
val value: Output<String>? = null

The allowlisted value for the access control list.