Skip to content

AccessKeyProps

Properties for defining a AccessKey.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ram-accesskey

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ram;
new AccessKeyProps {
    object UserName
};

Properties

Name Type Description
UserName object Property userName: Specifies the user name, containing up to 64 characters.

UserNameRequired

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

Property userName: Specifies the user name, containing up to 64 characters.