Add-VSIAMUserLoginProfile

Add-VSIAMUserLoginProfile

SYNOPSIS

Adds an AWS::IAM::User.LoginProfile resource property to the template. Contains the user name and password create date for a user.

SYNTAX

Add-VSIAMUserLoginProfile [-Password] <Object> [[-PasswordResetRequired] <Object>] [<CommonParameters>]

DESCRIPTION

Adds an AWS::IAM::User.LoginProfile resource property to the template. Contains the user name and password create date for a user.

PARAMETERS

-Password

The user’s password.

Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-password PrimitiveType: String UpdateType: Mutable

Type: Object
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-PasswordResetRequired

Specifies whether the user is required to set a new password on next sign-in.

Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html#cfn-iam-user-loginprofile-passwordresetrequired PrimitiveType: Boolean UpdateType: Mutable

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

Vaporshell.Resource.IAM.User.LoginProfile

NOTES

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html