public sealed class CreateSourceRequest : IMessage<CreateSourceRequest>, IEquatable<CreateSourceRequest>, IDeepCloneable<CreateSourceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class CreateSourceRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `CreateSourceRequest` class within the Google Cloud Security Center v1 API, specifically for the .NET implementation."],["The latest version available is 3.24.0, while the current documentation is for version 3.16.0, and a large list of previous versions is also available."],["The `CreateSourceRequest` class, which is part of the `Google.Cloud.SecurityCenter.V1` namespace, is used to create a source in the security center."],["Key properties of `CreateSourceRequest` include `Parent`, which is the resource name of the parent organization, and `Source`, which contains the display name and description of the new source."],["The `CreateSourceRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."]]],[]]