AttachPolicyToUserProps
Properties for defining a AttachPolicyToUser
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ram-attachpolicytouser
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ram;
new AttachPolicyToUserProps {
object PolicyName,
object PolicyType,
object UserName
};
Properties
Name | Type | Description |
---|---|---|
PolicyName |
object |
Property policyName: Authorization policy name. |
PolicyType |
object |
Property policyType: Authorization policy type. |
UserName |
object |
Property userName: User name.Example: dev. |
PolicyName
Required
public object PolicyName { get; set; }
- Type: object
Property policyName: Authorization policy name.
PolicyType
Required
public object PolicyType { get; set; }
- Type: object
Property policyType: Authorization policy type.
Value: "System" or "Custom".
UserName
Required
public object UserName { get; set; }
- Type: object
Property userName: User name.Example: dev.