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.Rancher2
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class GetUserResult
Fields
View SourceAnnotations
(Computed) Annotations of the resource (map)
Declaration
public readonly ImmutableDictionary<string, object> Annotations
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
Enabled
(Computed) The user is enabled (bool)
Declaration
public readonly bool Enabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
IsExternal
Declaration
public readonly bool? IsExternal
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Labels
(Computed) Labels of the resource (map)
Declaration
public readonly ImmutableDictionary<string, object> Labels
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
Name
(Computed) The user common name (string)
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
PrincipalIds
(Computed) The user principal IDs (list)
Declaration
public readonly ImmutableArray<string> PrincipalIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Username
Declaration
public readonly string Username
Field Value
| Type | Description |
|---|---|
| System.String |