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.OpenStack.Identity
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class GetUserArgs : InvokeArgs

Constructors

View Source

GetUserArgs()

Declaration
public GetUserArgs()

Properties

View Source

DomainId

The domain this user belongs to.

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

Enabled

Whether the user is enabled or disabled. Valid values are true and false.

Declaration
public bool? Enabled { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

IdpId

The identity provider ID of the user.

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

Name

The name of the user.

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

PasswordExpiresAt

Query for expired passwords. See the OpenStack API docs for more information on the query format.

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

ProtocolId

The protocol ID of the user.

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

Region

The region the user is located in.

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

UniqueId

The unique ID of the user.

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