TaskSpecContainerSpecSecretsInner

@Serializable
data class TaskSpecContainerSpecSecretsInner(val file: TaskSpecContainerSpecSecretsInnerFile? = null, val secretID: String? = null, val secretName: String? = null)

Parameters

file
secretID

SecretID represents the ID of the specific secret that we're referencing.

secretName

SecretName is the name of the secret that this references, but this is just provided for lookup/display purposes. The secret in the reference will be identified by its ID.

Constructors

Link copied to clipboard
constructor(file: TaskSpecContainerSpecSecretsInnerFile? = null, secretID: String? = null, secretName: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "File")
val file: TaskSpecContainerSpecSecretsInnerFile?
Link copied to clipboard
@SerialName(value = "SecretID")
val secretID: String?
Link copied to clipboard
@SerialName(value = "SecretName")
val secretName: String?