public sealed class GetBackendAuthenticationConfigRequest : IMessage<GetBackendAuthenticationConfigRequest>, IEquatable<GetBackendAuthenticationConfigRequest>, IDeepCloneable<GetBackendAuthenticationConfigRequest>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class GetBackendAuthenticationConfigRequest.
Request used by the GetBackendAuthenticationConfig method.
Implements
IMessageGetBackendAuthenticationConfigRequest, IEquatableGetBackendAuthenticationConfigRequest, IDeepCloneableGetBackendAuthenticationConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
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 |
|