Skip to content

RosACLAssociationProps

Properties for defining a RosACLAssociation.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-aclassociation

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sag;
new RosACLAssociationProps {
    object AclId,
    object SmartAgId
};

Properties

Name Type Description
AclId object No description.
SmartAgId object No description.

AclIdRequired

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

SmartAgIdRequired

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