Show / Hide Table of Contents

Class UserLoginProfileArgs

Inheritance
System.Object
InputArgs
ResourceArgs
UserLoginProfileArgs
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.Aws.Iam
Assembly: Pulumi.Aws.dll
Syntax
public sealed class UserLoginProfileArgs : ResourceArgs

Constructors

View Source

UserLoginProfileArgs()

Declaration
public UserLoginProfileArgs()

Properties

View Source

PasswordLength

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

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

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

User

The IAM user's name.

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