Key Vault Secret Store Properties Args
data class KeyVaultSecretStorePropertiesArgs(val keyvaultName: Output<String>? = null, val managedIdentityProperties: Output<ManagedIdentityPropertiesArgs>? = null, val resourceGroup: Output<String>? = null, val secretStoreId: Output<String>? = null, val subscriptionId: Output<String>? = null, val tenantId: Output<String>? = null) : ConvertibleToJava<KeyVaultSecretStorePropertiesArgs>
Constructors
Link copied to clipboard
fun KeyVaultSecretStorePropertiesArgs(keyvaultName: Output<String>? = null, managedIdentityProperties: Output<ManagedIdentityPropertiesArgs>? = null, resourceGroup: Output<String>? = null, secretStoreId: Output<String>? = null, subscriptionId: Output<String>? = null, tenantId: Output<String>? = null)