RepoEnablementSummary interface
Repo Enablement Summary.
Properties
adv |
AdvSec is enabled for the repo. |
code |
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. |
repo |
RepoId. |
repo |
Repo Name. |
scan |
Repo enablement summary for different scan types. |
secret |
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