Class RestrictedExportPolicy (0.4.13)

RestrictedExportPolicy(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Restricted export policy used to configure restricted export on linked dataset.

Attributes

Name Description
enabled google.protobuf.wrappers_pb2.BoolValue
Optional. If true, enable restricted export.
restrict_direct_table_access google.protobuf.wrappers_pb2.BoolValue
Optional. If true, restrict direct table access (read api/tabledata.list) on linked table.
restrict_query_result google.protobuf.wrappers_pb2.BoolValue
Optional. If true, restrict export of query result derived from restricted linked dataset table.