Skip to content

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.

UserNameRequired

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

CommentsOptional

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

DeletionForceOptional

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

DisplayNameOptional

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

EmailOptional

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

GroupsOptional

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

LoginProfileOptional

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

MobilePhoneOptional

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

PoliciesOptional

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

PolicyAttachmentsOptional

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