mirror of
https://dev.azure.com/effectory/Survey%20Software/_git/Cloud%20Engineering
synced 2026-02-27 18:52:18 +01:00
9 lines
206 B
C#
9 lines
206 B
C#
namespace AzureRestApi.Models
|
|
{
|
|
public class Settings
|
|
{
|
|
public string KeyVaultName { get; set; } = string.Empty;
|
|
public string AzureTenantId { get; set; } = string.Empty;
|
|
}
|
|
}
|