RosResourceShareAssociationProps
Properties for defining a RosResourceShareAssociation
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-resourcemanager-resourceshareassociation
Initializer
using AlibabaCloud.SDK.ROS.CDK.Resourcemanager;
new RosResourceShareAssociationProps {
object ResourceShareId,
object PermissionNames = null,
object Resources = null,
object Targets = null
};
Properties
Name | Type | Description |
---|---|---|
ResourceShareId |
object |
No description. |
PermissionNames |
object |
No description. |
Resources |
object |
No description. |
Targets |
object |
No description. |
ResourceShareId
Required
public object ResourceShareId { get; set; }
- Type: object
PermissionNames
Optional
public object PermissionNames { get; set; }
- Type: object
Resources
Optional
public object Resources { get; set; }
- Type: object
Targets
Optional
public object Targets { get; set; }
- Type: object