Class DomainAuth
- Namespace
- Ant
Runner Lib. Functions
- Assembly
- AntRunnerLib.dll
Represents domain-specific authorization configurations.
- Inheritance
-
System.
Object DomainAuth
- Inherited Members
-
System.
Object. Equals(System. Object) System.Object. Equals(System. Object, System. Object) System.Object. Get Hash Code() System.Object. Get Type() System.Object. Memberwise Clone() System.Object. Reference Equals(System. Object, System. Object) System.Object. To String()
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 , ActionAuth >Config