TargetResourceConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
TargetResourceConfig contains either the name of the target_resource or contains the config to create a new 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 |
existing_target_resource |
str
Optional. CRM node in format organizations/{organization}, folders/{folder}, projects/{project} or projects/{project}/locations/{location}/applications/{application}. This field is a member of oneof _ resource_config .
|
target_resource_creation_config |
google.cloud.cloudsecuritycompliance_v1.types.TargetResourceCreationConfig
Optional. Config to create a new resource and use that as the target_resource for deployment This field is a member of oneof _ resource_config .
|