Class TargetResourceCreationConfig (0.1.0)

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

TargetResourceCreationConfig contains the config to create a new resource and use that as the target_resource for 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 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 This field is a member of oneof_ resource_creation_config.