Class CreateSourceRequest (1.10.0)

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

Request message for creating a source.

Attributes

NameDescription
parent str
Required. Resource name of the new source's parent. Its format should be "organizations/[organization_id]".
source google.cloud.securitycenter_v1p1beta1.types.Source
Required. The Source being created, only the display_name and description will be used. All other fields will be ignored.