Show / Hide Table of Contents

Class GetUserArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetUserArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetUserArgs()

Declaration
public GetUserArgs()

Properties

View Source

IsExternal

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

Name

The name of the user (string)

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

Username

The username of the user (string)

Declaration
public string Username { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.