AttachPolicyToUserProps
Properties for defining a AttachPolicyToUser.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ram-attachpolicytouser
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkram"
&alicloudroscdkram.AttachPolicyToUserProps {
PolicyName: interface{},
PolicyType: interface{},
UserName: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
PolicyName |
interface{} |
Property policyName: Authorization policy name. |
PolicyType |
interface{} |
Property policyType: Authorization policy type. |
UserName |
interface{} |
Property userName: User name.Example: dev. |
PolicyNameRequired
PolicyName interface{}
- Type: interface{}
Property policyName: Authorization policy name.
PolicyTypeRequired
PolicyType interface{}
- Type: interface{}
Property policyType: Authorization policy type.
Value: "System" or "Custom".
UserNameRequired
UserName interface{}
- Type: interface{}
Property userName: User name.Example: dev.