Skip to content

RosImageSharePermissionProps

Properties for defining a RosImageSharePermission.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-imagesharepermission

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.RosImageSharePermissionProps {
    ImageId: interface{},
    Accounts: interface{},
    IsPublic: interface{},
    KeepPermission: interface{},
}

Properties

Name Type Description
ImageId interface{} No description.
Accounts interface{} No description.
IsPublic interface{} No description.
KeepPermission interface{} No description.

ImageIdRequired

ImageId interface{}
  • Type: interface{}

AccountsOptional

Accounts interface{}
  • Type: interface{}

IsPublicOptional

IsPublic interface{}
  • Type: interface{}

KeepPermissionOptional

KeepPermission interface{}
  • Type: interface{}