Show / Hide Table of Contents

Class UserState

Inheritance
System.Object
InputArgs
ResourceArgs
UserState
Inherited Members
ResourceArgs.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 UserState : ResourceArgs

Constructors

View Source

UserState()

Declaration
public UserState()

Properties

View Source

DefaultProjectId

The default project this user belongs to.

Declaration
public Input<string> DefaultProjectId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

A description of the user.

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

DomainId

The domain this user belongs to.

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

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

Extra

Free-form key/value pairs of extra information.

Declaration
public InputMap<object> Extra { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

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

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

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

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

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<UserMultiFactorAuthRuleGetArgs> MultiFactorAuthRules { get; set; }
Property Value
Type Description
InputList<UserMultiFactorAuthRuleGetArgs>
View Source

Name

The name of the user.

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

Password

The password for the user.

Declaration
public Input<string> Password { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.