GetManagedHardwareSecurityModuleKeyPlainArgs

data class GetManagedHardwareSecurityModuleKeyPlainArgs(val managedHsmId: String, val name: String) : ConvertibleToJava<GetManagedHardwareSecurityModuleKeyPlainArgs>

A collection of arguments for invoking getManagedHardwareSecurityModuleKey.

Constructors

constructor(managedHsmId: String, name: String)

Properties

Link copied to clipboard

Specifies the ID of the Managed Hardware Security Module instance where the Secret resides, available on the azure.keyvault.ManagedHardwareSecurityModuleKey Data Source / Resource.

Link copied to clipboard

Specifies the name of the Managed Hardware Security Module Key.

Functions

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