GrantCcnToCenProps
Properties for defining a GrantCcnToCen
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-grantccntocen
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sag;
new GrantCcnToCenProps {
object CcnInstanceId,
object CenInstanceId,
object CenUid
};
Properties
Name | Type | Description |
---|---|---|
CcnInstanceId |
object |
Property ccnInstanceId: The ID of the CCN instance. |
CenInstanceId |
object |
Property cenInstanceId: The ID of the CEN instance. |
CenUid |
object |
Property cenUid: The ID of the account to which the CEN instance belongs. |
CcnInstanceId
Required
public object CcnInstanceId { get; set; }
- Type: object
Property ccnInstanceId: The ID of the CCN instance.
CenInstanceId
Required
public object CenInstanceId { get; set; }
- Type: object
Property cenInstanceId: The ID of the CEN instance.
CenUid
Required
public object CenUid { get; set; }
- Type: object
Property cenUid: The ID of the account to which the CEN instance belongs.