DatasetAccessAuthorizedDatasetArgs

data class DatasetAccessAuthorizedDatasetArgs(val dataset: Output<DatasetAccessAuthorizedDatasetDatasetArgs>, val targetTypes: Output<List<String>>) : ConvertibleToJava<DatasetAccessAuthorizedDatasetArgs>

Constructors

Link copied to clipboard
constructor(dataset: Output<DatasetAccessAuthorizedDatasetDatasetArgs>, targetTypes: Output<List<String>>)

Properties

Link copied to clipboard

The dataset this entry applies to Structure is documented below.

Link copied to clipboard
val targetTypes: Output<List<String>>

Which resources in the dataset this entry applies to. Currently, only views are supported, but additional target types may be added in the future. Possible values: VIEWS

Functions

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