Community Gallery Info Args
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
Properties
Link copied to clipboard
The prefix of the gallery name that will be displayed publicly. Visible to all users.
Link copied to clipboard
Community gallery publisher support email. The email address of the publisher. Visible to all users.
Link copied to clipboard
The link to the publisher website. Visible to all users.