GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope (google_api_dataplex v0.21.0)
View SourceScope of the export job.
Attributes
-
aspectTypes
(type:list(String.t)
, default:nil
) - The aspect types that are in scope for the export job. Optional. If specified, only aspects of the specified types will be affected by the job. Must follow the format: "projects//locations//aspectTypes/" -
entryGroups
(type:list(String.t)
, default:nil
) - The entry groups that are in scope for the export job. Optional. If specified, only entries in the specified entry groups will be exported by the job. Must be in the VPC-SC perimeter of the job. The location of the entry groups must be the same as the job. Either projects or entry_groups can be specified when organization_level_export is set to false. Must follow the format: "projects//locations//entryGroups/" -
entryTypes
(type:list(String.t)
, default:nil
) - If specified, only entries of the specified types will be affected by the job. Must follow the format: "projects//locations//entryTypes/" -
organizationLevel
(type:boolean()
, default:nil
) - Indicating if it is an organization level export job. - When set to true, exports all entries from entry groups and projects sharing the same organization id of the Metadata Job. Only projects and entry groups in the VPC-SC perimeter will be exported. The projects and entry groups are ignored. - When set to false, one of the projects or entry groups must be specified. - Default to false. -
projects
(type:list(String.t)
, default:nil
) - The projects that are in the scope of the export job. Can either be project numbers or project IDs. If specified, only the entries from the specified projects will be exported. The projects must be in the same organization and in the VPC-SC perimeter. Either projects or entry_groups can be specified when organization_level_export is set to false. Must follow the format: "projects/"
Summary
Functions
Unwrap a decoded JSON object into its complex fields.