DataTableScopeInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)DataTableScopeInfo specifies the scope info of the data table.
Attribute |
|
|---|---|
| Name | Description |
data_access_scopes |
MutableSequence[str]
Required. Contains the list of scope names of the data table. If the list is empty, the data table is treated as unscoped. The scope names should be full resource names and should be of the format: "projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{scope_name}". |