public sealed class CreateSourceRequest : IMessage<CreateSourceRequest>, IEquatable<CreateSourceRequest>, IDeepCloneable<CreateSourceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1p1beta1 API class CreateSourceRequest.
Request message for creating a source.
Implements
IMessageCreateSourceRequest, IEquatableCreateSourceRequest, IDeepCloneableCreateSourceRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1P1Beta1Assembly
Google.Cloud.SecurityCenter.V1P1Beta1.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 |
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 |