public sealed class DeleteBackendAuthenticationConfigRequest : IMessage<DeleteBackendAuthenticationConfigRequest>, IEquatable<DeleteBackendAuthenticationConfigRequest>, IDeepCloneable<DeleteBackendAuthenticationConfigRequest>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class DeleteBackendAuthenticationConfigRequest.
Request used by the DeleteBackendAuthenticationConfig method.
Implements
IMessageDeleteBackendAuthenticationConfigRequest, IEquatableDeleteBackendAuthenticationConfigRequest, IDeepCloneableDeleteBackendAuthenticationConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
DeleteBackendAuthenticationConfigRequest()
public DeleteBackendAuthenticationConfigRequest()DeleteBackendAuthenticationConfigRequest(DeleteBackendAuthenticationConfigRequest)
public DeleteBackendAuthenticationConfigRequest(DeleteBackendAuthenticationConfigRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteBackendAuthenticationConfigRequest |
Properties
BackendAuthenticationConfigName
public BackendAuthenticationConfigName BackendAuthenticationConfigName { get; set; }BackendAuthenticationConfigName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
BackendAuthenticationConfigName |
|
Etag
public string Etag { get; set; }Optional. Etag of the resource. If this is provided, it must match the server's etag.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Required. A name of the BackendAuthenticationConfig to delete. Must be in
the format
projects/*/locations/{location}/backendAuthenticationConfigs/*.
| Property Value | |
|---|---|
| Type | Description |
string |
|