Skip to content

LoginProfileProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ram;
new LoginProfileProperty {
    object MfaBindRequired = null,
    object Password = null,
    object PasswordResetRequired = null
};

Properties

Name Type Description
MfaBindRequired object No description.
Password object No description.
PasswordResetRequired object No description.

MfaBindRequiredOptional

public object MfaBindRequired { get; set; }
  • Type: object

PasswordOptional

public object Password { get; set; }
  • Type: object

PasswordResetRequiredOptional

public object PasswordResetRequired { get; set; }
  • Type: object