ExpressRouteLinkMacSecConfigArgs

data class ExpressRouteLinkMacSecConfigArgs(val cakSecretIdentifier: Output<String>? = null, val cipher: Output<Either<String, ExpressRouteLinkMacSecCipher>>? = null, val cknSecretIdentifier: Output<String>? = null, val sciState: Output<Either<String, ExpressRouteLinkMacSecSciState>>? = null) : ConvertibleToJava<ExpressRouteLinkMacSecConfigArgs>

ExpressRouteLink Mac Security Configuration.

Constructors

Link copied to clipboard
constructor(cakSecretIdentifier: Output<String>? = null, cipher: Output<Either<String, ExpressRouteLinkMacSecCipher>>? = null, cknSecretIdentifier: Output<String>? = null, sciState: Output<Either<String, ExpressRouteLinkMacSecSciState>>? = null)

Properties

Link copied to clipboard
val cakSecretIdentifier: Output<String>? = null

Keyvault Secret Identifier URL containing Mac security CAK key.

Link copied to clipboard
val cipher: Output<Either<String, ExpressRouteLinkMacSecCipher>>? = null

Mac security cipher.

Link copied to clipboard
val cknSecretIdentifier: Output<String>? = null

Keyvault Secret Identifier URL containing Mac security CKN key.

Link copied to clipboard
val sciState: Output<Either<String, ExpressRouteLinkMacSecSciState>>? = null

Sci mode enabled/disabled.

Functions

Link copied to clipboard
open override fun toJava(): ExpressRouteLinkMacSecConfigArgs