Information related to billing for Advanced Security services

interface MeterUsage {
    accountId?: string;
    azureSubscriptionId?: string;
    billedCommitters?: string[];
    billedUsers?: BilledCommitter[];
    billingDate?: Date;
    isAdvSecBillable?: boolean;
    isAdvSecEnabled?: boolean;
    tenantId?: string;
    uniqueCommitterCount?: number;
}

Properties

accountId?: string

The Azure DevOps account

azureSubscriptionId?: string
billedCommitters?: string[]

Deprecated - use BilledCommittersIdentities instead A list of Cuids for the commiters to the repositories that have Advanced Security features enabled

billedUsers?: BilledCommitter[]

A list of BilledCommitter objects that contain the identityRef of committers that have AdvSec enabled

billingDate?: Date

The date this billing information pertains to

isAdvSecBillable?: boolean

True when a bill is generated for Advanced Security feature usage in this organziation

isAdvSecEnabled?: boolean

True when Advanced Security features are enabled in this organization

tenantId?: string

The Azure subscription

uniqueCommitterCount?: number

The number of commiters to repositories that have Advanced Security features enabled