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."],[[["The `CreateSourceRequest` class is used to create a source within the Security Command Center v2 API, as indicated by its role as the request message for source creation."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for message handling."],["It has two constructors: a default constructor and another that accepts an existing `CreateSourceRequest` object for cloning."],["The class includes properties like `Parent`, which represents the resource name of the new source's parent organization, and `Source`, which contains the details of the source being created."],["The `ParentAsOrganizationName` property provides a typed view over the `Parent` resource name using the `OrganizationName` type."]]],[]]