Class BootstrapState
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 BootstrapState : ResourceArgs
Constructors
View SourceBootstrapState()
Declaration
public BootstrapState()
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> |
TempToken
(Computed) Generated API temporary token as helper. Should be empty (string)
Declaration
public Input<string> TempToken { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TempTokenId
(Computed) Generated API temporary token id as helper. Should be empty (string)
Declaration
public Input<string> TempTokenId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Token
(Computed) Generated API token for Admin User (string)
Declaration
public Input<string> Token { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TokenId
(Computed) Generated API token id for Admin User (string)
Declaration
public Input<string> TokenId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Url
(Computed) URL set as server-url (string)
Declaration
public Input<string> Url { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
User
(Computed) Admin username (string)
Declaration
public Input<string> User { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |