CommunityGalleryInfoArgs

data class CommunityGalleryInfoArgs(val eula: Output<String>? = null, val publicNamePrefix: Output<String>? = null, val publisherContact: Output<String>? = null, val publisherUri: Output<String>? = null) : ConvertibleToJava<CommunityGalleryInfoArgs>

Information of community gallery if current gallery is shared to community

Constructors

Link copied to clipboard
constructor(eula: Output<String>? = null, publicNamePrefix: Output<String>? = null, publisherContact: Output<String>? = null, publisherUri: Output<String>? = null)

Properties

Link copied to clipboard
val eula: Output<String>? = null

End-user license agreement for community gallery image.

Link copied to clipboard
val publicNamePrefix: Output<String>? = null

The prefix of the gallery name that will be displayed publicly. Visible to all users.

Link copied to clipboard
val publisherContact: Output<String>? = null

Community gallery publisher support email. The email address of the publisher. Visible to all users.

Link copied to clipboard
val publisherUri: Output<String>? = null

The link to the publisher website. Visible to all users.

Functions

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