JFrogEnvironmentDataResponse

data class JFrogEnvironmentDataResponse(val environmentType: String, val scanInterval: Int? = null)

The JFrog Artifactory connector environment data

Constructors

Link copied to clipboard
constructor(environmentType: String, scanInterval: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val scanInterval: Int? = null

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