public sealed class ListBackendAuthenticationConfigsRequest : IMessage<ListBackendAuthenticationConfigsRequest>, IEquatable<ListBackendAuthenticationConfigsRequest>, IDeepCloneable<ListBackendAuthenticationConfigsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Network Security v1 API class ListBackendAuthenticationConfigsRequest.
Request used by the ListBackendAuthenticationConfigs method.
Implements
IMessageListBackendAuthenticationConfigsRequest, IEquatableListBackendAuthenticationConfigsRequest, IDeepCloneableListBackendAuthenticationConfigsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
ListBackendAuthenticationConfigsRequest()
public ListBackendAuthenticationConfigsRequest()ListBackendAuthenticationConfigsRequest(ListBackendAuthenticationConfigsRequest)
public ListBackendAuthenticationConfigsRequest(ListBackendAuthenticationConfigsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListBackendAuthenticationConfigsRequest |
Properties
PageSize
public int PageSize { get; set; }Maximum number of BackendAuthenticationConfigs to return per call.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }The value returned by the last ListBackendAuthenticationConfigsResponse
Indicates that this is a continuation of a prior
ListBackendAuthenticationConfigs call, and that the system
should return the next page of data.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The project and location from which the
BackendAuthenticationConfigs should be listed, specified 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 |
|