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.OpenStack.Identity
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class GetUserArgs : InvokeArgs
Constructors
View SourceGetUserArgs()
Declaration
public GetUserArgs()
Properties
View SourceDomainId
The domain this user belongs to.
Declaration
public string DomainId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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> |
IdpId
The identity provider ID of the user.
Declaration
public string IdpId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the user.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |
ProtocolId
The protocol ID of the user.
Declaration
public string ProtocolId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Region
The region the user is located in.
Declaration
public string Region { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UniqueId
The unique ID of the user.
Declaration
public string UniqueId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |