Class TargetResourceCreationConfig (0.2.0)

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

TargetResourceCreationConfig contains the config to create a new resource to be used as the target_resource of a deployment.

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

Name Description
folder_creation_config google.cloud.cloudsecuritycompliance_v1.types.FolderCreationConfig
Optional. Config to create a new folder to be used as the target_resource of a deployment. This field is a member of oneof_ resource_creation_config.
project_creation_config google.cloud.cloudsecuritycompliance_v1.types.ProjectCreationConfig
Optional. Config to create a new project to be used as the target_resource of a deployment. This field is a member of oneof_ resource_creation_config.