RegistryTaskFileStepArgs

data class RegistryTaskFileStepArgs(val contextAccessToken: Output<String>? = null, val contextPath: Output<String>? = null, val secretValues: Output<Map<String, String>>? = null, val taskFilePath: Output<String>, val valueFilePath: Output<String>? = null, val values: Output<Map<String, String>>? = null) : ConvertibleToJava<RegistryTaskFileStepArgs>

Constructors

Link copied to clipboard
constructor(contextAccessToken: Output<String>? = null, contextPath: Output<String>? = null, secretValues: Output<Map<String, String>>? = null, taskFilePath: Output<String>, valueFilePath: 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 taskFilePath: Output<String>

The task template file path relative to the source context.

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

The parameters file path relative to the source context.

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(): RegistryTaskFileStepArgs