View Source GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponse (google_api_beyond_corp v0.15.1)
Response message for BeyondCorp.ResolveAppConnections.
Attributes
-
appConnectionDetails
(type:list(GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponseAppConnectionDetails.t)
, default:nil
) - A list of BeyondCorp AppConnections with details in the project. -
nextPageToken
(type:String.t
, default:nil
) - A token to retrieve the next page of results, or empty if there are no more results in the list. -
unreachable
(type:list(String.t)
, default:nil
) - A list of locations that could not be reached.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponse{ appConnectionDetails: [ GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponseAppConnectionDetails.t() ] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }