RepoEnablementSettings interface
Properties
code |
Code Scan enablement status set to False when disabled and True when enabled; Null is never explicitly set. |
code |
The last time the status of Code Scanning for this repository was updated |
code |
Includes code scanning features that can be enabled. |
is |
Indicates whether the repository is part of the bundled SKU (old billing plan) or unbundled SKUs (new billing plan). |
project |
The project Id |
repository |
The repository Id |
secret |
Secret Scan enablement status set to False when disabled and True when enabled; Null is never explicitly set. |
secret |
The last time the status of Secret Scanning for this repository was updated |
secret |
Includes secret scanning features that can be enabled. |
Property Details
codeScanningEnabled
Code Scan enablement status set to False when disabled and True when enabled; Null is never explicitly set.
codeScanningEnabled: boolean
Property Value
boolean
codeScanningEnablementLastChangedDate
The last time the status of Code Scanning for this repository was updated
codeScanningEnablementLastChangedDate: Date
Property Value
Date
codeScanningFeatures
Includes code scanning features that can be enabled.
codeScanningFeatures: CodeScanningFeatures
Property Value
isBundledSKU
Indicates whether the repository is part of the bundled SKU (old billing plan) or unbundled SKUs (new billing plan).
isBundledSKU: boolean
Property Value
boolean
projectId
The project Id
projectId: string
Property Value
string
repositoryId
The repository Id
repositoryId: string
Property Value
string
secretScanningEnabled
Secret Scan enablement status set to False when disabled and True when enabled; Null is never explicitly set.
secretScanningEnabled: boolean
Property Value
boolean
secretScanningEnablementLastChangedDate
The last time the status of Secret Scanning for this repository was updated
secretScanningEnablementLastChangedDate: Date
Property Value
Date
secretScanningFeatures
Includes secret scanning features that can be enabled.
secretScanningFeatures: SecretScanningFeatures