Shared Image Gallery Sharing Args
data class SharedImageGallerySharingArgs(val communityGallery: Output<SharedImageGallerySharingCommunityGalleryArgs>? = null, val permission: Output<String>) : ConvertibleToJava<SharedImageGallerySharingArgs>
Constructors
Link copied to clipboard
constructor(communityGallery: Output<SharedImageGallerySharingCommunityGalleryArgs>? = null, permission: Output<String>)
Properties
Link copied to clipboard
A community_gallery
block as defined below. Changing this forces a new resource to be created.
Link copied to clipboard
The permission of the Shared Image Gallery when sharing. Possible values are Community
, Groups
and Private
. Changing this forces a new resource to be created.