Class SecurityOptions
Specifies cluster security options.
Namespace: Neon.Kube.ClusterDef
Assembly: Neon.Kube.dll
Syntax
public class SecurityOptions
Properties
PasswordLength
cluster hosts are configured with a random root account password. This defaults to 20 characters. The minumum length is 8.
Declaration
[JsonProperty(PropertyName = "PasswordLength", Required = Required.Default)]
[YamlMember(Alias = "passwordLength", ApplyNamingConventions = false)]
public int PasswordLength { get; set; }
Property Value
Type | Description |
---|---|
int |