Class CreateSourceRequest (2.2.0)

public sealed class CreateSourceRequest : IMessage<CreateSourceRequest>, IEquatable<CreateSourceRequest>, IDeepCloneable<CreateSourceRequest>, IBufferMessage, IMessage

Request message for creating a source.

Inheritance

Object > CreateSourceRequest

Implements

Google.Protobuf.IMessage<CreateSourceRequest>, IEquatable<CreateSourceRequest>, Google.Protobuf.IDeepCloneable<CreateSourceRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

CreateSourceRequest()

public CreateSourceRequest()

CreateSourceRequest(CreateSourceRequest)

public CreateSourceRequest(CreateSourceRequest other)
Parameter
NameDescription
otherCreateSourceRequest

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
TypeDescription
String

ParentAsOrganizationName

public OrganizationName ParentAsOrganizationName { get; set; }

Google.Api.Gax.ResourceNames.OrganizationName-typed view over the Parent resource name property.

Property Value
TypeDescription
Google.Api.Gax.ResourceNames.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
TypeDescription
Source