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. |
ProjectName
Required
public object ProjectName { get; set; }
- Type: object
RoleName
Required
public object RoleName { get; set; }
- Type: object
Type
Required
public object Type { get; set; }
- Type: object
Acl
Optional
public object Acl { get; set; }
- Type: object
Policy
Optional
public object Policy { get; set; }
- Type: object