GetApiResult

data class GetApiResult(val apiManagementName: String, val description: String, val displayName: String, val id: String, val isCurrent: Boolean, val isOnline: Boolean, val name: String, val path: String, val protocols: List<String>, val resourceGroupName: String, val revision: String, val serviceUrl: String, val soapPassThrough: Boolean, val subscriptionKeyParameterNames: List<GetApiSubscriptionKeyParameterName>, val subscriptionRequired: Boolean, val version: String, val versionSetId: String)

A collection of values returned by getApi.

Constructors

Link copied to clipboard
constructor(apiManagementName: String, description: String, displayName: String, id: String, isCurrent: Boolean, isOnline: Boolean, name: String, path: String, protocols: List<String>, resourceGroupName: String, revision: String, serviceUrl: String, soapPassThrough: Boolean, subscriptionKeyParameterNames: List<GetApiSubscriptionKeyParameterName>, subscriptionRequired: Boolean, version: String, versionSetId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

A description of the API Management API, which may include HTML formatting tags.

Link copied to clipboard

The display name of the API.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Is this the current API Revision?

Link copied to clipboard

Is this API Revision online/accessible via the Gateway?

Link copied to clipboard
Link copied to clipboard

The Path for this API Management API.

Link copied to clipboard

A list of protocols the operations in this API can be invoked.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Absolute URL of the backend service implementing this API.

Link copied to clipboard

Should this API expose a SOAP frontend, rather than a HTTP frontend?

Link copied to clipboard

A subscription_key_parameter_names block as documented below.

Link copied to clipboard

Should this API require a subscription key?

Link copied to clipboard

The Version number of this API, if this API is versioned.

Link copied to clipboard

The ID of the Version Set which this API is associated with.