public sealed class CreateSourceRequest : IMessage<CreateSourceRequest>, IEquatable<CreateSourceRequest>, IDeepCloneable<CreateSourceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 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 documentation details the `CreateSourceRequest` class within the Security Command Center v2 API, used for creating a new source."],["`CreateSourceRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling diverse functionalities."],["The class features properties like `Parent` (a string representing the parent organization resource) and `Source` (the source being created, only `display_name` and `description` are relevant)."],["There are two constructors available: a default one and one that takes another `CreateSourceRequest` object as a parameter for cloning."],["The class belongs to the `Google.Cloud.SecurityCenter.V2` namespace and is part of the `Google.Cloud.SecurityCenter.V2.dll` assembly."]]],[]]