MeterUsage interface
Information related to billing for Advanced Security services
Properties
account |
The Azure DevOps account |
azure |
|
billed |
Deprecated - use BilledCommittersIdentities instead A list of Cuids for the commiters to the repositories that have Advanced Security features enabled |
billed |
A list of BilledCommitter objects that contain the identityRef of committers that have AdvSec enabled |
billing |
The date this billing information pertains to |
code |
A list of BilledCommitter objects that contain the identityRef of committers that have Code Security Plan enabled. This list is populated only for organizations that can enable or disable the Code Security Plan. |
is |
True when a bill is generated for Advanced Security feature usage in this organziation |
is |
True when Advanced Security features are enabled in this organization |
secret |
A list of BilledCommitter objects that contain the identityRef of committers that have Secret Protection Plan enabled. This list is populated only for organizations that can enable or disable the Secret Protection Plan. |
tenant |
The Azure subscription |
unique |
The number of commiters to repositories that have Advanced Security features enabled |
Property Details
accountId
The Azure DevOps account
accountId: string
Property Value
string
azureSubscriptionId
azureSubscriptionId: string
Property Value
string
billedCommitters
Deprecated - use BilledCommittersIdentities instead A list of Cuids for the commiters to the repositories that have Advanced Security features enabled
billedCommitters: string[]
Property Value
string[]
billedUsers
A list of BilledCommitter objects that contain the identityRef of committers that have AdvSec enabled
billedUsers: BilledCommitter[]
Property Value
billingDate
The date this billing information pertains to
billingDate: Date
Property Value
Date
codeSecurityBilledUsers
A list of BilledCommitter objects that contain the identityRef of committers that have Code Security Plan enabled. This list is populated only for organizations that can enable or disable the Code Security Plan.
codeSecurityBilledUsers: BilledCommitter[]
Property Value
isAdvSecBillable
True when a bill is generated for Advanced Security feature usage in this organziation
isAdvSecBillable: boolean
Property Value
boolean
isAdvSecEnabled
True when Advanced Security features are enabled in this organization
isAdvSecEnabled: boolean
Property Value
boolean
secretProtectionBilledUsers
A list of BilledCommitter objects that contain the identityRef of committers that have Secret Protection Plan enabled. This list is populated only for organizations that can enable or disable the Secret Protection Plan.
secretProtectionBilledUsers: BilledCommitter[]
Property Value
tenantId
The Azure subscription
tenantId: string
Property Value
string
uniqueCommitterCount
The number of commiters to repositories that have Advanced Security features enabled
uniqueCommitterCount: number
Property Value
number