Class DomainAuth
- Namespace
- AntRunnerLib.Functions
- Assembly
- AntRunnerLib.dll
Represents domain-specific authorization configurations.
public class DomainAuth
- Inheritance
-
System.ObjectDomainAuth
- Inherited Members
-
System.Object.Equals(System.Object)System.Object.Equals(System.Object, System.Object)System.Object.GetHashCode()System.Object.GetType()System.Object.MemberwiseClone()System.Object.ReferenceEquals(System.Object, System.Object)System.Object.ToString()
Properties
HostAuthorizationConfigurations
Gets or sets the dictionary mapping host names to their corresponding authorization configurations.
[JsonPropertyName("hosts")]
public Dictionary<string, ActionAuthConfig> HostAuthorizationConfigurations { get; set; }
Property Value
- Dictionary<System.String, ActionAuthConfig>