DockerHubEnvironmentData interface
The Docker Hub connector environment data
- Extends
Properties
| authentication | The Docker Hub organization authentication details |
| environment |
The type of the environment data. |
| scan |
Scan interval in hours (value should be between 1-hour to 24-hours) |
Property Details
authentication
The Docker Hub organization authentication details
authentication?: AuthenticationUnion
Property Value
environmentType
The type of the environment data.
environmentType: "DockerHubOrganization"
Property Value
"DockerHubOrganization"
scanInterval
Scan interval in hours (value should be between 1-hour to 24-hours)
scanInterval?: number
Property Value
number