ProjectProps
Properties for defining a Project
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-imm-project
Initializer
using AlibabaCloud.SDK.ROS.CDK.Imm;
new ProjectProps {
object Project,
object ServiceRole = null
};
Properties
Name | Type | Description |
---|---|---|
Project |
object |
Property project: The name of project. |
ServiceRole |
object |
Property serviceRole: Service role, which grants the IMM service the right to access other cloud resources (such as OSS). |
Project
Required
public object Project { get; set; }
- Type: object
Property project: The name of project.
ServiceRole
Optional
public object ServiceRole { get; set; }
- Type: object
Property serviceRole: Service role, which grants the IMM service the right to access other cloud resources (such as OSS).
The default value is AliyunIMMDefaultRole.