Class UserArgs
Inherited Members
Namespace: Pulumi.OpenStack.Identity
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class UserArgs : ResourceArgs
Constructors
View SourceUserArgs()
Declaration
public UserArgs()
Properties
View SourceDefaultProjectId
The default project this user belongs to.
Declaration
public Input<string> DefaultProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
A description of the user.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DomainId
The domain this user belongs to.
Declaration
public Input<string> DomainId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Enabled
Whether the user is enabled or disabled. Valid
values are true and false.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Extra
Free-form key/value pairs of extra information.
Declaration
public InputMap<object> Extra { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
IgnoreChangePasswordUponFirstUse
User will not have to
change their password upon first use. Valid values are true and false.
Declaration
public Input<bool> IgnoreChangePasswordUponFirstUse { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
IgnoreLockoutFailureAttempts
User will not have a failure
lockout placed on their account. Valid values are true and false.
Declaration
public Input<bool> IgnoreLockoutFailureAttempts { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
IgnorePasswordExpiry
User's password will not expire.
Valid values are true and false.
Declaration
public Input<bool> IgnorePasswordExpiry { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
MultiFactorAuthEnabled
Whether to enable multi-factor
authentication. Valid values are true and false.
Declaration
public Input<bool> MultiFactorAuthEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
MultiFactorAuthRules
A multi-factor authentication rule. The structure is documented below. Please see the Ocata release notes for more information on how to use mulit-factor rules.
Declaration
public InputList<UserMultiFactorAuthRuleArgs> MultiFactorAuthRules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<UserMultiFactorAuthRuleArgs> |
Name
The name of the user.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Password
The password for the user.
Declaration
public Input<string> Password { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Region
The region in which to obtain the V3 Keystone client.
If omitted, the region argument of the provider is used. Changing this
creates a new User.
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |