Class UserLoginProfileArgs
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.Aws.Iam
Assembly: Pulumi.Aws.dll
Syntax
public sealed class UserLoginProfileArgs : ResourceArgs
Constructors
View SourceUserLoginProfileArgs()
Declaration
public UserLoginProfileArgs()
Properties
View SourcePasswordLength
The length of the generated password on resource creation. Only applies on resource creation. Drift detection is not possible with this argument.
Declaration
public Input<int> PasswordLength { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
PasswordResetRequired
Whether the user should be forced to reset the generated password on resource creation. Only applies on resource creation. Drift detection is not possible with this argument.
Declaration
public Input<bool> PasswordResetRequired { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
PgpKey
Either a base-64 encoded PGP public key, or a keybase username in the form keybase:username. Only applies on resource creation. Drift detection is not possible with this argument.
Declaration
public Input<string> PgpKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
User
The IAM user's name.
Declaration
public Input<string> User { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |