MetadataSourceArgs

data class MetadataSourceArgs(val kind: Output<Either<String, SourceKind>>, val name: Output<String>? = null, val sourceId: Output<String>? = null) : ConvertibleToJava<MetadataSourceArgs>

The original source of the content item, where it comes from.

Constructors

Link copied to clipboard
constructor(kind: Output<Either<String, SourceKind>>, name: Output<String>? = null, sourceId: Output<String>? = null)

Properties

Link copied to clipboard
val kind: Output<Either<String, SourceKind>>

Source type of the content

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

Name of the content source. The repo name, solution name, LA workspace name etc.

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

ID of the content source. The solution ID, workspace ID, etc

Functions

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