SharingProfileArgs

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

Profile for gallery sharing to subscription or tenant

Constructors

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

Properties

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

Functions

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