Skip to content

UsersProps

Properties for defining a Users.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ehpc-users

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ehpc;
new UsersProps {
    object ClusterId,
    object Users
};

Properties

Name Type Description
ClusterId object Property clusterId: The cluster ID.
Users object Property users: The information about the users.

ClusterIdRequired

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

Property clusterId: The cluster ID.


UsersRequired

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

Property users: The information about the users.