Skip to content

RosUserProps

Properties for defining a RosUser.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudsso-user

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cloudsso;
new RosUserProps {
    object DirectoryId,
    object UserName,
    object Description = null,
    object DisplayName = null,
    object Email = null,
    object FirstName = null,
    object LastName = null,
    object Status = null
};

Properties

Name Type Description
DirectoryId object No description.
UserName object No description.
Description object No description.
DisplayName object No description.
Email object No description.
FirstName object No description.
LastName object No description.
Status object No description.

DirectoryIdRequired

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

UserNameRequired

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

DescriptionOptional

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

DisplayNameOptional

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

EmailOptional

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

FirstNameOptional

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

LastNameOptional

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

StatusOptional

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