SharedKeyPropertiesResponse

data class SharedKeyPropertiesResponse(val provisioningState: String, val sharedKey: String? = null, val sharedKeyLength: Int? = null)

Parameters for SharedKey.

Constructors

Link copied to clipboard
constructor(provisioningState: String, sharedKey: String? = null, sharedKeyLength: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The provisioning state of the SharedKey resource.

Link copied to clipboard
val sharedKey: String? = null

The value of the shared key for the vpn link connection.

Link copied to clipboard
val sharedKeyLength: Int? = null

The length of the shared key for the vpn link connection.