Sharing Profile Args
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)