DockerHubEnvironmentDataResponse

data class DockerHubEnvironmentDataResponse(val authentication: AccessTokenAuthenticationResponse? = null, val environmentType: String, val scanInterval: Double? = null)

The Docker Hub connector environment data

Constructors

Link copied to clipboard
constructor(authentication: AccessTokenAuthenticationResponse? = null, environmentType: String, scanInterval: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Docker Hub organization authentication details

Link copied to clipboard

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

Link copied to clipboard
val scanInterval: Double? = null

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