Skip to content

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.

CcnInstanceIdRequired

public object CcnInstanceId { get; set; }
  • Type: object

Property ccnInstanceId: The ID of the CCN instance.


CenInstanceIdRequired

public object CenInstanceId { get; set; }
  • Type: object

Property cenInstanceId: The ID of the CEN instance.


CenUidRequired

public object CenUid { get; set; }
  • Type: object

Property cenUid: The ID of the account to which the CEN instance belongs.