Task Spec Container Spec Secrets Inner
@Serializable
Parameters
file
secret ID
SecretID represents the ID of the specific secret that we're referencing.
secret Name
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)