RosRoleProps
Properties for defining a RosRole.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-maxcompute-role
Initializer
using AlibabaCloud.SDK.ROS.CDK.Maxcompute;
new RosRoleProps {
object ProjectName,
object RoleName,
object Type,
object Acl = null,
object Policy = null
};
Properties
| Name | Type | Description |
|---|---|---|
ProjectName |
object |
No description. |
RoleName |
object |
No description. |
Type |
object |
No description. |
Acl |
object |
No description. |
Policy |
object |
No description. |
ProjectNameRequired
public object ProjectName { get; set; }
- Type: object
RoleNameRequired
public object RoleName { get; set; }
- Type: object
TypeRequired
public object Type { get; set; }
- Type: object
AclOptional
public object Acl { get; set; }
- Type: object
PolicyOptional
public object Policy { get; set; }
- Type: object