GetRegistryScanningConfigurationResult

data class GetRegistryScanningConfigurationResult(val registryId: String? = null, val rules: List<RegistryScanningConfigurationScanningRule>? = null, val scanType: RegistryScanningConfigurationScanType? = null)

Constructors

Link copied to clipboard
constructor(registryId: String? = null, rules: List<RegistryScanningConfigurationScanningRule>? = null, scanType: RegistryScanningConfigurationScanType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val registryId: String? = null

The account ID of the destination registry.

Link copied to clipboard

The scanning rules associated with the registry.

Link copied to clipboard

The type of scanning configured for the registry.