Class V1SsoCallbackUrlSpec
The SSO client specification.
Namespace: Neon.Kube.Resources.Cluster
Assembly: Neon.Kube.Resources.dll
Syntax
public class V1SsoCallbackUrlSpec
Properties
SsoClient
The name of the V1NeonSsoClient.
Declaration
[Required]
public string SsoClient { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Url
The callback URL.
Declaration
[Required]
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |