CodeSecurityFeatures interface
Properties
| code |
CodeQL enablement status set to False when disabled and True when enabled; Null is never explicitly set. |
| code |
The VSID of the last user who modified the enablement status of Code Security. |
| code |
Code Security enablement status set to False when disabled and True when enabled; Null is never explicitly set. |
| code |
The last time the status of Code Security for this repository was updated |
| dependabot |
Dependabot enablement status set to False when disabled and True when enabled; Null is never explicitly set. <br />When true, Dependabot will open PRs to support security updates for outdated dependencies. |
| dependency |
Dependency Scanning Injection enablement status set to False when disabled and True when enabled; Null is never explicitly set. <br /> If Advanced Security is NOT already enabled, behavior will depend on if Advanced Security is to be enabled/disabled. DependencyScanningInjectionEnabled will not affect anything in this scenario. <br /> If Advanced Security is to be disabled, the value of DependencyScanningInjectionEnabled will have no effect. |
Property Details
codeQLEnabled
CodeQL enablement status set to False when disabled and True when enabled; Null is never explicitly set.
codeQLEnabled: boolean
Property Value
boolean
codeSecurityChangedBy
The VSID of the last user who modified the enablement status of Code Security.
codeSecurityChangedBy: string
Property Value
string
codeSecurityEnabled
Code Security enablement status set to False when disabled and True when enabled; Null is never explicitly set.
codeSecurityEnabled: boolean
Property Value
boolean
codeSecurityEnablementLastChangedDate
The last time the status of Code Security for this repository was updated
codeSecurityEnablementLastChangedDate: Date
Property Value
Date
dependabotEnabled
Dependabot enablement status set to False when disabled and True when enabled; Null is never explicitly set. <br />When true, Dependabot will open PRs to support security updates for outdated dependencies.
dependabotEnabled: boolean
Property Value
boolean
dependencyScanningInjectionEnabled
Dependency Scanning Injection enablement status set to False when disabled and True when enabled; Null is never explicitly set. <br /> If Advanced Security is NOT already enabled, behavior will depend on if Advanced Security is to be enabled/disabled. DependencyScanningInjectionEnabled will not affect anything in this scenario. <br /> If Advanced Security is to be disabled, the value of DependencyScanningInjectionEnabled will have no effect.
dependencyScanningInjectionEnabled: boolean
Property Value
boolean