Class TargetResourceCreationConfig (0.4.0)

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

The configuration that's required to create a target resource.

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. The configuration that's required to create a folder. This field is a member of oneof_ resource_creation_config.
project_creation_config google.cloud.cloudsecuritycompliance_v1.types.ProjectCreationConfig
Optional. The configuration that's required to create a project. This field is a member of oneof_ resource_creation_config.