public sealed class CreateScanConfigRequest : IMessage<CreateScanConfigRequest>, IEquatable<CreateScanConfigRequest>, IDeepCloneable<CreateScanConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Web Security Scanner v1 API class CreateScanConfigRequest.
[[["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."],[[["This document provides reference documentation for the `CreateScanConfigRequest` class within the Google Cloud Web Security Scanner v1 API."],["`CreateScanConfigRequest` is used to request the creation of a new scan configuration and has two constructors, one default and one that takes another `CreateScanConfigRequest` object as a parameter."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting methods from the base `object` class."],["The `CreateScanConfigRequest` class contains properties `Parent`, which is a required string specifying the project resource, and `ScanConfig`, which is a required `ScanConfig` object."],["This page displays previous versions of the `CreateScanConfigRequest` class, ranging from version 1.0.0 all the way up to the latest 2.5.0 version."]]],[]]