google_api_cloud_asset v0.3.0 GoogleApi.CloudAsset.V1.Model.OutputConfig View Source
Output configuration for export assets destination.
Attributes
bigqueryDestination(type:GoogleApi.CloudAsset.V1.Model.BigQueryDestination.t, default:nil) - Destination on BigQuery. The output table stores the fields in asset proto as columns in BigQuery. The resource/iam_policy field is converted to a record with each field to a column, except metadata to a single JSON string.gcsDestination(type:GoogleApi.CloudAsset.V1.Model.GcsDestination.t, default:nil) - Destination on Cloud Storage.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.CloudAsset.V1.Model.OutputConfig{
bigqueryDestination: GoogleApi.CloudAsset.V1.Model.BigQueryDestination.t(),
gcsDestination: GoogleApi.CloudAsset.V1.Model.GcsDestination.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.