RegistryTaskEncodedStepArgs

data class RegistryTaskEncodedStepArgs(val contextAccessToken: Output<String>? = null, val contextPath: Output<String>? = null, val secretValues: Output<Map<String, String>>? = null, val taskContent: Output<String>, val valueContent: Output<String>? = null, val values: Output<Map<String, String>>? = null) : ConvertibleToJava<RegistryTaskEncodedStepArgs>

Constructors

Link copied to clipboard
constructor(contextAccessToken: Output<String>? = null, contextPath: Output<String>? = null, secretValues: Output<Map<String, String>>? = null, taskContent: Output<String>, valueContent: Output<String>? = null, values: Output<Map<String, String>>? = null)

Properties

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

The token (Git PAT or SAS token of storage account blob) associated with the context for this step.

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

The URL (absolute or relative) of the source context for this step.

Link copied to clipboard
val secretValues: Output<Map<String, String>>? = null

Specifies a map of secret values that can be passed when running a task.

Link copied to clipboard
val taskContent: Output<String>

The (optionally base64 encoded) content of the build template.

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

The (optionally base64 encoded) content of the build parameters.

Link copied to clipboard
val values: Output<Map<String, String>>? = null

Specifies a map of values that can be passed when running a task.

Functions

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