Edit

Share via


RepoEnablementSummary interface

Repo Enablement Summary.

Properties

advSecIsEnabled

AdvSec is enabled for the repo.

codeSecurityEnabled

Code Security plan is enabled for the repo. Only present for Azure Dev Ops orgs who had enabled Advanced security after billing sku split has went live.

repoId

RepoId.

repoName

Repo Name.

scanTypeSummary

Repo enablement summary for different scan types.

secretProtectionEnabled

Secret Protection plan is enabled for the repo. Only present for Azure Dev Ops orgs who had enabled Advanced security after billing sku split has went live.

Property Details

advSecIsEnabled

AdvSec is enabled for the repo.

advSecIsEnabled: boolean

Property Value

boolean

codeSecurityEnabled

Code Security plan is enabled for the repo. Only present for Azure Dev Ops orgs who had enabled Advanced security after billing sku split has went live.

codeSecurityEnabled: boolean

Property Value

boolean

repoId

RepoId.

repoId: string

Property Value

string

repoName

Repo Name.

repoName: string

Property Value

string

scanTypeSummary

Repo enablement summary for different scan types.

scanTypeSummary: {[key: number]: ScanTypeSummaryProperties}

Property Value

{[key: number]: ScanTypeSummaryProperties}

secretProtectionEnabled

Secret Protection plan is enabled for the repo. Only present for Azure Dev Ops orgs who had enabled Advanced security after billing sku split has went live.

secretProtectionEnabled: boolean

Property Value

boolean