Reference documentation and code samples for the Cloud Asset V1 API class Google::Cloud::Asset::V1::IamPolicyAnalysisOutputConfig.
Output configuration for export IAM policy analysis destination.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bigquery_destination
def bigquery_destination() -> ::Google::Cloud::Asset::V1::IamPolicyAnalysisOutputConfig::BigQueryDestination
-
(::Google::Cloud::Asset::V1::IamPolicyAnalysisOutputConfig::BigQueryDestination) — Destination on BigQuery.
Note: The following fields are mutually exclusive:
bigquery_destination
,gcs_destination
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#bigquery_destination=
def bigquery_destination=(value) -> ::Google::Cloud::Asset::V1::IamPolicyAnalysisOutputConfig::BigQueryDestination
-
value (::Google::Cloud::Asset::V1::IamPolicyAnalysisOutputConfig::BigQueryDestination) — Destination on BigQuery.
Note: The following fields are mutually exclusive:
bigquery_destination
,gcs_destination
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Asset::V1::IamPolicyAnalysisOutputConfig::BigQueryDestination) — Destination on BigQuery.
Note: The following fields are mutually exclusive:
bigquery_destination
,gcs_destination
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#gcs_destination
def gcs_destination() -> ::Google::Cloud::Asset::V1::IamPolicyAnalysisOutputConfig::GcsDestination
-
(::Google::Cloud::Asset::V1::IamPolicyAnalysisOutputConfig::GcsDestination) — Destination on Cloud Storage.
Note: The following fields are mutually exclusive:
gcs_destination
,bigquery_destination
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#gcs_destination=
def gcs_destination=(value) -> ::Google::Cloud::Asset::V1::IamPolicyAnalysisOutputConfig::GcsDestination
-
value (::Google::Cloud::Asset::V1::IamPolicyAnalysisOutputConfig::GcsDestination) — Destination on Cloud Storage.
Note: The following fields are mutually exclusive:
gcs_destination
,bigquery_destination
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Asset::V1::IamPolicyAnalysisOutputConfig::GcsDestination) — Destination on Cloud Storage.
Note: The following fields are mutually exclusive:
gcs_destination
,bigquery_destination
. If a field in that set is populated, all other fields in the set will automatically be cleared.