GrantPermissionsProps
Properties for defining a GrantPermissions.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cs-grantpermissions
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcs"
&alicloudroscdkcs.GrantPermissionsProps {
    Permissions: interface{},
    UserId: interface{},
}
Properties
| Name | Type | Description | 
|---|---|---|
Permissions | 
interface{} | 
Property permissions: The permissions that you want to grant to the RAM user. | 
UserId | 
interface{} | 
Property userId: The ID of the RAM user. | 
PermissionsRequired 
Permissions interface{}
- Type: interface{}
 
Property permissions: The permissions that you want to grant to the RAM user.
UserIdRequired 
UserId interface{}
- Type: interface{}
 
Property userId: The ID of the RAM user.