public sealed class CreateSourceRequest : IMessage<CreateSourceRequest>, IEquatable<CreateSourceRequest>, IDeepCloneable<CreateSourceRequest>, IBufferMessage, IMessage
Request message for creating a source.
Inheritance
System.Object > CreateSourceRequestImplements
IMessage<CreateSourceRequest>, IEquatable<CreateSourceRequest>, IDeepCloneable<CreateSourceRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
CreateSourceRequest()
public CreateSourceRequest()
CreateSourceRequest(CreateSourceRequest)
public CreateSourceRequest(CreateSourceRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateSourceRequest |
Properties
Parent
public string Parent { get; set; }
Required. Resource name of the new source's parent. Its format should be "organizations/[organization_id]".
Property Value | |
---|---|
Type | Description |
System.String |
ParentAsOrganizationName
public OrganizationName ParentAsOrganizationName { get; set; }
OrganizationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
OrganizationName |
Source
public Source Source { get; set; }
Required. The Source being created, only the display_name and description will be used. All other fields will be ignored.
Property Value | |
---|---|
Type | Description |
Source |