public sealed class CreateSecuritySettingsRequest : IMessage<CreateSecuritySettingsRequest>, IEquatable<CreateSecuritySettingsRequest>, IDeepCloneable<CreateSecuritySettingsRequest>, IBufferMessage, IMessage
The request message for [SecuritySettings.CreateSecuritySettings][].
Required. The location to create an [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings] for.
Format: projects/<Project ID>/locations/<Location ID>.
Property Value
Type
Description
System.String
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
Google.Api.Gax.ResourceNames.LocationName-typed view over the Parent resource name property.
Property Value
Type
Description
Google.Api.Gax.ResourceNames.LocationName
SecuritySettings
public SecuritySettings SecuritySettings { get; set; }
[[["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 page details the `CreateSecuritySettingsRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET, which is used to create security settings in Dialogflow CX."],["The latest version available for `CreateSecuritySettingsRequest` is 2.23.0, but there is a list of previous versions ranging from 2.22.0 to 1.0.0 that are also available on the webpage."],["The `CreateSecuritySettingsRequest` class inherits from `System.Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties for the `CreateSecuritySettingsRequest` include `Parent`, which specifies the location to create security settings, `ParentAsLocationName`, which provides a typed view of the parent location, and `SecuritySettings`, which contains the security settings to be created."],["The `CreateSecuritySettingsRequest` has two constructors, one default and one for copying an existing `CreateSecuritySettingsRequest` instance."]]],[]]