pulumi-azure-kotlin
5.53.0.0
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
)
Types
Constructors
Properties
Constructors
Extension
Protected
Settings
From
Key
Vault
Link copied to clipboard
fun
ExtensionProtectedSettingsFromKeyVault
(
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.