ACLAssociationProps
Properties for defining a ACLAssociation
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-aclassociation
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sag;
new ACLAssociationProps {
object AclId,
object SmartAgId
};
Properties
Name | Type | Description |
---|---|---|
AclId |
object |
Property aclId: Access control ID. |
SmartAgId |
object |
Property smartAgId: An intelligent gateway instance that needs to bind access control. |
AclId
Required
public object AclId { get; set; }
- Type: object
Property aclId: Access control ID.
SmartAgId
Required
public object SmartAgId { get; set; }
- Type: object
Property smartAgId: An intelligent gateway instance that needs to bind access control.