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."],[[["The `CreateSourceRequest` class is part of the Google Cloud Security Command Center v1 API, specifically in the `Google.Cloud.SecurityCenter.V1` namespace."],["This class is used as a request message for creating a new source within the Security Command Center and implements multiple interfaces for message handling and object management."],["The latest version of the API available on this page is version 3.24.0, and it has various previous versions available for reference, including versions down to 2.2.0."],["The `CreateSourceRequest` class has properties such as `Parent`, which is the resource name of the new source's parent, and `Source`, which contains the display name and description of the source being created."],["The resource expects an organization id for the `Parent` property, and an `OrganizationName`-typed view is provided to assist with this."]]],[]]