Class GetUserArgs
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 GetUserArgs : InvokeArgs
Constructors
View SourceGetUserArgs()
Declaration
public GetUserArgs()
Properties
View SourceIsExternal
Set is the user if the user is external. Default: false (bool)
Declaration
public bool? IsExternal { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Name
The name of the user (string)
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Username
The username of the user (string)
Declaration
public string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |