Key Vault Secret Store Properties Response
data class KeyVaultSecretStorePropertiesResponse(val inputType: String, val keyvaultName: String? = null, val managedIdentityProperties: ManagedIdentityPropertiesResponse? = null, val resourceGroup: String? = null, val secretStoreId: String? = null, val subscriptionId: String? = null, val tenantId: String? = null)
Constructors
Link copied to clipboard
fun KeyVaultSecretStorePropertiesResponse(inputType: String, keyvaultName: String? = null, managedIdentityProperties: ManagedIdentityPropertiesResponse? = null, resourceGroup: String? = null, secretStoreId: String? = null, subscriptionId: String? = null, tenantId: String? = null)