Network Security v1 API - Class DeleteBackendAuthenticationConfigRequest (1.0.0-beta01)

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

Reference documentation and code samples for the Network Security v1 API class DeleteBackendAuthenticationConfigRequest.

Request used by the DeleteBackendAuthenticationConfig method.

Inheritance

object > DeleteBackendAuthenticationConfigRequest

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

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