RosAclProps
Properties for defining a RosAcl
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ga-acl
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ga;
new RosAclProps {
object AclId,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
AclId |
object |
No description. |
RefreshOptions |
object |
No description. |
AclId
Required
public object AclId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object