ServiceTaskSpecContainerSpecPrivilegesCredentialSpecArgs

data class ServiceTaskSpecContainerSpecPrivilegesCredentialSpecArgs(val file: Output<String>? = null, val registry: Output<String>? = null) : ConvertibleToJava<ServiceTaskSpecContainerSpecPrivilegesCredentialSpecArgs>

Constructors

constructor(file: Output<String>? = null, registry: Output<String>? = null)

Properties

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

Load credential spec from this file

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

Load credential spec from this value in the Windows registry

Functions

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