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. NOTE: The Managed Hardware Security Module must be in the same subscription as the provider. If the Managed Hardware Security Module is in another subscription, you must create an aliased provider for that subscription.

Link copied to clipboard

Specifies the name of the Managed Hardware Security Module Key.

Functions

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