Class CreateSecuritySettingsRequest (1.0.0)

public sealed class CreateSecuritySettingsRequest : IMessage<CreateSecuritySettingsRequest>, IEquatable<CreateSecuritySettingsRequest>, IDeepCloneable<CreateSecuritySettingsRequest>, IBufferMessage, IMessage

The request message for [SecuritySettings.CreateSecuritySettings][].

Inheritance

System.Object > CreateSecuritySettingsRequest

Implements

Google.Protobuf.IMessage<CreateSecuritySettingsRequest>, System.IEquatable<CreateSecuritySettingsRequest>, Google.Protobuf.IDeepCloneable<CreateSecuritySettingsRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

CreateSecuritySettingsRequest()

public CreateSecuritySettingsRequest()

CreateSecuritySettingsRequest(CreateSecuritySettingsRequest)

public CreateSecuritySettingsRequest(CreateSecuritySettingsRequest other)
Parameter
NameDescription
otherCreateSecuritySettingsRequest

Properties

Parent

public string Parent { get; set; }

Required. The location to create an [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings] for. Format: projects/&lt;Project ID>/locations/&lt;Location ID>.

Property Value
TypeDescription
System.String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

Google.Api.Gax.ResourceNames.LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
Google.Api.Gax.ResourceNames.LocationName

SecuritySettings

public SecuritySettings SecuritySettings { get; set; }

Required. The security settings to create.

Property Value
TypeDescription
SecuritySettings