interface AdvSecEnablementStatus {
    changedById?: string;
    changedOnDate?: Date;
    dependabotEnabled?: boolean;
    enabled?: boolean;
    projectId?: string;
    repositoryId?: string;
}

Properties

changedById?: string

Enabled by VSID

changedOnDate?: Date

Enabled changed on datetime

dependabotEnabled?: boolean

True if Dependabot is enabled for the repository, false if it is disabled.

enabled?: boolean

Enabled status 0 disabled, 1 enabled, Null never explicitly set, always whatever project is, ya this should probably be an enum somewhere

projectId?: string

ProjectId

repositoryId?: string

RepositoryId