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

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

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

Request used by the GetBackendAuthenticationConfig method.

Inheritance

object > GetBackendAuthenticationConfigRequest

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

GetBackendAuthenticationConfigRequest()

public GetBackendAuthenticationConfigRequest()

GetBackendAuthenticationConfigRequest(GetBackendAuthenticationConfigRequest)

public GetBackendAuthenticationConfigRequest(GetBackendAuthenticationConfigRequest other)
Parameter
Name Description
other GetBackendAuthenticationConfigRequest

Properties

BackendAuthenticationConfigName

public BackendAuthenticationConfigName BackendAuthenticationConfigName { get; set; }

BackendAuthenticationConfigName-typed view over the Name resource name property.

Property Value
Type Description
BackendAuthenticationConfigName

Name

public string Name { get; set; }

Required. A name of the BackendAuthenticationConfig to get. Must be in the format projects/*/locations/{location}/backendAuthenticationConfigs/*.

Property Value
Type Description
string