Enum ChallengeAction
ACME challenge action.
Namespace: Neon.Kube.Resources.CertManager
Assembly: Neon.Kube.Resources.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
[JsonConverter(typeof(JsonStringEnumMemberConverter))]
public enum ChallengeAction
Fields
Name | Description |
---|---|
CleanUp | The record will be cleaned up with the solving service. |
Present | The record will be presented with the solving service. |
Unknown |