ListEndpointIngressGatewayCredentialsResult

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

Constructors

constructor(accessKey: String, expiresOn: Double? = null, hostname: String, hybridConnectionName: String, namespaceName: String, namespaceNameSuffix: String, serverId: String, serviceConfigurationToken: String? = null, tenantId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Access key for hybrid connection.

Link copied to clipboard
val expiresOn: Double? = null

The expiration of access key in unix time.

Link copied to clipboard

The ingress hostname.

Link copied to clipboard

Azure Relay hybrid connection name for the resource.

Link copied to clipboard

The namespace name.

Link copied to clipboard

The suffix domain name of relay namespace.

Link copied to clipboard

The arc ingress gateway server app id.

Link copied to clipboard

The token to access the enabled service.

Link copied to clipboard

The target resource home tenant id.