RosImageSharePermissionProps
Properties for defining a RosImageSharePermission
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-imagesharepermission
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosImageSharePermissionProps {
object ImageId,
object Accounts = null,
object IsPublic = null,
object KeepPermission = null
};
Properties
Name | Type | Description |
---|---|---|
ImageId |
object |
No description. |
Accounts |
object |
No description. |
IsPublic |
object |
No description. |
KeepPermission |
object |
No description. |
ImageId
Required
public object ImageId { get; set; }
- Type: object
Accounts
Optional
public object Accounts { get; set; }
- Type: object
IsPublic
Optional
public object IsPublic { get; set; }
- Type: object
KeepPermission
Optional
public object KeepPermission { get; set; }
- Type: object