Class GetUserResult
Inheritance
System.Object
GetUserResult
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.Linode
Assembly: Pulumi.Linode.dll
Syntax
public sealed class GetUserResult
Fields
View SourceDeclaration
public readonly string Email
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Restricted
Declaration
public readonly bool Restricted
Field Value
| Type | Description |
|---|---|
| System.Boolean |
SshKeys
Declaration
public readonly ImmutableArray<string> SshKeys
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Username
Declaration
public readonly string Username
Field Value
| Type | Description |
|---|---|
| System.String |