RosAclProps
Properties for defining a RosAcl
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-acl
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ga;
new RosAclProps {
object AddressIpVersion,
object AclEntries = null,
object AclName = null,
object ResourceGroupId = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
AddressIpVersion |
object |
No description. |
AclEntries |
object |
No description. |
AclName |
object |
No description. |
ResourceGroupId |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
AddressIpVersion
Required
public object AddressIpVersion { get; set; }
- Type: object
AclEntries
Optional
public object AclEntries { get; set; }
- Type: object
AclName
Optional
public object AclName { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]