Package-level declarations

Types

Link copied to clipboard
data class AwsCloudProfileResponse(val accountId: String, val excludedAccounts: List<String>? = null, val isOrganizationalAccount: Boolean? = null)

cloud profile for AWS.

Link copied to clipboard
data class EndpointPropertiesResponse(val provisioningState: String, val resourceId: String? = null, val type: String)

Endpoint details

Link copied to clipboard
data class GetEndpointResult(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val id: String, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null, val name: String, val properties: EndpointPropertiesResponse, val systemData: SystemDataResponse, val type: String)

The endpoint for the target resource.

Link copied to clipboard
data class GetPublicCloudConnectorResult(val awsCloudProfile: AwsCloudProfileResponse, val connectorPrimaryIdentifier: String, val hostType: String, val id: String, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Public Cloud Connector

Link copied to clipboard
data class GetServiceConfigurationResult(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val id: String, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null, val name: String, val port: Double? = null, val provisioningState: String, val resourceId: String? = null, val serviceName: String, val systemData: SystemDataResponse, val type: String)

The service configuration details associated with the target resource.

Link copied to clipboard
data class GetSolutionConfigurationResult(val id: String, val lastSyncTime: String, val name: String, val provisioningState: String, val solutionSettings: Map<String, String>? = null, val solutionType: String, val status: String, val statusDetails: String, val systemData: SystemDataResponse, val type: String)

Solution Configuration

Link copied to clipboard
data class ListEndpointCredentialsResult(val accessKey: String, val expiresOn: Double? = null, val hybridConnectionName: String, val namespaceName: String, val namespaceNameSuffix: String, val serviceConfigurationToken: String? = null)

The endpoint access for the target resource.

data class ListEndpointIngressGatewayCredentialsResult(val accessKey: String, val expiresOn: Double? = null, val hostname: String, val hybridConnectionName: String, val namespaceName: String, val namespaceNameSuffix: String, val serverId: String, val serviceConfigurationToken: String? = null, val tenantId: String)

The ingress gateway access credentials

Link copied to clipboard
data class ListEndpointManagedProxyDetailsResult(val expiresOn: Double, val proxy: String)

Managed Proxy

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.