GrantCcnToCenProps
Properties for defining a GrantCcnToCen
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-grantccntocen
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksag"
&alicloudroscdksag.GrantCcnToCenProps {
CcnInstanceId: interface{},
CenInstanceId: interface{},
CenUid: interface{},
}
Properties
Name | Type | Description |
---|---|---|
CcnInstanceId |
interface{} |
Property ccnInstanceId: The ID of the CCN instance. |
CenInstanceId |
interface{} |
Property cenInstanceId: The ID of the CEN instance. |
CenUid |
interface{} |
Property cenUid: The ID of the account to which the CEN instance belongs. |
CcnInstanceId
Required
CcnInstanceId interface{}
- Type: interface{}
Property ccnInstanceId: The ID of the CCN instance.
CenInstanceId
Required
CenInstanceId interface{}
- Type: interface{}
Property cenInstanceId: The ID of the CEN instance.
CenUid
Required
CenUid interface{}
- Type: interface{}
Property cenUid: The ID of the account to which the CEN instance belongs.