Skip to content

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.

ImageIdRequired

public object ImageId { get; set; }
  • Type: object

AccountsOptional

public object Accounts { get; set; }
  • Type: object

IsPublicOptional

public object IsPublic { get; set; }
  • Type: object

KeepPermissionOptional

public object KeepPermission { get; set; }
  • Type: object