UserInfoProps
Properties for defining a UserInfo
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cr-userinfo
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cr;
new UserInfoProps {
object User,
object InstanceId = null
};
Properties
Name | Type | Description |
---|---|---|
User |
object |
Property user: User info. |
InstanceId |
object |
Property instanceId: The ID of enterprise edition ACR instance. |
User
Required
public object User { get; set; }
- Type: object
Property user: User info.
If user exists, will update user info.
InstanceId
Optional
public object InstanceId { get; set; }
- Type: object
Property instanceId: The ID of enterprise edition ACR instance.