allowedDataAccessLabels

@JvmName(name = "kktsuninexjqljue")
suspend fun allowedDataAccessLabels(value: Output<List<DataAccessScopeAllowedDataAccessLabelArgs>>)
@JvmName(name = "sfpslyaviecydeca")
suspend fun allowedDataAccessLabels(value: List<DataAccessScopeAllowedDataAccessLabelArgs>?)

Parameters

value

The allowed labels for the scope. There has to be at least one label allowed for the scope to be valid. The logical operator for evaluation of the allowed labels is OR. Either allow_all or allowed_data_access_labels needs to be provided. E.g.: A customer with scope with allowed labels A and B will be able to see data with labeled with A or B or (A and B). Structure is documented below.


@JvmName(name = "hiskviopxfywmcom")
suspend fun allowedDataAccessLabels(vararg values: Output<DataAccessScopeAllowedDataAccessLabelArgs>)


@JvmName(name = "qalldjsugujgsxqp")
suspend fun allowedDataAccessLabels(values: List<Output<DataAccessScopeAllowedDataAccessLabelArgs>>)
@JvmName(name = "olxehdyxdyhtdgdb")
suspend fun allowedDataAccessLabels(vararg values: DataAccessScopeAllowedDataAccessLabelArgs)

Parameters

values

The allowed labels for the scope. There has to be at least one label allowed for the scope to be valid. The logical operator for evaluation of the allowed labels is OR. Either allow_all or allowed_data_access_labels needs to be provided. E.g.: A customer with scope with allowed labels A and B will be able to see data with labeled with A or B or (A and B). Structure is documented below.


@JvmName(name = "xwwwbpmhxsoxlosd")
suspend fun allowedDataAccessLabels(argument: List<suspend DataAccessScopeAllowedDataAccessLabelArgsBuilder.() -> Unit>)
@JvmName(name = "arudrohppoeovwdj")
suspend fun allowedDataAccessLabels(vararg argument: suspend DataAccessScopeAllowedDataAccessLabelArgsBuilder.() -> Unit)
@JvmName(name = "ofhbwtspbimqhchp")
suspend fun allowedDataAccessLabels(argument: suspend DataAccessScopeAllowedDataAccessLabelArgsBuilder.() -> Unit)

Parameters

argument

The allowed labels for the scope. There has to be at least one label allowed for the scope to be valid. The logical operator for evaluation of the allowed labels is OR. Either allow_all or allowed_data_access_labels needs to be provided. E.g.: A customer with scope with allowed labels A and B will be able to see data with labeled with A or B or (A and B). Structure is documented below.