DockerHubEnvironmentDataArgs

data class DockerHubEnvironmentDataArgs(val authentication: Output<AccessTokenAuthenticationArgs>? = null, val environmentType: Output<String>, val scanInterval: Output<Double>? = null) : ConvertibleToJava<DockerHubEnvironmentDataArgs>

The Docker Hub connector environment data

Constructors

Link copied to clipboard
constructor(authentication: Output<AccessTokenAuthenticationArgs>? = null, environmentType: Output<String>, scanInterval: Output<Double>? = null)

Properties

Link copied to clipboard

The Docker Hub organization authentication details

Link copied to clipboard
val environmentType: Output<String>

The type of the environment data. Expected value is 'DockerHubOrganization'.

Link copied to clipboard
val scanInterval: Output<Double>? = null

Scan interval in hours (value should be between 1-hour to 24-hours)

Functions

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