Class ClusterRkeConfigAuthenticationGetArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Rancher2.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterRkeConfigAuthenticationGetArgs : ResourceArgs
Constructors
View SourceClusterRkeConfigAuthenticationGetArgs()
Declaration
public ClusterRkeConfigAuthenticationGetArgs()
Properties
View SourceSans
RKE sans for authentication ([]string)
Declaration
public InputList<string> Sans { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Strategy
RKE strategy for authentication (string)
Declaration
public Input<string> Strategy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |