AdvSecEnablementStatus interface

Extends

Properties

advSecEnablementLastChangedDate

The last time the status of Advanced Security for this repository was updated

projectId
repositoryId

Inherited Properties

advSecEnabled

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

blockPushes

When true, pushes containing secrets will be blocked. <br />When false, pushes are scanned for secrets and are not blocked. <br />If includeAllProperties in the request is false, this value will be null.

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. <br />If includeAllProperties in the request is false, this value will be null.

Property Details

advSecEnablementLastChangedDate

The last time the status of Advanced Security for this repository was updated

advSecEnablementLastChangedDate: Date

Property Value

Date

projectId

projectId: string

Property Value

string

repositoryId

repositoryId: string

Property Value

string

Inherited Property Details

advSecEnabled

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

advSecEnabled: boolean

Property Value

boolean

Inherited From AdvSecEnablementStatusUpdate.advSecEnabled

blockPushes

When true, pushes containing secrets will be blocked. <br />When false, pushes are scanned for secrets and are not blocked. <br />If includeAllProperties in the request is false, this value will be null.

blockPushes: boolean

Property Value

boolean

Inherited From AdvSecEnablementStatusUpdate.blockPushes

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. <br />If includeAllProperties in the request is false, this value will be null.

dependabotEnabled: boolean

Property Value

boolean

Inherited From AdvSecEnablementStatusUpdate.dependabotEnabled