DataSetRowLevelPermissionDataSet

data class DataSetRowLevelPermissionDataSet(val arn: String, val formatVersion: String? = null, val namespace: String? = null, val permissionPolicy: String, val status: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String, formatVersion: String? = null, namespace: String? = null, permissionPolicy: String, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the dataset that contains permissions for RLS.

Link copied to clipboard
val formatVersion: String? = null

User or group rules associated with the dataset that contains permissions for RLS.

Link copied to clipboard
val namespace: String? = null

Namespace associated with the dataset that contains permissions for RLS.

Link copied to clipboard

Type of permissions to use when interpreting the permissions for RLS. Valid values are GRANT_ACCESS and DENY_ACCESS.

Link copied to clipboard
val status: String? = null

Status of the row-level security permission dataset. If enabled, the status is ENABLED. If disabled, the status is DISABLED.