RosResourceShareProps
Properties for defining a RosResourceShare
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-resourcemanager-resourceshare
Initializer
using AlibabaCloud.SDK.ROS.CDK.Resourcemanager;
new RosResourceShareProps {
object ResourceShareName,
object AllowExternalTargets = null,
object PermissionNames = null,
object Resources = null,
object Targets = null
};
Properties
Name | Type | Description |
---|---|---|
ResourceShareName |
object |
No description. |
AllowExternalTargets |
object |
No description. |
PermissionNames |
object |
No description. |
Resources |
object |
No description. |
Targets |
object |
No description. |
ResourceShareName
Required
public object ResourceShareName { get; set; }
- Type: object
AllowExternalTargets
Optional
public object AllowExternalTargets { 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