RosUserProps
Properties for defining a RosUser
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ram-user
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ram;
new RosUserProps {
object UserName,
object Comments = null,
object DeletionForce = null,
object DisplayName = null,
object Email = null,
object Groups = null,
object LoginProfile = null,
object MobilePhone = null,
object Policies = null,
object PolicyAttachments = null
};
Properties
Name | Type | Description |
---|---|---|
UserName |
object |
No description. |
Comments |
object |
No description. |
DeletionForce |
object |
No description. |
DisplayName |
object |
No description. |
Email |
object |
No description. |
Groups |
object |
No description. |
LoginProfile |
object |
No description. |
MobilePhone |
object |
No description. |
Policies |
object |
No description. |
PolicyAttachments |
object |
No description. |
UserName
Required
public object UserName { get; set; }
- Type: object
Comments
Optional
public object Comments { get; set; }
- Type: object
DeletionForce
Optional
public object DeletionForce { get; set; }
- Type: object
DisplayName
Optional
public object DisplayName { get; set; }
- Type: object
Email
Optional
public object Email { get; set; }
- Type: object
Groups
Optional
public object Groups { get; set; }
- Type: object
LoginProfile
Optional
public object LoginProfile { get; set; }
- Type: object
MobilePhone
Optional
public object MobilePhone { get; set; }
- Type: object
Policies
Optional
public object Policies { get; set; }
- Type: object
PolicyAttachments
Optional
public object PolicyAttachments { get; set; }
- Type: object