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. |
MfaBindRequired
Optional
public object MfaBindRequired { get; set; }
- Type: object
Password
Optional
public object Password { get; set; }
- Type: object
PasswordResetRequired
Optional
public object PasswordResetRequired { get; set; }
- Type: object