public sealed class CreateBackendAuthenticationConfigRequest : IMessage<CreateBackendAuthenticationConfigRequest>, IEquatable<CreateBackendAuthenticationConfigRequest>, IDeepCloneable<CreateBackendAuthenticationConfigRequest>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class CreateBackendAuthenticationConfigRequest.
Request used by the CreateBackendAuthenticationConfig method.
Implements
IMessageCreateBackendAuthenticationConfigRequest, IEquatableCreateBackendAuthenticationConfigRequest, IDeepCloneableCreateBackendAuthenticationConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
CreateBackendAuthenticationConfigRequest()
public CreateBackendAuthenticationConfigRequest()CreateBackendAuthenticationConfigRequest(CreateBackendAuthenticationConfigRequest)
public CreateBackendAuthenticationConfigRequest(CreateBackendAuthenticationConfigRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateBackendAuthenticationConfigRequest |
Properties
BackendAuthenticationConfig
public BackendAuthenticationConfig BackendAuthenticationConfig { get; set; }Required. BackendAuthenticationConfig resource to be created.
| Property Value | |
|---|---|
| Type | Description |
BackendAuthenticationConfig |
|
BackendAuthenticationConfigId
public string BackendAuthenticationConfigId { get; set; }Required. Short name of the BackendAuthenticationConfig resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "backend-auth-config".
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent resource of the BackendAuthenticationConfig. Must be
in the format projects/*/locations/{location}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|