AdvSecEnablementStatus interface
Properties
changed |
Enabled by VSID |
changed |
Enabled changed on datetime |
dependabot |
True if Dependabot is enabled for the repository, false if it is disabled. |
dependency |
True if Dependency Scanning injection is enabled for the repository, false if it is disabled. |
enabled | Enabled status 0 disabled, 1 enabled, Null never explicitly set, always whatever project is, ya this should probably be an enum somewhere |
project |
ProjectId |
repository |
RepositoryId |
Property Details
changedById
Enabled by VSID
changedById: string
Property Value
string
changedOnDate
Enabled changed on datetime
changedOnDate: Date
Property Value
Date
dependabotEnabled
True if Dependabot is enabled for the repository, false if it is disabled.
dependabotEnabled: boolean
Property Value
boolean
dependencyScanningInjectionEnabled
True if Dependency Scanning injection is enabled for the repository, false if it is disabled.
dependencyScanningInjectionEnabled: boolean
Property Value
boolean
enabled
Enabled status 0 disabled, 1 enabled, Null never explicitly set, always whatever project is, ya this should probably be an enum somewhere
enabled: boolean
Property Value
boolean
projectId
ProjectId
projectId: string
Property Value
string
repositoryId
RepositoryId
repositoryId: string
Property Value
string