Edit

Share via


RepoEnablementSettings interface

Properties

codeScanningEnabled

Code Scan enablement status set to False when disabled and True when enabled; Null is never explicitly set.

codeScanningEnablementLastChangedDate

The last time the status of Code Scanning for this repository was updated

codeScanningFeatures

Includes code scanning features that can be enabled.

isBundledSKU

Indicates whether the repository is part of the bundled SKU (old billing plan) or unbundled SKUs (new billing plan).

projectId

The project Id

repositoryId

The repository Id

secretScanningEnabled

Secret Scan enablement status set to False when disabled and True when enabled; Null is never explicitly set.

secretScanningEnablementLastChangedDate

The last time the status of Secret Scanning for this repository was updated

secretScanningFeatures

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

Property Value