Show / Hide Table of Contents

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 Source

Annotations

(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>
View Source

Enabled

(Computed) The user is enabled (bool)

Declaration
public readonly bool Enabled
Field Value
Type Description
System.Boolean
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

IsExternal

Declaration
public readonly bool? IsExternal
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

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>
View Source

Name

(Computed) The user common name (string)

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

PrincipalIds

(Computed) The user principal IDs (list)

Declaration
public readonly ImmutableArray<string> PrincipalIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Username

Declaration
public readonly string Username
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.