tablePrefix property
The prefix of the BigQuery tables to which the analysis results will be written.
Tables will be created based on this table_prefix if not exist: * _analysis table will contain export operation's metadata. * _analysis_result will contain all the IamPolicyAnalysisResult. When [partition_key] is specified, both tables will be partitioned based on the [partition_key].
Required.
Implementation
core.String? tablePrefix;