Class CreateInstanceRequestBody
- Namespace
- OpenSettings.AspNetCore.Models.Requests
- Assembly
- OpenSettings.AspNetCore.dll
public class CreateInstanceRequestBody
- Inheritance
-
CreateInstanceRequestBody
- Inherited Members
Properties
ClientSecret
public Guid ClientSecret { get; set; }
Property Value
DataAccessType
public DataAccessType? DataAccessType { get; set; }
Property Value
DynamicId
public string DynamicId { get; set; }
Property Value
Environment
public string Environment { get; set; }
Property Value
IdentifierName
public string IdentifierName { get; set; }
Property Value
InstanceName
public string InstanceName { get; set; }
Property Value
IpAddress
public string IpAddress { get; set; }
Property Value
IsActive
public bool IsActive { get; set; }
Property Value
MachineName
public string MachineName { get; set; }
Property Value
ReloadStrategies
public List<ReloadStrategy> ReloadStrategies { get; set; }
Property Value
ServiceType
public ServiceType ServiceType { get; set; }
Property Value
Urls
public string[] Urls { get; set; }
Property Value
- string[]
Version
public string Version { get; set; }