Class GlauthUserCapability
Defines a Glauth user group.
Namespace: Neon.Kube.Glauth
Assembly: Neon.Kube.dll
Syntax
public class GlauthUserCapability
Constructors
GlauthUserCapability()
Constructor.
Declaration
public GlauthUserCapability()
Properties
Action
Group Name
Declaration
[JsonProperty(PropertyName = "Action", Required = Required.Default, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
[YamlMember(Alias = "action", ApplyNamingConventions = false)]
public string Action { get; set; }
Property Value
Type | Description |
---|---|
string |
Object
Group ID Number
Declaration
[JsonProperty(PropertyName = "Object", Required = Required.Default, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
[YamlMember(Alias = "object", ApplyNamingConventions = false)]
public string Object { get; set; }
Property Value
Type | Description |
---|---|
string |