Reference documentation and code samples for the Google Cloud Asset V1 Client class IamPolicyAnalysisOutputConfig.
Output configuration for export IAM policy analysis destination.
Generated from protobuf message google.cloud.asset.v1.IamPolicyAnalysisOutputConfig
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ gcs_destination
↳ bigquery_destination
getGcsDestination
Destination on Cloud Storage.
Generated from protobuf field .google.cloud.asset.v1.IamPolicyAnalysisOutputConfig.GcsDestination gcs_destination = 1;
hasGcsDestination
setGcsDestination
Destination on Cloud Storage.
Generated from protobuf field .google.cloud.asset.v1.IamPolicyAnalysisOutputConfig.GcsDestination gcs_destination = 1;
$this
getBigqueryDestination
Destination on BigQuery.
Generated from protobuf field .google.cloud.asset.v1.IamPolicyAnalysisOutputConfig.BigQueryDestination bigquery_destination = 2;
hasBigqueryDestination
setBigqueryDestination
Destination on BigQuery.
Generated from protobuf field .google.cloud.asset.v1.IamPolicyAnalysisOutputConfig.BigQueryDestination bigquery_destination = 2;
$this
getDestination
string