Add project files.
This commit is contained in:
11
ManagementApp/AServices/Microsoft365/Microsoft365Options.cs
Normal file
11
ManagementApp/AServices/Microsoft365/Microsoft365Options.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace ManagementApp.AServices.Microsoft365
|
||||
{
|
||||
public class Microsoft365Options
|
||||
{
|
||||
public string TenantID { set; get; } = "";
|
||||
public string ClientID { set; get; } = "";
|
||||
|
||||
public string SecretValue { set; get; } = "";
|
||||
public string SecretID { set; get; } = "";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user