Class BootstrapArgs
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
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class BootstrapArgs : ResourceArgs
Constructors
View SourceBootstrapArgs()
Declaration
public BootstrapArgs()
Properties
View SourceCurrentPassword
Current password for Admin user. Just needed for recover if admin password has been changed from other resources and token is expired (string)
Declaration
public Input<string> CurrentPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Password
Password for Admin user or random generated if empty (string)
Declaration
public Input<string> Password { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Telemetry
Send telemetry anonymous data. Default: false (bool)
Declaration
public Input<bool> Telemetry { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
TokenTtl
TTL in seconds for generated admin token. Default: 0 (int)
Declaration
public Input<int> TokenTtl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
TokenUpdate
Regenerate admin token. Default: false (bool)
Declaration
public Input<bool> TokenUpdate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |