Class IamPolicyAnalysisOutputConfig (3.9.1)

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

Output configuration for export IAM policy analysis destination.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
gcs_destination google.cloud.asset_v1.types.IamPolicyAnalysisOutputConfig.GcsDestination
Destination on Cloud Storage. This field is a member of oneof_ destination.
bigquery_destination google.cloud.asset_v1.types.IamPolicyAnalysisOutputConfig.BigQueryDestination
Destination on BigQuery. This field is a member of oneof_ destination.

Classes

BigQueryDestination

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

A BigQuery destination.

GcsDestination

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

A Cloud Storage location.