toggle menu
pulumi-azure-kotlin
6.22.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.compute.kotlin.outputs
/
ExtensionProtectedSettingsFromKeyVault
Extension
Protected
Settings
From
Key
Vault
data
class
ExtensionProtectedSettingsFromKeyVault
(
val
secretUrl
:
String
,
val
sourceVaultId
:
String
)
Members
Constructors
Extension
Protected
Settings
From
Key
Vault
Link copied to clipboard
constructor
(
secretUrl
:
String
,
sourceVaultId
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
secret
Url
Link copied to clipboard
val
secretUrl
:
String
The URL to the Key Vault Secret which stores the protected settings.
source
Vault
Id
Link copied to clipboard
val
sourceVaultId
:
String
The ID of the source Key Vault.