ListEndpointCredentialsResult

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.

Constructors

Link copied to clipboard
constructor(accessKey: String, expiresOn: Double? = null, hybridConnectionName: String, namespaceName: String, namespaceNameSuffix: String, serviceConfigurationToken: String? = null)

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

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 token to access the enabled service.