RosLoginProfileProps
Properties for defining a RosLoginProfile.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ram-loginprofile
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ram;
new RosLoginProfileProps {
object UserPrincipalName,
object GenerateRandomPassword = null,
object MfaBindRequired = null,
object Password = null,
object PasswordResetRequired = null,
object Status = null
};
Properties
| Name | Type | Description |
|---|---|---|
UserPrincipalName |
object |
No description. |
GenerateRandomPassword |
object |
No description. |
MfaBindRequired |
object |
No description. |
Password |
object |
No description. |
PasswordResetRequired |
object |
No description. |
Status |
object |
No description. |
UserPrincipalNameRequired
public object UserPrincipalName { get; set; }
- Type: object
GenerateRandomPasswordOptional
public object GenerateRandomPassword { get; set; }
- Type: object
MfaBindRequiredOptional
public object MfaBindRequired { get; set; }
- Type: object
PasswordOptional
public object Password { get; set; }
- Type: object
PasswordResetRequiredOptional
public object PasswordResetRequired { get; set; }
- Type: object
StatusOptional
public object Status { get; set; }
- Type: object