BeyondCorp v1 API - Class ResolveAppConnectionsRequest (1.0.0)

public sealed class ResolveAppConnectionsRequest : IMessage<ResolveAppConnectionsRequest>, IEquatable<ResolveAppConnectionsRequest>, IDeepCloneable<ResolveAppConnectionsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the BeyondCorp v1 API class ResolveAppConnectionsRequest.

Request message for BeyondCorp.ResolveAppConnections.

Inheritance

Object > ResolveAppConnectionsRequest

Namespace

Google.Cloud.BeyondCorp.AppConnections.V1

Assembly

Google.Cloud.BeyondCorp.AppConnections.V1.dll

Constructors

ResolveAppConnectionsRequest()

public ResolveAppConnectionsRequest()

ResolveAppConnectionsRequest(ResolveAppConnectionsRequest)

public ResolveAppConnectionsRequest(ResolveAppConnectionsRequest other)
Parameter
NameDescription
otherResolveAppConnectionsRequest

Properties

AppConnectorId

public string AppConnectorId { get; set; }

Required. BeyondCorp Connector name of the connector associated with those AppConnections using the form: projects/{project_id}/locations/{location_id}/appConnectors/{app_connector_id}

Property Value
TypeDescription
String

AppConnectorIdAsAppConnectorName

public AppConnectorName AppConnectorIdAsAppConnectorName { get; set; }

AppConnectorName-typed view over the AppConnectorId resource name property.

Property Value
TypeDescription
AppConnectorName

PageSize

public int PageSize { get; set; }

Optional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's [next_page_token][BeyondCorp.ResolveAppConnectionsResponse.next_page_token] to determine if there are more instances left to be queried.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

Optional. The next_page_token value returned from a previous ResolveAppConnectionsResponse, if any.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. The resource name of the AppConnection location using the form: projects/{project_id}/locations/{location_id}

Property Value
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName