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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]