SharingProfileArgs

data class SharingProfileArgs(val communityGalleryInfo: Output<CommunityGalleryInfoArgs>? = null, val permissions: Output<Either<String, GallerySharingPermissionTypes>>? = null) : ConvertibleToJava<SharingProfileArgs>

Profile for gallery sharing to subscription or tenant

Constructors

Link copied to clipboard
constructor(communityGalleryInfo: Output<CommunityGalleryInfoArgs>? = null, permissions: Output<Either<String, GallerySharingPermissionTypes>>? = null)

Properties

Link copied to clipboard

Information of community gallery if current gallery is shared to community.

Link copied to clipboard
val permissions: Output<Either<String, GallerySharingPermissionTypes>>? = null

This property allows you to specify the permission of sharing gallery. Possible values are: Private, Groups, Community.

Functions

Link copied to clipboard
open override fun toJava(): SharingProfileArgs