Registry Task Encoded Step Args
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>
Properties
Link copied to clipboard
The token (Git PAT or SAS token of storage account blob) associated with the context for this step.
Link copied to clipboard
The URL (absolute or relative) of the source context for this step.
Link copied to clipboard
Specifies a map of secret values that can be passed when running a task.
Link copied to clipboard
The (optionally base64 encoded) content of the build template.
Link copied to clipboard
The (optionally base64 encoded) content of the build parameters.